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

BIDINF01 SAP ABAP INCLUDE - Include BIDINF01







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


INCLUDES used within this REPORT BIDINF01

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:

DOWNLOAD_STATUS_READ CALL FUNCTION 'DOWNLOAD_STATUS_READ' EXPORTING PI_DLDNR = PA_DLDNR PI_ITEMS_ALL = 'X' TABLES PE_T_WDLS = PI_T_WDLS PE_T_WDLSP = G_T_WDLSP.

WDLD_ASSORTMENT_CARRIER_GET CALL FUNCTION 'WDLD_ASSORTMENT_CARRIER_GET' EXPORTING PI_ASST_LIST_ONLY = 'X' PI_READ_KNVV = 'X' TABLES PI_SO_ASCAR = PE_SO_STORES PE_T_ASCAR = PI_T_STORES.

ASSORT_LIST_TYPE_GET CALL FUNCTION 'ASSORT_LIST_TYPE_GET' EXPORTING PI_BBTYP = PE_BBTYP IMPORTING PE_I_TWBB = G_I_TWBB.

ASSORT_LIST_PROFILE_GET CALL FUNCTION 'ASSORT_LIST_PROFILE_GET' EXPORTING PI_BBPRO = G_I_STORE-BBPRO PI_BBTYP = G_I_TWBB-BBTYP IMPORTING PE_I_TWBBP = G_I_TWBBP.

EDI_DOCUMENT_OPEN_FOR_READ CALL FUNCTION 'EDI_DOCUMENT_OPEN_FOR_READ' EXPORTING DOCUMENT_NUMBER = PE_I_WDLSP-DOCNUM IMPORTING IDOC_CONTROL = PI_I_EDIDC EXCEPTIONS DOCUMENT_FOREIGN_LOCK = 01 DOCUMENT_NOT_EXIST = 02 DOCUMENT_NUMBER_INVALID = 03.

EDI_SEGMENTS_GET_ALL CALL FUNCTION 'EDI_SEGMENTS_GET_ALL' EXPORTING DOCUMENT_NUMBER = PE_I_WDLSP-DOCNUM TABLES IDOC_CONTAINERS = PI_T_EDIDD EXCEPTIONS DOCUMENT_NUMBER_INVALID = 01 END_OF_DOCUMENT = 02.

EDI_DOCUMENT_CLOSE_READ CALL FUNCTION 'EDI_DOCUMENT_CLOSE_READ' EXPORTING DOCUMENT_NUMBER = PE_I_WDLSP-DOCNUM IMPORTING IDOC_CONTROL = PI_I_EDIDC EXCEPTIONS DOCUMENT_NOT_OPEN = 01 PARAMETER_ERROR = 02.

REPL_LIST_IDOC_ANALYSE CALL FUNCTION 'REPL_LIST_IDOC_ANALYSE' EXPORTING PI_I_WBBH = PI_I_WBBH PI_I_TWBBP = G_I_TWBBP TABLES PI_T_EDIDD = PI_T_EDIDD PE_T_WBBP = PI_T_WBBP PE_T_WBBL = PI_T_WBBL.



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