SAP Reports / Programs

RPIFBLN0 SAP ABAP Report - Define and store Source Amount







RPIFBLN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this report to calculate the available amounts per source and save them to infotype Employee's Basic Pay (0008)...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 RPIFBLN0 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_M05_IFBL - Determin. and Saving Source Amounts


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 RPIFBLN0. "Basic submit
SUBMIT RPIFBLN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPIFBLN0 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: SP_PAYLG = Report Display
Selection Text: SO_BAREA = D .
Selection Text: SO_KZMDL = D .
Selection Text: SP_ABKRS = D .
Selection Text: SP_BEGDA = D .
Selection Text: SP_ENDDA = D .
Selection Text: SP_PABRJ = D .
Selection Text: SP_PABRP = D .
Selection Text: SP_TEST = D .
Selection Text: SP_VARI = D .
Title: Define and store Source Amount
Text Symbol: S01 = Other Person Selection
Text Symbol: S02 = Update subtype FBNL of Infotype 0008
Text Symbol: S03 = Validity Periode New Records
Text Symbol: S04 = to
Text Symbol: S05 = Payroll Data


INCLUDES used within this REPORT RPIFBLN0

INCLUDE UP50QDAT. " COMMON PART PSOPER FOR UPDATE TASK
INCLUDE UP50QDAT. " COMMON PART PSOPER FOR UPDATE TASK

INCLUDE RPIFBLN0_S01. " SELECTION SCREEN


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