UKM_S_SEARCH_ID_RESULT SAP (Structure for Displaying the Output of the ID Search) Structure details

Dictionary Type: Structure
Description: Structure for Displaying the Output of the ID Search




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




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

UKM_S_SEARCH_ID_RESULT 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 "Structure for Displaying the Output of the ID Search" 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_UKM_S_SEARCH_ID_RESULT TYPE UKM_S_SEARCH_ID_RESULT.

The UKM_S_SEARCH_ID_RESULT table consists of various fields, each holding specific information or linking keys about Structure for Displaying the Output of the ID Search data available in SAP. These include MATCH_GRADE (Degree of Matching), GUID (GUID in 'CHAR' Format in Uppercase), STATUS (Status of ID Received), SENDING_ICON (Search Symbol).. 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 UKM_S_SEARCH_ID_RESULT 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
SEARCH_RANKDegree of Matching at Provider UKM_SEARCH_ID_SEARCH_RANKINT410INT4
MATCH_GRADEDegree of Matching UKM_SEARCH_ID_MATCH_GRADENUMC4
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
STATUSStatus of ID Received UKM_SEARCH_ID_STATUSCHAR16UKM_SEARCH_ID_STATUS
SENDING_ICON Search Symbol0
ROW_C Row Color0
GRADE_METHODExternal Provider UKM_PROVIDER_EXTCHAR10Assigned to domainBP_GRADE_METHOD
BP_EXT_ID_TYPEIdentification Type BU_ID_TYPECHAR6Assigned to domainBU_ID_TYPE
BP_EXT_IDID of Business Partner at Information Provider UKM_BP_EXT_IDCHAR60CHAR60UMK_BP
BUSINESS_NAMEBusiness Name UKM_SEARCHID_BUSINESS_NAMECHAR40BU_NAME
LEGAL_ENTITYBP: Legal form of organization BU_LEGENTYCHAR2TB019BU_LEGENTYH_TB019
FOUNDATION_DATEDate organization founded BU_FOUND_DATDATS8DATUM
NAME_LASTLast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
NAME_FIRSTFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
NAME_BIRTHName at birth of business partner BU_BIRTHNMCHAR40BU_NAME
BIRTH_DATEDate of Birth of Business Partner BU_BIRTHDTDATS8DATUM
BIRTH_PLACEBirthplace of business partner BU_BIRTHPLCHAR40TEXT40
BIRTH_COUNTRYCountry Key LAND1CHAR3T005LAND1LND
MARITAL_STATUSMarital Status of Business Partner BU_MARSTCHAR1TB027BU_MARST
SEXGender UKM_SEARCHID_SEXCHAR1UKM_SEARCHID_SEX
NATIONALITYNationality BU_NATIOCHAR3T005LAND1
HOUSE_NUMBERHouse Number AD_HSNM1CHAR10TEXT10
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
TOWNDistrict AD_CITY2CHAR40TEXT40CITY_PART
STATESTATE (State, Province, County) REGIOCHAR3T005SREGIO
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
POST_CODECity postal code AD_PSTCD1CHAR10CHAR10
PHONEFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
PHONE_COUNTRYCountry for telephone/fax number AD_COMCTRYCHAR3T005LAND1LND
PHONE_EXTENSIONFirst Telephone No.: Extension AD_TLXTNS1CHAR10CHAR10
MOBILEFirst Mobile Telephone No.: Dialing Code + Number AD_MBNMBR1CHAR30CHAR30
MOBILE_COUNTRYCountry for telephone/fax number AD_COMCTRYCHAR3T005LAND1LND
FAXFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
FAX_COUNTRYCountry for telephone/fax number AD_COMCTRYCHAR3T005LAND1LND
FAX_EXTENSIONFirst fax no.: extension AD_FXXTNS1CHAR10CHAR10
E_MAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
ID_TYPEIdentification Type BU_ID_TYPECHAR6TB039ABU_ID_TYPE
IDIdentification Number BU_ID_NUMBERCHAR60CHAR60
TAX_TYPETax Number Category BPTAXTYPECHAR4TFKTAXNUMTYPE_CBPTAXTYPE
TAX_NUMBERBusiness Partner Tax Number BPTAXNUMCHAR20BPTAXNUM
POBOXPO Box AD_POBXCHAR10CHAR10
POST_CODE_POBOXPO Box Postal Code AD_PSTCD2CHAR10CHAR10
POST_CODE_COMPANYCompany Postal Code (for Large Customers) AD_PSTCD3CHAR10CHAR10
R_NAME_LASTLast Name of Spouse UKM_SEARCH_ID_RELA_NAME_LCHAR40BU_NAME
R_NAME_FIRSTFirst Name of Spouse UKM_SEARCH_ID_RELA_NAMEP_FCHAR40BU_NAME
R_NAME_BIRTHName of Spouse at Birth UKM_SEARCH_ID_RELA_BIRTHNMCHAR40BU_NAME
R_BIRTH_DATEDate of Birth of Spouse UKM_SEARCH_ID_RELA_BIRTHDTDATS8DATUM
R_BIRTH_PLACEPlace of Birth of Spouse UKM_SEARCH_ID_RELA_BIRTHPLCHAR40TEXT40
R_BIRTH_COUNTRYCountry Key LAND1CHAR3T005LAND1LND
R_MARITAL_STATUSMarital Status UKM_SEARCH_ID_RELA_MARSTCHAR1TB027BU_MARST
R_SEXGender of Spouse UKM_SEARCH_ID_RELA_SEXCHAR1UKM_SEARCHID_SEX

Key field Non-key field



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

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

How to access SAP table UKM_S_SEARCH_ID_RESULT

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