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

Screen exit problem in VA22

Former Member
0 Likes
652

Hi,

I am doing screen exit for t-code VA22.

GOTO>HEADER->ADDITINAL FUNCTIONS-->ADDITIONAL TAB B, I have created table control without using wizard in new tab which is besides ADDITIONAL TAB B.

I have put insert and delete button for the table control.

Now my problem is, when I am trying to insert a row in table control by pressing INSERT button, it is creating a row but screen control goes to ADDITIONAL TAB B information but screen control should be in new tab only.

How can i do it?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
572

Hi,

Looks like you have to use transaction VFBS and define proper screen control for navigation. Check this thread:

Regards,

Ramesh.

Hi,

I am doing screen exit for t-code VA22.

GOTO>HEADER->ADDITINAL FUNCTIONS-->ADDITIONAL TAB B, I have created table control without using wizard in new tab which is besides ADDITIONAL TAB B.

I have put insert and delete button for the table control.

Now my problem is, when I am trying to insert a row in table control by pressing INSERT button, it is creating a row but screen control goes to ADDITIONAL TAB B information but screen control should be in new tab only.

How can i do it?

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
573

Hi,

Looks like you have to use transaction VFBS and define proper screen control for navigation. Check this thread:

Regards,

Ramesh.

Read only

Former Member
0 Likes
572

hi,

Check the attributes of next screen in module pool.

Thanks,

AMS