SAP Reports / Programs | Personnel Management | Benefits(PA-BN) SAP PA

RPUCOB01 SAP ABAP Report - Collection of Qualifying COBRA Events







RPUCOB01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is executed to identify events that have taken place as a result of which employees and/or their dependents have become eligible for continuation of coverage under COBRA...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 RPUCOB01 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

HRBENUSCOB01 - Collect COBRA Events


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


Text pool values


Collected COBRA Events: Statistics
Selection Text: SO_BSTAT = Second program grouping
Selection Text: SO_BENGR = First program grouping
Selection Text: SO_BAREA = Benefit area
Title: Collection of Qualifying COBRA Events
Text Symbol: ZRM = Evaluation period $1 to $2
Text Symbol: TDL = Collected COBRA Events: Details
Text Symbol: T06 = Collected COBRA Events: Statistics
Text Symbol: T05 = Collected on
Text Symbol: T04 = COBRA event type
Text Symbol: T03 = 2nd program grouping
Text Symbol: T02 = 1st program grouping
Text Symbol: T01 = Benefit area
Text Symbol: STT = Key date $1
Text Symbol: NOF = No events found which match the selection criteria
Text Symbol: NOE = No entries available
Text Symbol: H16 = Error message
Text Symbol: H15 = 2nd
Text Symbol: H13 = Occurred
Text Symbol: H12 = Name
Text Symbol: H11 = Pers.no.
Text Symbol: H06 = Collected
Text Symbol: H02 = COBRA beneficiary
Text Symbol: H01 = COBRA event type
Text Symbol: FT1 = General benefits information
Text Symbol: F01 = Number of events
Text Symbol: ERR = Collection of qualifying COBRA events: Problems
Text Symbol: E99 = Total events
Text Symbol: E98 = All event types collected


INCLUDES used within this REPORT RPUCOB01

INCLUDE: COB01D01, " DATA DECLARATIONS
MPCOBF01, " GENERAL COBRA FORMS
COB01F01, " LIST FORMS


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:

No SAP FUNCTION MODULES are executed within this report code!



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