SAP Reports / Programs

RKEBW201 SAP ABAP Report - CO-PA / SAP BW: Display Detailed Information about the DataSource







RKEBW201 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 RKEBW201 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

KEB2 - Display Dtld Info on CO-PA DataSrce


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 RKEBW201. "Basic submit
SUBMIT RKEBW201 AND RETURN. "Return to original report after report execution complete
SUBMIT RKEBW201 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: G_ISRC = CO-PA DataSource
Title: CO-PA / SAP BW: Display Detailed Information about the DataSource
Text Symbol: 178 = Tpe
Text Symbol: 177 = Dspl
Text Symbol: 176 = Time Stamp
Text Symbol: 175 = # Sent
Text Symbol: 174 = # Read
Text Symbol: 173 = End
Text Symbol: 172 = Start
Text Symbol: 171 = Request
Text Symbol: 170 = Lgth.
Text Symbol: 169 = Text
Text Symbol: 168 = Check table
Text Symbol: 167 = Cat
Text Symbol: 166 = FldType
Text Symbol: 165 = Fld
Text Symbol: 164 = Message text not found
Text Symbol: 163 = LongText
Text Symbol: 162 = Origin
Text Symbol: 161 = Message
Text Symbol: 160 = No.
Text Symbol: 159 = Time
Text Symbol: 158 = Date
Text Symbol: 154 = Time Stamp for Repeat
Text Symbol: 153 = Client
Text Symbol: 203 = No init selections found
Text Symbol: 202 = No mini-data-packages found
Text Symbol: 201 = is not called in this case and it consequently does not update any log entry.
Text Symbol: 200 = Delta init simulations are not listed in the overview because the CO-PA extractor
Text Symbol: 198 = displayed does not have to agree with the actual number (due to Service API logic).
Text Symbol: 197 = For data extraction from several BW systems, the number of records read and sent that is
Text Symbol: 196 = DataSource.
Text Symbol: 195 = The time stamp relevant for reading data is found in the header information for the
Text Symbol: 194 = Subsequent time stamp information only has statistical character.
Text Symbol: 193 = BW System
Text Symbol: 192 = BW System:
Text Symbol: 190 = Key Fig.
Text Symbol: 189 = Value/Qty Field





Text Symbol: 188 = Char.
Text Symbol: 187 = To Value
Text Symbol: 186 = From Val
Text Symbol: 185 = Name
Text Symbol: 184 = Fld
Text Symbol: 183 = Init Selections
Text Symbol: 182 = Last Request
Text Symbol: 181 = Artif.
Text Symbol: 180 = Delta
Text Symbol: 179 = Init
Text Symbol: 152 = Src. System
Text Symbol: 124 = Last Delta Update
Text Symbol: 123 = Number of Delta Updates
Text Symbol: 122 = Records Sent
Text Symbol: 121 = Records Read
Text Symbol: 120 = Time Stamp for Delta
Text Symbol: 119 = Finished
Text Symbol: 118 = Start
Text Symbol: 117 = Initialization of the Delta Method
Text Symbol: 116 = Summarization Level
Text Symbol: 115 = Replication Status
Text Symbol: 114 = Extract struct.
Text Symbol: 113 = Source System / Client
Text Symbol: 112 = Delta update delivers inconsistent data to SAP BW
Text Symbol: 111 = New Initialization of the Delta Method Required
Text Symbol: 110 = Non-maintained
Text Symbol: 109 = Maintained
Text Symbol: 108 = Partitioning Characteristic
Text Symbol: 107 = Last change
Text Symbol: 106 = Read Summarization Levels Only
Text Symbol: 105 = Choose Optimal Data Source
Text Symbol: 104 = Always Read Line Items
Text Symbol: 103 = Data Source
Text Symbol: 102 = Operating Concern
Text Symbol: 101 = DataSource
Text Symbol: 151 = Logical System
Text Symbol: 150 = Generic Delta
Text Symbol: 149 = Time Stamp Management in Profitability Analysis
Text Symbol: 148 = Delta Method





Text Symbol: 147 = Account-based Profitability Analysis
Text Symbol: 146 = Costing-based Profitability Analysis
Text Symbol: 145 = Type of Profitability Analysis
Text Symbol: 144 = Further Information
Text Symbol: 143 = Last Initialization
Text Symbol: 142 = During Realignments
Text Symbol: 141 = Selection Condition
Text Symbol: 140 = Messages for the DataSource
Text Symbol: 136 = Created in Release
Text Symbol: 135 = Last Realignment
Text Symbol: 134 = Selection Condition
Text Symbol: 133 = Assignment of Fields to InfoObjects
Text Symbol: 132 = Texts for the DataSource
Text Symbol: 131 = Information on the DataSource
Text Symbol: 130 = Texts
Text Symbol: 129 = Field List
Text Symbol: 128 = Mini-Data-Package
Text Symbol: 127 = Information for the Generated Object
Text Symbol: 126 = Header Information for the DataSource
Text Symbol: 125 = Flags


INCLUDES used within this REPORT RKEBW201

INCLUDE: RKEBW001, .
INCLUDE RKEBW201_TREE.


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 = G_ISRC IMPORTING E_ISOURCE = G_ISRC EXCEPTIONS OTHERS = 1.

