ECRMINBASICFUNC SAP (CRM Inbox: Simple Fucntions) Structure details

Dictionary Type: Structure
Description: CRM Inbox: Simple Fucntions




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




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

ECRMINBASICFUNC 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 "CRM Inbox: Simple Fucntions" 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_ECRMINBASICFUNC TYPE ECRMINBASICFUNC.

The ECRMINBASICFUNC table consists of various fields, each holding specific information or linking keys about CRM Inbox: Simple Fucntions data available in SAP. These include MO_DATECHANGE (Change Move-Out Date), MO_REVERSE (Reverse move-out), MI_CREATE (Create Move-In (Using Master Data Generator)), MI_DATECHANGE (Change Move-In Date).. 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)


SAP ECRMINBASICFUNC 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
MO_CREATE Create Move-Out0
MO_DATECHANGE Change Move-Out Date0
MO_REVERSE Reverse move-out0
MI_CREATE Create Move-In (Using Master Data Generator)0
MI_DATECHANGE Change Move-In Date0
MI_REVERSE Reverse Move-In0
GENERATE Refresh Master Data Generator for Product0
FULL_GENERATION CRM Configuration Changed - Regenerate Contract Period0
MO_CREATEH Finish Time Slice (EVERH)0
MO_DATECHANGEH Postpone Time Slice (EVERH)0
MO_REVERSEH Open Time Slice (EVERH)0
MI_CREATEH Create Time Slice (EVERH) (Using Master Data Generator)0
MI_DATECHANGEH Postpone Time Slice (EVERH)0
MI_REVERSEH Delete Time Slice (EVERH)0
MI_NOCONTRGEN Do Not Generate Contract0
MI_INSERT Insert move-in/out0
MI_INSERT_REV Reverse Move-In/Out Insertion0
PC_ADJUSTBBP Product Change: Adjust Budget Billing Plan0
PC_PRINTDOC Product Change: Print Rate Change Letter0

Key field Non-key field



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

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

How to access SAP table ECRMINBASICFUNC

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