UCONFILLCUST SAP (Customizing Table for Unified Connectivity LM process) Table details

Dictionary Type: Table
Description: Customizing Table for Unified Connectivity LM process




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




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

UCONFILLCUST is a standard SAP Table which is used to store Customizing Table for Unified Connectivity LM process data and is available within R/3 SAP systems depending on the version and release level.

The UCONFILLCUST table consists of various fields, each holding specific information or linking keys about Customizing Table for Unified Connectivity LM process data available in SAP. These include DURATION_P1 (Natural Number), DURATION_P2 (Natural Number), NOTIFY_PERIOD (Natural Number), NOTIFY_DATE (Date of Last Change).. 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 UCONFILLCUST 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
IDCharacter Field Length = 10 CHAR10CHAR10CHAR10
DURATION_P1Natural Number INT4INT410INT4
DURATION_P2Natural Number INT4INT410INT4
NOTIFY_PERIODNatural Number INT4INT410INT4
NOTIFY_DATEDate of Last Change AS4DATEDATS8AS4DATE
PARALLEL_ACTIONSingle-Character Indicator CHAR1CHAR1CHAR1
SAME_ACTIONSingle-Character Indicator CHAR1CHAR1CHAR1
SAME_CAUnified Connectivity Service Assembly ID UCONSERVIDCHAR30
OTHER_ACTIONSingle-Character Indicator CHAR1CHAR1CHAR1
OTHER_CAUnified Connectivity Service Assembly ID UCONSERVIDCHAR30
SHOW_RFC_SERVICEBoolean Variable (X=True, Space=False) SAP_BOOLCHAR1SAP_BOOL
ALLOW_CREATIONBoolean Variable (X=True, Space=False) SAP_BOOLCHAR1SAP_BOOL
INTIAL_PHASESingle-Character Indicator CHAR1CHAR1CHAR1
DEMOBoolean Variable (X=True, Space=False) SAP_BOOLCHAR1SAP_BOOL
CREATED_BYLast Changed by AS4USERCHAR12AS4USER
CREATED_ATDate of Last Change AS4DATEDATS8AS4DATE
CREATED_ONLast changed at AS4TIMETIMS6AS4TIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM UCONFILLCUST
INTO CORRESPONDING FIELDS OF WA_UCONFILLCUST
WHERE...

How to access SAP table UCONFILLCUST

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