CRMT_BSP_SRV_REL_BIL_SEARCH SAP (Structure for Release Service Order/Confirmation for Billing) Structure details

Dictionary Type: Structure
Description: Structure for Release Service Order/Confirmation for Billing




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




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

CRMT_BSP_SRV_REL_BIL_SEARCH 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 Release Service Order/Confirmation for Billing" 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_SRV_REL_BIL_SEARCH TYPE CRMT_BSP_SRV_REL_BIL_SEARCH.

The CRMT_BSP_SRV_REL_BIL_SEARCH table consists of various fields, each holding specific information or linking keys about Structure for Release Service Order/Confirmation for Billing data available in SAP. These include GUID (GUID of a CRM Order Object), HEADER (GUID of a CRM Order Object), REF_ORDER (Transaction ID), OBJECT_ID (Transaction ID).. 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_SRV_REL_BIL_SEARCH 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
OBJECT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
HEADERGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
REF_ORDERTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
OBJECT_IDTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
NUMBER_INTItem Number in Document CRMT_BSP_ITEM_NONUMC10ALPHACRM_BSP_ITEM_NO
OBJECT_TYPELeading Business Transaction Category CRMT_SWO_OBJTYP_PROCESSCHAR10Assigned to domainCRM_OJ_NAME_PROCESSOBJ
ITM_TYPEItem Category CRMT_ITEM_TYPECHAR4Assigned to domainCRM_ITEM_TYPECRM_ITEM_TYPE
CREATED_ATTransaction was Created at this Time CRMT_CREATED_ATDEC15TSTPSBCOS_TSTMP
CREATED_BYUser that Created the Transaction CRMT_CREATED_BYCHAR12UNAMEUSER_ADDR
CHANGED_ATTime of Last Change to the Transaction CRMT_CHANGED_ATDEC15TSTPSBCOS_TSTMP
CHANGED_BYTransaction Last Changed By CRMT_CHANGED_BYCHAR12UNAME
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PRODCHAR54CRM_ORDERED_PRODCRM_ORDERED_PRODUCT
DESCRIPTIONDescription CRMT_DESCRIPTIONCHAR40TEXT40
PARTNER_NOPartner Number for Usage Within BSP CRMT_BSP_PARTNER_NUMBERCHAR16ALPHACRM_PARTNER_NUMBER
SERVICE_ORGService Organization CRMT_SERVICE_ORGCHAR14HROBJEC_14CRM_ORGMAN_SERVICE_ORG
STATObject Status CRM_J_STATUSCHAR5CRM_J_STATUS
INACTCheckbox XFELDCHAR1XFELD
NET_VALUENet Value CRMT_NET_VALUECURR15(2) WERTV8
CURRENCYCurrency CRMT_CURRENCYCUKY5Assigned to domainWAERSFWS
OBJECT_ID_FROMTransaction ID From, for Advanced Search CRMT_BSP_OBJECT_ID_FROMCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
OBJECT_ID_TOTransaction ID To, for Advanced Search CRMT_BSP_OBJECT_ID_TOCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
SRV_ORG_FROMService Organization From, Advanced Search CRMT_BSP_SRV_ORG_FROMCHAR14HROBJEC_14CRM_ORGMAN_SERVICE_ORG
SRV_ORG_TOService Organization To, Advanced Search CRMT_BSP_SRV_ORG_TOCHAR14HROBJEC_14CRM_ORGMAN_SERVICE_ORG
PARTNER_FROMPartner Number From, Advanced Search CRMT_BSP_PARTNER_FROMCHAR16ALPHACRM_PARTNER_NUMBER
PARTNER_TOPartner Number To, Advanced Search CRMT_BSP_PARTNER_TOSTRG0CRM_BSP_STRING
CREATED_AT_FROMCreated On From, Advanced Search CRMT_BSP_CREATED_AT_FROMDATS8DATS
CREATED_AT_TOCreated On To, Advanced Search CRMT_BSP_CREATED_AT_TODATS8DATS
CHANGED_AT_FROMChanged From, Advanced Search CRMT_BSP_CHANGED_AT_FROMDATS8DATS
CHANGED_AT_TOChanged From To, Advanced Search CRMT_BSP_CHANGED_AT_TODATS8DATS
FROMValid from CRMT_REPORT_FROMDATS8SYDATS
TOValid To CRMT_REPORT_TODATS8SYDATS

Key field Non-key field



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

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

How to access SAP table CRMT_BSP_SRV_REL_BIL_SEARCH

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