BBPS_PAYTERM_FIELDS SAP (BBP_PAYTERM w/o Client/Log.Sys.) Structure details

Dictionary Type: Structure
Description: BBP_PAYTERM w/o Client/Log.Sys.




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




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

BBPS_PAYTERM_FIELDS 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 "BBP_PAYTERM w/o Client/Log.Sys." 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_PAYTERM_FIELDS TYPE BBPS_PAYTERM_FIELDS.

The BBPS_PAYTERM_FIELDS table consists of various fields, each holding specific information or linking keys about BBP_PAYTERM w/o Client/Log.Sys. data available in SAP. These include ZTAGG (Day Limit), ZDART (Date Type), ZFAEL (Calendar Day for the Baseline Date for Payment), ZMONA (Additional Months).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BBPS_PAYTERM_FIELDS structure 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
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
TXN08Number of the standard text BBP_TXN08CHAR8BBP_TXN08
ZLSCHPayment Method BBP_ZLSCH_R3CHAR1BBP_ZLSCH
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_PAYTERM_FIELDS using ABAP code?

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

How to access SAP table BBPS_PAYTERM_FIELDS

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