BAPIBUS2000110_HEADER_UPD SAP (BO CRM Activity: CRM Activity Header Data in Change Mode) Structure details

Dictionary Type: Structure
Description: BO CRM Activity: CRM Activity Header Data in Change Mode




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




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

BAPIBUS2000110_HEADER_UPD 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 "BO CRM Activity: CRM Activity Header Data in Change Mode" 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_BAPIBUS2000110_HEADER_UPD TYPE BAPIBUS2000110_HEADER_UPD.

The BAPIBUS2000110_HEADER_UPD table consists of various fields, each holding specific information or linking keys about BO CRM Activity: CRM Activity Header Data in Change Mode data available in SAP. These include OBJECT_ID (Transaction ID), DESCR_LANGUAGE (Language Key of Description), LANGU_ISO (2-Character SAP Language Code), DESCRIPTION (Transaction Description).. 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 BAPIBUS2000110_HEADER_UPD 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
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
OBJECT_IDTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
DESCR_LANGUAGELanguage Key of Description CRMT_PROCESS_DESCRIPTION_LANGULANG1T002ISOLASPRAS
LANGU_ISO2-Character SAP Language Code LAISOCHAR2LAISO
DESCRIPTIONTransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
CATEGORYActivity Category (Communication Type) CRMT_ACTIVITY_CATEGORYCHAR3CRMC_ACT_CATEGORCRM_ACTIVITY_CATEGORY
PRIORITYActivity Priority CRMT_PRIORITYNUMC1SCPRIOSC_PRIO
OBJECTIVEGoal of an Activity CRMT_OBJECTIVECHAR3CRMC_ACT_OBJCRM_OBJECTIVE
DIRECTIONDirection of an Activity CRMT_DIRECTIONCHAR1CRM_DIRECTION
EXTERN_ACT_IDExternal Business Transaction Number CRMT_EXTERNAL_ACTIVITY_IDCHAR20CRM_EXTERNAL_ACTIVITY_ID
ADDRESS_IDLocation where Activity takes place CRMT_ADDRESSCHAR10Assigned to domainALPHAAD_ADDRNUM
ADDR_NO_LINKTemporary Link to an Address Number ADDR_NO_LINKCHAR10Assigned to domainALPHAAD_ADDRNUM
PRIVATE_FLAGIndicator: Task is Private CRMT_PRIVATCHAR1CRM_BOOLEAN
COMPLETIONCompletion Rate in Percent CRMT_COMPLETIONNUMC3CRM_COMPLETIONCRM_ACT_COMPLETION
POSTING_DATEPosting Date for a Business Transaction CRMT_POSTING_DATEDATS8

Key field Non-key field



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

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

How to access SAP table BAPIBUS2000110_HEADER_UPD

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