SAP Reports / Programs

RMCBWEXUSEG SAP ABAP Report - Initial Supply Extract Structures for SAP BW from Revaluation Docs







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

ORISBW - Reorg: BW Sls Price Revaluation Docs


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 RMCBWEXUSEG. "Basic submit
SUBMIT RMCBWEXUSEG AND RETURN. "Return to original report after report execution complete
SUBMIT RMCBWEXUSEG 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: VRSIO = D Version
Selection Text: UJAHR_S = D Rtl reval. doc. year
Selection Text: UB_WERKS = D Plant
Selection Text: UB_MATNR = D Material
Selection Text: UB_BUDAT = D Posting Date
Selection Text: UBLNR_L = Revaluation Document
Selection Text: UBLNR_H = to
Selection Text: RB_NEWBW = D Extraction Structures BW
Selection Text: RB_NERIS = Info Structures RIS/LIS
Selection Text: NEULAUF = New Run?
Selection Text: MCINF = Info Structure to Be Set Up
Selection Text: LOGSYS = Logical Target System
Selection Text: LAUFNAME = D Name of Run
Selection Text: F_LOCAL = Stat. Setup, Partner System
Selection Text: F_DCIDX = Delete/Set Up Indices
Title: Initial Supply Extract Structures for SAP BW from Revaluation Docs
Text Symbol: RIS = Info Structures RIS/LIS
Text Symbol: BIW = Extraction Structures BW
Text Symbol: 112 = Doc. Year
Text Symbol: 111 = Revaluation doc.
Text Symbol: 110 = to
Text Symbol: 109 = Posting Date
Text Symbol: 108 = Arch.File
Text Symbol: 107 = Time of termination
Text Symbol: 106 = Termination date
Text Symbol: 105 = New Run?
Text Symbol: 104 = Name of Run
Text Symbol: 101 = BW Extraction: &V1&, &V2&
Text Symbol: 100 = Setup: &V1&, &V2&
Text Symbol: 006 = To ;
Text Symbol: 005 = Mat. Doc.
Text Symbol: 004 = Spec. for Using ALE
Text Symbol: 003 = Extraction Run Control
Text Symbol: 002 = Document Data Restriction
Text Symbol: 001 = Data for Target Structures


INCLUDES used within this REPORT RMCBWEXUSEG

INCLUDE RMCSNTOP.
INCLUDE RMCBWEX_USEG_TOP.
INCLUDE RMCBWEX_USEG_SCR.





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:

ARCHIVES_KEY_RETURN CALL FUNCTION 'ARCHIVES_KEY_RETURN' EXPORTING I_APPLI = 'MM' I_OBJCT = 'RM_BESTELL' TABLES T_ARKEY = FH_SARKEY T_FR01S = FH_LSR01S EXCEPTIONS NO_KEY_SELECTED = 01.

RKZ_OPEN_SEQ_FILE CALL FUNCTION 'RKZ_OPEN_SEQ_FILE' EXPORTING NAME = UB_ARCD OPTION = 'I' EXCEPTIONS INVALID_OPTION = 1 OPEN_2 = 2 OPEN_ERROR = 3 EOF = 4 NO_SIOC_FILE = 5.

RKZ_READ_RECORD CALL FUNCTION 'RKZ_READ_RECORD' EXPORTING NAME = UB_ARCD IMPORTING WA = AA_BUFFER EXCEPTIONS EOF = 4.

RKZ_CLOSE_SEQ_FILE CALL FUNCTION 'RKZ_CLOSE_SEQ_FILE'.

WIS_STATISTICS_UMBEW_NEW CALL FUNCTION 'WIS_STATISTICS_UMBEW_NEW' EXPORTING I_VRSIO = VRSIO I_SIMUL_KZ = SIMUL_KZ I_ALE_SEND = F_LOCAL I_ALE_LOGSYS = LOGSYS TABLES T_MCINF = MCINF T_UKPF = T_UKPF T_USEG = T_USEG EXCEPTIONS OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING ** PERCENTAGE = 0 * TEXT = 'Keine Positionen gefunden!' * EXCEPTIONS * OTHERS = 1.

ALE_MODEL_DETERMINE_IF_TO_SEND * CALL FUNCTION 'ALE_MODEL_DETERMINE_IF_TO_SEND' * EXPORTING * MESSAGE_TYPE = 'EKSEKS' * IMPORTING * IDOC_MUST_BE_SENT = FLG_IDOC_SENDEN * EXCEPTIONS * OWN_SYSTEM_NOT_DEFINED = 01.



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