CRMD_SAF_SMETHOD SAP (Trex language and search method relation) Table details

Dictionary Type: Table
Description: Trex language and search method relation




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




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

CRMD_SAF_SMETHOD is a standard SAP Table which is used to store Trex language and search method relation data and is available within R/3 SAP systems depending on the version and release level.

The CRMD_SAF_SMETHOD table consists of various fields, each holding specific information or linking keys about Trex language and search method relation data available in SAP. These include TREX_LANG (2-Character SAP Language Code), ABAP_METHOD (Field Name), JAVA_METHOD (Short Description of Repository Objects), OK (Checkbox).. 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: Can be enhanced (character-type)


SAP CRMD_SAF_SMETHOD 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
TREX_LANG2-Character SAP Language Code LAISOCHAR2LAISO
ABAP_METHODField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
JAVA_METHODShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
OKCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMD_SAF_SMETHOD
INTO CORRESPONDING FIELDS OF WA_CRMD_SAF_SMETHOD
WHERE...

How to access SAP table CRMD_SAF_SMETHOD

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