PFO_S_OBT_PROC SAP (Structure of Table TPFO_OBT_PROC) Structure details

Dictionary Type: Structure
Description: Structure of Table TPFO_OBT_PROC




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




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

PFO_S_OBT_PROC 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 "Structure of Table TPFO_OBT_PROC" 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_PFO_S_OBT_PROC TYPE PFO_S_OBT_PROC.

The PFO_S_OBT_PROC table consists of various fields, each holding specific information or linking keys about Structure of Table TPFO_OBT_PROC data available in SAP. These include MANDT (Client), OBJKIND (Object Kind (References Entity)), OBJTYPE (Object Type (Portfolio Assignment)), TYPENUMBER (4-Digit NUMC Value to Identify Assignment Table (XO Table)).. 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 PFO_S_OBT_PROC 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
OBJKINDObject Kind (References Entity) PFO_OBJKINDCHAR4PFO_KIND
OBJTYPEObject Type (Portfolio Assignment) PFO_OBJTYPECHAR4TPFO_OBTPFO_TYPE
TYPENUMBER4-Digit NUMC Value to Identify Assignment Table (XO Table) PFO_TYPENUMBERNUMC4NUMC4
FIELDSOURCETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
CKEY_INCLName of (For Most Part) Customer Key Include of Object PFO_CKEY_INCLCHAR30Assigned to domainAS4TAB
CATTR_INCLName of Customer Attribute Include of Object PFO_CATTR_INCLCHAR30Assigned to domainAS4TAB
DDIC_TABDDIC Table of Object PFO_DDTABCHAR30Assigned to domainAS4TAB
TTYP_NAMEName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
OBJECT_ENTRYGeneral Flag FLAGCHAR1FLAG
ORIGIN_ENTRYGeneral Flag FLAGCHAR1FLAG
COM_ENTRYGeneral Flag FLAGCHAR1FLAG
SEC_INDUnique Index ID in a Table INDEXIDCHAR3INDEXIDDIX
RFC_CREATEDGeneral Flag FLAGCHAR1FLAG
RFC_IMPORT_XOName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
RFC_GET_ASSName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
METHOD_ENTRYGeneral Flag FLAGCHAR1FLAG
GEN_EXTRACTORSGeneral Flag FLAGCHAR1FLAG
GEN_DATASOURCEGeneral Flag FLAGCHAR1FLAG
FOA_SELSTRUCTTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FOA_RESSTRUCTTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FOA_RFC_CREATEDBoolean Variables (X=true, space=false) BOOLEAN_FLGCHAR1BOOLEAN_FLG
FOA_FUGRUFunction group, to which the function module belongs RS38L_AREACHAR26Assigned to domainAREA
TEMPLATE_TYPEObject Type (Portfolio Assignment) PFO_OBJTYPECHAR4Assigned to domainPFO_TYPE

Key field Non-key field



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

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

How to access SAP table PFO_S_OBT_PROC

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