COCF_S_VAR_CUST_PARAMETERS SAP (Parameter for F4 Help Customizing for Variant IS/MP) Structure details

Dictionary Type: Structure
Description: Parameter for F4 Help Customizing for Variant IS/MP




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




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

COCF_S_VAR_CUST_PARAMETERS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Parameter for F4 Help Customizing for Variant IS/MP" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_COCF_S_VAR_CUST_PARAMETERS TYPE COCF_S_VAR_CUST_PARAMETERS.

The COCF_S_VAR_CUST_PARAMETERS table consists of various fields, each holding specific information or linking keys about Parameter for F4 Help Customizing for Variant IS/MP data available in SAP. These include OBJECT_TYPE (POWL Type ID), COUNTER (Counter for Variant F4 Help in Customizing), VARIANT_NAME (Variant Name), CREATED_BY_USER ('Created by Current User' Indicator).. 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: Can be enhanced (character-type)


SAP COCF_S_VAR_CUST_PARAMETERS structure 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 MANDTCLNT3Assigned to domainMANDT
OBJECT_TYPEPOWL Type ID POWL_TYPE_TYCHAR30CHAR30POWL_TYPE
COUNTERCounter for Variant F4 Help in Customizing COCF_CUST_VAR_COUNTERNUMC3NUMC3
VARIANT_NAMEVariant Name RALDB_VARICHAR14RALDB_VARI
CREATED_BY_USER'Created by Current User' Indicator COCF_CREATED_BY_USERCHAR1CHECKBOX
ORDER_KINDOrder Categories for Data from Info System COCF_ORDER_KINDCHAR2COCF_ORDER_KIND
MP_VARIANT'Variants for Mass Processing' Indicator COCF_MP_VARIANTCHAR1CHECKBOX
IS_VARIANT'Variants for Order Information Sytem' Indicator COCF_IS_VARIANTCHAR1CHECKBOX
LIST_TYPEList category in the order info system PPIO_LISTTYPECHAR32PPIO_LISTTYPE
MP_FUNCTIONFunction to be carried out by system CO_FUNCTCHAR3CO_FUNCT

Key field Non-key field



How do I retrieve data from SAP structure COCF_S_VAR_CUST_PARAMETERS using ABAP code?

As COCF_S_VAR_CUST_PARAMETERS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on COCF_S_VAR_CUST_PARAMETERS as there is no data to select.

How to access SAP table COCF_S_VAR_CUST_PARAMETERS

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