SAP Reports / Programs | Logistics Execution | Shipping(LE-SHP) SAP LE

SDSAMFRM_GENLV SAP ABAP INCLUDE - Compare Delivery Headers for Split Decision







SDSAMFRM_GENLV is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SDSAMFRM_GENLV into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SDSAMFRM_GENLV. "Basic submit
SUBMIT SDSAMFRM_GENLV AND RETURN. "Return to original report after report execution complete
SUBMIT SDSAMFRM_GENLV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT SDSAMFRM_GENLV

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

K_KKB_LIST_FOR_ITEM_SELECTION2

REUSE_ALV_POPUP_TO_SELECT call function 'K_KKB_LIST_FOR_ITEM_SELECTION2' * CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = 'Splitten über:'(040) * I_SELECTION = LV_SELECTION * I_ZEBRA = ' ' * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 i_checkbox_fieldname = 'CHCKD' * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = 'X' i_selection_obligatory = ' ' i_tabname = 'GT_CUMUL_ADM' it_fieldcat = cu_t_fieldcat i_callback_program = call_programm * I_CALLBACK_USER_COMMAND = 'USER_COMMAND_2' * IT_EXCLUDING = importing es_selfield = lv_selfield e_exit = lv_exit_caused_by_caller tables t_outtab = gt_cumul_adm exceptions others = 1.

REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' importing * ES_LAYOUT = * ET_FIELDCAT = et_sort = lt_sort * ET_FILTER = es_list_scroll = ls_list_scroll * ES_VARIANT = exceptions no_infos = 1 program_error = 2 others = 3.

REUSE_ALV_LIST_LAYOUT_INFO_SET call function 'REUSE_ALV_LIST_LAYOUT_INFO_SET' exporting * IS_LAYOUT = * IT_FIELDCAT = it_sort = lt_sort * IT_FILTER = is_list_scroll = ls_list_scroll exceptions others = 1.

REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' importing * ES_LAYOUT = et_fieldcat = lt_fieldcat * ET_SORT = et_filter = lt_filter * ES_LIST_SCROLL = * ES_VARIANT = exceptions no_infos = 1 program_error = 2 others = 3.

REUSE_ALV_LIST_LAYOUT_INFO_SET call function 'REUSE_ALV_LIST_LAYOUT_INFO_SET' exporting * IS_LAYOUT = it_fieldcat = lt_fieldcat * IT_SORT = * IT_FILTER = * IS_LIST_SCROLL = exceptions others = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SDSAMFRM_GENLV or its description.