SAP Reports / Programs

SAPDBWCOCOLDB SAP ABAP Report - Log. Database WCOCOLDB: Database Program







SAPDBWCOCOLDB 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 SAPDBWCOCOLDB 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 SAPDBWCOCOLDB. "Basic submit
SUBMIT SAPDBWCOCOLDB AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBWCOCOLDB 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: S_V_OWN = Vendor
Selection Text: S_V_ELIG = Vendor
Selection Text: S_TYPE = D .
Selection Text: S_STATUS = D .
Selection Text: S_REF = D .
Selection Text: S_O_VTWE = D .
Selection Text: S_O_VKOR = D .
Selection Text: S_O_SPAR = D .
Selection Text: S_O_SDAT = D .
Selection Text: S_O_EKOR = D .
Selection Text: S_ONLYHD = only header data
Selection Text: S_NUM = D .
Selection Text: S_MAXL = D .
Selection Text: S_C_OWN = Customer
Selection Text: S_C_ELIG = Customer
Selection Text: S_CREAON = D .
Selection Text: S_CREABY = D .
Selection Text: S_CAT = D .
Selection Text: S_ASSIGN = D .
Selection Text: S_ABFLOW = D .
Title: Log. Database WCOCOLDB: Database Program
Text Symbol: STA = Document Status
Text Symbol: OWN = Owner
Text Symbol: OSO = Sales
Text Symbol: OSE = Sales
Text Symbol: ORO = Organizational Data for Owner
Text Symbol: ORE = Organizational Data for Eligible Individual
Text Symbol: OPO = Purchasing
Text Symbol: OPE = Purchasing
Text Symbol: LAU = Program Run Control
Text Symbol: GEN = General Selections
Text Symbol: ELG = Eligible Individual
Text Symbol: DOC = Document Data
Text Symbol: ABF = Document flow to Agency Business
Text Symbol: 999 = without selection screen
Text Symbol: 002 = without program data
Text Symbol: 001 = only with program data


INCLUDES used within this REPORT SAPDBWCOCOLDB

INCLUDE DBWCOCOLDBTOP . " HEADER




INCLUDE DBWCOCOLDBNXXX . " ALL SYSTEM ROUTINES
INCLUDE DBWCOCOLDBF01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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