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

DELETE SD DOCUMENT (VA02)- ILLEGAL MESSAGE

Former Member
0 Likes
1,560

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,137

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.

7 REPLIES 7
Read only

Former Member
0 Likes
1,138

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.

Read only

0 Likes
1,137

Hi,

I have a SAP_APPL 4.7 pack. SAPKH47024.

thanks

enzo

Read only

Former Member
0 Likes
1,137

Can you please post the code in that user exit? I think that is where the problem is.

Srinivas

Read only

Former Member
0 Likes
1,137

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.

Read only

0 Likes
1,137

You marked this as answered, can you please post your solution so that others in a similar situation can benefit?

Thanks,

Srinivas

Read only

0 Likes
1,137

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

ereignis

with '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

Read only

Former Member
0 Likes
1,137

Thanks Enzo, though I would be still curious to see your original problem solved, but may be some other time.