TCORUPBTXT SAP (Customizing Single Screen Entry Confirmat.: Status Interface) Table details

Dictionary Type: Table
Description: Customizing Single Screen Entry Confirmat.: Status Interface




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




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

TCORUPBTXT is a standard SAP Table which is used to store Customizing Single Screen Entry Confirmat.: Status Interface data and is available within R/3 SAP systems depending on the version and release level.

The TCORUPBTXT table consists of various fields, each holding specific information or linking keys about Customizing Single Screen Entry Confirmat.: Status Interface data available in SAP. These include AUTYP (Order category), PROFILE (Confirmation profile), CONFTYPE (Confirmation type: Time ticket/order/time event), ERROR_HDLG (Reprocessing incorrect confirmations).. 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: Can be enhanced (character-type)

Text table for: TCORUSSDEF


SAP TCORUPBTXT 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
AUTYPOrder category AUFTYPNUMC2AUFTYP
PROFILEConfirmation profile CORUPROFCHAR18TCORUSSDEFCORUPROF
CONFTYPEConfirmation type: Time ticket/order/time event RU_TYPECHAR1RU_TYPE
ERROR_HDLGReprocessing incorrect confirmations RU_ERROR_HDLGCHAR1XFELD
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
PBTEXT1Pushbutton text RU_PBTEXTCHAR20TEXT20
PBTEXT2Pushbutton text RU_PBTEXTCHAR20TEXT20
PBTEXT3Pushbutton text RU_PBTEXTCHAR20TEXT20
PBTEXT4Pushbutton text RU_PBTEXTCHAR20TEXT20
PBTEXT5Pushbutton text RU_PBTEXTCHAR20TEXT20
PBTEXT6Pushbutton text RU_PBTEXTCHAR20TEXT20
PBTEXT7Pushbutton text RU_PBTEXTCHAR20TEXT20
PBTEXT8Pushbutton text RU_PBTEXTCHAR20TEXT20
PBTEXT9Pushbutton text RU_PBTEXTCHAR20TEXT20
PBTEXT10Pushbutton text RU_PBTEXTCHAR20TEXT20
PBTEXT11Pushbutton text RU_PBTEXTCHAR20TEXT20
PBTEXT12Pushbutton text RU_PBTEXTCHAR20TEXT20
ILTEXT1Activity description RU_ILTEXTCHAR20TEXT20
ILTEXT2Activity description RU_ILTEXTCHAR20TEXT20
ILTEXT3Activity description RU_ILTEXTCHAR20TEXT20
ILTEXT4Activity description RU_ILTEXTCHAR20TEXT20
ILTEXT5Activity description RU_ILTEXTCHAR20TEXT20
ILTEXT6Activity description RU_ILTEXTCHAR20TEXT20
PRTEXT1Forecast value description RU_PRTEXTCHAR20TEXT20
PRTEXT2Forecast value description RU_PRTEXTCHAR20TEXT20
PRTEXT3Forecast value description RU_PRTEXTCHAR20TEXT20
PRTEXT4Forecast value description RU_PRTEXTCHAR20TEXT20
PRTEXT5Forecast value description RU_PRTEXTCHAR20TEXT20
PRTEXT6Forecast value description RU_PRTEXTCHAR20TEXT20

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORUPBTXT
INTO CORRESPONDING FIELDS OF WA_TCORUPBTXT
WHERE...

How to access SAP table TCORUPBTXT

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