CMCSRC SAP (Logon Data CMC SAP Source System) Structure details

Dictionary Type: Structure
Description: Logon Data CMC SAP Source System




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




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

CMCSRC 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 "Logon Data CMC SAP Source System" 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_CMCSRC TYPE CMCSRC.

The CMCSRC table consists of various fields, each holding specific information or linking keys about Logon Data CMC SAP Source System data available in SAP. These include RFCHOST (Name of Target Host), RFCSERVICE (Service used (TCP service, SAP System number)), RFCALIAS (Alias name for destination), RFCCLIENT (Explicit logon client).. 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: Not classified


SAP CMCSRC 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
RFCHOSTName of Target Host RFCHOST_EXTCHAR1024RFCHOST_EXT
RFCSERVICEService used (TCP service, SAP System number) RFCSERVICECHAR2RFCSERVICE
RFCALIASAlias name for destination RFCALIASCHAR32Assigned to domainRFCDEST
RFCCLIENTExplicit logon client RFCCLIENTCLNT3Assigned to domainMANDT
RFCUSERExplicit user ID RFCUSERCHAR12SYCHAR12
RFCLANGExplicit language RFCLANGLANG1ISOLASYLANGU
RFCCOMPRESData Compression Active ? RFCCOMPRESCHAR1SYST_FLAG
RFCSCRAMBLEncryption? RFCSCRAMBLCHAR1SYST_FLAG
RFCNOKEEPDelete session after return from function module ? RFCNOKEEPCHAR1SYST_FLAG
RFCEXITDriver program RFCEXITCHAR40PROGRAM_ID
RFCNOWAITSynchronous call ? (no rollout with RECEIVE) RFCNOWAITCHAR1SYST_FLAG
RFCAUTHExplicit password RFCAUTHCHAR40XUBCODE
RFCTRACETrace? RFCTRACECHAR1SYST_FLAG
RFCPWSCRUnencrypted password RFCPWSCRCHAR1SYST_FLAG
RFCEXECProgram Name (Complete Path) RFCEXEC_EXTCHAR1024RFCEXEC_EXT
RFCGWHOSTGateway Host Name RFCGWHOST_EXTCHAR1024RFCHOST_EXT
RFCGWSERVGateway service RFCGWSERVCHAR32RFCNAME
RFCSYSIDSystem ID RFCSYSIDCHAR8SYCHAR08
RFCKEEPKeep connection at end of program RFCKEEPCHAR1SYST_FLAG
BTCSUPPRTRFC: Do not schedule background jobs if conn. error occurs BTCSUPPRCHAR1SYST_FLAG
BTCTRIESTRFC: Connection attempt up to task BTCTRIESCHAR3SYCHAR03
BTCDELAYTRFC: Time between repeat attempts BTCDELAY_DCHAR4SYCHAR04
RFCLBFLAGRFC Using Load Balancing Procedure RFCLBFLAGCHAR1RFCLBFLAG
RFCSAMEUSRCurrent User RFCSAMEUSRCHAR1RFCSAMEUSR
RFCARFCOPTAsynchronous RFC - check load (RFCCHECK entry) RFCARFCOPTCHAR1RFCARFCOPT
RFCSLOGINLogon Procedure RFCSLOGINCHAR1SYST_FLAG
RFCTSYSOPTTable RFCSYSACL - Trusted system options RFCTSYSOPTCHAR1RFCTSYSOPT
RFCSNCRFC Secure Network Communication (HTTP SSL) RFCSNCCHAR1RFCSNC
RFCINFOAdditional options for RFC connection RFCINFOCHAR2RFCINFO
RFCWANSlow RFC Connection (in WAN) RFCWANCHAR1RFCWAN
RFCUNICODENumber of Bytes per Character (Unicode System) RFCUNICODENUMC1
RFCCONVERTConversion for Non-Compatible Codepage? (SPACE, 'I', 'N') RFCCONVERTCHAR1
RFCCONVXConversion Bytes (If RFCCONV = 'I') in Hex RFCCONVXCHAR8
RFCBITMAPBitmap for Variable Options in RFCOPT RFCBITMAPCHAR8
AUTHORITYAuthorization DESTAUTHCHAR32ICF_VALUE
RFCRESTMDMP Configuration Data RFCRESTCHAR200
SAVESERVERSave target host as hostname? SAVEHOSTCHAR1RFCTYPE
CPICTIMEOUTCPI-C Timeout CPICTIMEOUTINT410CPICTIMEOUT
KEEPALIVETIMEOUTKeep-Alive Timeout KEEPALIVETIMEOUTINT410KEEPALIVETIMEOUT
TRACEPROPAGATIONTrace Propagation TRACEPROPAGATIONCHAR1TRACEPROPAGATION
STARTTYPEStart Type STARTTYPECHAR1STARTTYPE
RFCSERIALRFCSERIAL RFCSERIALCHAR1RFCSERIAL
QRFCVERSqRFC Version for NetWeaver QRFCVERSINT13QRFCVERS
RFCEXTFree Space for RFCOPT RFCEXTCHAR250RFCEXT

Key field Non-key field



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

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

How to access SAP table CMCSRC

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