SAP Reports / Programs | Media Product Sales and Distribution | SAP Media | Media Product Sales and Distribution(IS-M-SD-MS) SAP IS

RJKSDORDERBOOKR_CL_LIST SAP ABAP INCLUDE - RJKSDORDERBOOKRCLLIST







RJKSDORDERBOOKR_CL_LIST 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 RJKSDORDERBOOKR_CL_LIST 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 RJKSDORDERBOOKR_CL_LIST. "Basic submit
SUBMIT RJKSDORDERBOOKR_CL_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT RJKSDORDERBOOKR_CL_LIST 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 RJKSDORDERBOOKR_CL_LIST

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:

ISM_PORDERRET_BSART_GET CALL FUNCTION 'ISM_PORDERRET_BSART_GET' EXPORTING im_orderbookret = ls_orderbook IMPORTING ex_bsart = l_bsart ex_bstyp = l_bstyp EXCEPTIONS bsart_initial = 1 parameter_error = 2 OTHERS = 3.

ISM_SD_PORDERRET_POSTYPE_TABLE CALL FUNCTION 'ISM_SD_PORDERRET_POSTYPE_TABLE' EXPORTING im_bsart = l_bsart IMPORTING ex_porderpos_tab = lt_porderpos EXCEPTIONS bsart_not_found = 1 OTHERS = 2.

ISM_PORDERRET_GENERATE CALL FUNCTION 'ISM_PORDERRET_GENERATE' EXPORTING it_orderbook = lt_po_gen ref_log = pref_log IMPORTING et_porderflow = et_porderflow.

ISM_PORDERRET_CHANGE CALL FUNCTION 'ISM_PORDERRET_CHANGE' EXPORTING it_orderbook_alv = lt_po_change ref_log = pref_log.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon info = l_info IMPORTING result = ls_orderbook-state_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon info = l_info IMPORTING result = ls_orderbook-state_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon info = l_info IMPORTING result = ls_orderbook-state_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_icon info = l_info IMPORTING result = ls_orderbook-state_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ENQUEUE_EMEKKOE CALL FUNCTION 'ENQUEUE_EMEKKOE' EXPORTING ebeln = -ebeln EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'RJKSDORDERBOORET_POFLOW' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = text-p01 i_selection = ' ' i_zebra = ' ' i_tabname = '1' * i_structure_name = 'RJKSDORDERBOORET_POFLOW' it_fieldcat = lt_fieldcat it_excluding = lt_excluding TABLES t_outtab = lt_poflow EXCEPTIONS program_error = 1 OTHERS = 2.



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 RJKSDORDERBOOKR_CL_LIST or its description.