/SAPPCE/TDPC21 SAP (Down Payment Chain: Document Segments) Table details

Dictionary Type: Table
Description: Down Payment Chain: Document Segments




ABAP Code to SELECT data from /SAPPCE/TDPC21
Related tables to /SAPPCE/TDPC21
Access table /SAPPCE/TDPC21




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

/SAPPCE/TDPC21 is a standard SAP Table which is used to store Down Payment Chain: Document Segments data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPCE/TDPC21 table consists of various fields, each holding specific information or linking keys about Down Payment Chain: Document Segments data available in SAP. These include BUKRS (Company Code), DPCNR (Down Payment Chain Number), DCPNR (Transaction Number), DPNRB (Sequence Number of Accounting Document in Transaction).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SAPPCE/TDPC21 table 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
DPCNRDown Payment Chain Number /SAPPCE/DPCNRCHAR10/SAPPCE/TDPC01ALPHA/SAPPCE/DPCNR
DCPNRTransaction Number /SAPPCE/DPCPNRNUMC3NUM03
DPNRBSequence Number of Accounting Document in Transaction /SAPPCE/DPCPNRBNUMC3NUM03
DPNRSSegment Sequence Number /SAPPCE/DPCPNRSNUMC3BUZEI
DPCPTItem Category of Document Segment /SAPPCE/DPCPTCHAR1/SAPPCE/DPCPT
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
AMT_DOCCURAmount in document currency WRBTRCURR13(2) WERT7
AMT_DOCCUR_GROSSGross Amount in Document Currency /SAPPCE/DPC_AMOUNT_GROSSCURR13(2) WERT7
AMT_DOCCUR_NETNet Amount in Document Currency /SAPPCE/DPC_AMOUNT_NETCURR13(2) WERT7
AMT_BASTax Base Amount in Document Currency FWBASCURR13(2) WERT7
DISC_BASEAmount Eligible for Cash Discount in Document Currency SKFBTCURR13(2) WERT7
PAYM_BLOCKPayment Block Key DZLSPRCHAR1Assigned to domainZAHLSSPE
SP_GL_INDSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
COND_KEYCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
ACCT_KEYTransaction Key KTOSLCHAR3CHAR3
TAX_RATETax rate MSATZ_F05LDEC7(3) PRZ43V
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TAXJURCODE_DEEPTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TAXJURCODE_LEVELTax jurisdiction code level TXJCD_LEVELCHAR1CHAR1
PMNTTRMSTerms of Payment Key DZTERMCHAR4ZTERM
BLINE_DATEBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
DSCT_DAYS1Cash discount days 1 DZBD1TDEC3ZBDXT
DSCT_DAYS2Cash discount days 2 DZBD2TDEC3ZBDXT
NETTERMSNet Payment Terms Period DZBD3TDEC3ZBDXT
DSCT_PCT1Cash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
DSCT_PCT2Cash Discount Percentage 2 DZBD2PDEC5(3) PRZ23
AC_TYPEAccount Type /SAPPCE/DPCACTPCHAR2/SAPPCE/AC_TYPE
WT_KEYGrouping key for withholding tax information WT_KEYNUMC6NUMC06
DCWTPRetention Amount Category /SAPPCE/DPCWTPCHAR4CHAR4
DCUTPAdditional Cost Category /SAPPCE/DPCUTPCHAR4CHAR4
REFBZDP Chains: Reference Item in Payment/Clearing Document /SAPPCE/DPC_REFBZNUMC3BUZEI
REF_KEY_3Reference key for line item XREF3CHAR20CHAR20
.INCLU--AP 0
ADDCOST_GRPDown Payment Chain: Group of Additional Costs /SAPPCE/DPC_ADDCOST_GRPINT410INT4

Key field Non-key field



How do I retrieve data from SAP table /SAPPCE/TDPC21 using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SAPPCE/TDPC21 to SELECT all data from the table
DATA: WA_/SAPPCE/TDPC21 TYPE /SAPPCE/TDPC21.

SELECT SINGLE *
FROM /SAPPCE/TDPC21
INTO CORRESPONDING FIELDS OF WA_/SAPPCE/TDPC21
WHERE...

How to access SAP table /SAPPCE/TDPC21

Within an ECC or HANA version of SAP you can also view further information about /SAPPCE/TDPC21 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!