CDV_STR_CHDOC_PREPARED SAP (Formatted Change Documents) Structure details

Dictionary Type: Structure
Description: Formatted Change Documents




ABAP Code to SELECT data from CDV_STR_CHDOC_PREPARED
Related tables to CDV_STR_CHDOC_PREPARED
Access table CDV_STR_CHDOC_PREPARED




Structure field list including key, data, relationships and ABAP select examples

CDV_STR_CHDOC_PREPARED is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Formatted Change Documents" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CDV_STR_CHDOC_PREPARED TYPE CDV_STR_CHDOC_PREPARED.

The CDV_STR_CHDOC_PREPARED table consists of various fields, each holding specific information or linking keys about Formatted Change Documents data available in SAP. These include UTIME (Time changed), BUSINESSPROC (Type of Business Transaction), BUSINESSPROCTEXT (Description of Business Transaction), BUSINESSPROCID (Business Transaction Identification).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CDV_STR_CHDOC_PREPARED structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
UDATECreation date of the change document CDDATUMDATS8DATUM
UTIMETime changed CDUZEITTIMS6UZEIT
BUSINESSPROCType of Business Transaction BANK_DTE_CD_BUSPROCCHAR20Assigned to domainTCODE
BUSINESSPROCTEXTDescription of Business Transaction BANK_DTE_CD_BUSPROCTEXTSTRG0CDV_STRING
BUSINESSPROCIDBusiness Transaction Identification BANK_DTE_CD_BUSPROCIDCHAR32
OBJECT_CHANGE_INDICATORBUSINESChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
CHANGENRDocument change number CDCHANGENRCHAR10ALPHACDCHANGENR
USERNAMEUser name of the person responsible in change document CDUSERNAMECHAR12CHAR12
USERNAMETEXTFirst and Last Name of Changer CDV_DTE_USERNAME_TEXTSTRG0CDV_STRING
DEPARTMENTDepartment of Chager CDV_DTE_DEPARTMENTSTRG0CDV_STRING
TCODETransaction in which a change was made CDTCODECHAR20Assigned to domainTCODE
TCODETEXTTransaction Text TTEXT_STCTCHAR36TEXT36
OBJECTCLASObject class CDOBJECTCLCHAR15ALPHAOBJECTCL
OBJECTCLASTEXTChange Document Object Text CDV_DTE_CDOBJECT_TEXTSTRG0CDV_STRING
OBJECTIDObject Value CDV_DTE_OBJECTIDSTRG0CDV_STRING
OBJECTIDTEXTFormatted Object Idengification CDV_DTE_OBJECTID_TEXTSTRG0CDV_STRING
TABLENAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
TABLENAMETEXTTable Text CDV_DTE_TABLENAME_TEXTSTRG0CDV_STRING
TABLEKEYTable Key for CDPOS in Character 254 CDV_DTE_TABLEKEYSTRG0CDV_STRING
TABLEKEYTEXTEnhanced Object Value CDV_DTE_TABLEKEY_TEXTSTRG0CDV_STRING
TABLEKEYGROUPTable Key for CDPOS in Character 254 CDV_DTE_TABLEKEYSTRG0CDV_STRING
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FIELDNAMETEXTShort Text Describing Repository Objects CDV_DTE_FIELDNAME_TEXTSTRG0CDV_STRING
SCRTEXT_LField Name from Data Dictionary BANK_DTE_CD_SCRTEXTCHAR40SCRTEXT_L
FIELDVALUE_NEWTEXTNew Formatted Field Content CDV_DTE_FIELDVALUE_NEW_TEXTSTRG0CDV_STRING
FIELDVALUE_NEWNew Contents of Changed Field CDV_DTE_FIELDVALUE_NEWSTRG0CDV_STRING
FIELDVALUE_OLDTEXTOld Formatted Field Value CDV_DTE_FIELDVALUE_OLD_TEXTSTRG0CDV_STRING
FIELDVALUE_OLDOld Contents of Changed Field CDV_DTE_FIELDVALUE_OLDSTRG0CDV_STRING
VALID_DATE_FROMValidity Start Date BANK_DTE_CD_VALID_DATE_FROMDATS8BANK_CD_DATE
VALID_DATE_TOValidity End Date BANK_DTE_CD_VALID_DATE_TODATS8BANK_CD_DATE
VALID_FROM_TOTechnical Validity of Object CDV_DTE_VALID_FROM_TOSTRG0CDV_STRING
VALID_FROM_TOTEXTBusiness-Related Validity of Object CDV_DTE_VALID_FROM_TO_TEXTSTRG0CDV_STRING
RELEASE_STATUSRelease Status BANK_DTE_CD_RELEASE_STATUSCHAR1BANK_CD_RELASE_STATUS
RELEASE_STATUSTEXTRelease Status Description BANK_DTE_CD_RELEASE_STATUSTEXTSTRG0CDV_STRING
PRIORITY_INTERNALDisplay Sequence BANK_DTE_CD_LISTPRIORITYNUMC2
PRIORITY_EXTERNALDisplay Sequence BANK_DTE_CD_LISTPRIORITYNUMC2
CHNGINDType of Change (U, I, J, D, E, V) BANK_DTE_CD_CHNGINDCHAR1BANK_CD_CHNGIND
CHNGINDTEXTDescription of Change Indicator CDV_DTE_CHANGEINDICATOR_TEXTSTRG0CDV_STRING

Key field Non-key field



How do I retrieve data from SAP structure CDV_STR_CHDOC_PREPARED using ABAP code?

As CDV_STR_CHDOC_PREPARED is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CDV_STR_CHDOC_PREPARED as there is no data to select.

How to access SAP table CDV_STR_CHDOC_PREPARED

Within an ECC or HANA version of SAP you can also view further information about CDV_STR_CHDOC_PREPARED and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!