Search
 
SCRIPT & CODE EXAMPLE
 

SQL

ALV GRID events

*Get events using function module
CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
* EXPORTING
* I_LIST_TYPE = 0
IMPORTING
ET_EVENTS = I_EVENTS .
*add perform name to a event
READ TABLE I_EVENTS INTO WA_EVENTS WITH KEY NAME = ‘<EVENT NAME>' .
WA_EVENTS-FORM = '<FORM_XXX>' .
MODIFY I_EVENTS FROM WA_EVENTS INDEX SY-TABIX . 
*<EVENT NAME> = name of the event 
*<FORM_XXX> is perform name to implement for particular event
Comment

PREVIOUS NEXT
Code Example
Sql :: add id column to temp table insert 
Sql :: OLAP queries 
Sql :: Sauvegarde complète my sql 
Sql :: mysql select where field is a value 
Sql :: function sum(text) does not exist postgres 
Sql :: mysqlcli how to load external sql file 
Sql :: stored procedure function relation 
Sql :: alter tablespace undotbs1 add datafile 
Sql :: stratified sampling sql 
Sql :: Resulting Query 
Sql :: modulous in sql 
Sql :: mysql a from on this page has 
Sql :: Prepared statements in mysql 
Sql :: alasql delete column 
Sql :: mariadb set vertical output format 
Sql :: create bakupd database sqlserver 
Sql :: ring rollback updates to the database using the odbc_rollback() 
Sql :: How to Alter column in SQL Server - NAYCode.com 
Sql :: SQL Copy Selected Columns Only 
Sql :: big query add table rows to another table 
Sql :: bidirectional outer join sql 
Sql :: SQL ORDER BY With Multiple Columns 
Sql :: compare strings lexicographically in sql 
Sql :: Update csvs para sql 
Sql :: sqlite headers 
Sql :: the differnece between to values in sql 
Sql :: what is the difference between an embedded database and a normal 
Sql :: updating mysql 
Sql :: dollar format in sql server 
Sql :: apache2 ssl error 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =