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
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: 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
INCLUDE DBWB2_CCS_LDBTOP . " HEADER
INCLUDE DBWB2_CCS_LDBNXXX . " ALL SYSTEM ROUTINES
INCLUDE DBWB2_CCS_LDB_READ_DATAF01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.