SAP Reports / Programs

RPILSKA0 SAP ABAP Report - Using Batch Input to Create New Tax Records







RPILSKA0 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 RPILSKA0 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_M03_ILSK - New Tax Rates 03


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 RPILSKA0. "Basic submit
SUBMIT RPILSKA0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPILSKA0 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: AB-DATUM = Start Date for New Tax Rate
Selection Text: B-INPUT = Create Batch Input Session
Selection Text: MAP-NAME = Name of Batch Input Session
Selection Text: PA_ABSB = Delete AVAB or Child
Selection Text: PA_KIND = Delete No. of Children
Title: Using Batch Input to Create New Tax Records
Text Symbol: 001 = Log of Processed Personnel Numbers
Text Symbol: 002 = New tax rates will be created for the following personnel numbers:
Text Symbol: 003 = New tax rates already exist for the following personnel numbers:
Text Symbol: 004 = Number of Screens:
Text Symbol: 005 = Number of Personnel Numbers Processed:
Text Symbol: 006 = Personnel Numbers in This List:
Text Symbol: 007 = *BLR Name
Text Symbol: F02 = Delete Infotype Fields:
Text Symbol: P01 = No. Children
Text Symbol: P02 = Indiv.EA Sec.35EStG
Text Symbol: P03 = Special LS for IRE
Text Symbol: P04 = Exemption
Text Symbol: P05 = Perm.Ann.Tax.Decl.
Text Symbol: S01 = Delete No. Children


INCLUDES used within this REPORT RPILSKA0

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:

HR_MAPNAME_VERIFY CALL FUNCTION 'HR_MAPNAME_VERIFY' "XWIP30K035877 EXPORTING "XWIP30K035877 MAPNAME = MAP-NAME "XWIP30K035877 REPORTNAME = REPNAME "XWIP30K035877 IMPORTING "XWIP30K035877 MAPNAME = MAP-NAME. "XWIP30K035877

HR_MAPNAME_VERIFY CALL FUNCTION 'HR_MAPNAME_VERIFY' "XWIP30K035877 EXPORTING "XWIP30K035877 MAPNAME = MAP-NAME "XWIP30K035877 REPORTNAME = REPNAME "XWIP30K035877 IMPORTING "XWIP30K035877 MAPNAME = MAP-NAME. "XWIP30K035877

RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' "MBUAHRK058968 EXPORTING REPID = REPID IMPORTING FORMAT = $$FORMAT.

RS_REFRESH_FROM_SELECTOPTIONS * CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' * EXPORTING * curr_report = 'RPILSKA0' ** IMPORTING ** SP = * tables * selection_table = gt_selection_table * EXCEPTIONS ** NOT_FOUND = 1 ** NO_REPORT = 2 * OTHERS = 1.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = TA-CODE "Transaktionscode TABLES DYNPROTAB = BDCDATA.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = MAP-NAME USER = SY-UNAME KEEP = KEEP HOLDDATE = HOLDDATE.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING I_RELATKEY = 'ROOT' I_NODE_TXT = IV_NODE_TEXT I_ICON = ICON_TABLE_SETTINGS I_CATEG_ID = GC_CATG_ID IMPORTING E_NODE_KEY = CV_GENRL_NODE_KEY EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = LV_REPID I_STRUCTURE_NAME = GC_STR CHANGING CT_FIELDCAT = LT_FLDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING I_CATEG_ID = GC_CATG_ID I_WITH_MSG_FIELDS = ABAP_FALSE IT_FIELDCAT = LT_FLDCAT EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING I_NODE_KEY = IV_GENRL_NODE_KEY I_MSGID = GC_APLG_MSGID_BL I_MSGTY = GV_MSGTY I_MSGNO = GC_APLG_MSGNO I_CONTEXT = GS_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = LS_DISPLAY_PROFILE EXCEPTIONS PROGRAM_ERROR = 1 NO_LOGS = 2 OTHERS = 3.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING I_STCNT = IV_STCNT I_MSGID = IV_MSGID I_MSGTY = IV_MSGTY I_MSGNO = IV_MSGNO I_MSGV1 = IV_MSGV1 I_MSGV2 = IV_MSGV2 I_MSGV3 = IV_MSGV3 I_MSGV4 = IV_MSGV4 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.



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