ADBUS2010 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 ADBUS2010 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 ZSUB2010: SPEC2000 MM RFQ
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AD_DISPLAY_STOCK_INFO CALL FUNCTION 'AD_DISPLAY_STOCK_INFO' EXPORTING EBELN = OBJECT-KEY-VENDORINQUIRY EXCEPTIONS ERROR_OCCURED = 1 OTHERS = 2.
EDI_PARTNER_TEST_OUTGOING CALL FUNCTION 'EDI_PARTNER_TEST_OUTGOING' EXPORTING EDI_PARVW = 'LF' EDI_PARNR = EDIPARNR EDI_KSCHL = EDIKSCHL EDI_KAPPL = 'EA' EDI_AENDE = ' ' EXCEPTIONS NO_ENTRY_IN_TPAR = 1001 NO_PARTNER_DECLARATION_FOUND = 1002 OTHERS = 01.
AD_PRINT_VIA_MESSAGE_OUTPUT CALL FUNCTION 'AD_PRINT_VIA_MESSAGE_OUTPUT' EXPORTING KAPPL = KAPPL OBJKY = OBJKY.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ADBUS2010 - Program for object type ZSUB2010: SPEC2000 MM RFQ ADBUS2010 - Program for object type ZSUB2010: SPEC2000 MM RFQ ADBOSO1 - documentation and ABAP source code ADBOSO03 - documentation and ABAP source code ADBOSI02 - documentation and ABAP source code ADBOSF9 - documentation and ABAP source code