EBBPTEMP SAP (Temporary Budget Billing Data) Table details

Dictionary Type: Table
Description: Temporary Budget Billing Data




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




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

EBBPTEMP is a standard SAP Table which is used to store Temporary Budget Billing Data data and is available within R/3 SAP systems depending on the version and release level.

The EBBPTEMP table consists of various fields, each holding specific information or linking keys about Temporary Budget Billing Data data available in SAP. These include GUID (Globally Unique Identifier), ORIGIN (Origin of Temporary Files), KZABSVER (Activate Budget Billing Procedure), ABSZYK (Budget billing cycle).. 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 EBBPTEMP 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
GUIDGlobally Unique Identifier GUIDRAW16
ORIGINOrigin of Temporary Files ETEMP_ORIGINCHAR2ETEMP_ORIGIN
KZABSVERActivate Budget Billing Procedure KZABSVERCHAR1KZABSVERISU_TFK033D_R301
ABSZYKBudget billing cycle ABSZYKNUMC2ABSZYK
BUAG_GUIDBusiness Agreement GUID BUAG_GUIDRAW16SYSUUID
ORDER_H_GUIDGlobally Unique Identifier GUIDRAW16
CREATEBBPCreate Budget Billing Plan E_CREATE_BBPCHAR1CHAR1
GEMFAKTInvoice Contracts Jointly (Mandatory Contracts) E_GEMFAKTCHAR1E_GEMFAKT
AMOUNTAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CHGRSNReason for Change to Budget Billing Amount ECHGRSNCHAR2Assigned to domainECHGRSN
PYPLCREATECreate Payment Plan Immediately E_PYPLCREATECHAR1CHAR1
PYPLTPayment plan type E_PYPLTCHAR4Assigned to domainE_PYPLTPYPT
PYPLSStarting month of payment plan E_PYPLSNUMC2MONTHPYPS
START_YEARBeginning year of payment plan E_START_YEARNUMC4E_JAHRPYPSY
PYPLAAlternative start month of payment plan E_PYPLANUMC2MONTHPYPA
PS_START_DATEPayment Scheme Start Date E_ZSDATDATS8DATUM
PS_PAYDATEFirst Due Date of Sample Line E_PAYDATEDATS8DATUM
PS_PAYFREQPayment Frequency E_PAYFREQCHAR1E_PAYFREQ
PS_TYPEPayment Scheme Category E_PSTYPECHAR3Assigned to domainE_PSTYPEE_PSTYPE
PS_PENDINGPayment Scheme Inactive PEND_CBCHAR1KENNZX
CREATEDBudget Billing Plan Created E_BBP_CREATEDCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM EBBPTEMP
INTO CORRESPONDING FIELDS OF WA_EBBPTEMP
WHERE...

How to access SAP table EBBPTEMP

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