RKE_BIW_TKEBWL_BUFFER_INVALID CALL FUNCTION 'RKE_BIW_TKEBWL_BUFFER_INVALID'.

RKE_BIW_TKEBWLG_BUFFER_INVALID CALL FUNCTION 'RKE_BIW_TKEBWLG_BUFFER_INVALID'.

RKE_BIW_TKEBWLGN_BUFFER_INVAL CALL FUNCTION 'RKE_BIW_TKEBWLGN_BUFFER_INVAL'.

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.

RKE_BIW_CHECK_CLIENT CALL FUNCTION 'RKE_BIW_CHECK_CLIENT' EXPORTING I_ISOURCE = I_ISRC EXCEPTIONS CLIENT_MISMATCH = 1 TKEBWLG_NOT_FOUND = 2.

RKE_BIW_CHECK_LOGSYS CALL FUNCTION 'RKE_BIW_CHECK_LOGSYS' EXPORTING I_ISOURCE = I_ISRC EXCEPTIONS TKEBWLGN_NOT_FOUND = 1 CLIENT_NOT_FOUND = 2 LOGSYS_DET_ERROR = 3 OTHERS = 4.

RKE_BIW_READ_ISRC_FROM_DB



CALL FUNCTION 'RKE_BIW_READ_ISRC_FROM_DB' EXPORTING I_ISOURCE = I_ISRC I_READ_TKEBW = 'X' I_READ_TKEBWTS = 'X' I_READ_ROIS = 'X' I_READ_TKEBWLOG = 'X' IMPORTING E_S_TKEBWL = S_TKEBWL E_S_TKEBWLG = S_TKEBWLG E_S_TKEBWLT = S_TKEBWLT E_S_ROIS = S_ROIS E_S_TKEBWLGN = S_TKEBWLGN TABLES E_T_TKEBWLF = T_TKEBWLF E_T_TKEBWLS = T_TKEBWLS E_T_TKEBWTS = T_TKEBWTS E_T_TKEBWTSN = T_TKEBWTSN E_T_ROIST = T_ROIST E_T_ROISIOBJ = TH_ROISIOBJ E_T_TKEBWLOG = TH_TKEBWLOG E_T_TKEBWLOGN = TH_TKEBWLOGN EXCEPTIONS OTHERS = 1.

KERD_ISRC_GET_PATYPE CALL FUNCTION 'KERD_ISRC_GET_PATYPE' EXPORTING I_ISOURCE = I_ISRC IMPORTING E_ACCTCOST = ACCTCOST.

KERF_GET_TIMESTAMPN CALL FUNCTION 'KERF_GET_TIMESTAMPN' EXPORTING I_ISOURCE = I_ISRC I_CHECK_REPSTATUS = ' ' IMPORTING E_TIMESTMP = TIMESTMP E_TIMESTMPR = TIMESTMPR EXCEPTIONS NO_TIMESTAMP = 1 BAD_METADATA = 2 CLIENT_NOT_FOUND = 3 LOGSYS_DET_ERROR = 4 CONVERSION_ERROR = 5 NO_TZONE = 6 UTC_ERROR = 7.

KERF_GET_SELECTIONSN CALL FUNCTION 'KERF_GET_SELECTIONSN' EXPORTING I_ISOURCE = I_ISRC I_CHECK_REPSTATUS = ' ' TABLES ET_ROOSPRMSF = T_ROOSPRMSF EXCEPTIONS NO_SELECTIONS = 1 BAD_METADATA = 2 CLIENT_NOT_FOUND = 3 LOGSYS_DET_ERROR = 4.

RKE_BIW_GET_NC_STATUS * call function 'RKE_BIW_GET_NC_STATUS' * exporting * i_erkrs = s_tkebwl-erkrs * importing * e_uenum = uenum * e_datum = datum * e_uzeit = uzeit * e_uname = uname.

KERI_WRITE_LAST_NC CALL FUNCTION 'KERI_WRITE_LAST_NC' EXPORTING I_ERKRS = S_TKEBWL-ERKRS.

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 = DATUM E_TIME = UZEIT.

RKE_TIMESTAMP_CONVERT_OUTPUT CALL FUNCTION 'RKE_TIMESTAMP_CONVERT_OUTPUT' EXPORTING I_DAYST = DAYST I_TIMESTMP = TIMESTMP I_TZONE = TZONE IMPORTING E_DATE = DATUM E_TIME = UZEIT.

RKE_TIMESTAMP_CONVERT_OUTPUT CALL FUNCTION 'RKE_TIMESTAMP_CONVERT_OUTPUT' EXPORTING I_DAYST = DAYST I_TIMESTMP = TIMESTMPR I_TZONE = TZONE IMPORTING E_DATE = DATUMR E_TIME = UZEITR.

RKE_FILL_FIELD_TABLE CALL FUNCTION 'RKE_FILL_FIELD_TABLE' EXPORTING ERKRS = ERKRS TABNAME = TABNAME TABLES FIELDTAB = G_TH_FT.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING DOMNAME = 'RKEBWSTAT' TEXT = 'X' LANGU = SY-LANGU * BYPASS_BUFFER = ' ' * importing * rc = TABLES DD07V_TAB = AT_DOMVALUES.



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