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

WRF_WLWB_AA_POV SAP ABAP INCLUDE - WRFWLWBAAPOV







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

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.

REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_selection = 'X' i_zebra = 'X' i_tabname = 'lt_asgmt' it_fieldcat = lt_fcat importing es_selfield = ls_selfield tables t_outtab = lt_asgmt exceptions program_error = 1 others = 2.

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.

REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_selection = 'X' i_zebra = 'X' i_tabname = 'lt_asgmt' it_fieldcat = lt_fcat importing es_selfield = ls_selfield tables t_outtab = lt_asgmt exceptions program_error = 1 others = 2.

GET_DYNP_VALUE call function 'GET_DYNP_VALUE' exporting i_field = 'GS_ART_REPL_600-MATNR_NEW' i_repid = sy-repid i_dynnr = '0600' changing o_value = l_matnr_new.

MARA_SINGLE_READ call function 'MARA_SINGLE_READ' exporting matnr = l_matnr_new exceptions lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 others = 5.

MARM_GENERIC_READ_WITH_MATNR call function 'MARM_GENERIC_READ_WITH_MATNR' exporting matnr = l_matnr_new tables marm_tab = lt_marm.

F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = 'MARM' fieldname = 'MEINH' searchhelp = 'WRF_MEINH_WITH_MATNR' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'GS_ART_REPL_600-MEINH_NEW' callback_program = sy-repid callback_form = 'CALLBACK'.

F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = 'MARA' fieldname = 'MATNR' searchhelp = 'S_MAT1' * SHLPPARAM = ' ' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'GS_ART_REPL_600-MATNR_NEW' * STEPL = 0 * VALUE = ' ' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * SUPPRESS_RECORDLIST = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * SELECTION_SCREEN = ' ' * IMPORTING * USER_RESET = tables return_tab = lt_return exceptions field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 others = 5 .

SET_DYNP_VALUE call function 'SET_DYNP_VALUE' exporting i_field = 'GS_ART_REPL_600-MATNR_NEW' i_repid = sy-repid i_dynnr = '0600' i_value = l_dyn_val.

MARM_GENERIC_READ_WITH_MATNR call function 'MARM_GENERIC_READ_WITH_MATNR' exporting kzrfb = 'X' matnr = l_matnr maxtz = 0 tables marm_tab = lt_marm exceptions wrong_call = 1 not_found = 2 others = 3.

SET_DYNP_VALUE call function 'SET_DYNP_VALUE' exporting i_field = 'GS_ART_REPL_600-MEINH_NEW' i_repid = sy-repid i_dynnr = '0600' i_value = l_dyn_val.

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = 'GS_ART_REPL_600-MEINH_NEW' values = lt_meinh_val exceptions id_illegal_name = 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_POV or its description.