cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CL_FDT_XL_SPREADSHEET creating two addition sheets by default

Keerthanakg
Advisor
Advisor
0 Likes
1,292

Hi All,

I'm using CL_FDT_XL_SPREADSHEET =>IF_FDT_DOC_SPREADSHEET~CREATE_DOCUMENT to create an excel. By default its creating 2 extra sheets with the name Input Help and Column Alias Mapping.

Kindly let me know how can i stop this sheets from creating.

PS. I have given all the available iv_call_type  and still its appearing

Accepted Solutions (0)

Answers (1)

Answers (1)

attila_laczko
Explorer

Hi  Keerthanakg ,

actually, you can't stop the creating of the two extra sheets, because that is the scope of the method and actually, according to the package concept, you are not allowed to simply use this class.

This class is part of the BRFplus Framework and it serves a clearly purpose.

For your task I would be suggest taking a look at abap2xlsx · GitHub.

Best Regards

Attila