TN2CCF_PRC SAP (CCF Customizing: Processes) Table details

Dictionary Type: Table
Description: CCF Customizing: Processes




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




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

TN2CCF_PRC is a standard SAP Table which is used to store CCF Customizing: Processes data and is available within R/3 SAP systems depending on the version and release level.

The TN2CCF_PRC table consists of various fields, each holding specific information or linking keys about CCF Customizing: Processes data available in SAP. These include PROC_NAME (CCF: Name of Message Processing), START_CONNECTOR (CCF: Start Connector), END_CONNECTOR (CCF: End Connector), RESPONSE_PROCESS (CCF: Message Processing for Processing Responses).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TN2CCF_PRC_T


SAP TN2CCF_PRC 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 MANDTCLNT3Assigned to domainMANDT
PROC_NAMECCF: Name of Message Processing N2CCF_PROC_NAMECHAR30N2CCF_PROC_NAME
START_CONNECTORCCF: Start Connector N2CCF_INBOUND_CONNECTORCHAR30TN2CCF_CONN2CCF_CONNECTOR_NAME
END_CONNECTORCCF: End Connector N2CCF_OUTBOUND_CONNECTORCHAR30TN2CCF_CONN2CCF_CONNECTOR_NAME
RESPONSE_PROCESSCCF: Message Processing for Processing Responses N2CCF_RESPONSE_PROCCHAR30TN2CCF_PRCN2CCF_PROC_NAME
LOGLEVELCCF: Log level N2CCF_LOG_LEVELNUMC1N2CCF_LOG_LEVEL
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPTIMIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN2CCF_PRC
INTO CORRESPONDING FIELDS OF WA_TN2CCF_PRC
WHERE...

How to access SAP table TN2CCF_PRC

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