SAP Reports / Programs | Logistics - General | Agency Business (Global Trade)(LO-AB) SAP LO

WLF_LIST_C01 SAP ABAP INCLUDE - Include WLF_LIST_C01







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


INCLUDES used within this REPORT WLF_LIST_C01

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:

CONVERSION_EXIT_ALPHA_OUTPUT call function 'CONVERSION_EXIT_ALPHA_OUTPUT' exporting input = is_komlfk1-wbeln importing output = sy-msgv1.

CONVERSION_EXIT_ALPHA_OUTPUT call function 'CONVERSION_EXIT_ALPHA_OUTPUT' exporting input = is_komlfk2-wbeln importing output = sy-msgv2.

OWN_LOGICAL_SYSTEM_GET call function 'OWN_LOGICAL_SYSTEM_GET' importing own_logical_system = l_logsys exceptions own_logical_system_not_defined = 1 others = 2.

CONVERSION_EXIT_ALPHA_OUTPUT call function 'CONVERSION_EXIT_ALPHA_OUTPUT' exporting input = is_komlfk1-wbeln importing output = sy-msgv1.

CONVERSION_EXIT_ALPHA_OUTPUT call function 'CONVERSION_EXIT_ALPHA_OUTPUT' exporting input = is_komlfk2-wbeln importing output = sy-msgv2.

OWN_LOGICAL_SYSTEM_GET call function 'OWN_LOGICAL_SYSTEM_GET' importing own_logical_system = l_logsys exceptions own_logical_system_not_defined = 1 others = 2.

DDUT_DOMVALUE_TEXT_GET call function 'DDUT_DOMVALUE_TEXT_GET' exporting name = 'DOCTYPE' value = ls_dd07v-domvalue_l langu = sy-langu texts_only = cl_wzre_con=>yes importing dd07v_wa = ls_dd07v exceptions not_found = 1 illegal_input = 2 others = 3.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = i_structure_name tables dfies_tab = lt_dfies exceptions not_found = 1 internal_error = 2 others = 3.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Connection'(cx1) text_question = 'New selection on local system ?'(cx2) text_button_1 = cl_wzre_con=>no icon_button_1 = 'ICON_OKAY' text_button_2 = cl_wzre_con=>no icon_button_2 = 'ICON_CANCEL' display_cancel_button = ' ' importing answer = l_answer exceptions text_not_found = 1 others = 2.

WLF_RFC_AGENCY_DOCUMENTS call function 'WLF_RFC_AGENCY_DOCUMENTS' destination g_rfcdest exporting it_selections = it_selections importing es_komlfk = cs_komlfk_rfc et_komlfk = ct_komlfk_rfc et_komlfp = ct_komlfp_rfc et_komlfl = ct_komlfl_rfc et_komv = ct_komv_rfc et_komwbrr = ct_komwbrr et_komwbpa = ct_komwbpa_rfc es_t000_rfc = cs_t000_rfc et_bkpf = ct_bkpf_rfc et_bseg = ct_bseg_rfc exceptions no_data = 1 communication_failure = 2 message l_msg_txt system_failure = 3 message l_msg_txt others = 4.

WLF_RFC_AGENCY_DOCUMENTS call function 'WLF_RFC_AGENCY_DOCUMENTS' exporting it_selections = it_selections importing es_komlfk = cs_komlfk_rfc et_komlfk = ct_komlfk_rfc et_komlfp = ct_komlfp_rfc et_komlfl = ct_komlfl_rfc et_komv = ct_komv_rfc et_komwbrr = ct_komwbrr et_komwbpa = ct_komwbpa_rfc es_t000_rfc = cs_t000_rfc et_bkpf = ct_bkpf_rfc et_bseg = ct_bseg_rfc exceptions no_data = 1 others = 2.

WLF_DOCUMENT_READ call function 'WLF_DOCUMENT_READ' exporting i_wbeln = i_wbeln importing e_komlfk = cs_komlfk tables t_komv = lt_komv t_komlfk = ct_komlfk t_komlfp = ct_komlfp t_komlfl = ct_komlfl exceptions empty_parameter = 1 no_record_found = 2 faktura_data_error = 3 regu_data_error = 4 regulist_data_error = 5 relist_data_error = 6 invalid_fakturaart = 7 others = 8.

WLF_RRLE_WBRR_ARRAY_READ_2 call function 'WLF_RRLE_WBRR_ARRAY_READ_2' tables t_komwbrr = ct_komwbrr t_wbrk_key = lt_wbrk_key.

FI_DOCUMENT_READ call function 'FI_DOCUMENT_READ' exporting i_awtyp = 'WBRK' i_awref = cs_komlfk-wbeln tables t_bkpf = ct_bkpf t_bseg = ct_bseg exceptions wrong_input = 1 not_found = 2 others = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = c_tabname-param_ddic all_types = cl_wzre_con=>yes TABLES dfies_tab = slt_dfies EXCEPTIONS not_found = 1 internal_error = 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 WLF_LIST_C01 or its description.