MSR_V_CHAIN SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

MSR_V_CHAIN 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 MSR_V_CHAIN table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include CHAIN_TEXT (Chain Description), FU_CODE (Follow-Up Activity Code), FU_CODE_TEXT (Follow-Up Activity Description), APPLICATION (Application).. 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 MSR_V_CHAIN 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
CHAIN_IDChain Identification Number MSR_CHAIN_IDCHAR4MSR_CHAIN_ID
CHAIN_TEXTChain Description MSR_CHAIN_TEXTCHAR60TEXT60
FU_CODEFollow-Up Activity Code MSR_FU_CODECHAR4MSR_I_CODEMSR_FU_CODE
FU_CODE_TEXTFollow-Up Activity Description MSR_FU_CODE_TEXTCHAR60TEXT60
APPLICATIONApplication MSR_APPLICATIONCHAR2MSR_APPLICATION
MAT_RECEIVEDMaterial Received MSR_MATERIAL_RECEIVEDCHAR1XFELD
REFUNDINGRefunding Procedure MSR_REFUND_PROCEDURECHAR1MSR_REFUND_PROCEDURE
DEFAULT_CHAINDefault Chain MSR_DEFAULT_CHAINCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM MSR_V_CHAIN
INTO CORRESPONDING FIELDS OF WA_MSR_V_CHAIN
WHERE...

How to access SAP table MSR_V_CHAIN

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