UPC_APPL SAP (Applications in SEM-BPS) Table details

Dictionary Type: Table
Description: Applications in SEM-BPS




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




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

UPC_APPL is a standard SAP Table which is used to store Applications in SEM-BPS data and is available within R/3 SAP systems depending on the version and release level.

The UPC_APPL table consists of various fields, each holding specific information or linking keys about Applications in SEM-BPS data available in SAP. These include FM_METAINFO (Name of Function Module), FM_CHAVL_IN_EX (Name of Function Module), FM_CHAVL_EX_IN (Name of Function Module), FM_CHAVL_TEXT (Name of Function Module).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP UPC_APPL 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
APPLApplication in Planning UPC_Y_APPLCHAR4UPC_APPL
FM_METAINFOName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_CHAVL_IN_EXName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_CHAVL_EX_INName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_CHAVL_TEXTName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_CHAVL_F4Name of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_CHA_VAL_GETName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_CHA_VAL_UPDName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_ATRVL_IN_EXName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_ATRVL_EX_INName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_ATRVL_TEXTName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_ATRVL_F4Name of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_META_INFOName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_DATA_READName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_DATA_SAVEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_AREA_INITName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_AREA_COMMITName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_AREA_SAVEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_AREA_TRANSPName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_AREA_APPLGENName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_AREA_APPLDELName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_TIMEREF_GETName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_TRANSDATE_GETName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_TIME_SHIFTName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_HIE_CHECKName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_HIE_F4Name of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_HIE_GETName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_HIE_LISTName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_HIE_UPDATEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_DOC_LIST_GETName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_DOC_GETName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_DOC_UPDATEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_MD_MAINTAINName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_HI_MAINTAINName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FM_DATA_ENQ_DEQName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB

Key field Non-key field



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

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

SELECT SINGLE *
FROM UPC_APPL
INTO CORRESPONDING FIELDS OF WA_UPC_APPL
WHERE...

How to access SAP table UPC_APPL

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