Application Development 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: 

Tcode:VA32,suppresing dialog

Former Member
0 Kudos

Guy's

we have a requriment,when we go for Tcode:va32

,it pop up information box ,and requriment is

to suppress that information from appearing,

i found where exactly is the code

Include:LV45FFUV

MESSAGE I105(V1) WITH VBUV_TAB-TBNAM

VBUV_TAB-FDNAM

VBUV_TAB-FEHGR.

now problem is this is standard include

,i want to know is there any user-exit to suppress

such information form appearing,if so ,i need code

to suppress such information from appearing

5 REPLIES 5

Former Member
0 Kudos

Sanju,

I don't think using USER EXIT you can suppress standard INFORMATION messages.

Try the config route.

Regards,

Ravi

Former Member
0 Kudos

It is not possible to do it either way. If you enter into this code, and hit that condition, you will get that message. Either you have to stop it from hitting the condition or the entire include itself, but I don't see that as a possiblity. Why do you want to suppress that? Is it annoying the users?

0 Kudos

yes ,it's problem for user's,since message is within

loop

0 Kudos

Sanju,

The only way I can see, you have to debug and find out on what condition this message is being triggered. If the condition is based on the data entered by the user, then probably the users have to be educated about the same.

By the way what is the message that is being shown?

Regards,

Ravi

0 Kudos

OK Sanju, now as I look at it, I see where it is coming from or why it is coming.

Check with your function configuration specialists regarding incompletion procedures. I think there is something wrong with the way the incompletion procedure is defined and assigned to the sales document.