RPCBWSD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Group data records by health insurance receiving office You can use this program to group the data records created in statement processing for the receiving offices of the health insurance funds...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPCBWSD0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PM23 - Statements Collector
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: S_WERKS = Personnel Area
Selection Text: S_PERNR = Personnel Number
Selection Text: S_BTRTL = Personnel Subarea
Selection Text: S_BNRWTL = HIF Receiving Office
Selection Text: PA_TEST = Simulation
Selection Text: PA_PROT = Log
Title: Collect Statements by Health Ins. Receiving Office
Text Symbol: ROO = Root
Text Symbol: NE4 = New4
Text Symbol: NE3 = New3
Text Symbol: IWG = @AH\QWarning@
Text Symbol: IRD = @4R\QUndo@
Text Symbol: IOK = @01\QOK@
Text Symbol: IHW = @AI\QNote@
Text Symbol: IER = @0W\QError@
Text Symbol: CH2 = Child2
Text Symbol: 007 = Collect
Text Symbol: 006 = PROTOKOLL DES TESTLAUFES
Text Symbol: 005 = PROTOKOLL DES PRODUKTIVLAUFES
Text Symbol: 004 = Collect by Health Ins. Fund
Text Symbol: 003 = Test Data
Text Symbol: 002 = Log
Text Symbol: 001 = Simulation
INCLUDE HDEBW_COLLECT_TYPES.
INCLUDE HDEBW_COLLECT_GLOBALS.
INCLUDE HDEBW_COLLECT_HEADER.
INCLUDE HDEBW_COLLECT_PBO.
INCLUDE HDEBW_COLLECT_PAI.
INCLUDE HDEBW_COLLECT_FORMS.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.