FPB_LAUNCHPAD_REPORT_LIST SAP (List of Reports) Structure details

Dictionary Type: Structure
Description: List of Reports




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




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

FPB_LAUNCHPAD_REPORT_LIST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "List of Reports" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FPB_LAUNCHPAD_REPORT_LIST TYPE FPB_LAUNCHPAD_REPORT_LIST.

The FPB_LAUNCHPAD_REPORT_LIST table consists of various fields, each holding specific information or linking keys about List of Reports data available in SAP. These include TEXT (Text, 255 Characters), REPORT_ID (Application Name), REPORT_SUB_ID (Four-digit number), BW_QUERY (Technical Name of Query in SAP BI).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP FPB_LAUNCHPAD_REPORT_LIST structure 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
COMMAND_TYPApplication Category in Launchpad FPB_COMMAND_TYPECHAR3FPB_COMMAND_TYPE
TEXTText, 255 Characters TEXT255CHAR255TEXT255
REPORT_IDApplication Name FPB_REPORT_NAMECHAR12CHAR12
REPORT_SUB_IDFour-digit number NUM4NUMC4NUM04
BW_QUERYTechnical Name of Query in SAP BI FPB_LP_BW_QUERYCHAR30CHAR30
BW_INFOCUBETechnical Name of InfoCube for SAP BI Report FPB_LP_BW_INFO_CUBECHAR30CHAR30
BWT_TEMPLATE_IDTechnical Name of Web Template in SAP BI FPB_LP_BWT_IDCHAR30CHAR30
TRA_TRANSACTIONTransaction Code TCODECHAR20Assigned to domainTCODETCD
FPB_VARIANTVariant FPB_LP6_VARIANTCHAR14CHAR14
RW_RGJNRReport Group RGJNRCHAR4Assigned to domainRGJNRGJB
FPB_DIALOGPersonalization Dialog FPB_DIALOGIDCHAR30Assigned to domainFPB_DIALOGID
SUBCONTEXTCharacter Field Length = 10 CHAR10CHAR10CHAR10
LTEXTString FPB_STRINGSTRG0
URLString FPB_STRINGSTRG0

Key field Non-key field



How do I retrieve data from SAP structure FPB_LAUNCHPAD_REPORT_LIST using ABAP code?

As FPB_LAUNCHPAD_REPORT_LIST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FPB_LAUNCHPAD_REPORT_LIST as there is no data to select.

How to access SAP table FPB_LAUNCHPAD_REPORT_LIST

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