/GSINS/NLG_SET_C SAP (GBA Interface: Settings) Table details

Dictionary Type: Table
Description: GBA Interface: Settings




ABAP Code to SELECT data from /GSINS/NLG_SET_C
Related tables to /GSINS/NLG_SET_C
Access table /GSINS/NLG_SET_C




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

/GSINS/NLG_SET_C is a standard SAP Table which is used to store GBA Interface: Settings data and is available within R/3 SAP systems depending on the version and release level.

The /GSINS/NLG_SET_C table consists of various fields, each holding specific information or linking keys about GBA Interface: Settings data available in SAP. These include BRF_APP (BRFplus Application name), BRF_FUNC (BRFplus Function Name), SMT_MAP (Mapping), ANUMBER (Identification Type for A-number).. 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 or numeric)


SAP /GSINS/NLG_SET_C 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 MANDTCLNT3T000MANDT
BRF_APPBRFplus Application name FDT_APPLICATION_NAMECHAR30FDT_NAMEFDT_AP_NAMEFDT_SHLP_APPLICATION_NAME
BRF_FUNCBRFplus Function Name FDT_FUNCTION_NAMECHAR30FDT_NAMEFDT_FU_NAMEFDT_SHLP_FUNCTION_NAME
SMT_MAPMapping SMT_MAPCHAR30TSMT_APPLSMT_APPLICATIONSMT_MAP_ID
ANUMBERIdentification Type for A-number /GSINS/NLGBA_ID_ANUMCHAR6TB039ABU_ID_TYPE
BSNIdentification Type for BSN /GSINS/NLGBA_ID_BSNCHAR6TB039ABU_ID_TYPE

Key field Non-key field



How do I retrieve data from SAP table /GSINS/NLG_SET_C using ABAP code

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

SELECT SINGLE *
FROM /GSINS/NLG_SET_C
INTO CORRESPONDING FIELDS OF WA_/GSINS/NLG_SET_C
WHERE...

How to access SAP table /GSINS/NLG_SET_C

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