CRMS_IC_RFCLOCAL SAP (IC: table of users who uses a local ICServer instance) Table details

Dictionary Type: Table
Description: IC: table of users who uses a local ICServer instance




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




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

CRMS_IC_RFCLOCAL is a standard SAP Table which is used to store IC: table of users who uses a local ICServer instance data and is available within R/3 SAP systems depending on the version and release level.

The CRMS_IC_RFCLOCAL table consists of various fields, each holding specific information or linking keys about IC: table of users who uses a local ICServer instance data available in SAP. These include JAVAHOST (Comment), SERVERURL (URL Java App Server).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CRMS_IC_RFCLOCAL 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
ICUSERUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
JAVAHOSTComment CHAR50CHAR50TEXT50
SERVERURLURL Java App Server CRMT_IC_JAVAAPP_URLCHAR255CRMICCHAR255

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMS_IC_RFCLOCAL
INTO CORRESPONDING FIELDS OF WA_CRMS_IC_RFCLOCAL
WHERE...

How to access SAP table CRMS_IC_RFCLOCAL

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