TBIC_SC_PA SAP (BIC - Selection Variants: Parameters) Table details

Dictionary Type: Table
Description: BIC - Selection Variants: Parameters




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




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

TBIC_SC_PA is a standard SAP Table which is used to store BIC - Selection Variants: Parameters data and is available within R/3 SAP systems depending on the version and release level.

The TBIC_SC_PA table consists of various fields, each holding specific information or linking keys about BIC - Selection Variants: Parameters data available in SAP. These include BICSELVARIANT (BIC - Selection Variant), BICPARNAME (BIC - Selection Parameters), BICPARVALUE (ABAP/4: Selection value (LOW or HIGH value, external format)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TBIC_SC_PA 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
BICSELVARIANTBIC - Selection Variant BICSELVARIANTCHAR14TBIC_SCVARIANTBIC_SELVARIANTBICSELVARIANT
BICPARNAMEBIC - Selection Parameters BICPARNAMECHAR8CHAR8
BICPARVALUEABAP/4: Selection value (LOW or HIGH value, external format) TVARV_VALCHAR45RSSELVALUE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBIC_SC_PA
INTO CORRESPONDING FIELDS OF WA_TBIC_SC_PA
WHERE...

How to access SAP table TBIC_SC_PA

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