CRMT_2000_UBB_CHANGE_PROC_UI SAP (Detailed Data: UBB Change Processes) Structure details

Dictionary Type: Structure
Description: Detailed Data: UBB Change Processes




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




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

CRMT_2000_UBB_CHANGE_PROC_UI 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 "Detailed Data: UBB Change Processes" 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_CRMT_2000_UBB_CHANGE_PROC_UI TYPE CRMT_2000_UBB_CHANGE_PROC_UI.

The CRMT_2000_UBB_CHANGE_PROC_UI table consists of various fields, each holding specific information or linking keys about Detailed Data: UBB Change Processes data available in SAP. These include NUMBER_INT (Item Number in Document), UBB_CHNG_PROC (UBB Change Process), EXEC_PROC (Business Transaction), PARTNER_CHANGE (Change Business Partners).. 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 CRMT_2000_UBB_CHANGE_PROC_UI 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
OBJECT_IDTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
NUMBER_INTItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
UBB_CHNG_PROCUBB Change Process CRMT_UBB_CHNG_PROCCHAR4Assigned to domainCRM_UBB_CHNG_PROC
EXEC_PROCBusiness Transaction J_VORGANGCHAR4Assigned to domainJ_VORGANG
PARTNER_CHANGEChange Business Partners CRMT_UBB_PARTNER_CHANGENUMC1CRMT_UBB_PARTNER_CHANGE
CREATION_DATEField for Date Input TZTF_IO_FIELDCHAR26TZTF_IO_FIELD
NEW_CONTSTARTField for Date Input TZTF_IO_FIELDCHAR26TZTF_IO_FIELD
VALID_FROMField for Date Input TZTF_IO_FIELDCHAR26TZTF_IO_FIELD
VALID_TOField for Date Input TZTF_IO_FIELDCHAR26TZTF_IO_FIELD
PARTNER_FCTPartner Function COMT_PARTNER_FCTCHAR8CRMC_PARTNER_FCTCOM_PARTNER_FCT
NEW_PARTNER_NUMBERUBB: New Partner Number for Change Processes CRMT_UBB_PARTNER_NUMBER_NEWCHAR16ALPHACRM_PARTNER_NUMBER
NEW_PARTNER_DESCPartner Address Without Street COMT_PARTNER_ADDRESS_WO_STREETCHAR80CHAR80
OLD_PARTNER_NUMBERUBB: Old Partner Number for Change Processes CRMT_UBB_PARTNER_NUMBER_OLDCHAR16ALPHACRM_PARTNER_NUMBER
OLD_PARTNER_DESCPartner Address Without Street COMT_PARTNER_ADDRESS_WO_STREETCHAR80CHAR80
SOURCE_PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
POOL_LINKAdopt Pool Assignment CRMT_POOL_LINKAGE_TAKE_OVERCHAR1XFELD
QUOTATIONCreate Quotation CRMT_UBB_QUOTATIONCHAR1XFELD
NEW_ORDERED_PRODUCT_OBJECTNew Product CRMT_NEW_OBJECT_PRODUCTCHAR54CRM_ORDERED_PRODCRM_ORDERED_PRODUCT
NEW_ORDERED_PRODUCT_OBJ_DESCProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
ORDERED_PRODUCT_OBJECTPrevious Product CRMT_OBJECT_PRODUCTCHAR54CRM_ORDERED_PROD
ORDERED_PRODUCT_OBJ_DESCProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
IBASE_COMPONENTIB: Component (instance) IB_INSTANCENUMC18ALPHAIB_INSTANCEIBC
IBASE_COMPONENT_NEWUBB: New Component CRMT_UBB_IB_INSTANCE_NEWNUMC18ALPHAIB_INSTANCEIBSP
RENEWAL_PERIODNumerical Value of Duration TIMEDURADEC13TIMEDURA
RENEWAL_PERIOD_UNITDefault Value for Time Unit TIMEUNITDUCHAR12TIMECUUTTIMEUNITNA
REMAINING_DURATIONNumerical Value of Duration TIMEDURADEC13TIMEDURA
REMAINING_DURATION_UNITDefault Value for Time Unit TIMEUNITDUCHAR12TIMECUUTTIMEUNITNA
NEW_REMAINING_DURATIONUBB New Remaining Term CRMT_UBB_REM_DURDEC13TIMEDURA
NEW_REMAINING_DURATION_UNITDefault Value for Time Unit TIMEUNITDUCHAR12TIMECUUTTIMEUNITNA
EXECUTION_BEGINField for Date Input TZTF_IO_FIELDCHAR26TZTF_IO_FIELD
EXECUTION_ENDField for Date Input TZTF_IO_FIELDCHAR26TZTF_IO_FIELD
IOBJECT_IDObject ID COMT_PRODUCT_OBJECT_IDCHAR40PRID1COM_PRODUCT_IDCOM_IND_OBJECT_COLLECTION
IOBJECT_ID_NEWObject ID COMT_PRODUCT_OBJECT_IDCHAR40PRID1COM_PRODUCT_IDCOM_IND_OBJECT_COLLECTION
ORDERED_PRODUCT_SRVUBB: Previous Service Product CRMT_UBB_ORDERED_PRODCHAR54CRM_ORDERED_PROD
ORDERED_PROD_SRV_DESCProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
NEW_ORDERED_PRODUCT_SRVUBB: New Service Product CRMT_UBB_NEW_SERVICE_PRODUCTCHAR54CRM_ORDERED_PRODCRM_ORDERED_PRODUCT
NEW_ORDERED_PROD_SRV_DESCProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40

Key field Non-key field



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

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

How to access SAP table CRMT_2000_UBB_CHANGE_PROC_UI

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