COMT_BSP_BP_SEAREQ_DIVERSE SAP (Various Search Criteria) Structure details

Dictionary Type: Structure
Description: Various Search Criteria




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




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

COMT_BSP_BP_SEAREQ_DIVERSE 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 "Various Search Criteria" 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_COMT_BSP_BP_SEAREQ_DIVERSE TYPE COMT_BSP_BP_SEAREQ_DIVERSE.

The COMT_BSP_BP_SEAREQ_DIVERSE table consists of various fields, each holding specific information or linking keys about Various Search Criteria data available in SAP. These include PARTNER_TYPE (Business Partner Category), CON_NAME_FIRST (Contact Person First Name), CON_NAME_LAST (Contact Person Last Name), EMP_NAME_FIRST (Employee's First Name).. 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 COMT_BSP_BP_SEAREQ_DIVERSE 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
PARTNER_ROLEBP role BU_ROLECHAR6TBZ0BU_RLTYPBUPA_ROLE
PARTNER_TYPEBusiness Partner Category COMT_BSP_BU_TYPECHAR1BU_TYPEBPY
CON_NAME_FIRSTContact Person First Name COMT_BU_CONTACT_FIRST_NAMECHAR25CHAR25
CON_NAME_LASTContact Person Last Name COMT_BU_CONTACT_LAST_NAMECHAR25CHAR25
EMP_NAME_FIRSTEmployee's First Name COMT_BU_EMPLOYEE_FIRST_NAMECHAR25CHAR25
EMP_NAME_LASTEmployee's Last Name COMT_BU_EMPLOYEE_LAST_NAMECHAR25CHAR25
MY_ACCOUNTSMy Business Partners COMT_MY_BPCHAR1
HITSMaximum Number of Hits COMT_BSP_BP_MAXHITSNUMC4COMT_BSP_BP_MAXHITS
VALID_DATESelection Date for Search Helps BU_VALDT_SEARCHDATS8DATUM
IDTYPEIdentification Type BU_ID_TYPECHAR6Assigned to domainBU_ID_TYPE
IDTYPE_DESCRIPTIONIdentification Type COMT_BU_ID_TYPE_DESCIPTIONCHAR40BU_TEXT40
IDNUMBERIdentification Number BU_ID_NUMBERCHAR60CHAR60
REL_PARTNER1Business Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
REL_PARTNER2Business Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RELTYPBusiness Partner Relationship Category BU_RELTYPCHAR6Assigned to domainBU_RELTYP
XRFBusiness partner role definition instead of BP relationship BU_XRFCHAR1XFELD
RS_INDEXBusiness Partner Relationship Category COMT_BSP_REL_INDEXNUMC4COMT_BSP_BP_MAXHITS
XDIRECTIONOne-Way Business Partner Relationship Category BU_XDIRECTCHAR1XFELD
RS_REL_TYPBusiness Partner Relationship Category BU_RELTYPCHAR6Assigned to domainBU_RELTYP
RS_PARTNERPartner ID of Relationship COMT_BSP_REL_PARTNERCHAR10Assigned to domainALPHABU_PARTNER
RS_NAME1Name 1 / Last Name (Search Help Field 1) COMT_BSP_BP_NAME1CHAR40BU_NAME
RS_NAME2Name 2 / First Name (Search Help Field 2) COMT_BSP_BP_NAME2CHAR40BU_NAME
BP_EEW_DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
.INCLU--AP 0
NAPRBusiness Partner Is a Natural Person Under the Tax Laws BU_NATURAL_PERSONCHAR1BU_NATURAL_PERSON
BBP_IPISPTax Split BBP_J_1BINDEQUCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table COMT_BSP_BP_SEAREQ_DIVERSE

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