SAP Reports / Programs

RK_AL_CHECK_RKS_EASY SAP ABAP Report - Check Cylce (4.0 Version)







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


Text pool values


Title: Check Cylce (4.0 Version)


INCLUDES used within this REPORT RK_AL_CHECK_RKS_EASY

INCLUDE KGALDTYP.


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:

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' IMPORTING e_kokrs = kokrs.

RK_AL_CYCLE_READ CALL FUNCTION 'RK_AL_CYCLE_READ' EXPORTING IM_T811C = ls_T811C ALART = ls_T811C-ALART IPKNZ = ls_T811C-IPKNZ ACTIVITY = ACTIVITY GROUP = kokrs INITIAL_VALUES_ACCEPTED = space APPL = appl IMPORTING * TXT = RKAL1-CTXT * EX_STATUS = STATUS EX_T811C = ls_T811C * SEQ_COUNT = SEQ_COUNT TABLES IRKGAG = IRKGAG EXCEPTIONS WRONG_TAB = 1 NOT_FOUND = 2 WRONG_ALART = 4 WRONG_IPKNZ = 5.

RK_AL_ACC_ASSIGN_ACTIVE CALL FUNCTION 'RK_AL_ACC_ASSIGN_ACTIVE' IMPORTING ACTIVE = ACC_ASSIGN_ACTIVE.

G_PERIOD_GET CALL FUNCTION 'G_PERIOD_GET' EXPORTING DATE = ls_T811C-SDATE VARIANT = TKA01-LMONA IMPORTING YEAR = SGJAHR.

G_PERIOD_GET CALL FUNCTION 'G_PERIOD_GET' EXPORTING DATE = ls_T811C-EDATE VARIANT = TKA01-LMONA IMPORTING YEAR = EGJAHR.

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING GJAHR = GJAHR KOKRS = KOKRS IMPORTING E_TKA00 = LD_TKA00.

RK_AL_ACC_ASSIGN_FIELD_GET CALL FUNCTION 'RK_AL_ACC_ASSIGN_FIELD_GET' IMPORTING RRFELD = FIXCOMBFIELDS-FIELD EXCEPTIONS NO_ACC_ASSIGN_FIELDS = 01 TOO_MANY_ACC_ASSIGN_FIELDS = 02.

RK_AL_PERIODS_BUILD CALL FUNCTION 'RK_AL_PERIODS_BUILD' EXPORTING FYVARIANT = FYVARIANT SDATE = ls_T811C-SDATE EDATE = ls_T811C-EDATE IMPORTING E_FISCAL_YEAR = FISCAL_YEAR TABLES IT_PERIODS = IPERIOD.

RK_AL_CYCLE_CHECK CALL FUNCTION 'RK_AL_CYCLE_CHECK' TABLES FIXCOMBS = fixcombfields.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING count = ld_i.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW'.

KGAL_F4_ON_CYCLE CALL FUNCTION 'KGAL_F4_ON_CYCLE' EXPORTING appl = ap-rks group = KOKRS TAB = RFC_TAB_RKS alart = alart ipknz = ipknz * group = gd-group sel_cycle = cycname IMPORTING e_t811c = i_t811c EXCEPTIONS no_cycle = 1 others = 2.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = dynpfields.

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING KOKRS = KOKRS IMPORTING E_TKA01 = TKA01.

G_PERIOD_GET CALL FUNCTION 'G_PERIOD_GET' EXPORTING DATE = ls_T811C-SDATE VARIANT = TKA01-LMONA IMPORTING YEAR = TKA00-GJAHR.

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING GJAHR = TKA00-GJAHR KOKRS = TKA01-KOKRS IMPORTING E_TKA00 = TKA00.

JV_KOKRS_ACTIVE CALL FUNCTION 'JV_KOKRS_ACTIVE' EXPORTING KOKRS = KOKRS IMPORTING ACTIVE = JV_ACTIVE.



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