CON_FIN_YS_BTA_EXTPROC_ACCASGN SAP (External Procurement->Account Assignment) Structure details

Dictionary Type: Structure
Description: External Procurement->Account Assignment




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




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

CON_FIN_YS_BTA_EXTPROC_ACCASGN 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 "External Procurement->Account Assignment" 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_CON_FIN_YS_BTA_EXTPROC_ACCASGN TYPE CON_FIN_YS_BTA_EXTPROC_ACCASGN.

The CON_FIN_YS_BTA_EXTPROC_ACCASGN table consists of various fields, each holding specific information or linking keys about External Procurement->Account Assignment data available in SAP. These include FINB_SNDKEY (Technical Copy of FINB_SNDKEY), ZEILE (Item in Material Document), ACC_KOSTL (Cost Center), ACC_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 CON_FIN_YS_BTA_EXTPROC_ACCASGN 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
FINB_SNDKEYTechnical Copy of FINB_SNDKEY CON_FIN_FINB_SNDKEYCHAR35
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
ACC_KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ACC_AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ACC_CO_POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
ACC_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ACC_PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
ACC_HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
ACC_PSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
ACC_NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
ACC_VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
WERTUValue Update in Material Master Record WERTUCHAR1XFELD
MENGUQuantity Updating in Material Master Record MENGUCHAR1XFELD
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
KZBEWMovement Indicator KZBEWCHAR1KZBEW
KZVBRConsumption Posting KZVBRCHAR1KZVBR
BUSTWPosting string for values BUSTWCHAR4BUSTW
EXBWRExternally Entered Posting Amount in Local Currency EXBWRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VBUNDCompany ID VBUNDCHAR6Assigned to domainALPHARCOMP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
PROC_EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
PROC_EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
PROC_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PROC_PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PROC_LFBNRDocument No. of a Reference Document LFBNRCHAR10ALPHABELNR
PROC_LFBJAFiscal Year of a Reference Document LFBJANUMC4GJAHRGJAHR
PROC_LFPOSItem of a Reference Document LFPOSNUMC4MBLPO
PROC_ZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
PROC_PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
PROC_WEBREIndicator: GR-Based Invoice Verification WEBRECHAR1XFELD
PROC_RETPOReturns Item RETPOCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table CON_FIN_YS_BTA_EXTPROC_ACCASGN

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