CRMC_BRF_PAR_LNK SAP (Link Between BRF Param. Combinations and BRF Rules/Rule Sets) Table details

Dictionary Type: Table
Description: Link Between BRF Param. Combinations and BRF Rules/Rule Sets




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




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

CRMC_BRF_PAR_LNK is a standard SAP Table which is used to store Link Between BRF Param. Combinations and BRF Rules/Rule Sets data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_BRF_PAR_LNK table consists of various fields, each holding specific information or linking keys about Link Between BRF Param. Combinations and BRF Rules/Rule Sets data available in SAP. These include GUID32 (GUID in 'CHAR' Format in Uppercase), IMPORT_STATUS (BRF: Import Status), APPLCLASS (BRF: Application Class), EVENT (Name of Event).. 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: Can be enhanced (character-type)


SAP CRMC_BRF_PAR_LNK 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
GUID32GUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
IMPORT_STATUSBRF: Import Status BRF_IMPORT_STATUSCHAR1BRF_IMPORT_STATUS
APPLCLASSBRF: Application Class BRF_APPLCLASSCHAR30TBRF100BRF_APPLCLASSBRF_APPLCLASS
EVENTName of Event BRF_EVENTCHAR20Assigned to domainBRF_EVENTBRF_EVENT
VERSIONBRF: Version BRF_VERSIONNUMC4BRF_VERSION
PAR_COMB_GUID32CHAR32-GUID for Reference of a BRF Parameter Combination CRMT_BRF_PAR_COMB_GUID32CHAR32CHAR32
RL_RS_GUID32CHAR32-GUID for Identifying a BRF Rule or Rule Set CRMT_BRF_RL_RS_GUID32CHAR32CHAR32
SEQUENCE_NUMBERSequence Number BRF_SEQUENCE_NUMBERNUMC4BRF_SEQUENCE_NUMBER
EVAL_CHGD_FIELDSIndicator 'Evaluate Changed Fields for Rules/Rule Sets' CRMT_BRF_EVAL_CHANGED_FIELDSCHAR1CRM_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_BRF_PAR_LNK
INTO CORRESPONDING FIELDS OF WA_CRMC_BRF_PAR_LNK
WHERE...

How to access SAP table CRMC_BRF_PAR_LNK

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