SWFVGOP SAP (General Object-Visualization Parameters) Table details

Dictionary Type: Table
Description: General Object-Visualization Parameters




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




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

SWFVGOP is a standard SAP Table which is used to store General Object-Visualization Parameters data and is available within R/3 SAP systems depending on the version and release level.

The SWFVGOP table consists of various fields, each holding specific information or linking keys about General Object-Visualization Parameters data available in SAP. These include CLIENT (Client), WLC (Worklist Client), CATID (Object Type Category), CATID (Object Type Category).. 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: Cannot Be Enhanced


SAP SWFVGOP 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
WLCWorklist Client SWFVWLCCHAR10SWFVWLC
CLIENTClient MANDTCLNT3Assigned to domainMANDT
WLCWorklist Client SWFVWLCCHAR10SWFVWLC
CATIDObject Type Category SWI_CLSTYPCHAR2SWFVOSWI_CLSTYPSWF_CATID
CATIDObject Type Category SWI_CLSTYPCHAR2SWFVOSWI_CLSTYPSWF_CATID
TYPIDObject Type SWFVOTYPCHAR32SWFVOTYP
METHMethod Name SWFVMETHCHAR32SWFVMETH
TYPIDObject Type SWFVOTYPCHAR32SWFVOTYP
METHMethod Name SWFVMETHCHAR32SWFVMETH
VTYPVisualization Type SWFVVTYPCHAR10SWFVWVTSWFVVTYP
VNAMVisualization Parameter Name SWFVVNAMCHAR30SWFVVNAM
VTYPVisualization Type SWFVVTYPCHAR10SWFVWVTSWFVVTYP
VNAMVisualization Parameter Name SWFVVNAMCHAR30SWFVVNAM
VVALVisualization Parameter Value SWFVVVALCHAR255SWFVVVAL
VVALVisualization Parameter Value SWFVVVALCHAR255SWFVVVAL
DYNAMICVisualization Parameter: Dynamic SWFVPDYCHAR1XFELD
DYNAMICVisualization Parameter: Dynamic SWFVPDYCHAR1XFELD
CHANGED_BYParameter Changed By SWFVCHGBYCHAR12SYCHAR12
CHANGED_ATParameter Changed On SWFVCHGATDEC15TZNTSTMPS
CHANGED_BYParameter Changed By SWFVCHGBYCHAR12SYCHAR12
CHANGED_ATParameter Changed On SWFVCHGATDEC15TZNTSTMPS
EDIT_ORDER 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFVGOP
INTO CORRESPONDING FIELDS OF WA_SWFVGOP
WHERE...

How to access SAP table SWFVGOP

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