cancel
Showing results for 
Search instead for 
Did you mean: 

CFOLDERS - CFX_HISTORY table giving me problems in ABAP

Former Member
0 Kudos

We are going to use CFolders in our environment. I have an issue with the CFX_HISTORY table when I try and use it in a ABAP report. I get the following message when I try and include it in a ABAP program: "CFX_HISTORY" must be a flat structure. You cannot use internal tables, strings, references, or structures as components. -

When I try and include it in a ABAP program. Some of the other CFX_xxxx tables do not have any issues and they are defined the same way. Does any body have an idea why this message is caused and how to get around it. I wanted to use this table to generate a report.

Also, does anybody know of any standard reports for CFOLDERs that come from SAP that are useful? We are looking for reports that indicate who changed folders / documents and when with CFOLDERS.

Thanks a bunch!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I found my answer by making the following definition instead of a tables declaration.

data CFX_HISTORY type CFX_HISTORY.

Still would like to know of any CFOLDER reports that are good if anyone knows of some!