ECOMCONTROLSP SAP (Communication Control Based on Service Providers) Table details

Dictionary Type: Table
Description: Communication Control Based on Service Providers




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




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

ECOMCONTROLSP is a standard SAP Table which is used to store Communication Control Based on Service Providers data and is available within R/3 SAP systems depending on the version and release level.

The ECOMCONTROLSP table consists of various fields, each holding specific information or linking keys about Communication Control Based on Service Providers data available in SAP. These include COMEVENT (Communication Event), AB (Date), COND_TYPE (Condition Type for Commmunication Control), COND_VALUE (Condition Value for Comunication Control).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ECOMCONTROLSP table 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
MANDTClient MANDTCLNT3T000MANDT
COMEVENTCommunication Event COMEVENTCHAR10ECOMEVENTCOMEVENT
ABDate DATUMDATS8DATUM
COND_TYPECondition Type for Commmunication Control IDE_COND_TYPECHAR2ECONDTYPEIDE_COND_TYPE
COND_VALUECondition Value for Comunication Control IDE_COND_VALUECHAR20IDE_COND_VALUE
SENDERSender (Service Provider) SERVICE_PROV_SENDCHAR10ESERVPROVSERVICE_PROVSERVICEPROVIDER
RECEIVERRecipient (Service Provider) SERVICE_PROV_RECEIVECHAR10ESERVPROVSERVICE_PROVSERVICEPROVIDER
FUNCNAMEName of Function Module RS38L_FNAMCHAR30ECOMPROCFUNCNAMELIB

Key field Non-key field



How do I retrieve data from SAP table ECOMCONTROLSP using ABAP code

The following ABAP code Example will allow you to do a basic selection on ECOMCONTROLSP to SELECT all data from the table
DATA: WA_ECOMCONTROLSP TYPE ECOMCONTROLSP.

SELECT SINGLE *
FROM ECOMCONTROLSP
INTO CORRESPONDING FIELDS OF WA_ECOMCONTROLSP
WHERE...

How to access SAP table ECOMCONTROLSP

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