SAP Reports / Programs

SDCOOB01 SAP ABAP Report - Correction Program for SD Documents Due to Inconsistencies in RVVBUK00







SDCOOB01 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 SDCOOB01 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 SDCOOB01. "Basic submit
SUBMIT SDCOOB01 AND RETURN. "Return to original report after report execution complete
SUBMIT SDCOOB01 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: VBELN = individual sales documents?
Selection Text: TEST = Test run?
Selection Text: TCURRVON = Date of first error CURR
Selection Text: TCURRBIS = Date of last error CURR
Selection Text: PROT = with log?
Selection Text: PRDT = Entry date, not pricing date?
Selection Text: FAKT = Billing documents?
Selection Text: AUFT = Sales documents?
Title: Correction Program for SD Documents Due to Inconsistencies in RVVBUK00
Text Symbol: 031 = Billing document saved
Text Symbol: 030 = Exch. rate KONV-KKURS new/old
Text Symbol: 029 = Error in update KONV
Text Symbol: 028 = Error in update VBRP
Text Symbol: 027 = Exch. rate VBRP-STCUR new/old
Text Symbol: 026 = Exch. rate VBRP-KURSK new/old
Text Symbol: 025 = Error in update VBRK
Text Symbol: 024 = Exch. rate VBRK-CMKUF new/old
Text Symbol: 023 = Exch. rate VBRK-KURRF new/old
Text Symbol: 022 = Error determining exchange rate
Text Symbol: 021 = Billing document read, document/domestic/statistical/credit currency:
Text Symbol: 012 = Order saved
Text Symbol: 011 = Error reading VBKD
Text Symbol: 010 = Error determining exchange rate
Text Symbol: 009 = Error in update VBAP
Text Symbol: 008 = Exch. rate VBAP-CMKUA new/old
Text Symbol: 007 = Exch. rate VBAP-STCUR new/old
Text Symbol: 006 = Error in update VBKD
Text Symbol: 005 = Exch. rate VBKD-STCUR new/old
Text Symbol: 004 = Exch. rate VBKD-KURRF new/old
Text Symbol: 003 = Exch. rate VBKD-KURSK new/old
Text Symbol: 002 = Order saved (net value new/old)
Text Symbol: 001 = Order read, document/domestic/statistical/credit currency:


INCLUDES used within this REPORT SDCOOB01

INCLUDE VBPADATA.


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:

K_OBJECT_DELETE CALL FUNCTION 'K_OBJECT_DELETE' EXPORTING OBJNR = XONR00-OBJNR OBART = VBAP_KEY-OBART MASTER_DATA = 'X'.

K_OBJECT_DELETE CALL FUNCTION 'K_OBJECT_DELETE' EXPORTING OBJNR = XONR00-OBJNR OBART = VBAK_KEY-OBART MASTER_DATA = 'X'.



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