SAP Reports / Programs

RPUDGZA0 SAP ABAP Report - Conversion Report for New Data Model (Organizational Structure) AT







RPUDGZA0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report for Creating Customizing for the Table-Oriented Data Model You can use this report to fill the following tables with default values: T5A0P,, Personnel Area/Subarea AT T5A0A,, Employer Assignment Unit for Authorities T5A1S,, Employer Account Numbers with Social Insurance Bodies Your current Customizing for features provides the basis for the default values (see below)...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 RPUDGZA0 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 RPUDGZA0. "Basic submit
SUBMIT RPUDGZA0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUDGZA0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Conversion Report for New Data Model (Organizational Structure) AT
Text Symbol: W01 = Address missing in T536C
Text Symbol: T03 = Do you want the default values created by the report to be saved to the database?
Text Symbol: T02 = Direct Table Update for the Organizational Structure
Text Symbol: J42 = in the view V_5A0A_Z.
Text Symbol: J41 = Maintain the text for the employer assignment unit and the region
Text Symbol: J34 = manually.
Text Symbol: J33 = General Address Management. Perform this Customizing
Text Symbol: J32 = been entered in
Text Symbol: J31 = The telephone numbers from the feature TEL16 have not yet
Text Symbol: J25 = Maintain this information for all entries.
Text Symbol: J23 = The region indicator could not be determined in the view V_5A0P_B.
Text Symbol: J22 = indicator could not be set in the view V_5A0P_G.
Text Symbol: J21 = The employer account number for municipality and the exemption
Text Symbol: J15 = Maintain the missing addresses manually, if necessary.
Text Symbol: J14 = conversion.
Text Symbol: J13 = Check whether you used the report RPUADR00 to perform the
Text Symbol: J12 = converted yet.
Text Symbol: J11 = The company addresses in table T536A have not been fully
Text Symbol: J09 = (see report documentation)
Text Symbol: J08 = This Customizing cannot be converted automatically.
Text Symbol: J07 = analyzed (see above).
Text Symbol: J06 = Employee group and/or employee subgroup dependencies exist in the features
Text Symbol: HS2 = ASVGR | AUSVA | DGSV1 | DGSVN
Text Symbol: HP2 = WERKS | BTRTL | FLAGB | LOHNB | GMDNR
Text Symbol: HE3 = WERKS | BTRTL |PERSG|PERSK| Address | FZAMT | DVRNR | AGNUM | GMDNR
Text Symbol: HA2 = LOHNB | ... | FZAMT | DVRNR | AGNUM | Address Key
Text Symbol: H12 = Actions After the Automatic Update:
Text Symbol: H11 = Actions Before the Automatic Update:
Text Symbol: H05 = End of Default Values for Table
Text Symbol: H04 = For the Following ER Assignment Units:
Text Symbol: H03 = Transfer the following values for DGSVN and DGSV1
Text Symbol: H02 = Personnel Group or Personnel Subgroup Dependencies:
Text Symbol: H01 = Tips for Table Maintenance
Text Symbol: 002 = No
Text Symbol: 001 = Y


