BORGR_PROF_SEL SAP (Goods Receipt Automotive: Selection Conditions in Profile) Table details

Dictionary Type: Table
Description: Goods Receipt Automotive: Selection Conditions in Profile




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




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

BORGR_PROF_SEL is a standard SAP Table which is used to store Goods Receipt Automotive: Selection Conditions in Profile data and is available within R/3 SAP systems depending on the version and release level.

The BORGR_PROF_SEL table consists of various fields, each holding specific information or linking keys about Goods Receipt Automotive: Selection Conditions in Profile data available in SAP. These include SEL_PROFILE (Profile), TABNAME (Table Name), FIELDNAME (Field Name), CONSTRAINT_NO (Numc3, internal use).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP BORGR_PROF_SEL 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
SEL_PROFILEProfile BOR_PROFILECHAR20BORGR_PROF_SEL_HCHAR20
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
CONSTRAINT_NONumc3, internal use NUMC3NUMC3NUMC3
R_SIGNSingle-Character Indicator CHAR1CHAR1CHAR1
R_OPTIONOption for ranges tables OPTIONCHAR2OPTION
R_LOWText (length 45) TEXT45CHAR45TEXT45
R_HIGHText (length 45) TEXT45CHAR45TEXT45

Key field Non-key field



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

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

SELECT SINGLE *
FROM BORGR_PROF_SEL
INTO CORRESPONDING FIELDS OF WA_BORGR_PROF_SEL
WHERE...

How to access SAP table BORGR_PROF_SEL

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