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

RWAKT100F01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

LAYOUT_AREA_NUMBER_GET CALL FUNCTION 'LAYOUT_AREA_NUMBER_GET' EXPORTING pi_layout = p_wwmi-layvr * PI_BLOCK_SIZE = 1 IMPORTING pe_next_number = l_twglv-sortf EXCEPTIONS layout_locked = 1 OTHERS = 2 .

LAYOUT_AREA_ITEMS_COPY CALL FUNCTION 'LAYOUT_AREA_ITEMS_COPY' EXPORTING pi_layout_from = p_wwmi-layvr pi_layout_to = l_twglv-layvr pi_layout_area_from = p_area_from pi_layout_area_to = l_twglv-sortf * PI_NO_LOCKS = * PI_NO_AUTHORITIES = TABLES px_t_wlbm = p_t_wlbm px_t_wlmt = l_t_wlmt EXCEPTIONS layout_not_found = 1 layout_area_not_found = 2 layout_rel_pos_exists = 3 wrong_call = 4 unknown_error = 5 foreign_lock = 6 layout_area_is_not_leaf = 7 language_not_allowed = 8 no_authority = 9 error_on_class_copy = 10 OTHERS = 11 .

LAYOUT_AREA_ITEMS_DELETE CALL FUNCTION 'LAYOUT_AREA_ITEMS_DELETE' EXPORTING pi_layout = p_wwmi-layvr pi_layout_area = p_area_from TABLES pi_t_item = l_t_item * PX_T_WLBM_DEL = * PX_T_WLMT_DEL = EXCEPTIONS layout_not_found = 1 layout_area_not_found = 2 wrong_call = 3 unknown_error = 4 OTHERS = 5 .

SD_PARTNER_SALES_AREA_CHECK CALL FUNCTION 'SD_PARTNER_SALES_AREA_CHECK' EXPORTING caller_id = 'RWAKT100' * HANDLE = * CHECK_ONLY_FLAG = ' ' * RESET_MEMORY_FLAG = ' ' * ACTIVITY = ' ' * AUTHORITY_FLAG = ' ' * AUART = * FIF_ONLY_TABLE = ' ' * TABLES * FRT_KNVV = CHANGING c_knvv = p_knvv EXCEPTIONS no_knvv = 1 no_kna1 = 2 no_vtber_selected = 3 OTHERS = 4 .

TVTA_SINGLE_READ CALL FUNCTION 'TVTA_SINGLE_READ' EXPORTING i_vkorg = p_vkorg i_vtweg = p_vtweg i_spart = p_spart * IMPORTING * O_TVTA = EXCEPTIONS not_found = 1 OTHERS = 2 .

KNVV_SINGLE_READ CALL FUNCTION 'KNVV_SINGLE_READ' EXPORTING i_kunnr = p_kunnr i_vkorg = p_vkorg i_vtweg = p_vtweg i_spart = p_spart * I_RESET_BUFFER = * I_BYPASSING_BUFFER = * IMPORTING * O_KNVV = EXCEPTIONS not_found = 1 OTHERS = 2 .

LAYOUT_AREA_NUMBER_GET CALL FUNCTION 'LAYOUT_AREA_NUMBER_GET' EXPORTING pi_layout = p_wwmi-layvr * PI_BLOCK_SIZE = 1 IMPORTING pe_next_number = l_sortf EXCEPTIONS layout_locked = 1 OTHERS = 2 .

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING * CLIENT = SY-MANDT * DATABASE_ONLY = ' ' id = c_tid_0001 language = '*' name = l_tdname object = c_layout_area_item * textmemory_only = ' ' * archive_handle = 0 IMPORTING entries = l_entries TABLES selections = l_t_thead.

COPY_TEXTS CALL FUNCTION 'COPY_TEXTS' EXPORTING savemode_direct = 'X' * INSERT = ' ' IMPORTING error = l_rcode TABLES texts = l_t_itctc EXCEPTIONS error_message = 1 OTHERS = 2.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING * CLIENT = SY-MANDT id = c_tid_0001 language = '*' name = l_thead-tdname object = c_layout_area_item savemode_direct = 'X' * TEXTMEMORY_ONLY = ' ' EXCEPTIONS not_found = 1 error_message = 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 RWAKT100F01 or its description.