SAP Reports / Programs | Personnel Management | Personnel Administration | Portugal(PA-PA-PT) SAP PA

RPPSTMP0 SAP ABAP Report - HR-PT: Master Data Sheet







RPPSTMP0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPPSTMP0 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

PC00_M19_RPPSTMP0 - Master data sheet


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 RPPSTMP0. "Basic submit
SUBMIT RPPSTMP0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPPSTMP0 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: XMOLGA = D Country grouping
Selection Text: SEITE = Print one/more page(s)
Selection Text: FORM = D Name of form
Selection Text: ANZ-TEST = Number of test forms
Title: HR-PT: Master Data Sheet
Text Symbol: 018 = - No entry in T513S
Text Symbol: 017 = - No entry in T547T
Text Symbol: 016 = - No entry in T526
Text Symbol: 015 = - No entry in T516T
Text Symbol: 014 = - No entry in T502T
Text Symbol: 013 = - No entry in T005T
Text Symbol: 012 = - No entry in T001W
Text Symbol: 011 = - No entry in T001
Text Symbol: 010 = - No entry in T5D3H
Text Symbol: 009 = - No entry in T521B
Text Symbol: 008 = - No entry in BNKA (banks)
Text Symbol: 007 = - Error while formatting name
Text Symbol: 006 = - No entry in T001P
Text Symbol: 005 = - No entry in T512P
Text Symbol: 004 = - No entry in T512Q
Text Symbol: 003 = - No entry in T512F
Text Symbol: 002 = Last name
Text Symbol: 001 = First name
Text Symbol: 019 = - No entry in T527X
Text Symbol: 020 = - No entry in T517T
Text Symbol: 021 = - No entry in T519T
Text Symbol: 022 = - No entry in T538T
Text Symbol: 031 = Female
Text Symbol: 030 = Male
Text Symbol: 029 = - No entry in T518B
Text Symbol: 028 = Indirect valuation could not be performed
Text Symbol: 027 = - No entry in T511 for modifier / wage type
Text Symbol: 026 = - No entry in T503 for employee group / subgroup
Text Symbol: 025 = - No entry in T001P for personnel area / subarea
Text Symbol: 024 = - No entry in T512T
Text Symbol: 023 = - No entry in T577S


INCLUDES used within this REPORT RPPSTMP0

INCLUDE RPPSTDP0.


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_HIRE+FIRE

RP_HIRE_FIRE * CALL FUNCTION 'RP_HIRE+FIRE' "XFIAHRK010417 CALL FUNCTION 'RP_HIRE_FIRE' "XFIAHRK010417 EXPORTING BEG = LOW-DATE END = HIGH-DATE IMPORTING HIRE_DATE = PERSTE FIRE_DATE = FIREDATE TABLES PP0000 = P0000 PP0001 = P0001 PPHIFI = PHIFI.

RP_FILL_WAGE_TYPE_TABLE CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE' EXPORTING PERNR = PERNR-PERNR BEGDA = P0008-BEGDA ENDDA = P0008-ENDDA INFTY = '0008' TABLES PPBWLA = INTTAB EXCEPTIONS ERROR_AT_INDIRECT_EVALUATION = 1.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING PP0002 = P0002 MOLGA = HMOLGA LANGU = SPACE FORMAT = $$FORMAT IMPORTING EDIT_NAME = $EDIT-NAME RETCODE = $RET-CODE.

HRCA_READ_BANK_ADDRESS_2 CALL FUNCTION 'HRCA_READ_BANK_ADDRESS_2' EXPORTING BANK_COUNTRY = P0009-BANKS BANK_NUMBER = P0009-BANKL IMPORTING BANK_DATA = BNKA_BF EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

HR_PT_HIRE_FIRE CALL FUNCTION 'HR_PT_HIRE_FIRE' * EXPORTING * BEG = '18000101' * END = '99991231' * OPEN_END = IMPORTING FIRE_DATE = LS_HIFI-ENDDA HIRE_DATE = LS_HIFI-BEGDA TABLES PP0000 = P0000 PP0001 = P0001 * PP0016 = * PP0041 = * I_JUPER = EXCEPTIONS ENTRY_DATE_NOT_FOUND = 1 FEATURE_ERROR = 2 OTHERS = 3 .

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING COMPANYCODE = P0001-BUKRS IMPORTING COMP_NAME = HRCA_COMPANY-COMP_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 RPPSTMP0 or its description.