EHSWAS_PO_ACCO SAP (DP: Structure Determine Procurement Transaction - Acct Assgt) Structure details

Dictionary Type: Structure
Description: DP: Structure Determine Procurement Transaction - Acct Assgt




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




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

EHSWAS_PO_ACCO 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 "DP: Structure Determine Procurement Transaction - Acct Assgt" 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_EHSWAS_PO_ACCO TYPE EHSWAS_PO_ACCO.

The EHSWAS_PO_ACCO table consists of various fields, each holding specific information or linking keys about DP: Structure Determine Procurement Transaction - Acct Assgt data available in SAP. These include RECNROOT (GUID Number), PREQ_ITEM (Item Number of Purchase Requisition), SERIAL_NO (Serial number for PReq account assignment segment), PREQ_QTY (Purchase Requisition Quantity).. 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 EHSWAS_PO_ACCO 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
RECNGUID Number EHSBE_UUID_32CHAR32EHSBD_UUID_32
RECNROOTGUID Number EHSBE_UUID_32CHAR32EHSBD_UUID_32
PREQ_ITEMItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
SERIAL_NOSerial number for PReq account assignment segment DZEBKNNUMC2ZEBKN
PREQ_QTYPurchase Requisition Quantity BAMNGQUAN13(3) MENG13
DISTR_PERCDistribution Percentage in Case of Multiple Account Assgt VPROZDEC3(1) VPROZ
G_L_ACCTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
COST_CTRCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PROJ_EXTProject definition EPS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_C
SD_DOCSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
SDOC_ITEMSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
SCHED_LINEDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
ASSET_NOMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
SUB_NUMBERAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
ORDER_NOOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
GR_RCPTGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
UNLOAD_PTUnloading Point ABLADCHAR25TEXT25
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
TO_COSTCTRPosting to cost center? XBKSTCHAR1XFELD
TO_ORDERPost To Order XBAUFCHAR1XFELD
TO_PROJECTPost to project XBPROCHAR1XFELD
COST_OBJCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
PROF_SEGMProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
WBS_ELEMWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR

Key field Non-key field



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

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

How to access SAP table EHSWAS_PO_ACCO

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