KFM_PF_BW_ASSIGN SAP (Field Assignments Key Fig. Report - Personalization Framewk) Table details

Dictionary Type: Table
Description: Field Assignments Key Fig. Report - Personalization Framewk




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




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

KFM_PF_BW_ASSIGN is a standard SAP Table which is used to store Field Assignments Key Fig. Report - Personalization Framewk data and is available within R/3 SAP systems depending on the version and release level.

The KFM_PF_BW_ASSIGN table consists of various fields, each holding specific information or linking keys about Field Assignments Key Fig. Report - Personalization Framewk data available in SAP. These include KF_ADM_VAR (Technical Name of Key Figure Administrator), QUERY_VARIABLE (Field Name), PFW_APPLID (Personalization Application Name), PFW_SUBCONTEXT (Subcontext of Personalization Application).. 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: Cannot Be Enhanced


SAP KFM_PF_BW_ASSIGN 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
KF_ADM_VARTechnical Name of Key Figure Administrator KFM_ADM_VARCHAR30KFM_KF_ADM_VARCHAR30
QUERY_VARIABLEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
PFW_APPLIDPersonalization Application Name FPB_APPIDCHAR30FPB_PERSAPPLFPB_APPID
PFW_SUBCONTEXTSubcontext of Personalization Application FPB_APPSUBCONCHAR10FPB_SUBCONTEXTFPB_APPSUBCON
PFW_FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD

Key field Non-key field



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

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

SELECT SINGLE *
FROM KFM_PF_BW_ASSIGN
INTO CORRESPONDING FIELDS OF WA_KFM_PF_BW_ASSIGN
WHERE...

How to access SAP table KFM_PF_BW_ASSIGN

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