RSTC_CALL_BIAC SAP (URL to call the BI Adminstration Cockpit) Table details

Dictionary Type: Table
Description: URL to call the BI Adminstration Cockpit




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




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

RSTC_CALL_BIAC is a standard SAP Table which is used to store URL to call the BI Adminstration Cockpit data and is available within R/3 SAP systems depending on the version and release level.

The RSTC_CALL_BIAC table consists of various fields, each holding specific information or linking keys about URL to call the BI Adminstration Cockpit data available in SAP. These include PREFIX (URL Prefix for Portal URLs), URL_PATH1 (URL to call the BI Administration Cockpit - Part 1), URL_PATH2 (URL to call the BI Administration Cockpit - Part 2), URL_PATH3 (URL to call the BI Administration Cockpit - Part 3).. 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 or numeric)


SAP RSTC_CALL_BIAC 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
CUSTOMIZIDID for Customizing in BW RSCUSTOMIZIDCHAR8RSCUSTOMIZID
PREFIXURL Prefix for Portal URLs RSPOR_URL_PREFIXCHAR255RSPOR_URL
URL_PATH1 URL to call the BI Administration Cockpit - Part 10
URL_PATH2 URL to call the BI Administration Cockpit - Part 20
URL_PATH3 URL to call the BI Administration Cockpit - Part 30
URL_PATH4 URL to call the BI Administration Cockpit - Part 40

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSTC_CALL_BIAC
INTO CORRESPONDING FIELDS OF WA_RSTC_CALL_BIAC
WHERE...

How to access SAP table RSTC_CALL_BIAC

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