EMDUSPBINST SAP (Prebilling of Installation) Structure details

Dictionary Type: Structure
Description: Prebilling of Installation




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




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

EMDUSPBINST 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 "Prebilling of Installation" 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_EMDUSPBINST TYPE EMDUSPBINST.

The EMDUSPBINST table consists of various fields, each holding specific information or linking keys about Prebilling of Installation data available in SAP. These include REQUEST_NEEDED (Indicators), REF_MDUSRQ (), ETRG_PREBILLED (), MANDT (Client).. 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 (Deep)


SAP EMDUSPBINST 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
ACTIVEIndicators KENNZXCHAR1KENNZX
REQUEST_NEEDEDIndicators KENNZXCHAR1KENNZX
REF_MDUSRQ 0
ETRG_PREBILLED 0
MANDTClient MANDTCLNT3MANDT
ANLAGEInstallation ANLAGECHAR10ALPHAANLAGEANLEANL
ABRDATSScheduled Billing Date ABRDATSDATS8DATUMABRDATS
ABRVORGBilling Transaction ABRVORGCHAR2ABRVORGABV
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
SPARTEDivision SPARTECHAR2SPARTSPA
PORTIONPortion PORTIONCHAR8PORTIONTPRE420
ABRVORG2Billing Transaction ABRVORGCHAR2ABRVORGABV
TRIGSTATStatus of Billing Order TRIGSTATCHAR1TRIGSTAT
ABLEINHMeter reading unit ABLEINHCHAR8ABLEINHEITTAETE422A
ADATSOLLScheduled meter reading date ADATSOLLDATS8DATUMPLANDAT
ABRDATSUScheduled billing date for suppressed billing order ABRDATSUDATS8DATUM
ABRVORGUBilling Transaction for a Suppressed Billing Order ABRVORGUCHAR2ABRVORG
BEGENDStart of period-end billing period BEGENDDATS8DATUM
SC_BELNRNumber of billing document in adjustment reversal SC_BELNRCHAR12ALPHAE_BELNRBELERCH
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
ENDPRIOPriority of Period-End Billing ENDPRIOCHAR1KENNZX
ABSCHLPANAdjust budget billing plan ABSCHLPANCHAR1KENNZX
ZUORDDATAllocation date for billing E_ZUORDDATABRDATS8DATUM
MEM_OPBELReversed invoicing document no. for new billing/invoicing MEM_OPBELCHAR12ALPHAMEM_OPBEL
MEM_BUDATPosting Date in the Document MEM_BUDATDATS8DATUM
ADATSOLLUScheduled MR date of suppressed meter reading order ADATSOLLUDATS8DATUM
ESTINBILLMeter Reading Results are Estimated in Billing ESTINBILLCHAR2ESTINBILL
ESTINBILLUESTINBILL of a Suppressed Billing Order ESTINBILLUCHAR2ESTINBILL
ESTINBILL_SAVOriginal Value from ESTINBILL ESTINBILL_SAVCHAR2ESTINBILL
ESTINBILL_USAVESTINBILL_SAV of a Suppressed Billing Order ESTINBILL_USAVCHAR2ESTINBILL
OSB_GROUPOn-Site Billing Group E_OSB_GROUPCHAR3
MAINDOCNOBilling Document Number of Primary Installation MAINDOCNOCHAR12ALPHAE_BELNRBELERCH
WAIT_BIBilling Sequence Control WAIT_BICHAR2WAIT_BI
VKONTOContract Account Number VKONT_KKCHAR12ALPHAVKONT_KKKTOFKKVKP_F4
MDUSREQUESTIDMDUS Request ID E_MDUSREQUESTIDCHAR22SYSUUID_22
MDUSRQSTATMDUS Status of Billing Order E_MDUSRQSTATCHAR2E_MDUSRQSTAT

Key field Non-key field



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

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

How to access SAP table EMDUSPBINST

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