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

Problem in Transaction Variant - hide screen

Former Member
0 Likes
797

Hi All,

Iam creating a transaction variant for the tcode IE02.

There are 4 tabs in which i need the first tab( say A ) to be hidden completely so that the second tab ( say B)gets displayed as the first tab. I have hidden the tab A and the fields in that tab.

When I execute the transaction variant,Iam able to see a blank screen under the B tab.

When I go to some other tab and come back again to B tab, Iam able to see the fields in the B tab.

Can anyone tell me why is it showing a blank screen as the first display? I should be able to see the corresponding fields in the B tab in the first hit.

Thanks in advance.

Guru.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
660

Hi Guru,

I hope in the PAI section of that transaction you need to do the coding for PAI of TAB B is clicked. So that all the fields of that TAB will be activated.

In your case first it is blank and when you are doing it second time, automatically PAI of TAB B is satisfied and you are able to see the fields of TAB B.

Hope this is helpful.

Regards

Sravan

Hi All,

Iam creating a transaction variant for the tcode IE02.

There are 4 tabs in which i need the first tab( say A ) to be hidden completely so that the second tab ( say B)gets displayed as the first tab. I have hidden the tab A and the fields in that tab.

When I execute the transaction variant,Iam able to see a blank screen under the B tab.

When I go to some other tab and come back again to B tab, Iam able to see the fields in the B tab.

Can anyone tell me why is it showing a blank screen as the first display? I should be able to see the corresponding fields in the B tab in the first hit.

Thanks in advance.

Guru.

3 REPLIES 3
Read only

Former Member
0 Likes
661

Hi Guru,

I hope in the PAI section of that transaction you need to do the coding for PAI of TAB B is clicked. So that all the fields of that TAB will be activated.

In your case first it is blank and when you are doing it second time, automatically PAI of TAB B is satisfied and you are able to see the fields of TAB B.

Hope this is helpful.

Regards

Sravan

Read only

Former Member
0 Likes
660

Solved.

Read only

0 Likes
660

Hi, could you tell me how you resolve that problem, i've the same problem with CV02n.

Thanks in advance!