SAP BBPS_T052_46B Terms of Payment, R/3 Version 46B Table data and field list

BBPS_T052_46B 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 "Terms of Payment, R/3 Version 46B" 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_BBPS_T052_46B TYPE BBPS_T052_46B.

The BBPS_T052_46B table consists of various fields, each holding specific information or linking keys about Terms of Payment, R/3 Version 46B data available in SAP. These include ZTERM (Terms of Payment Key), ZTAGG (Day Limit), ZDART (Date Type), ZFAEL (Calendar Day for the Baseline Date for Payment)... 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. .

BBPS_T052_46B structure Technical Details:

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


SAP BBPS_T052_46B 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 BBPS_T052_46B 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ZTERMTerms of Payment Key BBP_ZTERM_R3CHAR4BBP_MD_ZTERM
ZTAGGDay Limit BBP_ZTAGG_052NUMC2BBP_TAGGZ_052
ZDARTDate Type BBP_ZDARTCHAR1BBP_ZDART
ZFAELCalendar Day for the Baseline Date for Payment BBP_ZFAELNUMC2TAG01
ZMONAAdditional Months BBP_ZMONANUMC2NUM02
ZTAG1Days from Baseline Date for Payment BBP_ZTAGENUMC3NUM03
ZPRZ1Cash Discount Percentage Rate BBP_ZPROZDEC5(3) BBP_MD_ZPROZ
ZTAG2Days from Baseline Date for Payment BBP_ZTAGENUMC3NUM03
ZPRZ2Cash Discount Percentage Rate BBP_ZPROZDEC5(3) BBP_MD_ZPROZ
ZTAG3Days from Baseline Date for Payment BBP_ZTAGENUMC3NUM03
ZSTG1Due Date for Special Condition BBP_ZSTG1_052NUMC2TAG01
ZSMN1Additional Months for Special Condition (term 1) BBP_ZSMN1_052NUMC2NUM02
ZSTG2Due Date for Special Condition BBP_ZSTG1_052NUMC2TAG01
ZSMN2Additional Months for Special Condition (term 2) BBP_ZSMN2_052NUMC2NUM02
ZSTG3Due Date for Special Condition BBP_ZSTG1_052NUMC2TAG01
ZSMN3Additional Months for Special Condition (term 3) BBP_ZSMN3_052NUMC2NUM02
XZBRVPrint Terms of Payment in RV Papers BBP_XZBRV_052CHAR1XFELD
ZSCHFPayment Block (default value) BBP_ZSCHF_052CHAR1BBP_ZAHLS
XCHPBTransfer Payment Lock when Terms of Payment Changed? BBP_XCHPBCHAR1XFELD
TXN08Number of the standard text BBP_TXN08CHAR8BBP_TXN08
ZLSCHPayment Method BBP_ZLSCH_R3CHAR1BBP_ZLSCH
XCHPMTransfer Payment Method when Terms of Payment Changed? BBP_XCHPMCHAR1XFELD
KOARTAccount type of the customer/vendor BBP_KOART_ZCHAR1BBP_KOART_Z
XSPLTIndicator: Term for Installment Payment BBP_XSPLTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BBPS_T052_46B

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

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