SAP Reports / Programs

RPUP0001 SAP ABAP Report - Adjust Fields acc. to Org. Assignment







RPUP0001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to change various fields of infotype 0001 Org...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 RPUP0001 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 RPUP0001. "Basic submit
SUBMIT RPUP0001 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUP0001 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Adjust acc. to Fields of Organizational Assignment
Selection Text: LANGU = Language for Name Format
Selection Text: PASSWORD = Password
Selection Text: TEST = Test run
Title: Adjust Fields acc. to Org. Assignment
Text Symbol: 020 = Company code
Text Symbol: 018 = be determined
Text Symbol: 017 = Features for administrator group could not
Text Symbol: 016 = controlling area found for company code
Text Symbol: 015 = No valid
Text Symbol: 014 = or personnel subarea
Text Symbol: 013 = is not defined
Text Symbol: 012 = Personnel area
Text Symbol: 011 = Choose an adjustment
Text Symbol: 010 = No object chosen
Text Symbol: 009 = Records to be changed
Text Symbol: 008 = Record to be changed
Text Symbol: 007 = Records changed
Text Symbol: 006 = One record changed
Text Symbol: 005 = could not be edited
Text Symbol: 002 = Password
Text Symbol: 001 = Test run
Text Symbol: 021 = Legal person
Text Symbol: 056 = Name Compare
Text Symbol: 055 = Compare
Text Symbol: 037 = Administrator grp
Text Symbol: 036 = Controlling area
Text Symbol: 035 = Company code
Text Symbol: 034 = Legal person
Text Symbol: 033 = Sort name
Text Symbol: 032 = new :
Text Symbol: 031 = old :
Text Symbol: 030 = Formatted name
Text Symbol: 024 = Administrator group
Text Symbol: 023 = Names
Text Symbol: 022 = Controlling area
001 Pers.no. Name


INCLUDES used within this REPORT RPUP0001

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:

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING PP0002 = P0002 MOLGA = T500P-MOLGA * LANGU = SPACE "XDVN610514 LANGU = sy-langu "XDVN610514 FORMAT = FORMAT IMPORTING EDIT_NAME = CNO_SNAME " Sortiername RETCODE = CNO_RCODE.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING PP0002 = P0002 MOLGA = T500P-MOLGA LANGU = langu FORMAT = FORMAT IMPORTING EDIT_NAME = CNO_SNAME " Sortiername RETCODE = CNO_RCODE.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING PP0002 = P0002 MOLGA = T500P-MOLGA * LANGU = SPACE "XDVN610514 LANGU = sy-langu "XDVN610514 FORMAT = FORMAT IMPORTING EDIT_NAME = CNO_ENAME " aufbereiteter Name RETCODE = CNO_RCODE.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING PP0002 = P0002 MOLGA = T500P-MOLGA LANGU = LANGU FORMAT = FORMAT IMPORTING EDIT_NAME = CNO_ENAME " aufbereiteter Name RETCODE = CNO_RCODE.

HRCA_CONTROLLINGAREA_FIND CALL FUNCTION 'HRCA_CONTROLLINGAREA_FIND' EXPORTING COMPANYCODE = P0001-BUKRS BUSINESSAREA = P0001-GSBER IMPORTING CONTRLAREA = RK_KOKRS EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' "QICAL0K017088 EXPORTING "QICAL0K017088 FEATURE = 'PINCH' "QICAL0K017088 STRUC_CONTENT = PME17 "QICAL0K017088 KIND_OF_ERROR = ' ' "QICAL0K017088 IMPORTING "QICAL0K017088 BACK = SBMOD "QICAL0K017088 CHANGING "QICAL0K017088 STATUS = RET_CODE "QICAL0K017088 EXCEPTIONS "QICAL0K017088 * DUMMY = 1 "QICAL0K017088 * ERROR_OPERATION = 2 "QICAL0K017088 * NO_BACKVALUE = 3 "QICAL0K017088 * FEATURE_NOT_GENERATED = 4 "QICAL0K017088 * INVALID_SIGN_IN_FUNID = 5 "QICAL0K017088 * FIELD_IN_REPORT_TAB_IN_PE03 = 6 "QICAL0K017088 OTHERS = 8. "QICAL0K017088



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