BBPS_PAYTERM SAP (Structure for BBP_PAYTERM) Structure details

Dictionary Type: Structure
Description: Structure for BBP_PAYTERM




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




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

BBPS_PAYTERM 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 "Structure for BBP_PAYTERM" 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 TYPE BBPS_PAYTERM.

The BBPS_PAYTERM table consists of various fields, each holding specific information or linking keys about Structure for BBP_PAYTERM data available in SAP. These include LOGSYS (Logical system), ZTERM (Terms of Payment Key), ZTAGG (Day Limit), ZDART (Date Type).. 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 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
CLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
ZTERMTerms of Payment Key BBP_MD_ZTERMCHAR4BBP_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
ZBRVPrint 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 using ABAP code?

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

How to access SAP table BBPS_PAYTERM

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