FAGLSKF_OPT_FIELDS SAP (Optional Fields) Structure details

Dictionary Type: Structure
Description: Optional Fields




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




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

FAGLSKF_OPT_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 "Optional Fields" 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_FAGLSKF_OPT_FIELDS TYPE FAGLSKF_OPT_FIELDS.

The FAGLSKF_OPT_FIELDS table consists of various fields, each holding specific information or linking keys about Optional Fields data available in SAP. These include AUFNR (Order Number), GEBER (Fund), PGEBER (Partner Fund), GRANT_NBR (Grant).. 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 FAGLSKF_OPT_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
MANDTClient MANDTCLNT3T000MANDT
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
GEBERFund BP_GEBERCHAR10FMFINCODEBP_GEBERFIC
PGEBERPartner Fund FM_PFUNDCHAR10FMFINCODEBP_GEBERPARTNER_FUND
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
PGRANT_NBRPartner Grant GM_GRANT_PARTNERCHAR20ALPHAGM_GRANT_NBRGRANTS_GENERIC
GRIRGSTATE (State, Province, County) REGIOCHAR3T005SREGIO
HRKFTOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
PRZNRBusiness Process CO_PRZNRCHAR12CBPRALPHACO_PRZNRKWP
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
FISTLFunds Center FISTLCHAR16FMFCTRFISTLFIS
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
PKOSTLPartner cost center PKOSTLCHAR10CSKSALPHAKOSTLKOS
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
PPRCTRPartner Profit Center PPRCTRCHAR10CEPCALPHAPRCTRPPC
SEGMENTSegment for Segmental Reporting FB_SEGMENTCHAR10FAGL_SEGMALPHAFB_SEGMENT
PSEGMENTPartner Segment for Segmental Reporting FB_PSEGMENTCHAR10FAGL_SEGMALPHAFB_SEGMENT
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK

Key field Non-key field



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

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

How to access SAP table FAGLSKF_OPT_FIELDS

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