SAP Reports / Programs

RPUCONR0 SAP ABAP Report - Consolidation for Address format change







RPUCONR0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Consolidation for Address Format Change (RPUCONR0) The Government of Singapore has specified a format for storing the addresses of employees...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 RPUCONR0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M25_RPUCONR0 - RPUCONR0


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 RPUCONR0. "Basic submit
SUBMIT RPUCONR0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUCONR0 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: P_BUKRS = Company code
Title: Consolidation for Address format change


INCLUDES used within this REPORT RPUCONR0

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:

RSTS_OPEN_RLC CALL FUNCTION 'RSTS_OPEN_RLC' EXPORTING * ALLINE = ' ' * AUTHORITY = ' ' * CHARCO = '*' * CLIENT = SY-MANDT NAME = P_TEMSE_NAME_TAB_TEMSE_NAME * OWN_FBHANDLE = ' ' * PROM = 'E' * RECTYP = '*' * OBJTYPE = 'TEXT' * ENQLOCK = 'N' IMPORTING FBHANDLE = p_rem_fbhandle EXCEPTIONS * FB_CALL_HANDLE = 1 * FB_ERROR = 2 * FB_RSTS_NOCONV = 3 * FB_RSTS_OTHER = 4 NO_OBJECT = 5 * NO_PERMISSION = 6 * ENQ_FOREIGN_LOCK = 7 * ENQ_SYS_FAIL = 8 * ENQ_OTHER = 9 OTHERS = 10 .

RSTS_READ CALL FUNCTION 'RSTS_READ' * EXPORTING * BUFFLG = '*' * FBHANDLE = p_handle * MAXIX = '*' * PARTS1BY1 = ' ' * SHOWLG = ' ' IMPORTING ALLDATA = sw_alldata TABLES DATATAB = P_TEMSE EXCEPTIONS * FB_CALL_HANDLE = 1 * FB_ERROR = 2 * FB_RSTS_NOCONV = 3 FB_RSTS_OTHER = 4 * OTHERS = 5 .

RP_TS_CREATE_OBJECT CALL FUNCTION 'RP_TS_CREATE_OBJECT' EXPORTING OBJKN = p_tobj_prefix OBJNR = p_tobj_prefix1 EMPFG = p_receiver * VERSN = '01' * SWNUM = '2' * OWNNR = ' ' * OBJIN = * ENQLOCK = 'N' IMPORTING TSOBJ = p_rem_tsobj OBJHD = p_rem_fbhandle EXCEPTIONS * FB_CALL_HANDLE = 1 * FB_ERROR = 2 * FB_RSTS_NOCONV = 3 * FB_RSTS_OTHER = 4 * NO_OBJECT = 5 * NO_PERMISSION = 6 * FB_NR_NO_OBJECT = 7 * FB_NR_NOT_INTERN = 8 * FB_NR_NOT_FOUND = 9 * FB_OBJECT_ALREADY_EXIST = 10 * FB_NR_OVERFLOW = 11 * ENQ_FOREIGN_LOCK = 12 * ENQ_SYS_FAIL = 13 * ENQ_OTHER = 14 OTHERS = 3 .

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING * BUFFLG = '*' FBHANDLE = p_handle * SHOWLG = ' ' * ROWS = 0 * STARTROW = 1 TABLES DATATAB = p_temse_it0006 EXCEPTIONS * FB_CALL_HANDLE = 1 * FB_ERROR = 2 * FB_RSTS_NOCONV = 3 * FB_RSTS_OTHER = 4 OTHERS = 1 .

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXPORTING FBHANDLE = p_handle EXCEPTIONS * FB_CALL_HANDLE = 1 * FB_ERROR = 2 * FB_RSTS_OTHER = 3 OTHERS = 1 .

RSTS_REMOVE_OBJECT CALL FUNCTION 'RSTS_REMOVE_OBJECT' EXPORTING * AUTHORITY = ' ' * CLIENT = SY-MANDT * COMMIT = ' ' * FORCE = ' ' NAME = p_objname EXCEPTIONS * FB_ERROR = 1 FB_RSTS_OTHER = 2 .

RP_TS_OPEN CALL FUNCTION 'RP_TS_OPEN' EXPORTING TSOBJ = P_TEMSE_NAME_TAB_DNAME EMPFG = p_receiver * VERSN = '01' * OWNNR = ' ' * ENQLOCK = 'N' IMPORTING OBJHD = p_rem_fbhandle * VERSN = * OBJIN = EXCEPTIONS * FB_CALL_HANDLE = 1 * FB_ERROR = 2 * FB_RSTS_NOCONV = 3 * FB_RSTS_OTHER = 4 NO_OBJECT = 5 * NO_PERMISSION = 6 * NO_HR_APPLICATION_FILE = 7 * INVALID_VERSION_NUMBER = 8 * WRONG_REPORT = 9 * ENQ_FOREIGN_LOCK = 10 * ENQ_SYS_FAIL = 11 * ENQ_OTHER = 12 OTHERS = 13 .



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