/SAPSRM/S_REPO_SR_POI SAP (Search Result Structure of Purchase Order Details Report) Structure details

Dictionary Type: Structure
Description: Search Result Structure of Purchase Order Details Report




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




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

/SAPSRM/S_REPO_SR_POI 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 "Search Result Structure of Purchase Order Details Report" 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_REPO_SR_POI TYPE /SAPSRM/S_REPO_SR_POI.

The /SAPSRM/S_REPO_SR_POI table consists of various fields, each holding specific information or linking keys about Search Result Structure of Purchase Order Details Report data available in SAP. These include GUID (GUID of a CRM Order Object), OBJECT_ID (Transaction Number), DESCRIPTION (Name of SRM Document), PROCESS_TYPE (Business Transaction Type).. 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 (Deep)


SAP /SAPSRM/S_REPO_SR_POI 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
GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
DESCRIPTIONName of SRM Document BBP_DOCNAMECHAR40TEXT40
PROCESS_TYPEBusiness Transaction Type /SAPSRM/REPO_PROCESS_TYPECHAR4/SAPSRM/REPO_PROCESS_TYPE
CREATED_ATCreated At (Output in User Time Zone) COMT_CREATED_AT_USRDEC15TSTLCCOM_TSTMP
CREATED_BYUser that Created the Transaction CRMT_CREATED_BYCHAR12UNAMEUSER_ADDR
CHANGED_ATChanged At (Output in User Time Zone) COMT_CHANGED_AT_USRDEC15TSTLCCOM_TSTMP
CHANGED_BYTransaction Last Changed By CRMT_CHANGED_BYCHAR12UNAME
POSTING_DATEPosting Date for a Business Transaction CRMT_POSTING_DATEDATS8
STATUSObject status J_STATUSCHAR5J_STATUS
STATUS_TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
PROC_ORGResponsible Purchasing Organization BBP_PROC_ORGCHAR14HROBJEC_14BBP_PROC_ORG
PROC_GROUPResponsible Purchasing Group BBP_PROC_GROUPCHAR14HROBJEC_14BBP_PROC_GROUP
PROC_ORG_NAMEDescription of Purchasing Organization BBP_PROC_ORG_TXTCHAR40TEXT40
PROC_GROUP_NAMEDescription of Purchasing Group BBP_PROC_GROUP_TXTCHAR40TEXT40
SUPPLIER_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
SUPPLIER_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SUPPLIER_NAMEName NAME1CHAR30TEXT30
ITEM_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
NUMBER_INTItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
ITEM_DESCRIPTIONProduct Short Text CRMT_PRSHTEXTX_DBCHAR40CRM_PRSHTEXT40_DB
CATEGORY_GUIDProduct Category GUID BBP_CATEGORY_GUID_RAWRAW16SYSUUID
CATEGORY_IDProduct Category ID BBP_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CAT
QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
TOTAL_VALUENet Value BBP_VALUECURR15(2) WERT8
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
COST_CTRCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ORDER_NOOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
G_L_ACCTGeneric Account Assignment BBP_ACC_GENERICCHAR64CHAR64
TOTAL_TAXTax Amount BBP_TAX_AMOUNTCURR15(2) WERT8
ACC_CATAccount Assignment Category in SRM BBP_ACC_CATCHAR5BBP_ACCCAT
ACC_STRGeneric Account Assignment BBP_ACC_GENERICCHAR64CHAR64

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_REPO_SR_POI

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