/SAPSRM/S_PWL_FC_DATA SAP (POWL: Customizing Fieldcatalog - Data) Structure details

Dictionary Type: Structure
Description: POWL: Customizing Fieldcatalog - Data




ABAP Code to SELECT data from /SAPSRM/S_PWL_FC_DATA
Related tables to /SAPSRM/S_PWL_FC_DATA
Access table /SAPSRM/S_PWL_FC_DATA




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

/SAPSRM/S_PWL_FC_DATA 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 "POWL: Customizing Fieldcatalog - Data" 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_/SAPSRM/S_PWL_FC_DATA TYPE /SAPSRM/S_PWL_FC_DATA.

The /SAPSRM/S_PWL_FC_DATA table consists of various fields, each holding specific information or linking keys about POWL: Customizing Fieldcatalog - Data data available in SAP. These include COL_POSITION (defines order for positioning of the columns), COL_WIDTH (Output Length of the Field), COL_FIXED (POWL: Column is fixed), COL_VISIBLE (POWL: Column is visible).. 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 or numeric)


SAP /SAPSRM/S_PWL_FC_DATA 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
DISPLAY_TYPEPOWL: Display Type /SAPSRM/POWL_DISPLAY_TYPECHAR2/SAPSRM/POWL_DISPLAY_TYPE
COL_POSITIONdefines order for positioning of the columns POWL_COLPOS_TYINT410
COL_WIDTHOutput Length of the Field POWL_WIDTH_TYNUMC4
COL_FIXEDPOWL: Column is fixed /SAPSRM/PWL_COL_FIXEDCHAR1FLAG
COL_VISIBLEPOWL: Column is visible /SAPSRM/PWL_COL_VISIBLECHAR1FLAG
COL_HIDDENPOWL: Column is hidden /SAPSRM/PWL_COL_HIDDENCHAR1FLAG
COL_TECHNICALPOWL: Column is technical (not visible to user) /SAPSRM/PWL_COL_TECHNICALCHAR1FLAG
ALLOW_FILTERPOWL: allow Filtering /SAPSRM/PWL_ALLOW_FILTERCHAR1FLAG
ALLOW_SORTPOWL: allow Sorting /SAPSRM/PWL_ALLOW_SORTCHAR1FLAG
TEXT_REFPOWL: Reference Field(Value) for Text Column /SAPSRM/PWL_TEXT_REFCHAR30/SAPSRM/PWL_REF_FIELD
CHECKBOX_REFPOWL: Reference Field(Value) for Checkbox /SAPSRM/PWL_CHECKBOX_REFCHAR30/SAPSRM/PWL_REF_FIELD

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_PWL_FC_DATA using ABAP code?

As /SAPSRM/S_PWL_FC_DATA 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 /SAPSRM/S_PWL_FC_DATA as there is no data to select.

How to access SAP table /SAPSRM/S_PWL_FC_DATA

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