EHFNDS_INT_ORD_HEADER_READ SAP (Internal Order Header - Read Data) Structure details

Dictionary Type: Structure
Description: Internal Order Header - Read Data




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




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

EHFNDS_INT_ORD_HEADER_READ 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 "Internal Order Header - Read Data" 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_EHFNDS_INT_ORD_HEADER_READ TYPE EHFNDS_INT_ORD_HEADER_READ.

The EHFNDS_INT_ORD_HEADER_READ table consists of various fields, each holding specific information or linking keys about Internal Order Header - Read Data data available in SAP. These include ORDER_TYPE (Order Type), ORDER_NAME (Description), EXT_ORD_NO (External order number), OBJECT_NO (Object number).. 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 EHFNDS_INT_ORD_HEADER_READ 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
ORDEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ORDER_TYPEOrder Type AUFARTCHAR4T003OAUFARTAAT
ORDER_NAMEDescription AUFTEXTCHAR40TEXT40
EXT_ORD_NOExternal order number AUFEXCHAR20ALPHAAUFEX
OBJECT_NOObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
RESPCCTRResponsible cost center AUFKOSTVCHAR10Assigned to domainALPHAKOSTL
WBS_ELEMWork breakdown structure element (WBS element) PS_PSP_ELENUMC8Assigned to domainKONPRPS_POSNR
WBS_ELEMENT_EXTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
REQUEST_CCTRRequesting cost center PS_AKSTLCHAR10Assigned to domainALPHAKOSTLKOS
REQU_COMP_CODERequesting company code IM_ABUKRSCHAR4Assigned to domainBUKRSBUK
SALES_ORDSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
S_ORD_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
CCTR_POSTEDCost center to which costs are actually posted ST_KOSTLCHAR10Assigned to domainALPHAKOSTL
CURRENCYOrder Currency AUFWAERSCUKY5Assigned to domainWAERS
CSTG_SHEETCosting Sheet AUFKALSMCHAR6Assigned to domainKALSM
OVERHEAD_KEYOverhead key AUFZSCHLCHAR6CHAR6
RES_ANAL_KEYResults Analysis Key ABGR_SCHLCHAR6Assigned to domainABGR_SCHLACS
INTEREST_PROFInterest Profile for Project/Order Interest Calculation PS_ZSCHMCHAR7Assigned to domainPS_ZSCHM
APPLICANTApplicant AUFUSER0CHAR20AUFUSER0
APPLICANT_PHONEApplicant's telephone number AUFUSER1CHAR20AUFUSER1
PERSON_RESPPerson responsible AUFUSER2CHAR20AUFUSER2
PERSON_RESP_PHONETelephone number of person in charge AUFUSER3CHAR20AUFUSER3
ESTIMATED_COSTSEstimated total costs of order AUFUSER4CURR11(2) AUFUSER4
APPLICATION_DATEApplication Date AUFUSER5DATS8AUFUSER5
DEPARTMENTDepartment AUFUSER6CHAR15AUFUSER6
DATE_WORK_BEGINSWork Start AUFUSER7DATS8AUFUSER7
DATE_WORK_ENDSEnd of Work AUFUSER8DATS8AUFUSER8
WORK_PERMITIdentifier for work permit issued AUFUSER9CHAR1AUFUSER9
PROCESSING_GROUPProcessing group AUFABKRSNUMC2Assigned to domainAKREISAKR
PLN_RELEASEPlanned release date AUFPDAT1DATS8DATUM
PLN_COMPLETIONPlanned completion date AUFPDAT2DATS8DATUM
PLN_CLOSEPlanned closing date AUFPDAT3DATS8DATUM
REQUEST_ORDERRequesting order AUFANFNRCHAR12Assigned to domainALPHAAUFNR
FUNC_AREAFunctional Area FKBER_SHORTCHAR4FKBER_SHORTFBE
FUNC_AREA_LONGFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
IN_CHARGE_USERPerson Responsible for CO Internal Order VERAA_USERCHAR12Assigned to domainXUBNAMEXUS

Key field Non-key field



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

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

How to access SAP table EHFNDS_INT_ORD_HEADER_READ

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