SAP Reports / Programs | Personnel Management | Personnel Administration | Netherlands(PA-PA-NL) SAP PA

RPUPCCN0 SAP ABAP Report - Address Data Check (NL)







RPUPCCN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Address Data Check and Correction (NL) Report RPUPCCN0 can be used to check and correct the addresses in infotype Address Data (0006) based on the data stored in the CAM system (Central Address Management)...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 RPUPCCN0 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 RPUPCCN0. "Basic submit
SUBMIT RPUPCCN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUPCCN0 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_BEGDA = Check addresses from
Selection Text: P_VARI = Layout Variant
Selection Text: UPDATE = Create BIS
Title: Address Data Check (NL)
Text Symbol: 013 = Old address in infotype 6
Text Symbol: 012 = To
Text Symbol: 011 = Valid
Text Symbol: 010 = Subtype
Text Symbol: 009 = Error occurred when calling functional modules
Text Symbol: 008 = Included in BIS
Text Symbol: 007 = Other Selection Criteria
Text Symbol: 006 = Create batch input session
Text Symbol: 005 = BAL_LOG_MSG_ADD
Text Symbol: 004 = BAL_LOG_CREATE
Text Symbol: 003 = BAL_DSP_PROFILE_SINGLE_LOG_GET
Text Symbol: 002 = BAL_DSP_LOG_DISPLAY
Text Symbol: 001 = Protocol Address Validation
Text Symbol: 016 = House no.
Text Symbol: 017 = Postcode
Text Symbol: 018 = Town/cit
Text Symbol: 037 = Street is incorrect
Text Symbol: 036 = Street and city are incorrect
Text Symbol: 035 = City name is incorrect
Text Symbol: 034 = Street field must contain 'Postbus' text
Text Symbol: 033 = Postcode not filled in
Text Symbol: 032 = City not filled in
Text Symbol: 031 = Street not filled in
Text Symbol: 030 = Street and city not filled in
Text Symbol: 029 = Necessary data missing:
Text Symbol: 028 = All address data missing
Text Symbol: 022 = Address checked and in order
Text Symbol: 019 = not filled in
Text Symbol: 014 = Changed address in Batch Input Map
Text Symbol: 054 = Original postcode
Text Symbol: 053 = C no.
Text Symbol: 052 = Changed no
Text Symbol: 051 = Changed house number
Text Symbol: 050 = O. no.





Text Symbol: 049 = Org. no.
Text Symbol: 048 = Original house number
Text Symbol: 047 = Number of records
Text Symbol: 046 = No. of Persons
Text Symbol: 045 = Changed street
Text Symbol: 044 = Original street
Text Symbol: 043 = Name
Text Symbol: 042 = Changed address
Text Symbol: 041 = Original address
Text Symbol: 040 = Category
Text Symbol: 065 = C. city
Text Symbol: 064 = Ch. city
Text Symbol: 063 = Changed city
Text Symbol: 062 = O. city
Text Symbol: 061 = Org. city
Text Symbol: 060 = Original city
Text Symbol: 059 = C. pc
Text Symbol: 058 = Ch. pc.
Text Symbol: 057 = Changed postcode
Text Symbol: 056 = O. pc
Text Symbol: 055 = Org. pc.
Text Symbol: 038 = City is incorrect
Text Symbol: 015 = Street


INCLUDES used within this REPORT RPUPCCN0

INCLUDE RPUPCCN0_D01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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