SAP DPR_BW_IND_APPROVAL Dev. Projects: Extract Structure for Individual Approval Table data and field list

DPR_BW_IND_APPROVAL 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 "Dev. Projects: Extract Structure for Individual Approval" 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_DPR_BW_IND_APPROVAL TYPE DPR_BW_IND_APPROVAL.

The DPR_BW_IND_APPROVAL table consists of various fields, each holding specific information or linking keys about Dev. Projects: Extract Structure for Individual Approval data available in SAP. These include PRO_CATEGORY (Project Category), PRO_EXTERNAL_ID (Project Planning: External Indentifier of an Element), TEXT1 (Language-Dependent Description), APPROVAL_GUID (Project Planning: 16-Character GUID for Projects and Activts)... 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. .

DPR_BW_IND_APPROVAL structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


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

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the DPR_BW_IND_APPROVAL table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PRO_TYPEProject Type DPR_TV_PRO_TYPECHAR15Assigned to domainDPR_TYPEDPR_PROJECT_TYPE
PRO_CATEGORYProject Category DPR_TV_PRO_CATEGORYCHAR1Assigned to domainDPR_PROJECT_CATEGORY
PRO_EXTERNAL_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
TEXT1Language-Dependent Description CGPL_TEXT1CHAR40TEXT40
APPROVAL_GUIDProject Planning: 16-Character GUID for Projects and Activts CGPL_GUID16RAW16CGPLPCGPL_PROJECT_GUID
GUIDProject Planning: 16-Character GUID for Projects and Activts CGPL_GUID16RAW16CGPLPCGPL_PROJECT_GUID
PROC_STATUS_OWNObject Processing Status DPR_TV_PROC_STATUS_OWNCHAR2DPR_PROC_STATUS
PROC_STATUS_SUPProcessing Status of Higher-Level Object DPR_TV_PROC_STATUS_SUPCHAR2DPR_PROC_STATUS
DECISIVE_ROLEProject Planning: 16-Character GUID for Projects and Activts CGPL_GUID16RAW16CGPLPCGPL_PROJECT_GUID
DEC_MAKER_EXIDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
DECIDERIntended Decision Maker (User Name) DPR_TV_DECIDERCHAR12Assigned to domainXUBNAME
DECISIONApproval/Individual Approval Decision DPR_TV_APPROVAL_DECISIONCHAR1DPR_APPROVAL_DECISION
DECIDED_BYDecision Maker DPR_TV_DECIDED_BYCHAR12Assigned to domainXUBNAME
DECIDED_ON_DATEDate of Approval Decision DPR_TV_DECIDED_ON_DATEDATS8
COMMENTARY Comment0
LANGUAGELanguage Key DPR_TV_LANGULANG1Assigned to domainISOLASPRAS
SIGNED_BYSignatory DPR_TV_SIGNED_BYCHAR12Assigned to domainXUBNAME
SIGNED_ON_DATEDate of Signature DPR_TV_SIGNATURE_DATEDATS8DATUM
SIGNER_ZONETime Zone TZNZONECHAR6Assigned to domainTZNZONE
SIGNER_FIRSTNAMEFirst Name of Signatory DPR_TV_SIGNER_NAME_FIRSTCHAR30XUNAME1
SIGNER_LASTNAMELast Name of Signatory DPR_TV_SIGNER_NAME_LASTCHAR30XUNAME1
SIGNER_COMMENT 0
SIGNATURE_FORMATSSF format SSFFORMCHAR20SSFFORMD
SIGNED_DOCUMENT Document Signed (Signature Value)0
DZONEDPR: Time Zone DPR_TV_DZONECHAR6Assigned to domainTZNZONE
TIMESTAMP_SAOUTC Time Stamp in Short Form (YYYYMMDDhhmmss)(with Con.Exit) DPR_TV_TIMESTAMPDEC15TSTPSBCOS_TSTMP
VERSION_NUMBERVersion Number CGPL_TV_VERSIONCHAR24CGPL_VERSION

Key field Non-key field



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

As DPR_BW_IND_APPROVAL 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 DPR_BW_IND_APPROVAL as there is no data to select.

How to access SAP table DPR_BW_IND_APPROVAL

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

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