FKKEBPP_TOTDM SAP (Biller Direct: Doc. Totals (Cust.-Specif.Enhancements Poss.)) Structure details

Dictionary Type: Structure
Description: Biller Direct: Doc. Totals (Cust.-Specif.Enhancements Poss.)




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




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

FKKEBPP_TOTDM 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 "Biller Direct: Doc. Totals (Cust.-Specif.Enhancements Poss.)" 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_FKKEBPP_TOTDM TYPE FKKEBPP_TOTDM.

The FKKEBPP_TOTDM table consists of various fields, each holding specific information or linking keys about Biller Direct: Doc. Totals (Cust.-Specif.Enhancements Poss.) data available in SAP. These include FAEDN_STD (Due date for net payment), FAEDS_STD (Due Date for Cash Discount), SKTPZ_STD (Discount percentage in CHARACTER format), STUDT_STD (Deferral to).. 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: Can be enhanced (character-type or numeric)


SAP FKKEBPP_TOTDM 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
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
FAEDN_STDDue date for net payment FAEDN_KKDATS8DATUM
FAEDS_STDDue Date for Cash Discount FAEDS_KKDATS8DATUM
SKTPZ_STDDiscount percentage in CHARACTER format SKTPZ_CHARCHAR6CHAR6
STUDT_STDDeferral to STUDT_KKDATS8DATUM
GBETHAmount In Local Currency With +/- Signs BETRH_KKCURR13(2) WRTV7
GBETWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table FKKEBPP_TOTDM

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