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

HELP NEEDED IN SCREEN EXIT

Former Member
0 Likes
675

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

3 REPLIES 3
Read only

shishupalreddy
Active Contributor
0 Likes
631

HI,

IF I_SCREEN_GROUP = 'Z1'. i think it should be Z1 without codes.

E_ADD_ON_ACTIVE = 'X'.

ENDIF.

HERE remove the codes for Z1

hpoe it will help you.

regads,

Read only

0 Likes
631

it will give error if i don't include z1 in quotes

any other suggestions...

Read only

0 Likes
631

Hi mahesh,

Please put a break point in IF condition & check the value stored in i_screen...

Please verify the project created in CMOD has been activated with all components.

Please reward according to the satisfaction.

regards

Prem