AMC_CHANNEL_V SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

AMC_CHANNEL_V is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The AMC_CHANNEL_V table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include CHANNEL_ID (Identifier of the ABAP Messaging Channel), VERSION (ABAP: Program Status (Active, Saved, Transported...)), SCOPE (Scope of an AMC channel), MESSAGE_TYPE_ID (Message type ID for for ABAP Messaging Channel Messages).. 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: Not classified


SAP AMC_CHANNEL_V table view 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
APPLICATION_IDABAP Messaging Application identifier AMC_APPLICATION_IDCHAR30AMC_F4_HELP_APPLICATION_ID
CHANNEL_IDIdentifier of the ABAP Messaging Channel AMC_CHANNEL_IDSSTR140AMC_CHANNEL_IDAMC_F4_HELP_CHANNEL_ID
VERSIONABAP: Program Status (Active, Saved, Transported...) R3STATECHAR1R3STATE
SCOPEScope of an AMC channel AMC_CHANNEL_SCOPECHAR1AMC_CHANNEL_SCOPE
MESSAGE_TYPE_IDMessage type ID for for ABAP Messaging Channel Messages AMC_MESSAGE_TYPE_IDCHAR30AMC_MSG_TYPE_ID
VSI_PROFILE_SENDVirus Scan Profile VSCAN_PROFILECHAR40VSCAN_PROFILE

Key field Non-key field



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

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

SELECT SINGLE *
FROM AMC_CHANNEL_V
INTO CORRESPONDING FIELDS OF WA_AMC_CHANNEL_V
WHERE...

How to access SAP table AMC_CHANNEL_V

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