/GSINS/BRBPFLSET SAP (Brazil: User File settings) Table details

Dictionary Type: Table
Description: Brazil: User File settings




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




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

/GSINS/BRBPFLSET is a standard SAP Table which is used to store Brazil: User File settings data and is available within R/3 SAP systems depending on the version and release level.

The /GSINS/BRBPFLSET table consists of various fields, each holding specific information or linking keys about Brazil: User File settings data available in SAP. These include UNAME (User Name), FILTY (Server/Local File Type), SEMICOLON (Separator for CSV Files), COMMA (Separator for CSV Files).. 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 /GSINS/BRBPFLSET 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
UNAMEUser Name SYUNAMECHAR12SYCHAR12
FILTYServer/Local File Type /GSINS/FILTYCHAR1/GSINS/FILTY
SEMICOLONSeparator for CSV Files /GSINS/BR_CSV_SEPARATORCHAR1CHAR1
COMMASeparator for CSV Files /GSINS/BR_CSV_SEPARATORCHAR1CHAR1
TABSeparator for CSV Files /GSINS/BR_CSV_SEPARATORCHAR1CHAR1
OTHERSeparator for CSV Files /GSINS/BR_CSV_SEPARATORCHAR1CHAR1
OTHER_VALUESeparator for CSV Files /GSINS/BR_CSV_SEPARATORCHAR1CHAR1
DECFMDecimal Format XUDCPFMCHAR1XUDCPFM
DATFMDate format XUDATFMCHAR1XUDATFM
CODPGSAP Character Set ID CPCODEPAGENUMC4TCP00CPCODEPAGE
FILEINTERNLogical file name FILEINTERNCHAR60FILENAMECIFILEINTERN
PATHFile Path /GSINS/PATHCHAR255/GSINS/PATH
LOCATIONFlag: Application or presentation server DXLOCATIONCHAR1DXLOCATION
PARAM1Parameter for Generating Physical File Names on Appl. Server /GSINS/BR_PARAMSCHAR50/GSINS/BR_PARAMS
PARAM2Parameter for Generating Physical File Names on Appl. Server /GSINS/BR_PARAMSCHAR50/GSINS/BR_PARAMS
PARAM3Parameter for Generating Physical File Names on Appl. Server /GSINS/BR_PARAMSCHAR50/GSINS/BR_PARAMS

Key field Non-key field



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

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

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

How to access SAP table /GSINS/BRBPFLSET

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