on 2021 Feb 22 8:37 AM
Hello SAP experts,
Please help me to solve the below issue:
I am facing the microsoft Excel error log for many times I am trying to upload file in One SAP standard program. Trying to figure out the solution I have cleared the clip board data and version history of excel. Some times the issue is solved and I am able to execute program but may time I am getting the above attached error, also the program is getting dumped sometimes. But when I am trying to upload same file copy from different location of local machine it works.
I am confused whether it is excel issue or SAP version issue.
Kindly suggest any solution if you have.
Many thanks in advance.
Bear Regards,
Harshal Jaiswal
Request clarification before answering.
What standard SAP program are you running? the above error is a Microsoft message, not a SAP error message.
If it is an unmodified standard SAP program and you are getting a dump please enter a SAP Incident to SAP Support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Once you cleared the clipboard, you could also remove the warning with
Application.DisplayAlerts = False
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's not an error, it's a warning.
In your program, do:
Maybe another possible solution is to set application.displayalerts = false before closing the workbook.
Find more information in stackoverflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
3 | |
3 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.