UPC_OPTIOS SAP (Planning: Conditions for Fields) Table details

Dictionary Type: Table
Description: Planning: Conditions for Fields




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




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

UPC_OPTIOS is a standard SAP Table which is used to store Planning: Conditions for Fields data and is available within R/3 SAP systems depending on the version and release level.

The UPC_OPTIOS table consists of various fields, each holding specific information or linking keys about Planning: Conditions for Fields data available in SAP. These include GUID (UUID in compressed form (22 character UUENCODEd)), FIELDNAME (Field Name), ATRNM (Master data attribute), SEQNO (Sequence 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP UPC_OPTIOS table 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 MANDTCLNT3T000MANDT
GUIDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22
FIELDNAMEField Name FIELDNAMECHAR30DD03LFDNAMEDFD
ATRNMMaster data attribute UPC_Y_ATRNMCHAR30UPC_IOBJNM
SEQNOSequence Number UPC_Y_SEQNONUMC4NUMC4
INIVLField has initial value UPC_Y_INIVLCHAR1XFELD
SIGN+/- Sign of Selection Condition UPC_Y_SIGNCHAR1CHAR1
OPTIOSelection Condition: EQ, BT,... UPC_Y_OPTIONCHAR2CHAR2
LOWLower Limit of the Selection Conditions UPC_Y_LOWCHAR60UPC_CHAVLINT
HIGHUpper Limit of Selection Conditions UPC_Y_HIGHCHAR60UPC_CHAVLINT
VARNMVariable UPC_Y_VARIABLECHAR8UPC_VARIABLEUPC_VARIABLE
OFFSTOffset of Variable UPC_Y_VARIABLE_OFFSETINT410UPC_VARIABLE_OFFSET

Key field Non-key field



How do I retrieve data from SAP table UPC_OPTIOS using ABAP code

The following ABAP code Example will allow you to do a basic selection on UPC_OPTIOS to SELECT all data from the table
DATA: WA_UPC_OPTIOS TYPE UPC_OPTIOS.

SELECT SINGLE *
FROM UPC_OPTIOS
INTO CORRESPONDING FIELDS OF WA_UPC_OPTIOS
WHERE...

How to access SAP table UPC_OPTIOS

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