SAP Reports / Programs

RPU268J0 SAP ABAP Report - Data cleaning for Company Loan Japan in 3.X series







RPU268J0 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 RPU268J0 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 RPU268J0. "Basic submit
SUBMIT RPU268J0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPU268J0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Data cleaning for Company Loan Japan in 3.X series
Text Symbol: P07 = Only for Japanese Personnel numbers only if they use loan data:
Text Symbol: P06 = For all Japanese numbers except those using loan data:
Text Symbol: P05 = Delete All the Loan Data
Text Symbol: P04 = Delete Japan-specific Loan Data
Text Symbol: P03 = Clean Master Data Attribute
Text Symbol: P02 = Productive
Text Symbol: P01 = Test
Text Symbol: 105 = Please contact SAP if you need to keep them. You may need consulting.
Text Symbol: 104 = Please run this program and mark the Delete all the loan data checkbox.
Text Symbol: 103 = SAP recommends you to delete all of their loan data.
Text Symbol: 102 = These employee follows use unauthorized infotype.
Text Symbol: 101 = Please run this program with productive mode and mark Clean Master Data Attribute.
Text Symbol: 100 = The employee follows are needed to be updated.
Text Symbol: 026 = Number of updated 0003 and loan related ITs
Text Symbol: 025 = Number of updated 0003 (0268 is not used)
Text Symbol: 024 = Number of updated 0003 and deleted 0268
Text Symbol: 016 = Which data to be deleted?
Text Symbol: 015 = No database conversion occurred
Text Symbol: 013 = Number of personnel nos to update:
Text Symbol: 011 = Number of incorrect personnel nos:
Text Symbol: 010 = Number of personnel nos not to update:
Text Symbol: 009 = Statistics
Text Symbol: 006 = No entry in table T001P
Text Symbol: 004 = Error when updating to PA0003
Text Symbol: 002 = No IVWID specified
Text Symbol: 001 = P0003-VIEKN cleaning in client:


INCLUDES used within this REPORT RPU268J0

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:

APPEND_PROTOCOL CALL FUNCTION 'APPEND_PROTOCOL' EXPORTING ACCEPT_NOT_INIT = 'X' TABLES XMSG = MESS_TAB EXCEPTIONS FILE_NOT_FOUND = 1 PROT_NOT_INITIALIZED = 2 WRONG_CALL = 3 OTHERS = 4.



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