STY_OP_HEADER_IF_41 SAP (Header Interface Structure Order Inbound IF 4.1) Structure details

Dictionary Type: Structure
Description: Header Interface Structure Order Inbound IF 4.1




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




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

STY_OP_HEADER_IF_41 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 "Header Interface Structure Order Inbound IF 4.1" 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_STY_OP_HEADER_IF_41 TYPE STY_OP_HEADER_IF_41.

The STY_OP_HEADER_IF_41 table consists of various fields, each holding specific information or linking keys about Header Interface Structure Order Inbound IF 4.1 data available in SAP. These include OPHREFNR (Order Proposal Header Identifier), ORDNO (Order Proposal Document Number), LOCNOTO (F&R Location), LOCNOFR (F&R Location).. 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: Cannot Be Enhanced


SAP STY_OP_HEADER_IF_41 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
OPHREFNROrder Proposal Header Identifier FRE_OPHREFNRCHAR35CHAR35
ORDNOOrder Proposal Document Number FRE_OP_DOCNUMNUMC10NUMC10
LOCNOTOF&R Location FRE_LOCATIONCHAR20CHAR20
LOCNOFRF&R Location FRE_LOCATIONCHAR20CHAR20
PLANTSTPlanning Date FRE_PLANTSTDEC15TZNTSTMPS
STATVALOrder Proposal Status FRE_OP_STATUSCHAR2CHAR2
NO_ROUNDINGCheckbox XFELDCHAR1XFELD
ACCOMPLISHEnd of Package Indicator Flag FRE_EOPCHAR1CHAR1
DOCTYPEDocument Categories for F&R FRE_DOC_CATCHAR3FRE_DOC_CAT
FUNCTIONFunction Code FRE_OP_FUNCTIONCHAR1FRE_FUNC_1
SENDERLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
REF_IDPackage Identifier FRE_PACKAGE_IDCHAR35CHAR35

Key field Non-key field



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

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

How to access SAP table STY_OP_HEADER_IF_41

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