SAP Reports / Programs | Controlling | Overhead Cost Controlling | Cost Center Accounting(CO-OM-CCA) SAP CO

RKALACTV SAP ABAP Report - Report for Activation of Objects in Allocations (Only CCA)







RKALACTV 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 RKALACTV 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 RKALACTV. "Basic submit
SUBMIT RKALACTV AND RETURN. "Return to original report after report execution complete
SUBMIT RKALACTV 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: ALLALART = All Allocations
Selection Text: AUFNR = Orders
Selection Text: CACT = Cycle Header Screen
Selection Text: ECHT = Update Run
Selection Text: ILV = Indirect Activity Allocation
Selection Text: IST_JA = Actual
Selection Text: PER = Periodic Reposting
Selection Text: PLAN_JA = Planned
Selection Text: RACT = Receiver Objects
Selection Text: RCACT = Receiv. Tracing Factor Control
Selection Text: SACT = Sender Objects
Selection Text: SCACT = Sender Tracing Factor Control
Selection Text: S_EINZ = Single Value
Selection Text: S_INT = Interval
Selection Text: S_SET = Group
Selection Text: TEST = Test Run
Selection Text: UML = Assessment
Selection Text: VER = Distribution
Selection Text: VERSN = Version
Title: Report for Activation of Objects in Allocations (Only CCA)
Text Symbol: VER = Distribution
Text Symbol: UML = Assessment
Text Symbol: TST = Test Run
Text Symbol: 001 = Object to be Activated
Text Symbol: 002 = Options
Text Symbol: 003 = Data Entry Type
Text Symbol: 004 = Delete Activations
Text Symbol: 005 = Undo Changes
Text Symbol: 006 = Undo all Field Changes
Text Symbol: 007 = All field changes were undone
Text Symbol: 008 = Objects
Text Symbol: 009 = Values
Text Symbol: AUF = Orders
Text Symbol: CAC = Cycle Header Screen
Text Symbol: E01 = Following entries will be inserted in T811I:
Text Symbol: E02 = Following entries cannot be inserted:
Text Symbol: ECH = Update Run
Text Symbol: EIN = Entry Type





Text Symbol: IST = Actual
Text Symbol: PLA = Plan
Text Symbol: RAC = Receiver Objects
Text Symbol: RCA = Receiver Tracing Factors
Text Symbol: SAC = Sender Objects
Text Symbol: SCA = Sender Tracing Factors
Text Symbol: STR = --------------------------------------------------------------------------------


INCLUDES used within this REPORT RKALACTV

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:

No SAP FUNCTION MODULES are executed within this report code!



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