SAP Reports / Programs

RPH00000 SAP ABAP dialog Program - Master Data Headers







RPH00000 is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for BEGIN OF UPDATE Report RPH00000 is generated when you maintain tables T588I and T588J...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 RPH00000 into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Master Data Headers
Text Symbol: PK1 = Employee subgroup
Text Symbol: PK2 = Employee subgroup
Text Symbol: PN1 = PersNo
Text Symbol: PN2 = Personnel no.
Text Symbol: PR1 = PersReg
Text Symbol: PR2 = Pers.reg.number
Text Symbol: PS1 = Loc.
Text Symbol: PS2 = Location
Text Symbol: SC1 = WkSchdl
Text Symbol: SC2 = WorkSchedule
Text Symbol: SI1 = SIN
Text Symbol: SI2 = SI number
Text Symbol: SS1 = SSN
Text Symbol: SS2 = SS number
Text Symbol: ST1 = Status
Text Symbol: ST2 = Status
Text Symbol: TG1 = PS group
Text Symbol: TG2 = PS group
Text Symbol: TS1 = PS level
Text Symbol: TS2 = Pay scale level
Text Symbol: VN1 = First name
Text Symbol: VN2 = First name
Text Symbol: WR1 = PersArea
Text Symbol: WR2 = Personnel area
Text Symbol: PG2 = EE group
Text Symbol: AG1 = AppGr
Text Symbol: AG2 = Applicant group
Text Symbol: AK1 = AppRng.
Text Symbol: AK2 = Applicant range
Text Symbol: AN1 = ApplNo.
Text Symbol: AN2 = Applicant no.
Text Symbol: AS1 = Status
Text Symbol: AS2 = Applicant status
Text Symbol: BU1 = CoCode
Text Symbol: BU2 = Company code
Text Symbol: CP1 = CPR no.
Text Symbol: CP2 = CPR number





Text Symbol: CU1 = CURP
Text Symbol: CU2 = C.U.R.P.
Text Symbol: GB1 = D.O.B.
Text Symbol: GB2 = Date of birth
Text Symbol: IN1 = Initial
Text Symbol: IN2 = Initials
Text Symbol: KS1 = CostCtr
Text Symbol: KS2 = Cost center
Text Symbol: NN1 = Name
Text Symbol: NN2 = Last name
Text Symbol: NO1 = ID
Text Symbol: NO2 = ID
Text Symbol: PG1 = EEGroup


INCLUDES used within this REPORT RPH00000

INCLUDE RPHDAT00.
INCLUDE RPHDF000.
INCLUDE RPHFRM00.


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