SAP Reports / Programs

RPUPYGD1 SAP ABAP Report - Generation of Conversion Exit for Interface Format (PAISY Interface)







RPUPYGD1 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 RPUPYGD1 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 RPUPYGD1. "Basic submit
SUBMIT RPUPYGD1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUPYGD1 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: PFLDID = Interface format
Selection Text: PIFNAM = File layout
Selection Text: PROUTIN1 = Data export routine
Selection Text: PROUTIN2 = Final processing routine
Selection Text: PROUTINE = Conversion routine
Selection Text: PROUTINI = Initialization routine
Selection Text: REPNAME = User exit program
Selection Text: WART76 = Maintenance 76 Active
Title: Generation of Conversion Exit for Interface Format (PAISY Interface)
Text Symbol: 003 = User exit interface format for SAP-PAISY interface
Text Symbol: NIV = File layout does not exist
Text Symbol: NOF = Interface format does not exist
Text Symbol: T01 = *----------------------------------------------------------------------*


INCLUDES used within this REPORT RPUPYGD1

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:

TR_TADIR_POPUP_ENTRY_E071 CALL FUNCTION 'TR_TADIR_POPUP_ENTRY_E071' EXPORTING wi_e071_pgmid = 'R3TR' wi_e071_object = 'PROG' wi_e071_obj_name = wrk_obj_name * WI_E071_GENNUM = ' ' * WI_MESSAGE_ENTER_DEVCLASS = ' ' * WI_READ_ONLY = ' ' * WI_TADIR_DEVCLASS = ' ' * WI_TADIR_GENFLAG = ' ' * WI_TADIR_MASTERLANG = ' ' IMPORTING we_tadir = i_tadir es_tdevc = i_tdevc EXCEPTIONS display_mode = 1 exit = 2 global_tadir_insert_error = 3 no_repair_selected = 4 no_systemname = 5 no_systemtype = 6 no_tadir_type = 7 reserved_name = 8 tadir_enqueue_failed = 9 devclass_not_found = 10 tadir_not_exist = 11 object_exists = 12 internal_error = 13 object_append_error = 14 tadir_modify_error = 15 object_locked = 16 no_object_authority = 17 OTHERS = 18.



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