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: 

VA01 Screen

Former Member
0 Kudos

Dear All,

I want to know how to supress the second screen in VA01, I am speaking of the one :

VA01->fill details->Press Enter->second screen.

I want to suppress this screen and call a custom pop up in its place, i.e

VA01->fill details->enter->custom pop up.

Please drop suggestions.

Regards,

Prosenjit.

3 REPLIES 3

Former Member
0 Kudos

use screen variant tcode SHD0(zero)

Former Member
0 Kudos

Hi,

Create a transactional Variant using t code SHD0.

Create your customized screen.

Call the screen in the transaction itself.

Former Member
0 Kudos

Thanks