/SAPPO/STR_FUNCT_CONTEXT SAP (Functionality Context Without (Ref. to) Data and Messages) Structure details

Dictionary Type: Structure
Description: Functionality Context Without (Ref. to) Data and Messages




ABAP Code to SELECT data from /SAPPO/STR_FUNCT_CONTEXT
Related tables to /SAPPO/STR_FUNCT_CONTEXT
Access table /SAPPO/STR_FUNCT_CONTEXT




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

/SAPPO/STR_FUNCT_CONTEXT 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 "Functionality Context Without (Ref. to) Data and Messages" 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_/SAPPO/STR_FUNCT_CONTEXT TYPE /SAPPO/STR_FUNCT_CONTEXT.

The /SAPPO/STR_FUNCT_CONTEXT table consists of various fields, each holding specific information or linking keys about Functionality Context Without (Ref. to) Data and Messages data available in SAP. These include ORDER_ID (Order ID), CLASS (Obsolete), FUNCTIONALITY_CODE (Code for Order Functions), PROCESS ().. 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 /SAPPO/STR_FUNCT_CONTEXT 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
ORDER_IDOrder ID /SAPPO/DTE_ORDER_IDRAW16UFGUID
CLASSObsolete /SAPPO/DTE_FUNCTION_CLASSCHAR30SEOCLSNAME
FUNCTIONALITY_CODECode for Order Functions /SAPPO/DTE_FUNCTIONALITY_CODENUMC1/SAPPO/DOM_FUNCTIONALITY_CODE
PROCESS 0
COMPONENTSoftware Component /SAPPO/DTE_COMPONENTCHAR30CHAR30/SAPPO/COMPONENT
BUSINESS_PROCESSBusiness Process /SAPPO/DTE_BUSINESS_PROCESSCHAR10CHAR10/SAPPO/BPROC
ERROR_CATEGORYError Category /SAPPO/DTE_ERROR_CATEGORYCHAR15Assigned to domain/SAPPO/DOM_ERROR_CATEGORY
MAIN_ERROR_MESSAGE 0
MSGIDMessage Class SYMSGIDCHAR20ARBGB
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
LOG_CATLog Category /SAPPO/DTE_LOG_CATNUMC1/SAPPO/DOM_LOG_CAT
LOG_NOLog Number /SAPPO/DTE_LOG_NOCHAR20CHAR20
LOG_HANDLELog Handle /SAPPO/DTE_LOG_HANDLECHAR22SYSUUID_22
LOG_MSG_NOID in Log /SAPPO/DTE_LOG_MSG_NONUMC6NUMC6
BAPI_PARAMETERParameter Name BAPI_PARAMCHAR32SWC_ELEM
BAPI_ROWLines in parameter BAPI_LINEINT410INT4
BAPI_FIELDField in parameter BAPI_FLDCHAR30FDNAME
MSG_OBJCATMessage Object Category /SAPPO/DTE_MSG_OBJCATNUMC1/SAPPO/DOM_OBJCAT
MSG_OBJTYPEMessage Object Type /SAPPO/DTE_MSG_OBJTYPECHAR10OJ_NAME
MSG_OBJKEYMessage Object Key /SAPPO/DTE_MSG_OBJKEYCHAR70SWO_TYPEID
MSG_OBJLOGSYSLogical System: Message Object /SAPPO/DTE_MSG_OBJLOGSYSCHAR10ALPHALOGSYS
PROCESS_TYPEProcess /SAPPO/DTE_PROCESSNUMC1/SAPPO/DOM_PROCESS

Key field Non-key field



How do I retrieve data from SAP structure /SAPPO/STR_FUNCT_CONTEXT using ABAP code?

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

How to access SAP table /SAPPO/STR_FUNCT_CONTEXT

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