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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUPYGD0 - Generation of Interface Format for PAISY Interface from Table T5DP1 RPUPYGD0 - Generation of Interface Format for PAISY Interface from Table T5DP1 RPUPYFDK - documentation and ABAP source code RPUPYFDJ - documentation and ABAP source code RPUPYFDI - documentation and ABAP source code RPUPYFDH - documentation and ABAP source code