GRFNUIBRANYSTYPE SAP (Business Rule Analysis Type Link) Table details

Dictionary Type: Table
Description: Business Rule Analysis Type Link




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




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

GRFNUIBRANYSTYPE is a standard SAP Table which is used to store Business Rule Analysis Type Link data and is available within R/3 SAP systems depending on the version and release level.

The GRFNUIBRANYSTYPE table consists of various fields, each holding specific information or linking keys about Business Rule Analysis Type Link data available in SAP. These include BRUSAGE (Business Rule Usage), BRTYPE (Business rule type), CONNECTTYPE (Connection Type), SUBSCENARIO (Sub Scenario Definition).. 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: Cannot Be Enhanced


SAP GRFNUIBRANYSTYPE 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
BRUSAGEBusiness Rule Usage GRFN_BRUSAGECHAR2GRFN_BRUSAGE
BRTYPEBusiness rule type GRFN_BRTYPECHAR2GRFN_BRTYPE
CONNECTTYPEConnection Type GRFN_CONNECTTYPECHAR8GRFNUIBRCATEGORYGRFN_CONNECTTYPE
SUBSCENARIOSub Scenario Definition GRFN_SUBSCENARIOCHAR20GRFNUIBRCATEGORYGRFN_SUBSCENARIO
BRCATEGORYBusiness rule category GRFN_BRCATEGORYCHAR3GRFN_BRCATEGORY
BRANYSTYPEAnalysis type for business rule GRFN_BRANYSTYPECHAR2GRFN_BRANYSTYPE
ENABLECALCFIELDCalculation Field Enablement GRFN_ENABLECALCFIELDCHAR1GRFN_BOOLEAN
SELECTDEFSelect Deficiency Fields GRFN_SELECTDEFCHAR1GRFN_BOOLEAN
PREFIXPrefix structure for output GRFN_BROUTPUT_PREFIXCHAR30Assigned to domainAS4TAB
SUFFIXSuffix structure for output GRFN_BROUTPUT_SUFFIXCHAR30Assigned to domainAS4TAB

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRFNUIBRANYSTYPE
INTO CORRESPONDING FIELDS OF WA_GRFNUIBRANYSTYPE
WHERE...

How to access SAP table GRFNUIBRANYSTYPE

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