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
Below is a list of transaction codes which are relevant to this SAP report
KEB2 - Display Dtld Info on CO-PA DataSrce
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: 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
INCLUDE: RKEBW001,
INCLUDE RKEBW201_TREE.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.
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.