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

VA01 Screen

Former Member
0 Likes
487

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
Read only

Former Member
0 Likes
454

use screen variant tcode SHD0(zero)

Read only

Former Member
0 Likes
454

Hi,

Create a transactional Variant using t code SHD0.

Create your customized screen.

Call the screen in the transaction itself.

Read only

Former Member
0 Likes
454

Thanks