CRMT_BSP_IOB_ISA_VEHICLE_SRCH SAP (Vehicle search request structure) Structure details

Dictionary Type: Structure
Description: Vehicle search request structure




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




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

CRMT_BSP_IOB_ISA_VEHICLE_SRCH 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 "Vehicle search request structure" 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_CRMT_BSP_IOB_ISA_VEHICLE_SRCH TYPE CRMT_BSP_IOB_ISA_VEHICLE_SRCH.

The CRMT_BSP_IOB_ISA_VEHICLE_SRCH table consists of various fields, each holding specific information or linking keys about Vehicle search request structure data available in SAP. These include LPNO (Vehicle Licence Plate Number), EXTVEHNO (External Vehicle Number), INTVEHNO (Internal Vehicle Number), ALTVEHNO (Alternative Identifier for Vehicle).. 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 CRMT_BSP_IOB_ISA_VEHICLE_SRCH 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
VINVehicle Identification Number ISAM_VINCHAR35ISAM_VIN
LPNOVehicle Licence Plate Number ISAM_LICENSEPLATE_NOCHAR15ISAM_LICENSEPLATE_NO
EXTVEHNOExternal Vehicle Number ISAM_EXTERNAL_VEH_NOCHAR35ISAM_EXTERNAL_VEH_NO
INTVEHNOInternal Vehicle Number ISAM_INTERNAL_VEH_NOCHAR10ISAM_INTERNAL_VEH_NO
ALTVEHNOAlternative Identifier for Vehicle ISAM_ALTERNATIVE_NOCHAR35ISAM_ALTERNATIVE_NO
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTNER_FCTPartner Function COMT_PARTNER_FCTCHAR8COM_PARTNER_FCT
PARTNER_FCT_TEXTLink Product Partner: Description Partner Function COMT_LINK_PARTNER_FCT_TXTCHAR30TEXT30
VEHICLE_IDVehicle ID CRMT_BSP_ISA_VEHICLE_IDCHAR40PRID1COM_PRODUCT_ID
.INCLU--AP 0
OBJECTObject ID or Object Description COMT_PRWB_BSP_OBJECTCHAR40TEXT40
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
ID_TYPEID Type for Alternative IDs COMT_BSP_ALTID_TYPECHAR16CHAR16COM_PROD_ALTID
ID_VALUEField Value for Alternative IDs COMT_BSP_ALTID_VALUE_40CHAR40CHAR40
REF_PRODUCTVehicle Search COMT_REF_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
OBJECT_FAMILYObject Family COMT_PRODUCT_OBJECT_FAMILYCHAR4Assigned to domainCOM_PRODUCT_OBJECT_FAMILYCOM_OBJFAM_PRTYP
NAME1Name 1 AD_NAME1CHAR40TEXT40
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
SORT1Search Term 1 AD_SORT1CHAR20CHAR20
SORT2Search Term 2 AD_SORT2CHAR20CHAR20
STATUSStatus COMT_PRODUCT_STATUSCHAR5CRM_J_STATUS

Key field Non-key field



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

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

How to access SAP table CRMT_BSP_IOB_ISA_VEHICLE_SRCH

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