SAP Reports / Programs

SAPDBWB2_CCS_LDB SAP ABAP Report - Logical database WB2_CCS_LDB : Database program







SAPDBWB2_CCS_LDB 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 SAPDBWB2_CCS_LDB 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 SAPDBWB2_CCS_LDB. "Basic submit
SUBMIT SAPDBWB2_CCS_LDB AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBWB2_CCS_LDB 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_VTWEG = D .
Selection Text: S_VKORG = D .
Selection Text: S_VEND = D .
Selection Text: S_TYPE = D .
Selection Text: S_TABID = D .
Selection Text: S_STATUS = D .
Selection Text: S_SPART = D .
Selection Text: S_RTYPE = D .
Selection Text: S_NUM = D .
Selection Text: S_MAXL = D .
Selection Text: S_EKORG = D .
Selection Text: S_EKGRP = D .
Selection Text: S_DATE = D .
Selection Text: S_CUST = D .
Selection Text: S_CAT = D .
Selection Text: S_BUKRS = D .
Title: Logical database WB2_CCS_LDB : Database program
Text Symbol: TYP = Contract Type
Text Symbol: STA = Contract Status
Text Symbol: DAT = Settlement Date
Text Symbol: CTR = Program Run Control
Text Symbol: CON = Contract Data
Text Symbol: 999 = without selection screen
Text Symbol: 001 = without program control


INCLUDES used within this REPORT SAPDBWB2_CCS_LDB

INCLUDE DBWB2_CCS_LDBTOP . " HEADER
INCLUDE DBWB2_CCS_LDBNXXX . " ALL SYSTEM ROUTINES
INCLUDE DBWB2_CCS_LDB_READ_DATAF01.


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