ADBUS2032 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 ADBUS2032 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Program for object type ZSUB2032: Sales order A&D
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AD_RELEASE_MESSAGE CALL FUNCTION 'AD_RELEASE_MESSAGE' EXPORTING KAPPL = KAPPL OBJKY = OBJKY NACHA = NACHA.
AD_FLAG_SINGLE_SPLIT CALL FUNCTION 'AD_FLAG_SINGLE_SPLIT' EXPORTING I_VBELN = OBJECT-KEY-SALESDOCUMENT INITIATOR = INITIATOR IMPORTING FLAG_SINGLE_SPLIT = FLAG_SINGLE_SPLIT .
AD_EDIT_OUTPUT_TIME CALL FUNCTION 'AD_EDIT_OUTPUT_TIME' EXPORTING OBJKY = OBJECT-KEY-SALESDOCUMENT .
AD_FLAG_CONFIRMED_QUANT CALL FUNCTION 'AD_FLAG_CONFIRMED_QUANT' EXPORTING I_VBELN = OBJECT-KEY-SALESDOCUMENT IMPORTING FLAG_CONFIRMED_QUANT = FLAG_CONFIRMED_QUANT EXCEPTIONS OTHERS = 01.
AD_CHECK_SO CALL FUNCTION 'AD_CHECK_SO' EXPORTING I_VBELN = object-key-salesdocument INITIATOR = INITIATOR IMPORTING RESULT = RESULT EXCEPTIONS OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ADBUS2032 - Program for object type ZSUB2032: Sales order A&D ADBUS2032 - Program for object type ZSUB2032: Sales order A&D ADBUS2030 - Program for object type ZSUB2030: A&D RFQ/Quotation ADBUS2030 - Program for object type ZSUB2030: A&D RFQ/Quotation ADBUS2015 - Program for object type ADBUS2015 : Inb. delivery (AD) ADBUS2015 - Program for object type ADBUS2015 : Inb. delivery (AD)