ACCBAPIFD3 SAP (ACC BAPIs: Excess Commitment Fields) Structure details

Dictionary Type: Structure
Description: ACC BAPIs: Excess Commitment Fields




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




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

ACCBAPIFD3 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 "ACC BAPIs: Excess Commitment 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_ACCBAPIFD3 TYPE ACCBAPIFD3.

The ACCBAPIFD3 table consists of various fields, each holding specific information or linking keys about ACC BAPIs: Excess Commitment Fields data available in SAP. These include OBJ_KEY (Reference Key), OBJ_SYS (Logical system of source document), OBJ_POS (Reference line item), ORVTP (Value type of purchase order/sales order values).. 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: Cannot Be Enhanced


SAP ACCBAPIFD3 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
OBJ_TYPEReference Transaction AWTYPCHAR5Assigned to domainAWTYP
OBJ_KEYReference Key AWKEYCHAR20AWKEY
OBJ_SYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
OBJ_POSReference line item AWPOSCHAR10AWPOS
ORVTPValue type of purchase order/sales order values ORVTPCHAR1ORVTP
DOC_DATEDocument Date in Document BLDATDATS8DATUM
VENDOR_NOAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
COMPANY_IDCompany ID VBUNDCHAR6Assigned to domainALPHARCOMP
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
PO_DATEPurchase Order Date BEDATDATS8DATUM
DATUMDate DATUMDATS8DATUM
OBJ_TYP_PPrevious document: Reference procedure AWTYP_PRECHAR5Assigned to domainAWTYP
OBJ_KEY_PPrevious document: Object key (AWREF_REV and AWORG_REV) AWKEY_PRECHAR20AWKEY
OBJ_POS_PPrevious document: Reference line item AWPOS_PRECHAR10AWPOS
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
SAKTOCost element SAKTOCHAR10Assigned to domainALPHASAKNR
VRGNGIndicator controls: X = activity ' ' = element VRGNGCHAR1XFELD
ORIG_GROUPOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
NETWORKNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
ROUTING_NORouting number of operations in the order CO_AUFPLNUMC10AUFPL
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ASSET_NOMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
SUB_NUMBERAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
WKURSExchange Rate WKURSDEC9(5) EXCRTKURSP
KUFIXIndicator: Fixing of Exchange Rate KUFIXCHAR1XFELD
PMNTTRMSTerms of Payment Key DZTERMCHAR4ZTERM
DSCT_DAYS1Cash discount days 1 DZBD1TDEC3ZBDXT
DSCT_DAYS2Cash discount days 2 DZBD2TDEC3ZBDXT
NETTERMSNet Payment Terms Period DZBD3TDEC3ZBDXT
DSCT_PCT1Cash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATL_GROUPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
WEMNGQuantity of Goods Received WEMNGQUAN13(3) MENG13
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BASE_UOM_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
DELETE_INDAsset class marked for deletion LOEKZCHAR1XFELD
CMMT_ITEMCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FUNDS_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
CONSUMPTConsumption Posting KZVBRCHAR1KZVBR
DELIV_DATEDelivery date LFDATDATS8DATUM
DOC_CATPurchasing Document Category BSTYPCHAR1BSTYP
FIXED_VENDFixed Vendor FLIEFCHAR10Assigned to domainALPHALIFNR
PREQ_DATERequisition (Request) Date BADATDATS8DATUM
RL_EST_KEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
SHORT_TEXTShort Text TXZ01CHAR40TEXT40
SPEC_STOCKSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
CMMT_ITEM_LONGCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
FUNC_AREA_LONGFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
BUDGET_PERIODFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table ACCBAPIFD3

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