MGVEXTOBJECTSCU SAP (External objects that are copied/referenced by versions) Table details

Dictionary Type: Table
Description: External objects that are copied/referenced by versions




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




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

MGVEXTOBJECTSCU is a standard SAP Table which is used to store External objects that are copied/referenced by versions data and is available within R/3 SAP systems depending on the version and release level.

The MGVEXTOBJECTSCU table consists of various fields, each holding specific information or linking keys about External objects that are copied/referenced by versions data available in SAP. These include OBJECT (Object type), COPY_ACT (Copy external object active), REF_ACT (Reference external object active), COPY (Copy default valie external object).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP MGVEXTOBJECTSCU 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
OBJECTObject type OJ_NAMECHAR10MGVEXTOBJECTSOJ_NAME
COPY_ACTCopy external object active MGV_COPY_ACT_CUSTCHAR1MGV_COPY_ACT_CUST
REF_ACTReference external object active MGV_REF_ACT_CUSTCHAR1MGV_REF_ACT_CUST
COPYCopy default valie external object MGV_COPYCHAR1XFELD
REFRerference default value external object MGV_REFCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM MGVEXTOBJECTSCU
INTO CORRESPONDING FIELDS OF WA_MGVEXTOBJECTSCU
WHERE...

How to access SAP table MGVEXTOBJECTSCU

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