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...
Chandrakanth K
Feb 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
Masa2020
Oct 22, 2020Copper Contributor
Hello
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.
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.