SAP Reports / Programs | Personnel Management | Personnel Administration | USA(PA-PA-US) SAP PA

RPSAAPU1_CE SAP ABAP Report - AAP: Turnover Analysis Report USA for Concurrent Employment







RPSAAPU1_CE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report compiles statistics for personnel movements that have taken place for an organization over a period of time...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 RPSAAPU1_CE 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 RPSAAPU1_CE. "Basic submit
SUBMIT RPSAAPU1_CE AND RETURN. "Return to original report after report execution complete
SUBMIT RPSAAPU1_CE 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: PA_MINOR = Analyze minorities
Selection Text: PA_NLIST = Display list of names
Selection Text: PA_OONLY = Display org. units only
Selection Text: P_LAY06 = D .
Selection Text: SO_HIREG = Reasons
Selection Text: SO_HIREM = Actions
Selection Text: SO_RET_G = Reasons
Selection Text: SO_RET_M = Actions
Selection Text: SO_TRANG = Reasons
Selection Text: SO_TRANM = Actions
Selection Text: SO_TRM_G = Reasons
Selection Text: SO_TRM_M = Actions
Title: AAP: Turnover Analysis Report USA for Concurrent Employment
Text Symbol: SS1 = Hires/Rehires
Text Symbol: SS2 = Terminations
Text Symbol: SS3 = Retirements
Text Symbol: SS4 = Transfers
Text Symbol: STT = Key date $1
Text Symbol: SX1 = Male
Text Symbol: SX2 = Female
Text Symbol: T01 = Company:
Text Symbol: T02 = PersArea:
Text Symbol: T03 = Pers.subarea:
Text Symbol: T04 = Org.Unit:
Text Symbol: T05 = Organizational Unit Begin Hires/ Transfers End TO Rate
Text Symbol: T06 = Code Name Count + Rehires - Terms - Retires + In - Out = Count % .
Text Symbol: T07 = Per. No. Name Action Reason begin Date .
Text Symbol: T08 = Code Name Gender Ethnic origin Action Reason Begin Date .
Text Symbol: TT1 = Total personnel subarea:
Text Symbol: TT2 = Total personnel area:
Text Symbol: TT3 = Total Company:
Text Symbol: TT4 = TOTAL SELECTION:
Text Symbol: ZEN = Number of errors found:
Text Symbol: ZER = ERROR LOG:
Text Symbol: ZRM = Evaluation period $1 to $2
Text Symbol: SP3 = Analyze minorities
Text Symbol: $EN = Number of errors found:
Text Symbol: $ER = ERROR LOG:





Text Symbol: 001 = Evaluation period
Text Symbol: 002 = to
Text Symbol: 003 = Turnover Analysis Report
Text Symbol: 005 = Begin Count
Text Symbol: 006 = Hires/Rehires
Text Symbol: 007 = Terms
Text Symbol: 008 = Retirements
Text Symbol: 009 = Transfers In
Text Symbol: 010 = Transfers Out
Text Symbol: 011 = End Count
Text Symbol: 012 = To Rate
Text Symbol: 013 = Org Unit Name
Text Symbol: 014 = Action Description
Text Symbol: 015 = Gender
Text Symbol: DTL = ***** DETAIL LIST *****
Text Symbol: E01 = I0077: Invalid ethnic origin code:
Text Symbol: E02 = Infotype not available for:
Text Symbol: E03 = Actions do not equal change in count:
Text Symbol: E04 = No entries in T505R for MOLGA:
Text Symbol: E05 = No entries in T505S for RACKY:
Text Symbol: E06 = Invalid grouping reason for:
Text Symbol: EV1 = Hires/Rehires:
Text Symbol: EV2 = Terminations
Text Symbol: EV3 = Retirements
Text Symbol: EV4 = Transfers In:
Text Symbol: EV5 = Transfers Out:
Text Symbol: FRM = Additional data
Text Symbol: MIN = Number Minorities:
Text Symbol: PA3 = X
Text Symbol: PA4 = 01
Text Symbol: PRC = Percent Minorities:
Text Symbol: SP1 = Display list of names
Text Symbol: SP2 = Display org. units only


INCLUDES used within this REPORT RPSAAPU1_CE

No INCLUDES are used within this REPORT code!


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:

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING pp0002 = p0002 molga = const-molga langu = sy-langu format = const-formt IMPORTING edit_name = line1-fname retcode = temps-subrc.

HRCA_COMPANYCODE_GETDETAIL





CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = bukrs language = sy-langu IMPORTING comp_name = hrca_t001-comp_name * CITY = * COUNTRY = * CURRENCY = * LANGU = * CHRT_ACCTS = * FY_VARIANT = * FI_MANAGEMENTAREA = * JURISDICTION = * RATE_DEVIATION = * ADDRESS = EXCEPTIONS not_found = 1 OTHERS = 2.

HRCA_PLANT_GETDETAIL CALL FUNCTION 'HRCA_PLANT_GETDETAIL' "WJIALRK047795 EXPORTING plant = werks language = sy-langu IMPORTING name = hrca_t001w-name EXCEPTIONS not_found = 1 OTHERS = 2.



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