T5ASRFSCNBOLCFG SAP (Configurations) Table details

Dictionary Type: Table
Description: Configurations




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




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

T5ASRFSCNBOLCFG is a standard SAP Table which is used to store Configurations data and is available within R/3 SAP systems depending on the version and release level.

The T5ASRFSCNBOLCFG table consists of various fields, each holding specific information or linking keys about Configurations data available in SAP. These include FORM_SCENARIO (Form Scenario), FORM_SCEN_VERS (Form Scenario Version), SEQUENCE_NO (Sequence Number), CONFIG_ID (Configuration ID).. 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 T5ASRFSCNBOLCFG 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
FORM_SCENARIOForm Scenario ASR_FORM_SCENARIOCHAR32Assigned to domainASR_FORM_SCENARIO
FORM_SCEN_VERSForm Scenario Version ASR_FORM_SCENARIO_VERSIONNUMC5Assigned to domainASR_FORM_SCENARIO_VERSION
SEQUENCE_NOSequence Number ASR_BOL_INFTY_SEQNUMC3NUMC3
CONFIG_IDConfiguration ID ASR_BOL_MD_CONFIG_IDCHAR32T77PAOMDCFHRPAO_MD_CONFIG_ID
OTYPEObject Type HRPAO_OTYPECHAR2HRPAO_OTYPE
VARIABLE_KEYVariable Key ASR_BOL_MD_VARIABLE_KEYCHAR32HRPAO_MD_VARIABLE_KEY
SUBTYSubtype SUBTYCHAR4SUBTYSUB
OPERATIONInfotype Operation ASR_BOL_INFTY_OPERCHAR10ASR_BOL_INFTY_OPER
CONFIG_ATTRAttribute ASR_BOL_UI_ATTRCHAR10ASR_UI_ATTR

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5ASRFSCNBOLCFG
INTO CORRESPONDING FIELDS OF WA_T5ASRFSCNBOLCFG
WHERE...

How to access SAP table T5ASRFSCNBOLCFG

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