SAP Reports / Programs | Controlling | Profitability Analysis(CO-PA) SAP CO

RKEBW211 SAP ABAP Report - CO-PA / SAP BW: Simulate Initialization of the Delta Method







RKEBW211 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 RKEBW211 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

KEB5 - Reduce Data Volumes for Test


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 RKEBW211. "Basic submit
SUBMIT RKEBW211 AND RETURN. "Return to original report after report execution complete
SUBMIT RKEBW211 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: PUZEIT = Time
Selection Text: PTIMSTMP = Time Stamp
Selection Text: PSRCISRC = DataSource
Selection Text: PSOURCE = CO-PA DataSource
Selection Text: PERKRS = Operating Concern
Selection Text: PDATUM = Date
Selection Text: FROMTSTP = Direct entry
Selection Text: FROMTIME = From Date and Time
Selection Text: FROMISRC = From a Different DataSource
Title: CO-PA / SAP BW: Simulate Initialization of the Delta Method
Text Symbol: 113 = DataSource now has status ^1 ^2
Text Symbol: 114 = Time stamp could not be set
Text Symbol: 115 = Time stamp for DataSource ^2 is blank
Text Symbol: 116 = Time stamp ^1 corresponds to ^2 ^3
Text Symbol: 117 = Time stamp is blank
Text Symbol: 118 = Time ^2 ^3 corresponds to time stamp ^1
Text Symbol: 119 = Operating concern ^1
Text Symbol: 120 = DataSource ^1
Text Symbol: 121 = Time stamp from DataSource ^1
Text Symbol: 122 = Time stamp from time ^1 ^2
Text Symbol: 123 = Time stamp direct entry ^1
Text Symbol: 124 = Error when checking whether DataSource ^1
Text Symbol: 125 = Function is not possible because DataSource ^1
Text Symbol: 126 = is defined for generic delta
Text Symbol: 127 = Error during modification of realignment status
Text Symbol: 112 = Client ^1 is not compatible with DataSource ^2
Text Symbol: 000 = How do you want to determine the time stamp to be set?
Text Symbol: 001 = From Date and Time
Text Symbol: 002 = From a Different DataSource
Text Symbol: 003 = Direct entry
Text Symbol: 004 = Which DataSource should the time stamp be set for?
Text Symbol: 009 = Warning
Text Symbol: 010 = Continuous text I011-I014
Text Symbol: 011 = This function is only available for DataSources with time stamp mgmt
Text Symbol: 012 = in Profitability Analysis.
Text Symbol: 013 = It changes the internal control information on the DataSource.
Text Symbol: 014 = Improper use can create data inconsistencies that cannot be resolved.
Text Symbol: 015 = First read the appropriate notes about using this function that are





Text Symbol: 016 = found in the Extractor IMG.
Text Symbol: 018 = --- End of related lines (I022-I025) ---
Text Symbol: 101 = ^1 records deleted from the package log
Text Symbol: 102 = Error occurred during the deletion of the package log
Text Symbol: 103 = Entry will be made in the package log
Text Symbol: 104 = Package log could not be written
Text Symbol: 105 = Time stamp information and status modified
Text Symbol: 106 = Error occurred when modifying time stamp and status
Text Symbol: 107 = Master Record for DataSource ^1 Read
Text Symbol: 108 = DataSource ^1 does not exist
Text Symbol: 109 = An operating concern has not been assigned to DataSource ^1
Text Symbol: 110 = Information on the generated object has been read successfully
Text Symbol: 111 = Error ^1 occurred when reading the information for generated object


INCLUDES used within this REPORT RKEBW211

INCLUDE RKEBW001.


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:

RKE_BIW_F4_COPA_ISOURCE CALL FUNCTION 'RKE_BIW_F4_COPA_ISOURCE' EXPORTING I_ERKRS = ' ' I_ISOURCE = PSRCISRC IMPORTING E_ISOURCE = PSRCISRC EXCEPTIONS OTHERS = 1.

RKE_BIW_F4_COPA_ISOURCE CALL FUNCTION 'RKE_BIW_F4_COPA_ISOURCE' EXPORTING I_ERKRS = ' ' I_ISOURCE = PSOURCE IMPORTING E_ISOURCE = PSOURCE EXCEPTIONS OTHERS = 1.

RKE_TIMESTAMP_CONVERT_OUTPUT CALL FUNCTION 'RKE_TIMESTAMP_CONVERT_OUTPUT' EXPORTING I_DAYST = SY-DAYST I_TIMESTMP = TIMESTMP I_TZONE = SY-TZONE IMPORTING E_DATE = XDATUM E_TIME = XUZEIT.

KERI_COMPARE_NC_STATUS CALL FUNCTION 'KERI_COMPARE_NC_STATUS' "note 355533 EXPORTING "note 355533 I_ERKRS = ERKRS "note 355533 I_ISOURCE = I_ISOURCE "note 355533 I_LOG_TKEBWLG = 'X' " bei Init updaten ! I_READ_ONLY = ' ' * IMPORTING * E_NC_HAPPENED = NC_HAPPENED * E_DIRTY = DIRTY EXCEPTIONS "note 355533 BAD_METADATA = 1. "note 355533

RKE_TIMESTAMP_CONVERT_OUTPUT CALL FUNCTION 'RKE_TIMESTAMP_CONVERT_OUTPUT' EXPORTING I_DAYST = SY-DAYST I_TIMESTMP = I_TIMESTMP I_TZONE = SY-TZONE IMPORTING E_DATE = XDATUM E_TIME = XUZEIT EXCEPTIONS OTHERS = 1.

RKE_TIMESTAMP_CONVERT_INPUT CALL FUNCTION 'RKE_TIMESTAMP_CONVERT_INPUT' EXPORTING I_DATE = DATUM I_DAYST = SY-DAYST I_TIME = UZEIT I_TZONE = SY-TZONE IMPORTING E_TIMESTMP = E_TIMESTMP.

RSA1_SINGLE_OLTPSOURCE_GET CALL FUNCTION 'RSA1_SINGLE_OLTPSOURCE_GET' EXPORTING I_OLTPSOURCE = OLTPSOURCE IMPORTING E_S_GENDELTA = S_GENDELTA EXCEPTIONS NO_AUTHORITY = 1 NOT_EXIST = 2 INCONSISTENT = 3 OTHERS = 4.



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