TBLP_P SAP (Payback data log table) Table details

Dictionary Type: Table
Description: Payback data log table




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




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

TBLP_P is a standard SAP Table which is used to store Payback data log table data and is available within R/3 SAP systems depending on the version and release level.

The TBLP_P table consists of various fields, each holding specific information or linking keys about Payback data log table data available in SAP. These include TLLONR (Document Number of Transfer/Loan), TLINDEX (Info. Type Record No. with Same Key), ERFMG (Quantity in Unit of Entry), ERFME (Unit of Entry).. 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 TBLP_P 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
TLLONRDocument Number of Transfer/Loan TBLP_BELNRNUMC10TBLP_BELNR
TLINDEXInfo. Type Record No. with Same Key TLINDEXNUMC3NUM03
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
WERKS_SPlant WERKS_SCHAR4Assigned to domainWERKSWRKH_T001W
LGORT_SStorage Location LGORT_SCHAR4Assigned to domainLGORTLAG
WERKS_RPlant WERKS_RCHAR4Assigned to domainWERKSWRKH_T001W
LGORT_RStorage Location LGORT_RCHAR4Assigned to domainLGORTLAG
MBLNR_PBMaterial Document Number of Payback MBLNR_PBCHAR10ALPHABELNRMBN
MJAHR_PBMaterial Document Year of Payback MJAHR_PBNUMC4GJAHRGJAHRMJA
BELNRPR_PBPrimary Costs Doc. Number for Retransfer BELNRPR_PBCHAR10Assigned to domainALPHACO_BELNR
BELNRSE_PBSecondary Costs Doc. Number for Retransfer BELNRSE_PBCHAR10Assigned to domainALPHACO_BELNR
BELNRCM_PBCommitment Doc. Number for Retransfer BELNRCM_PBCHAR10Assigned to domainALPHACO_BELNR
BLDATDocument Date CO_BLDATDATS8DATUM
CMSETIndicator for Commitment Posting CMSETCHAR1CHAR1
USNAMUser Name SYUNAMECHAR12SYCHAR12
PERCENT_POSTEDQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
PRICEStandard price STPRSCURR11(2) WERT11V

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBLP_P
INTO CORRESPONDING FIELDS OF WA_TBLP_P
WHERE...

How to access SAP table TBLP_P

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