/SAPSRM/S_POWL_SEARCH_E_SE SAP (Selection Criteria for ERP Service Entry Sheets) Structure details

Dictionary Type: Structure
Description: Selection Criteria for ERP Service Entry Sheets




ABAP Code to SELECT data from /SAPSRM/S_POWL_SEARCH_E_SE
Related tables to /SAPSRM/S_POWL_SEARCH_E_SE
Access table /SAPSRM/S_POWL_SEARCH_E_SE




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

/SAPSRM/S_POWL_SEARCH_E_SE 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 "Selection Criteria for ERP Service Entry Sheets" 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_/SAPSRM/S_POWL_SEARCH_E_SE TYPE /SAPSRM/S_POWL_SEARCH_E_SE.

The /SAPSRM/S_POWL_SEARCH_E_SE table consists of various fields, each holding specific information or linking keys about Selection Criteria for ERP Service Entry Sheets data available in SAP. These include BEDAT (Purchase Order Date), BSART (Purchasing Document Type), LIFNR (Vendor Account Number), EKORG (Purchasing Organization).. 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 /SAPSRM/S_POWL_SEARCH_E_SE 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
EBELNPurchasing Document Number /SAPSRM/EBELNCHAR10Assigned to domainALPHAEBELNBES
BEDATPurchase Order Date BEDATDATS8DATUM
BSARTPurchasing Document Type /SAPSRM/ESARTCHAR4Assigned to domainBSART
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
LBLNIEntry Sheet Number /SAPSRM/LBLNICHAR10ALPHA/SAPSRM/LBLNI
LBLNEExternal Entry Sheet Number /SAPSRM/LBLNE1CHAR16/SAPSRM/XBLNR1
ERDATDate on Which Record Was Created ERDATDATS8DATUM
TIMEFRSelection Period for My Documents /SAPSRM/PERS_QUERYTIMEFRAMECHAR5/SAPSRM/PERS_QUERYTIMEFRAME
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
SBNAMAGPerson Responsible (Internally) /SAPSRM/SBNAMAGCHAR12/SAPSRM/SBNAM
SBNAMANPerson Responsible (Externally) /SAPSRM/SBNAMANCHAR12/SAPSRM/SBNAM
SPEC_NONumber of a Set of Model Service Specifications /SAPSRM/SPEC_NOCHAR10ALPHA/SAPSRM/SPEC10
BANFNPurchase requisition number /SAPSRM/BANFNCHAR10ALPHABANFNBAN
WARPLMaintenance Plan /SAPSRM/WARPLCHAR12ALPHA/SAPSRM/WARPL
FKNUMShipment Cost Number /SAPSRM/FKNUMCHAR10ALPHA/SAPSRM/FKNUM
FRGRLRelease Not Yet Completely Effected FRGRLCHAR1XFELD
FINALIndicator: Final Entry Sheet /SAPSRM/FINALCHAR1CHAR01
F_LOCKBlock Release of Entry Sheet /SAPSRM/F_LOCKCHAR1XFELD
KZABNAcceptance Indicator /SAPSRM/KZABNCHAR1CHAR01
STATUStatus of purchasing document /SAPSRM/ESTAKCHAR1/SAPSRM/ESTAK

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_POWL_SEARCH_E_SE using ABAP code?

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

How to access SAP table /SAPSRM/S_POWL_SEARCH_E_SE

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