‎2005 Nov 16 10:49 AM
Hi all
i have a strange problem
it's occurs when i delete an sd document in va02.
the dump is DYNPRO_MSG_IN_HELP.
The situation is:
in the save_document_prepare the are some controlls. one sends an error message.
Now when I save the document, the message starts and I am not able to save the document.
Instead, if I try to delete the document, at the message the program dumps.
do Any one know why?
Bye
enzo
‎2005 Nov 16 10:57 AM
Hi,
I faced the same problem but for another transaction.
But the solution that I got was that's a GUI problem.
I installed the patch then It worked fine.
Or else if you search in the OSS notes you can get the resolution I think.
But otherwise this may be the problem.
SAP GUI problem...
Which SAP version are you using.
It may be because of the version of the SAP GUI.
‎2005 Nov 16 10:57 AM
Hi,
I faced the same problem but for another transaction.
But the solution that I got was that's a GUI problem.
I installed the patch then It worked fine.
Or else if you search in the OSS notes you can get the resolution I think.
But otherwise this may be the problem.
SAP GUI problem...
Which SAP version are you using.
It may be because of the version of the SAP GUI.
‎2005 Nov 16 2:05 PM
‎2005 Nov 16 4:52 PM
Can you please post the code in that user exit? I think that is where the problem is.
Srinivas
‎2005 Nov 16 5:21 PM
Hi There,
The obvious way to get out of this problem is to apply the required patch to your GUI.
Another reason for this problem to occur is that the transaction has a user exit that is designed to work for a logon with a specific language. This strange behaviour is predominant if the Production/QA/Development system's original language is Japanese, Chinese, Korean, Spanish,etc... and you are trying to logon with English language. If this is the case then log on with the specific language.
‎2005 Nov 17 4:56 PM
You marked this as answered, can you please post your solution so that others in a similar situation can benefit?
Thanks,
Srinivas
‎2005 Nov 17 5:11 PM
Well I find a trick.
I was not able to solve the dump,
but when I enter in the delete process the system fill the variable
ereigniswith 'DELETED', so at the beginning of save_document_prepare I put a
check ereigins ne 'DELETED'.so the user exit does not performed in delete process.
Regards
enzo
‎2005 Nov 17 5:34 PM
Thanks Enzo, though I would be still curious to see your original problem solved, but may be some other time.