INCLUDES used within this REPORT RPUDGZA0

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:

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = 'ADDR1' STRUC_CONTENT = G_PME01 KIND_OF_ERROR = SPACE IMPORTING BACK = P_UMSETZTAB-ADDR1 * CHANGING * STATUS = EXCEPTIONS DUMMY = 1 ERROR_OPERATION = 2 NO_BACKVALUE = 3 FEATURE_NOT_GENERATED = 4 INVALID_SIGN_IN_FUNID = 5 FIELD_IN_REPORT_TAB_IN_PE03 = 6 OTHERS = 7.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = 'FZAMT' STRUC_CONTENT = G_PME01 KIND_OF_ERROR = SPACE IMPORTING BACK = P_UMSETZTAB-FZAMT EXCEPTIONS DUMMY = 1 ERROR_OPERATION = 2 NO_BACKVALUE = 3 FEATURE_NOT_GENERATED = 4 INVALID_SIGN_IN_FUNID = 5 FIELD_IN_REPORT_TAB_IN_PE03 = 6 OTHERS = 7.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = 'DVRNR' STRUC_CONTENT = G_PME01 KIND_OF_ERROR = SPACE IMPORTING BACK = P_UMSETZTAB-DVRNR EXCEPTIONS DUMMY = 1 ERROR_OPERATION = 2 NO_BACKVALUE = 3 FEATURE_NOT_GENERATED = 4 INVALID_SIGN_IN_FUNID = 5 FIELD_IN_REPORT_TAB_IN_PE03 = 6 OTHERS = 7.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = 'AGNUM' STRUC_CONTENT = G_PME01 KIND_OF_ERROR = SPACE IMPORTING BACK = P_UMSETZTAB-AGNUM EXCEPTIONS DUMMY = 1 ERROR_OPERATION = 2 NO_BACKVALUE = 3 FEATURE_NOT_GENERATED = 4 INVALID_SIGN_IN_FUNID = 5 FIELD_IN_REPORT_TAB_IN_PE03 = 6 OTHERS = 7.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = 'GMDNR' STRUC_CONTENT = G_PME01 KIND_OF_ERROR = SPACE IMPORTING BACK = P_UMSETZTAB-GMDNR EXCEPTIONS DUMMY = 1 ERROR_OPERATION = 2 NO_BACKVALUE = 3 FEATURE_NOT_GENERATED = 4 INVALID_SIGN_IN_FUNID = 5 FIELD_IN_REPORT_TAB_IN_PE03 = 6 OTHERS = 7.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = 'DGSVN' STRUC_CONTENT = G_PME08 KIND_OF_ERROR = SPACE IMPORTING BACK = WORKAREA-DGSVN * CHANGING * STATUS = EXCEPTIONS DUMMY = 1 ERROR_OPERATION = 2 NO_BACKVALUE = 3 FEATURE_NOT_GENERATED = 4 INVALID_SIGN_IN_FUNID = 5 FIELD_IN_REPORT_TAB_IN_PE03 = 6 OTHERS = 7.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING FEATURE = 'DGSV1' STRUC_CONTENT = G_PME08 KIND_OF_ERROR = SPACE IMPORTING BACK = WORKAREA-DGSV1 * CHANGING * STATUS = EXCEPTIONS DUMMY = 1 ERROR_OPERATION = 2 NO_BACKVALUE = 3 FEATURE_NOT_GENERATED = 4 INVALID_SIGN_IN_FUNID = 5 FIELD_IN_REPORT_TAB_IN_PE03 = 6 OTHERS = 7.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-T02 TEXT_QUESTION = TEXT-T03 TEXT_BUTTON_1 = 'Ja'(001) TEXT_BUTTON_2 = 'Nein'(002) DEFAULT_BUTTON = '2' DISPLAY_CANCEL_BUTTON = 'X' IMPORTING ANSWER = P_G_ANTWORT.

HR_EXTEND_STAT_LIST CALL FUNCTION 'HR_EXTEND_STAT_LIST' EXPORTING ARBGB = '5O' MSGNO = 701 MSGV1 = C_T5A0P * MSGV2 = ' ' * MSGV3 = ' ' * MSGV4 = ' ' NUMBER = G_ANZAHL_P.

HR_EXTEND_STAT_LIST CALL FUNCTION 'HR_EXTEND_STAT_LIST' EXPORTING ARBGB = '5O' MSGNO = 701 MSGV1 = C_T5A0A NUMBER = G_ANZAHL_A.

HR_EXTEND_STAT_LIST CALL FUNCTION 'HR_EXTEND_STAT_LIST' EXPORTING ARBGB = '5O' MSGNO = 701 MSGV1 = C_T5A1S NUMBER = G_ANZAHL_S.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING ACTION = P_ENDEQUEUE ENQUEUE_MODE = 'E' VIEW_NAME = P_VIEW EXCEPTIONS * CLIENT_REFERENCE = 1 FOREIGN_LOCK = 2 * INVALID_ACTION = 3 * INVALID_ENQUEUE_MODE = 4 SYSTEM_FAILURE = 5 * TABLE_NOT_FOUND = 6 OTHERS = 7 .

HR_DISPLAY_STAT_LIST CALL FUNCTION 'HR_DISPLAY_STAT_LIST' EXPORTING NO_POPUP = ' ' * NO_PRINT = ' ' * NO_IMG = ' ' NO_EMPTY_LINES = 'X' NO_STD_ENTRIES = 'X' * DATE = '1.1.1900'



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