SAP Reports / Programs

RPLTFIL0 SAP ABAP Report - Employees dependents details for tax purpose.







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


Text pool values


Title: Employees dependents details for tax purpose.
Text Symbol: AGE = AGE
Text Symbol: CUS = Custody
Text Symbol: ELG = Elgiblity
Text Symbol: FNA = First Name
Text Symbol: FRO = From
Text Symbol: HAN = Handicapped
Text Symbol: LNA = Last Name
Text Symbol: MAR = Marr.Al
Text Symbol: MIN = More Info
Text Symbol: NAM = Name
Text Symbol: NUM = Depn
Text Symbol: PER = Pers. No.
Text Symbol: REL = Relation
Text Symbol: SCH = School
Text Symbol: SPE = Sp Rlf.
Text Symbol: TOO = To


INCLUDES used within this REPORT RPLTFIL0

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:

COMPUTE_YEARS_BETWEEN_DATES CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' EXPORTING FIRST_DATE = INT_P0021-FGBDT MODIFY_INTERVAL = ' ' SECOND_DATE = ASOF IMPORTING YEARS_BETWEEN_DATES = $AGE.

RP_FLY_INFO_FOR_TAX_MY CALL FUNCTION 'RP_FLY_INFO_FOR_TAX_MY' EXPORTING I_P0198 = P0198 I_P0001 = P0001 CALL_TYP = 'R' * PNBEGDA = SY-DATUM "PS#1425137 * PNENDDA = SY-DATUM "PS#1425137 PNBEGDA = PRELIM-BEGDA "PS#1425137 PNENDDA = PRELIM-ENDDA "PS#1425137 IMPORTING E_MARST = PRELIM-MARST E_NUMCH = PRELIM-NUMCH E_SEMPS = PRELIM-SEMPS * tables * child_detail = child_det_out EXCEPTIONS TABLE_ENTRY_NOT_FOUND = 1 ERROR_GETTING_TAX_CATEGORY = 2 OTHERS = 3.

K_KKB_LIST_DISPLAY CALL FUNCTION 'K_KKB_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'RPLTFIL0' I_CALLBACK_USER_COMMAND = 'PERNR_USER_COMMAND' I_CALLBACK_PF_STATUS_SET = 'STATUS' I_CALLBACK_TOP_OF_PAGE = 'HEADER' * I_CALLBACK_END_OF_PAGE = * I_CALLBACK_END_OF_LIST = * I_CALLBACK_LAYOUT_SAVE = * I_CALLBACK_FIELDCAT_SAVE = I_TABNAME = 'disp_prelim' IS_LAYOUT = G_F_LAYOUT IT_FIELDCAT = G_T_FIELDCAT * I_FCTYPE = 'R' * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IS_SEL_HIDE = I_SCREEN_START_COLUMN = A I_SCREEN_START_LINE = B I_SCREEN_END_COLUMN = C I_SCREEN_END_LINE = D TABLES T_OUTTAB = DISP_PRELIM EXCEPTIONS OTHERS = 1.

RP_FLY_INFO_FOR_TAX_MY CALL FUNCTION 'RP_FLY_INFO_FOR_TAX_MY' EXPORTING I_P0198 = P0198 I_P0001 = P0001 CALL_TYP = 'R' * PNBEGDA = SY-DATUM "PS#1425137 * PNENDDA = SY-DATUM "PS#1425137 PNBEGDA = P0198-BEGDA "PS#1425137 PNENDDA = P0198-ENDDA "PS#1425137 TABLES CHILD_DETAIL = CHILD_DET_OUT EXCEPTIONS TABLE_ENTRY_NOT_FOUND = 1 ERROR_GETTING_TAX_CATEGORY = 2 OTHERS = 3.

HR_DISPLAY_ERROR_LIST * call function 'HR_DISPLAY_ERROR_LIST' "SSVALRK064471 * EXPORTING * NO_POPUP = ' ' * NO_PRINT = 'X' * NO_IMG = ' ' * LINESIZE = SY-LINSZ * tables "SSVALRK064471 * error = hr_error "SSVALRK064471 * exceptions "SSVALRK064471 * invalid_linesize = 1 "SSVALRK064471 * others = 2. "SSVALRK064471

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING FORMAT = P0021-FKNZN LANGU = SY-LANGU MOLGA = '14' PP0021 = P0021 * PP0021 = ' ' * PP0148 = ' ' IMPORTING EDIT_NAME = DISP_PRELIM-NAME * RETCODE = EXCEPTIONS OTHERS = 1.

K_KKB_LIST_DISPLAY CALL FUNCTION 'K_KKB_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'RPLTFIL0' I_CALLBACK_USER_COMMAND = 'PERNR_USER_COMMAND' I_CALLBACK_PF_STATUS_SET = 'STATUS_DET' * i_callback_top_of_page = * I_CALLBACK_END_OF_PAGE = * I_CALLBACK_END_OF_LIST = * I_CALLBACK_LAYOUT_SAVE = * I_CALLBACK_FIELDCAT_SAVE = I_TABNAME = 'disp_tbl' IS_LAYOUT = G_F_LAYOUT IT_FIELDCAT = L_T_FIELDCAT * I_FCTYPE = 'R' * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IS_SEL_HIDE = I_SCREEN_START_COLUMN = A I_SCREEN_START_LINE = B I_SCREEN_END_COLUMN = C I_SCREEN_END_LINE = D TABLES T_OUTTAB = DISP_TBL EXCEPTIONS OTHERS = 1.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' "SSVALRK064471 * EXPORTING "SSVALRK064471 * NO_POPUP = ' ' "SSVALRK064471 * NO_PRINT = 'X' "SSVALRK064471 * NO_IMG = ' ' "SSVALRK064471 * LINESIZE = SY-LINSZ "SSVALRK064471 TABLES "SSVALRK064471 ERROR = HR_ERROR "SSVALRK064471 EXCEPTIONS "SSVALRK064471 INVALID_LINESIZE = 1 "SSVALRK064471 OTHERS = 2. "SSVALRK064471



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