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

RPICSRN0 SAP ABAP Report - Savings Scheme Conversion Report (NL)







RPICSRN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report can be called upon from two reports: Conversion Report Savings Scheme 0011 to 0854 ( 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 RPICSRN0 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 RPICSRN0. "Basic submit
SUBMIT RPICSRN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPICSRN0 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: S_LGART2 = D .
Selection Text: S_LGART1 = D .
Selection Text: P_USER = D .
Selection Text: P_SMALLG = D .
Selection Text: P_GROUP = D .
Selection Text: P_BIM_YE = D .
Selection Text: R_OPGAV2 = Transfer data in IT 0854
Selection Text: R_OPGAV1 = Convert 0011 to 0854
Selection Text: P_LIM_11 = Always delimit infotype 0011
Title: Savings Scheme Conversion Report (NL)
Text Symbol: E11 = EE has too many infotype records,
Text Symbol: E12 = conversion not possible
Text Symbol: E13 = Multiple bank connections found
Text Symbol: E14 = , only 1 possible per person
Text Symbol: I01 = Name of Batch Input Session
Text Symbol: I02 = close
Text Symbol: I03 = created
Text Symbol: I04 = Employer contribution not applicable, "FWGBB" remains empty
Text Symbol: I05 = No suitable data for the creation of Batch Input Session
Text Symbol: I06 = No data selected
Text Symbol: I07 = No creation of Batch Input Session
Text Symbol: I08 = See detailed overview
Text Symbol: I12 = Number of selected records
Text Symbol: I13 = No. of processed records
Text Symbol: I14 = No. of rejected records
Text Symbol: I15 = Number of Selected Persons
Text Symbol: I16 = No. of sucesfully built BIS transactions
Text Symbol: I17 = No. of incorrectly built BIS transactions
Text Symbol: I18 = Number of skipped BIS transactions
Text Symbol: I19 = Converted records
Text Symbol: I20 = Delimited records
Text Symbol: I21 = Changed records
Text Symbol: I22 = Already savings amnt SP in 0854, amnts counted up
Text Symbol: 001 = Protocol data conversion from infotype 0011 to infotype 0854
Text Symbol: 002 = Protocol for transferring data in infotype 0854
Text Symbol: 003 = Detailed overview data conversion from infotype 0011 to 0854
Text Symbol: 004 = Detailed overview transferring data in infotype 0854
Text Symbol: 005 = Conversion date





Text Symbol: 006 = User
Text Symbol: 007 = Possible wage types from infotype 0011
Text Symbol: 008 = Always delimit infotype 0011
Text Symbol: 009 = Batch Input Session created
Text Symbol: 010 = on
Text Symbol: 011 = at
Text Symbol: 014 = Data has been transferred
Text Symbol: 015 = Data has not been transferred
Text Symbol: 016 = Generate Batch Input Session
Text Symbol: 017 = Data report
Text Symbol: 018 = Delimit from infotype 0011
Text Symbol: 019 = Delete from infotype 0011
Text Symbol: 020 = Do not delimit data
Text Symbol: 021 = Protocol for delimiting from infotype 0011
Text Symbol: 022 = Test report on Batch Input Session data
Text Symbol: 023 = Batch Input Session data
Text Symbol: 024 = Of
Text Symbol: 025 = To
Text Symbol: 027 = OK
Text Symbol: 028 = CGrpg
Text Symbol: 029 = Error
Text Symbol: E01 = Conversion date must be higher or equal to:
Text Symbol: E02 = Personnel number rejected, because infotype
Text Symbol: E03 = Not available
Text Symbol: E04 = Data is already present in infotype 0854
Text Symbol: E06 = P0011-ZDATE or P0011-ZEINZ is not empty
Text Symbol: E07 = "LLUBB" fld is empty or SP flds are already filled
Text Symbol: E10 = EMFSL key not found in T521C


INCLUDES used within this REPORT RPICSRN0

INCLUDE RPICSRN0_D1.
INCLUDE RPICSRN0_F1.
INCLUDE RPICSRN0_I0.


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