RADBOS03 is a standard Executable ABAP Report 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 RADBOS03 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ADBOS03 - SD-SRV Reporting: BOS w/o Hierarchy
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.
Selection Text: PVBELN = Document number
Selection Text: PVARIANT = Selection variant
Selection Text: PPOSNR = Document item
Title: Generic Report: Bills of Services in SD (Without Hierarchy)
Text Symbol: 324 = User field 4
Text Symbol: 323 = User field 3
Text Symbol: 322 = User field 2
Text Symbol: 321 = User field 1
Text Symbol: 038 = Outline
Text Symbol: 037 = Service
Text Symbol: 036 = Main Item
Text Symbol: 035 = Subitem
Text Symbol: 034 = Unchanged
Text Symbol: 033 = Changed Item
Text Symbol: 032 = Changed
Text Symbol: 031 = Warning
Text Symbol: 030 = Cat.
Text Symbol: 029 = Object Type
Text Symbol: 028 = Performing Quantity
Text Symbol: 027 = Refresh
Text Symbol: 026 = Set Customer Fields
Text Symbol: 025 = Set Values
Text Symbol: 024 = Grouping
Text Symbol: 023 = Document no.
Text Symbol: 008 = Purchase order number:
Text Symbol: 007 = Item:
Text Symbol: 006 = Selection variant
Text Symbol: 005 = Sold-to party:
Text Symbol: 004 = Sales document number:
Text Symbol: 003 = SI
Text Symbol: 002 = ServiceIndex
Text Symbol: 001 = Details
INCLUDE ADBOSF01_ALV.
INCLUDE ADBOSI02.
INCLUDE ADBOSO03.
INCLUDE ADBOSE01.
No SAP DATABASE tables are accessed within this REPORT code!
/SAPBOQ/GET_SI_FLAG CALL FUNCTION '/SAPBOQ/GET_SI_FLAG' IMPORTING e_si_flag = si_enable.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant i_save = g_save * i_tabname_header = 'SERVICES' * i_tabname_item = 'DETAILS_LIST' * it_default_fieldcat = IMPORTING e_exit = g_exit es_variant = gx_variant EXCEPTIONS not_found = 2.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RADBOS03 - Generic Report: Bills of Services in SD (Without Hierarchy) RADBOS03 - Generic Report: Bills of Services in SD (Without Hierarchy) RADBOS02 - Generic Report: Bills of Services in SD (With Hierarchy) RADBOS02 - Generic Report: Bills of Services in SD (With Hierarchy) RADBOS01 - Quantity Flow (Order, Entry Sheet, Billing Document) RADBOS01 - Quantity Flow (Order, Entry Sheet, Billing Document)