FPB_LP6_CUST_DYNP SAP (Fields for Dynpros for Parameters for Reports) Structure details

Dictionary Type: Structure
Description: Fields for Dynpros for Parameters for Reports




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




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

FPB_LP6_CUST_DYNP 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 "Fields for Dynpros for Parameters for 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_LP6_CUST_DYNP TYPE FPB_LP6_CUST_DYNP.

The FPB_LP6_CUST_DYNP table consists of various fields, each holding specific information or linking keys about Fields for Dynpros for Parameters for Reports data available in SAP. These include FOLDER_TEXT (Text, 255 Characters), TEXT (Text for Link that leads to the Application in the Portal), COMMAND_TYP (Application Category in Launchpad), 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 (character-type)


SAP FPB_LP6_CUST_DYNP 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
NAMEApplication Name FPB_REPORT_NAMECHAR12CHAR12
FOLDER_TEXTText, 255 Characters TEXT255CHAR255TEXT255
TEXTText for Link that leads to the Application in the Portal FPB_LP6_TEXT_LINKCHAR255TEXT255
COMMAND_TYPApplication Category in Launchpad FPB_COMMAND_TYPECHAR3FPB_COMMAND_TYPE
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 TCODECHAR20TSTCTCODETCD
FRAME_FOR_SEL_OPTEntries following Start of Application FPB_SELECT_OPTCHAR1FPB_SELECT_OPT
SEL_OPTEntries following Start of Application FPB_SELECT_OPTCHAR1FPB_SELECT_OPT
FRAME_FOR_SEL_OPT_BWEntries Following Start of SAP BI Report FPB_SEL_OPT_BWCHAR1FPB_SEL_OPT_BW
SEL_OPT_BWEntries Following Start of SAP BI Report FPB_SEL_OPT_BWCHAR1FPB_SEL_OPT_BW
FPB_VARIANTVariant FPB_LP6_VARIANTCHAR14CHAR14
RW_RGJNRReport Group RGJNRCHAR4T803JRGJNRGJB
FPB_DIALOGPersonalization Dialog FPB_DIALOGIDCHAR30FPB_DIALOGFPB_DIALOGID
FPB_SYSTEM_ECCSystem Alias in Portal FPB_LP_PORTAL_SYSTEMCHAR105TEXT105
FPB_SYSTEM_BWSystem Alias in Portal FPB_LP_PORTAL_SYSTEMCHAR105TEXT105
FPB_BW_RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32RFCDESRFCDESTRFCF4_RFCDESTYPEALL
OBLIGATORYApplication - Deactivation by User FPB_LP_OBLIGATORYCHAR1CHAR1
RB_OBLIGATORYApplication - Deactivation by User FPB_LP_OBLIGATORYCHAR1CHAR1
RB_NOT_OBLIApplication - Deactivation by User FPB_LP_OBLIGATORYCHAR1CHAR1
FIX_VARVariant Cannot be Changed by User FPB_LP_FIX_VARCHAR1CHAR1
INACTIVESingle-Character Indicator CHAR1CHAR1CHAR1
LTEXT_BEGINDescription of Report in the Portal FPB_LP6_LTEXTCHAR255TEXT255
URL_BEGINURL FPB_LP_URL_BEGINCHAR255TEXT255

Key field Non-key field



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

As FPB_LP6_CUST_DYNP 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_LP6_CUST_DYNP as there is no data to select.

How to access SAP table FPB_LP6_CUST_DYNP

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