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

RPSAAPU0 SAP ABAP Report - AAP: Movement Analysis Report USA







RPSAAPU0 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 a statistic of personnel events that have taken place 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 RPSAAPU0 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 RPSAAPU0. "Basic submit
SUBMIT RPSAAPU0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPSAAPU0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Affirmative Action: Movement Analysis
Selection Text: SO_MASSN = Events to be included
Selection Text: P_LAY06 = D .
Selection Text: PA_SUMRY = Total after every step
Selection Text: PA_ORGEH = Display Org.Unit level
Selection Text: PA_OONLY = Statistics by Org.Unit only
Selection Text: PA_NLIST = Print list of names
Title: AAP: Movement Analysis Report USA
Text Symbol: E07 = No entry in T505S for RACKY:
Text Symbol: E08 = No entry in T513S for date:
Text Symbol: MSN = Event:
Text Symbol: SH1 = 20
Text Symbol: SL1 = 01
Text Symbol: SS1 = Print list of names
Text Symbol: SS2 = Statistics by company code only
Text Symbol: SS3 = Statistics by Org.Unit only
Text Symbol: SS4 = Total after every step
Text Symbol: STT = Key date $1
Text Symbol: SUM = SUMMARY FOR:
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 = Event - - - - - - - - -/ Total -/ Minority -/ /- - - - - - - - - Male - - - - - - - - //- - - - - - - - - Female - - - - - - - - /
Text Symbol: T06 = # % # % White Black Hisp. Asian NatAm # % White Black Hisp. Asian NatAm.
Text Symbol: T07 = Pers.Nr. Name Begin date Job (Code/Title) Ethnic Origin Gender .
Text Symbol: TOT = Total selection
Text Symbol: ZEN = Number of errors found:
Text Symbol: ZER = ERROR LOG:
Text Symbol: ZRM = Evaluation period $1 to $2
Text Symbol: 001 = Affirmative Action: Movement Analysis
Text Symbol: 002 = Evaluation period
Text Symbol: 003 = to
Text Symbol: 004 = Action
Text Symbol: 005 = Total
Text Symbol: 006 = Minority Number





Text Symbol: 007 = Minority Percentage
Text Symbol: 008 = Male White
Text Symbol: 009 = Male Black
Text Symbol: 010 = Male Hisp.
Text Symbol: 011 = Male Asian
Text Symbol: 012 = Male Native American
Text Symbol: 013 = Female White
Text Symbol: 014 = Female Black
Text Symbol: 015 = Female Hisp.
Text Symbol: 016 = Female Asian
Text Symbol: 017 = Female Native American
Text Symbol: 018 = Employee Name
Text Symbol: 019 = JobTitle
Text Symbol: 020 = Ethnic Origin
Text Symbol: 021 = Gender
Text Symbol: 022 = Male total
Text Symbol: 023 = Male Percentage
Text Symbol: 024 = Female Total
Text Symbol: 025 = Female Percentage
Text Symbol: DTL = ***** DETAILED LIST *****
Text Symbol: E01 = Invalid code for ethnic origin:
Text Symbol: E02 = No entries in T505R for MOLGA:
Text Symbol: E03 = No entries in T529T for language:
Text Symbol: E04 = Infotype not available:
Text Symbol: E05 = Feature EEOCL: No entry for:
Text Symbol: E06 = Error assigning field name to :


INCLUDES used within this REPORT RPSAAPU0

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' "WJIALRK047795 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 RPSAAPU0 or its description.