RKE_AL_CHECK_PROC_GROUPS 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 RKE_AL_CHECK_PROC_GROUPS 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: P_IPKNZ = D Actual/planning indicator
Selection Text: P_GJAHR = D Fiscal year
Selection Text: P_ERKRS = D Operating concern
Selection Text: P_ALART = D Allocation type
Selection Text: P_ACTIV = Save check results?
Title: Consistency Check of CO-PA Allocations for Cycle Run Groups
Text Symbol: P03 = Prepare check results...
Text Symbol: P02 = Read cycles, analyze cycle run groups...
Text Symbol: P01 = Initialization...
Text Symbol: 018 = Usage
Text Symbol: 017 = Display cycle/segment
Text Symbol: 016 = Assignments to cycle run groups are inconsistent
Text Symbol: 015 = Assignments to cycle run groups are consistent
Text Symbol: 014 = - Tracing factor definition not suitable for parallel execution
Text Symbol: 013 = - Sender assigned to several cycle run groups
Text Symbol: 012 = Inconsistent object, sender, or receiver tracing factor field
Text Symbol: 011 = Segment
Text Symbol: 010 = Cycle
Text Symbol: 009 = Cycle run group containing inconsistent objects
Text Symbol: 008 = Partial check, sender or receiver tracing factor
Text Symbol: 007 = Inappropriate receiver tracing factor definition
Text Symbol: 006 = Receiver
Text Symbol: 005 = *all*
Text Symbol: 004 = Cycle run group
Text Symbol: 003 = Senders assigned to several cycle run groups
Text Symbol: 002 = Sender
Text Symbol: 001 = Check cycle run groups
INCLUDE RKE_AL_CHECK_PROC_GROUPS_SEL.
INCLUDE RKE_AL_CHECK_PROC_GROUPS_TOP.
INCLUDE RKE_AL_CHECK_PROC_GROUPS_F00.
INCLUDE RKE_AL_CHECK_PROC_GROUPS_F10.
INCLUDE RKE_AL_CHECK_PROC_GROUPS_F20.
No SAP DATABASE tables are accessed within this REPORT code!
DDUT_TEXT_FOR_VALUE CALL FUNCTION 'DDUT_TEXT_FOR_VALUE' EXPORTING tabname = 'T811C' fieldname = 'ALART' value = lth_value_tab-alart IMPORTING text = l_string.
DDUT_TEXT_FOR_VALUE CALL FUNCTION 'DDUT_TEXT_FOR_VALUE' EXPORTING tabname = 'T811C' fieldname = 'ALART' value = lth_value_tab-alart IMPORTING text = l_string.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'ALART' * PVALKEY = ' ' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'P_ALART' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES value_tab = lth_value_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKE_AL_CHECK_PROC_GROUPS - Consistency Check of CO-PA Allocations for Cycle Run Groups RKE_AL_CHECK_PROC_GROUPS - Consistency Check of CO-PA Allocations for Cycle Run Groups RKE_AL_CHECK_PARALLEL - Prototype, Check Report, Parallel Processing RKE_AL_CHECK_PARALLEL - Prototype, Check Report, Parallel Processing RKE_AL_CHECK_CYCLE - Separate Formal Cycle Check for Operating Concern (Batch also) RKE_AL_CHECK_CYCLE - Separate Formal Cycle Check for Operating Concern (Batch also)