SAP Reports / Programs

RKE_AL_CHECK_PROC_GROUPS SAP ABAP Report - Consistency Check of CO-PA Allocations for Cycle Run Groups







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


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 RKE_AL_CHECK_PROC_GROUPS. "Basic submit
SUBMIT RKE_AL_CHECK_PROC_GROUPS AND RETURN. "Return to original report after report execution complete
SUBMIT RKE_AL_CHECK_PROC_GROUPS 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: 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


INCLUDES used within this REPORT RKE_AL_CHECK_PROC_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.


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:

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.



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