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 XD01

Former Member
0 Likes
327

hi,

i'm trying to add custom fields in XD01.. we have 6 tabs in the second screen in XD01.. it should come as 7th tab..

for this in the PREPARE MODIFICATION-FREE ENHANCEMENT OF CUSTOMER MASTER RECORD in SPRO, i have created one screen group 'Z1' and inside that screen group i have passed parameters NUMBER : 7, and FCODE : ZNEW

and i have implemented the method 'CHECK_ADD_ON_ACTIVE' in the badi 'CUSTOMER_ADD_DATA' writing the following code :

IF I_SCREEN_GROUP = 'Z1'.

E_ADD_ON_ACTIVE = 'X'.

ENDIF.

but in the second screen in XD01, i found that tab is not getting displayed.. wht could be the problem..

thanks

hi,

i'm trying to add custom fields in XD01.. we have 6 tabs in the second screen in XD01.. it should come as 7th tab..

for this in the PREPARE MODIFICATION-FREE ENHANCEMENT OF CUSTOMER MASTER RECORD in SPRO, i have created one screen group 'Z1' and inside that screen group i have passed parameters NUMBER : 7, and FCODE : ZNEW

and i have implemented the method 'CHECK_ADD_ON_ACTIVE' in the badi 'CUSTOMER_ADD_DATA' writing the following code :

IF I_SCREEN_GROUP = 'Z1'.

E_ADD_ON_ACTIVE = 'X'.

ENDIF.

but in the second screen in XD01, i found that tab is not getting displayed.. wht could be the problem..

thanks

1 REPLY 1
Read only

shishupalreddy
Active Contributor
0 Likes
295

HELLO ,

u CAN SEE THE tab GETTING DISPLAYED BUT NOT NT HE SECOND .

It will be getting displyed in the application tol bar besides SALESAREADATA tab .

check it