what is the purpose of slis_t_event_exit and slis_t_extab? Former Member 2008 Jan 26 2:03 PM 0 Kudos 722 SAP Managed Tags: ABAP Development Hi gurus, pls explain what is the purpose of slis_t_event_exit and slis_t_extab? How to get the meaning of all the elements ...
SAP Managed Tags: ABAP Development priyank, Welcome to SDN! SALV can also refer to the ALV Object Model as all of the classes used in the model start with CL_SALV. This was introduced in NetWeaver 2004, and is an OO encapsulation of the existing ALV tools, the REUSE functions, and th...
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid * I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND1' i_callback_top_of_page = 'TOP_OF_PAGE' * I_BACKGROUND_ID = 'ALV_BACKGROUND' i_grid_title = i_title_vbfa i...
SAP Managed Tags: ABAP Development Hello, there is no specific Full form of SLIS it contains all the Structures and Internal table declarations which are commonly used in ALV 1. Type-Pool. Its nothing but abap code, where some bunch of TYPES (data types) and some data declaration, is al...
129 '/', 130(3) SY-MANDT. ULINE. SKIP. regards. sowjanya.b Reply Former Member Options 2008 Apr 026:27 AM 0Kudos 314 SAP Managed Tags: ABAP Development, ABAP Extensibility Hi Venkatesh, To find out the type of an parameter simply double-click on its "Associated Type". IMPORTING an...
SAP Managed Tags: ABAP Development Hi guys, When you have an executable (type-1) program named 'ZZJOHN' but you change the report name on the beginning of code, in the REPORT statement, this way: REPORT ZZMICHAEL NO STANDARD PAGE HEADING LINE-SIZE 255. You will realize there is ...
SAP Managed Tags: ABAP Development Hi CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' this is the FM Short Text F4 help also returning the value to be displayed in internal table Functionality This module implements the standard help at POV while passing the values to be displayed in a tabl...