CYEXPROF SAP (Profile for the EXCEL interface) Structure details

Dictionary Type: Structure
Description: Profile for the EXCEL interface




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




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

CYEXPROF 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 "Profile for the EXCEL interface" 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_CYEXPROF TYPE CYEXPROF.

The CYEXPROF table consists of various fields, each holding specific information or linking keys about Profile for the EXCEL interface data available in SAP. These include EX_INQ (Query for file name in case of download?), EX_DVAR (Version of the detailed capacity list), EX_UDAT (File name of EXCEL table for standard overview), EX_DDAT (File name of EXCEL table for detailed capacity list).. 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 CYEXPROF 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
EX_PFADPC path name PC_PATHCHAR66PC_PATHPCP
EX_INQQuery for file name in case of download? CY_EXINQCHAR1KREUZ
EX_DVARVersion of the detailed capacity list CY_LVARICHAR2CHAR2
EX_UDATFile name of EXCEL table for standard overview CY_EXUDATCHAR8PC_FNAME
EX_DDATFile name of EXCEL table for detailed capacity list CY_EXDDATCHAR8PC_FNAME
EX_VDATFile name of EXCEL table for variable overview CY_EXVDATCHAR8PC_FNAME
EX_OVERQuery before overwriting an existing file CY_EXOVERCHAR1KREUZ
EX_PAGESAP Character Set ID CPCODEPAGENUMC4Assigned to domainCPCODEPAGE
EX_DVAR1Profile for a list version PROFID_LISCHAR12Assigned to domainPROFID_LIS
EX_TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB

Key field Non-key field



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

As CYEXPROF 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 CYEXPROF as there is no data to select.

How to access SAP table CYEXPROF

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