SAP Reports / Programs | Payroll | Germany(PY-DE) SAP PY

RPUPYGD0 SAP ABAP Report - Generation of Interface Format for PAISY Interface from Table T5DP1







RPUPYGD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report reads interface table T5DP1, creates an interface format and a file layout, and generates the required export and file layout progams...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 RPUPYGD0 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 RPUPYGD0. "Basic submit
SUBMIT RPUPYGD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUPYGD0 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: TEST = Test run (no update)
Selection Text: P_CPA03 = 'Check Admin. Rec.' Attribute
Selection Text: PUPROG = Program
Selection Text: PROTO = Log
Selection Text: PIFNAM = File layout
Selection Text: PFORMR = Form Routine 1 (Convert.)
Selection Text: PFORMI = Form Routine 0 (Initializ.)
Selection Text: PFORM2 = Form Routine 3 (End)
Selection Text: PFORM1 = Form Routine 2 (Export)
Selection Text: PFLDID = Interface format
Selection Text: EXITPROG = Program
Selection Text: EXITFORM = Form Routine
Selection Text: CLEAR = Initialize Interface
Title: Generation of Interface Format for PAISY Interface from Table T5DP1
Text Symbol: UES = Number of Records Passed:
Text Symbol: P09 = Include 9
Text Symbol: P08 = Include 8
Text Symbol: P07 = Include 7
Text Symbol: P06 = Include 6
Text Symbol: P05 = Include 5
Text Symbol: P04 = Include 4
Text Symbol: P03 = Include 3
Text Symbol: P02 = Include 2
Text Symbol: P01 = Include 1
Text Symbol: P00 = Main program
Text Symbol: FPL = Error log
Text Symbol: FM6 = Change Check
Text Symbol: FM5 = PAISY Conversion
Text Symbol: FM4 = File layout programs
Text Symbol: FM3 = Export Programs
Text Symbol: FM2 = Other data
Text Symbol: FM1 = File select.
Text Symbol: F10 = Report not found
Text Symbol: F09 = Interface table T5DP1 does not exist
Text Symbol: F08 = Interface format already exists and must be initialized
Text Symbol: F07 = Paisy data type must not be blank
Text Symbol: F06 = Paisy field number must not be blank
Text Symbol: F05 = Paisy subrecord type must not be blank





Text Symbol: F04 = Paisy record type must not be blank
Text Symbol: F03 = Field name is not in table DD03L
Text Symbol: F02 = Info type is not in table T582A
Text Symbol: F01 = Interface format is not in table T532A
Text Symbol: A01 = HR-DE: HR-PAISY Interface


INCLUDES used within this REPORT RPUPYGD0

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:

RS_COPY_PROGRAM CALL FUNCTION 'RS_COPY_PROGRAM' EXPORTING * CORRNUMBER = ' ' devclass = '$TMP' program = program source_program = source * SUPPRESS_CHECKS = ' ' * SUPPRESS_COMMIT = ' ' * SUPPRESS_NORM_CHECK = ' ' suppress_popup = 'X'.

RS_COPY_PROGRAM CALL FUNCTION 'RS_COPY_PROGRAM' EXPORTING program = suppress_screen = 'X' source_program = program_name.

RS_COPY_PROGRAM CALL FUNCTION 'RS_COPY_PROGRAM' EXPORTING program = $rep_name suppress_screen = 'X' source_program = $source.



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