Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hide First column from formatted excel

Former Member
0 Likes
815

Hello Folks,

I have used simple transformation ( Call Transformation ID ) for formatting excel by following flow

internal table->XML->Downloaded as XLS->Sent as attachment through mail.

excel is being sent successfull in required format but i need to hide first column which comes as Verion.

Could you please help me out.

Regards

Aradhya.J.M.

Hello Folks,

I have used simple transformation ( Call Transformation ID ) for formatting excel by following flow

internal table->XML->Downloaded as XLS->Sent as attachment through mail.

excel is being sent successfull in required format but i need to hide first column which comes as Verion.

Could you please help me out.

Regards

Aradhya.J.M.

3 REPLIES 3
Read only

Former Member
0 Likes
637

Hello Aradhya,

Before exporting to internal table, just change the structure and move the corresponding values expect the first column which is having the version.

Thanks

tamma

Read only

Former Member
0 Likes
637

Hi Aradhya,

Using OLE ABAP Code you can download XLS File and Hide 1st Column .

Regard's

Smruti

Read only

0 Likes
637

Hello Smruthi,

Thanks for your reply,

earlier i used OLE but  requiriment changed to run in background,so cant use OLE.

Regards

Aradhya.J.M.