HSKCPRE0 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 HSKCPRE0 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: VALU20 = Range of valuation
Selection Text: VALU19 = Range of valuation
Selection Text: VALU18 = Range of valuation
Selection Text: VALU17 = Range of valuation
Selection Text: VALU16 = Range of valuation
Selection Text: VALU15 = Range of valuation
Selection Text: VALU14 = Range of valuation
Selection Text: VALU13 = Range of valuation
Selection Text: VALU12 = Range of valuation
Selection Text: VALU11 = Range of valuation
Selection Text: VALU10 = Range of valuation
Selection Text: VALU09 = Range of valuation
Selection Text: VALU08 = Range of valuation
Selection Text: VALU07 = Range of valuation
Selection Text: VALU06 = Range of valuation
Selection Text: VALU05 = Range of valuation
Selection Text: VALU04 = Range of valuation
Selection Text: VALU03 = Range of valuation
Selection Text: VALU02 = Range of valuation
Selection Text: VALU01 = Range of valuation
Selection Text: SPP_EXT = WBS element in extern format
Selection Text: REKAP = Image recapitulation
Selection Text: P_LAST = Last result
Selection Text: P_COL_N = Selected number column
Selection Text: PAR_LINE = Number columns without duplic.
Selection Text: NUM_LGA = Num.of group wage types
Selection Text: H_COUNT = Number fields in header
Selection Text: FORMULAR = Form name (from T7SK4A,B)
Selection Text: DETAIL = Image detail
Title: Wage type recapitulation
Text Symbol: PDS = SKK
Text Symbol: PDP = Dual pricing
Text Symbol: PDE = EUR
Text Symbol: ORG = ORIG
Text Symbol: E05 = langu.
Text Symbol: E04 = Table T7SK4B don't contain form data
Text Symbol: E03 = Table T7SK4A don't contain form data
Text Symbol: E02 = You can page only for header entrys
INCLUDE RPC2RX00.
INCLUDE PC2RXSK0.
INCLUDE RPPPXD00.
INCLUDE HSKLXXL5.
INCLUDE HSKLXXL6.
INCLUDE HSKLXXL7.
INCLUDE HSKLXXL2.
INCLUDE HSKLXXL1.
INCLUDE HSKLXXL3.
INCLUDE RPPPXM00.
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'STELL' TABNAME = 'T513S' DISPLAY = l_display IMPORTING SELECT_VALUE = selected_value TABLES FIELDS = i_help_value VALUETAB = i_valuetab EXCEPTIONS FIELD_NOT_IN_DDIC = 01 MORE_THEN_ONE_SELECTFIELD = 02 NO_SELECTFIELD = 03.
POPUP_WITH_TABLE_DISPLAY * CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY' * EXPORTING * endpos_col = 60 * endpos_row = 15 * startpos_col = 25 * startpos_row = 6 * titletext = text-v09 * IMPORTING * choise = choice * TABLES * valuetab = it * EXCEPTIONS * break_off = 1 * OTHERS = 2.
HR_CHECK_AUTHORITY_INFTY CALL FUNCTION 'HR_CHECK_AUTHORITY_INFTY' EXPORTING PERNR = p_pernr INFTY = '0008' SUBTY = space.
HR_CHECK_AUTHORITY_INFTY CALL FUNCTION 'HR_CHECK_AUTHORITY_INFTY' EXPORTING PERNR = p_pernr INFTY = '0014' SUBTY = space.
HR_CHECK_AUTHORITY_INFTY CALL FUNCTION 'HR_CHECK_AUTHORITY_INFTY' EXPORTING PERNR = p_pernr INFTY = '0015' SUBTY = space.
HRCA_CJPN_INTERN_TO_EXTERN_CNV CALL FUNCTION 'HRCA_CJPN_INTERN_TO_EXTERN_CNV' EXPORTING edit_imp = 'X' int_num = int_spp IMPORTING ext_num = ext_spp.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.