EBPP_ORDER_HDR SAP (Zahlungsanweisungen über EBPP: Kopfdaten) Table details

Dictionary Type: Table
Description: Zahlungsanweisungen über EBPP: Kopfdaten




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




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

EBPP_ORDER_HDR is a standard SAP Table which is used to store Zahlungsanweisungen über EBPP: Kopfdaten data and is available within R/3 SAP systems depending on the version and release level.

The EBPP_ORDER_HDR table consists of various fields, each holding specific information or linking keys about Zahlungsanweisungen über EBPP: Kopfdaten data available in SAP. These include ORGTYPE (Type of Organization), ORGKEY (Reference for Organization), PARTNERTYPE (Business Partner Category), PARTNERKEY (Reference to the Business Partner).. 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: Not classified


SAP EBPP_ORDER_HDR 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
ORGTYPEType of Organization EBPP_ORG1T_PAYCHAR2EBPP_ORGTP_PAY
ORGKEYReference for Organization EBPP_ORGR1_PAYCHAR8CHAR8
PARTNERTYPEBusiness Partner Category BUSPA_TYPECHAR2BUSPA_TYPE
PARTNERKEYReference to the Business Partner BUSPA_KEYCHAR12CHAR12
ORDER_IDText field length 14 CHAR14CHAR14CHAR14
CRT_DATEDate DATUMDATS8DATUM
CRT_TIMETime UZEITTIMS6UZEIT
STOP_ORDERBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM EBPP_ORDER_HDR
INTO CORRESPONDING FIELDS OF WA_EBPP_ORDER_HDR
WHERE...

How to access SAP table EBPP_ORDER_HDR

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