TN1IM_IMAGIC_CFG SAP (Configuration Settings for Imagic Client) Table details

Dictionary Type: Table
Description: Configuration Settings for Imagic Client




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




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

TN1IM_IMAGIC_CFG is a standard SAP Table which is used to store Configuration Settings for Imagic Client data and is available within R/3 SAP systems depending on the version and release level.

The TN1IM_IMAGIC_CFG table consists of various fields, each holding specific information or linking keys about Configuration Settings for Imagic Client data available in SAP. These include R3SYS (Communication Identification/Number), EINRI (Institution), ORGID (Identification Key of Organizational Unit), BGROUP (User group in user master maintenance).. 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: Cannot Be Enhanced


SAP TN1IM_IMAGIC_CFG 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
R3SYSCommunication Identification/Number SYSIDCHAR30CHAR30
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
ORGIDIdentification Key of Organizational Unit ORGIDCHAR8NORGALPHAORGIDOGE
BGROUPUser group in user master maintenance XUCLASSCHAR12USGRPXUCLASSXUG
BNAMEUser Name in User Master Record XUBNAMECHAR12USR02XUBNAMEXUS
DTIDDocument Category ID N2_DTIDCHAR10N2_DTIDDTYN2_DTID
IMS_ACTIVITYActivity in IMS Studio N1IM_ACTIVITYNUMC2N1IM_ACTIVITY
TERMINALTerminal ID UTERMCHAR20TN1IM_CFGCHAR20
IMS_WORKPLACEWork Station Name in IMS Studio N1IM_WORKPLACECHAR60N1IM_ARCHIV
IMS_USERGROUPUser Group in IMS Studio N1IM_USERGROUPCHAR60N1IM_ARCHIV
IMS_OPENINDisplay Within IMS Work Station N1IM_OPENINCHAR30TEXT30
IMS_DOMAINDomain Within Image Archive N1IM_DOMAINCHAR60N1IM_ARCHIV

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN1IM_IMAGIC_CFG
INTO CORRESPONDING FIELDS OF WA_TN1IM_IMAGIC_CFG
WHERE...

How to access SAP table TN1IM_IMAGIC_CFG

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