SAP Reports / Programs | Logistics - General | Logistics Basic Data | Promotion(LO-MD-PR) SAP LO

RWAKT400F01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

TREEV_CREATE_SIMPLE_TREE CALL FUNCTION 'TREEV_CREATE_SIMPLE_TREE' EXPORTING OWNER_REPID = L_REPID DYNNR = L_DYNNR CONTAINER = 'TREE_CONTAINER' LEFT = 0 TOP = 0 WIDTH = 100 HEIGHT = 100 * alignment = * METRIC = CNTL_METRIC_DYNPRO NO_FLUSH = ' ' * LINK_REPID = * shellstyle = style * parentid = h_wnd-shellid * REG_EVENT_EXPAND_NO_CHILDREN = REGISTER_EVENT_NODE_DBL_CLICK = 'X' * REGISTER_EVENT_NODE_CONTEXT_M = * register_event_sel_change = NODE_SELECTION_MODE = TREEV_NODE_SEL_MODE_SINGLE * HIDE_SELECTION = NODE_TABLE_STRUCTURE_NAME = 'PROMOTION_TREESNODE' TABLES NODE_TABLE = NODE_TABLE CHANGING HANDLE = TREE EXCEPTIONS CREATE_ERROR = 1 TREE_CONTROL_NOT_EXISTING = 2 CNTL_SYSTEM_ERROR = 3 FAILED = 4 ILLEGAL_NODE_SELECTION_MODE = 5 MISSING_NODE_STRUCTURE_NAME = 6 ERROR_IN_NODE_TABLE = 7 DP_ERROR = 8 ILLEGAL_OWNER_REPID = 9 TABLE_STRUCTURE_NAME_NOT_FOUND = 10 OTHERS = 11 .

TREEV_EXPAND_NODE CALL FUNCTION 'TREEV_EXPAND_NODE' EXPORTING HANDLE = TREE NODE_KEY = 'ROOT' LEVEL_COUNT = 0 EXPAND_ALL_CHILDREN = ' ' * NO_FLUSH = * EXCEPTIONS * FAILED = 1 * ILLEGAL_LEVEL_COUNT = 2 * CNTL_SYSTEM_ERROR = 3 * NODE_NOT_FOUND = 4 * CANNOT_EXPAND_LEAF = 5 * OTHERS = 6 .

TREEV_EVENT_CB_NODE_DBL_CLK CALL FUNCTION 'TREEV_EVENT_CB_NODE_DBL_CLK' EXPORTING CALLBACK_FORM = 'HANDLE_TREE_NODE_DBL_CLK' CHANGING HANDLE = TREE EXCEPTIONS CB_NOT_FOUND = 1 FAILED = 2 INV_CALLBACK_DEFINITION = 3 OTHERS = 4.

CLMA_CLASS_READ CALL FUNCTION 'CLMA_CLASS_READ' EXPORTING CLASSNUMBER = L_CLINT LANGUAGE = SY-LANGU IMPORTING CLASSNAME = L_FILGR * CLASSTYPE = * DESCRIPTION = * LANGUAGE = EXCEPTIONS CLASS_NOT_FOUND = 1 OTHERS = 2.

CONVERSION_EXIT_MATN1_OUTPUT call function 'CONVERSION_EXIT_MATN1_OUTPUT' exporting input = L_ARTNR IMPORTING OUTPUT = L_ARTNR_CONV.

CONVERSION_EXIT_CUNIT_OUTPUT call function 'CONVERSION_EXIT_CUNIT_OUTPUT' exporting input = L_MEBME LANGUAGE = SY-LANGU IMPORTING * LONG_TEXT = OUTPUT = L_MEBME_CONV * SHORT_TEXT = EXCEPTIONS UNIT_NOT_FOUND = 1.

CONVERSION_EXIT_ISOLA_OUTPUT call function 'CONVERSION_EXIT_ISOLA_OUTPUT' exporting input = PI_TEXT IMPORTING OUTPUT = PE_TEXT.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = lt_events i_screen_start_column = 5 i_screen_start_line = 5 i_screen_end_column = 89 i_screen_end_line = 18 TABLES t_outtab = gt_output_list EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = gc_strname CHANGING ct_fieldcat = et_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = et_events.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = i_icon_name text = i_text add_stdinf = 'X' IMPORTING RESULT = e_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.



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