Forum Discussion
Chandrakanth K
Feb 05, 2020Copper Contributor
Download attachments from SAP FB03
Hello Group, I have created a code to extract attachments from SAP FB03 T-code. I am facing issue when I click on display attachment the excel attachment doesn't open until there is manual clic...
PascalKTeam
Feb 05, 2020Iron Contributor
Do you mean that you have to activate the macros first? If yes, this has to do with your macro security settings. You could try to set it to "enable all macros" WHICH I DON'T RECOMMEND.
- Chandrakanth KFeb 05, 2020Copper Contributor
PascalKTeam No...its not asking to enable macros. The attachment in SAP is excel. It dosent open until I manually click on VBA file.
Regards,
Chandrakanth.K
- Masa2020Oct 22, 2020Copper ContributorHello
I have experience of preparing similar macro. You use "doubleclick " to open and get the attachment.
How about "export" without opening the attachment? You can record the code to export in SAP function and use it in your macro as you may know.