/SAPSRM/S_UI_ACTIVE_SUPPLIER SAP (UI Structure for active suppliers) Structure details

Dictionary Type: Structure
Description: UI Structure for active suppliers




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




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

/SAPSRM/S_UI_ACTIVE_SUPPLIER 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 "UI Structure for active suppliers" 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_UI_ACTIVE_SUPPLIER TYPE /SAPSRM/S_UI_ACTIVE_SUPPLIER.

The /SAPSRM/S_UI_ACTIVE_SUPPLIER table consists of various fields, each holding specific information or linking keys about UI Structure for active suppliers data available in SAP. These include ROW_KEY (GUID in 'RAW' format), SUPPLIER (Business Partner Number), SUPPLIER_GUID (Business Partner GUID), SUPPIER_NAME (Name 1 of 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 (Deep)


SAP /SAPSRM/S_UI_ACTIVE_SUPPLIER 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
PARENT_KEYGUID in 'RAW' format GUID_16RAW16SYSUUID
ROW_KEYGUID in 'RAW' format GUID_16RAW16SYSUUID
SUPPLIERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SUPPLIER_GUIDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
SUPPIER_NAMEName 1 of organization BU_NAMEOR1CHAR40BU_NAME
PRODUCT_CATEGORYProduct Category ID BBP_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CAT
LOCATION 0
TOTAL_BIDS_SENT 0
ACCEPTED_BIDS 0
ACTIVE_CONTRACTS 0
EXPIRED_CONTRACTS 0
CONTRACTS 0
EXPANDEDCheckbox XFELDCHAR1XFELD
PRODUCT_CATEGORY_GUIDProduct Category GUID BBP_CATEGORY_GUID_RAWRAW16SYSUUID
OBJECT_TYPECRM Item Object Type CRMT_SWO_OBJTYP_PROCESS_ITM_DBCHAR10Assigned to domainCRM_OJ_NAME_PROCESS_ITEM
CONTRACT_VALUENet Value BBP_VALUECURR15(2) WERT8
CONTRACT_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BID_VALUENet Value BBP_VALUECURR15(2) WERT8
BID_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
HEADER_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
LEAFCheckbox XFELDCHAR1XFELD
RFX_ACCEPTEDCheckbox XFELDCHAR1XFELD
ROW_SELECTABLECheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_UI_ACTIVE_SUPPLIER

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