PFO_S_CUSTOMER_FIELDS SAP (Field Selection for Construction) Structure details

Dictionary Type: Structure
Description: Field Selection for Construction




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




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

PFO_S_CUSTOMER_FIELDS 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 "Field Selection for Construction" 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_PFO_S_CUSTOMER_FIELDS TYPE PFO_S_CUSTOMER_FIELDS.

The PFO_S_CUSTOMER_FIELDS table consists of various fields, each holding specific information or linking keys about Field Selection for Construction data available in SAP. These include POL_CONID (Technical ID of an Insurance Policy in PM), POL_PARTID (Contract Section (Coverage) of PM Contract), POL_MANDT (Client), POL_NR (Policy Number in PM (Effective)).. 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 PFO_S_CUSTOMER_FIELDS 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
POL_GUIDPolicy ID (PM) PFO_POL_GUIDCHAR22PFO_GUID
POL_CONIDTechnical ID of an Insurance Policy in PM PFO_POL_CONIDNUMC5NUMC5
POL_PARTIDContract Section (Coverage) of PM Contract PFO_POL_PARTIDCHAR5CHAR5
POL_MANDTClient MANDTCLNT3Assigned to domainMANDT
POL_NRPolicy Number in PM (Effective) PFO_POL_NRCHAR17CHAR17
POL_CONNRPolicy Number in PM PFO_POL_CONNRCHAR17CHAR17
POL_PARTID_ATTRContract Section (Coverage) of PM Contract PFO_POL_PARTIDCHAR5CHAR5
CACS_MANDTClient of ICM System CACSMANDTCLNT3CACSMANDT
CACS_APPLCommission Application (ICM) CACSAPPLCHAR6Assigned to domainCACSAPPLCACSAPPLCACS_APPLCL
CACS_CTRTBU_IDCommission Contract Number CACS_CTRTBU_IDCHAR20ALPHAISIS_CONTRACT_IDCACSCTBUCACS
CACS_GPARTNumber of Commission Contract Partner CACS_GPARTCHAR10Assigned to domainALPHABU_PARTNER

Key field Non-key field



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

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

How to access SAP table PFO_S_CUSTOMER_FIELDS

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