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

BBINIF01_ALV SAP ABAP INCLUDE - BBINIF01ALV







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

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:

ARTICLE_ORDER_LIST_TYPE_GET * call function 'ARTICLE_ORDER_LIST_TYPE_GET' * exporting * pi_read_matkl = 'X' * tables * pi_t_twbb = g_t_twbb * pe_t_artnr = g_t_artnr.

ARTICLE_LAYOUT_GROUP_GET * call function 'ARTICLE_LAYOUT_GROUP_GET' * tables * pe_t_artnr = g_t_artnr.

ASL_MATERIAL_SUPPLIER_GET * call function 'ASL_MATERIAL_SUPPLIER_GET' * tables * pi_t_sort = g_t_sort * pe_t_artnr = g_t_artnr.

MASTERIDOC_CREATE_REQ_WBBDLD CALL FUNCTION 'MASTERIDOC_CREATE_REQ_WBBDLD' EXPORTING PI_I_CTRL = PE_I_CTRL TABLES PI_T_STORE = G_T_ASCAR PI_T_TWBB = G_T_TWBB PI_T_ARTNR = G_T_ARTNR PE_T_TASK_LIST = PI_T_TASK.

WDLD_APPL_LOG_WRITE_DB CALL FUNCTION 'WDLD_APPL_LOG_WRITE_DB' EXPORTING PI_GEN_LOG_FLAG = X IMPORTING PE_I_GEN_STAT = PI_I_JOB_STAT.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL' EXCEPTIONS OTHERS = 1.

ASSORT_LIST_JOB_OUTPUT_ALV CALL FUNCTION 'ASSORT_LIST_JOB_OUTPUT_ALV' EXPORTING PI_I_CTRL = PE_I_CTRL PI_I_JOB_STAT = PI_I_JOB_STAT TABLES PI_T_TASK_LIST = PI_T_TASK.

WDLD_ASSORTMENT_CARRIER_GET CALL FUNCTION 'WDLD_ASSORTMENT_CARRIER_GET' EXPORTING PI_ASST_LIST_ONLY = X PI_READ_KNVV = X PI_CHECK_LANGUAGE = X TABLES PI_SO_ASCAR = SO_ASCAR PI_SO_VTWEG = SO_VTWEG PI_SO_VKORG = SO_VKORG PE_T_ASCAR = G_T_ASCAR.

ASSORT_LIST_TYPES_GET_MULT CALL FUNCTION 'ASSORT_LIST_TYPES_GET_MULT' TABLES PE_T_TWBB = G_T_TWBB PE_T_TWBBT = G_T_TWBBT PI_SO_BBTYP = SO_BBTYP.

ASSORT_LIST_PROFILES_CHECK CALL FUNCTION 'ASSORT_LIST_PROFILES_CHECK' TABLES PI_T_STORES = G_T_ASCAR PI_T_TWBB = G_T_TWBB PE_T_TWBBP = G_T_TWBBP PE_T_SORT = G_T_SORT.



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