SAP Reports / Programs

RADBOS03 SAP ABAP Report - Generic Report: Bills of Services in SD (Without Hierarchy)







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ADBOS03 - SD-SRV Reporting: BOS w/o Hierarchy


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 RADBOS03. "Basic submit
SUBMIT RADBOS03 AND RETURN. "Return to original report after report execution complete
SUBMIT RADBOS03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RADBOS03

INCLUDE ADBOSF01_ALV.
INCLUDE ADBOSI02.
INCLUDE ADBOSO03.
INCLUDE ADBOSE01.


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:

/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.



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