F181_FIELDS SAP (P&L Adjustment: Possible Account Assignment Fields) Structure details

Dictionary Type: Structure
Description: P&L Adjustment: Possible Account Assignment Fields




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




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

F181_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 "P&L Adjustment: Possible Account Assignment 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_F181_FIELDS TYPE F181_FIELDS.

The F181_FIELDS table consists of various fields, each holding specific information or linking keys about P&L Adjustment: Possible Account Assignment Fields data available in SAP. These include PARGB (Trading partner's business area), PRCTR (Profit Center), PPRCT (Partner Profit Center), AUFNR (Order Number).. 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 F181_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
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PPRCTPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
DABRZReference Date for Settlement DABRBEZDATS8DDAT
VBEL2Sales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
POSN2Item Number in Sales Order KDPOSNUMC6NUM06KPO
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KSTRGCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
KBLNRDocument Number for Earmarked Funds KBLNR_FICHAR10Assigned to domainALPHAKBLNRKBL
KBLPOSEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
.INCLU--AP 0
FKBER_LONGFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
.INCLU--AP 0
AKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR

Key field Non-key field



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

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

How to access SAP table F181_FIELDS

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