SAP Reports / Programs | Logistics - General | Logistics Basic Data | Assortment(LO-MD-RA) SAP LO

WRF_WLWB_AA_CL SAP ABAP INCLUDE - Include WRF_WLWB_AA_CL







WRF_WLWB_AA_CL 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 WRF_WLWB_AA_CL 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 WRF_WLWB_AA_CL. "Basic submit
SUBMIT WRF_WLWB_AA_CL AND RETURN. "Return to original report after report execution complete
SUBMIT WRF_WLWB_AA_CL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include WRF_WLWB_AA_CL


INCLUDES used within this REPORT WRF_WLWB_AA_CL

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:

WRF_LMV_ALL_FIX_READ CALL FUNCTION 'WRF_LMV_ALL_FIX_READ' TABLES pi_t_wlmv = lt_wlmv pe_t_lmvf_asgmt = lt_asgmt EXCEPTIONS no_entries = 1 OTHERS = 2.

WRF_LMVF_SINGLE_READ CALL FUNCTION 'WRF_LMVF_SINGLE_READ' EXPORTING pi_fix_id = ls_asgmt-fix_id pi_spras = sy-langu pi_buf_refrsh = space IMPORTING pe_lmvf = ls_fixture pe_lmvft = ls_fixture_txt EXCEPTIONS not_found = 1 no_description = 2 OTHERS = 3.

WRF_LMVF_READ_BY_ASGMT CALL FUNCTION 'WRF_LMVF_READ_BY_ASGMT' EXPORTING pi_wlmv = ls_wlmv pi_fix_seq = g_selected_fix_seq IMPORTING pe_asgmt = ls_lmvf_asmgt EXCEPTIONS no_entry_found = 1 OTHERS = 2.

WRF_LMVF_SINGLE_READ CALL FUNCTION 'WRF_LMVF_SINGLE_READ' EXPORTING pi_fix_id = ls_lmvf_asmgt-fix_id pi_spras = sy-langu IMPORTING pe_lmvft = ls_lmvft EXCEPTIONS not_found = 1 no_description = 2 OTHERS = 3.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'WRF_WLAY_MALG_LABEL' fieldname = 'LABEL_TYPE_CODE' TABLES return_tab = lt_return_tab EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.

WRF_LMVF_READ_BY_ASGMT CALL FUNCTION 'WRF_LMVF_READ_BY_ASGMT' EXPORTING pi_wlmv = ls_wlmv pi_fix_seq = ls_malg_maintenance-shelf IMPORTING pe_asgmt = ls_lmvf_asmgt EXCEPTIONS no_entry_found = 1 OTHERS = 2.

WRF_LMVF_SINGLE_READ CALL FUNCTION 'WRF_LMVF_SINGLE_READ' EXPORTING pi_fix_id = ls_lmvf_asmgt-fix_id pi_spras = sy-langu IMPORTING pe_lmvft = ls_lmvft EXCEPTIONS not_found = 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 WRF_WLWB_AA_CL or its description.