SAP Reports / Programs | Logistics - General | Additionals Management(LO-ADM) SAP LO

BAPI_ADDI_ORDER_INFO SAP ABAP INCLUDE - BAPIADDIORDERINFO







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

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:

MAKT_SINGLE_READ call function 'MAKT_SINGLE_READ' exporting * KZRFB = ' ' * MAXTZ = 0 matnr = pxt_addi_order_info-addimatnr spras = sy-langu importing wmakt = smakt exceptions wrong_call = 1 not_found = 2 others = 3.

MARA_SINGLE_READ call function 'MARA_SINGLE_READ' exporting * KZRFB = ' ' * MAXTZ = 0 matnr = pxt_addi_order_info-addimatnr * SPERRMODUS = ' ' * STD_SPERRMODUS = ' ' importing wmara = smara exceptions lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 others = 5.

UNIT_OF_MEASURE_SAP_TO_ISO call function 'UNIT_OF_MEASURE_SAP_TO_ISO' exporting sap_code = pxt_addi_order_info-addiuom importing iso_code = isocode exceptions not_found = 1 no_iso_code = 2 others = 3.

DOMAIN_VALUE_GET call function 'DOMAIN_VALUE_GET' exporting i_domname = 'ADDI_INVOC' i_domvalue = dom_value importing e_ddtext = dom_text exceptions not_exist = 1 others = 2.

BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = addi_message_type_success cl = addi_message_class number = msgno par1 = par1 par2 = par2 par3 = par3 * PAR4 = ' ' * LOG_NO = ' ' * LOG_MSG_NO = ' ' * PARAMETER = ' ' * ROW = 0 * FIELD = ' ' importing return = pe_return.

BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = addi_message_type_success cl = addi_message_class number = msgno par1 = par1 par2 = par2 par3 = par3 par4 = par4 * LOG_NO = ' ' * LOG_MSG_NO = ' ' * PARAMETER = ' ' * ROW = 0 * FIELD = ' ' importing return = pe_return.

BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = addi_message_type_error cl = addi_message_class number = 267 par1 = par1 * PAR2 = ' ' * PAR3 = ' ' * PAR4 = ' ' * LOG_NO = ' ' * LOG_MSG_NO = ' ' * PARAMETER = ' ' * ROW = 0 * FIELD = ' ' importing return = pe_return.



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