EPPMDEBTOPBELNR SAP (Documents Transferred to PPM) Table details

Dictionary Type: Table
Description: Documents Transferred to PPM




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




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

EPPMDEBTOPBELNR is a standard SAP Table which is used to store Documents Transferred to PPM data and is available within R/3 SAP systems depending on the version and release level.

The EPPMDEBTOPBELNR table consists of various fields, each holding specific information or linking keys about Documents Transferred to PPM data available in SAP. These include PP_NR (Prepayment Document Number), PP_ZEILE (Prepayment Document Line), OP_NR (Sequential Number for Document Line Item), DEBIT_CREDIT (Debit / Credit Indicator).. 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: Cannot Be Enhanced


SAP EPPMDEBTOPBELNR 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 MANDTCLNT3Assigned to domainMANDT
PP_NRPrepayment Document Number E_PP_NRCHAR12ALPHAE_BELNR
PP_ZEILEPrepayment Document Line E_PP_ZEILENUMC6LFDNR6
OP_NRSequential Number for Document Line Item E_PP_ZEILE_OPDOCNUMC6LFDNR6
DEBIT_CREDITDebit / Credit Indicator E_PP_DEBIT_CREDITCHAR1E_PP_DEBIT_CREDIT
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPWRepetition Item in Contract Account Document OPUPW_KKNUMC3OPUPW_KK
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
OPUPZSubitem for a Partial Clearing in Document OPUPZ_KKNUMC3OPUPZ_KK
BETRHAmount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
WAERSTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
OP_STATUSDocument Status E_PP_STATUSCHAR2E_PP_STATUS

Key field Non-key field



How do I retrieve data from SAP table EPPMDEBTOPBELNR using ABAP code

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

SELECT SINGLE *
FROM EPPMDEBTOPBELNR
INTO CORRESPONDING FIELDS OF WA_EPPMDEBTOPBELNR
WHERE...

How to access SAP table EPPMDEBTOPBELNR

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