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

CNEX0006 subscreen problem

Former Member
0 Likes
917

Hi,

I have implemented CNEX0006 enhancement to get new custom subscreen in CJ20N Transaction and added the fields also.When i am trying to change the status of the screen from CHANGE to DISPLAY these fields are in INPUT ENABLED mode only.

I wrote the bellow code to modify the screen in PBO and also tried by writing same logic in EXIT_SAPLCJWB_002 exit but still not working .Kindly guide me to solve my problem.

IF SY-UCOMM = 'TOGGLE'.

LOOP AT SCREEN.

IF SCREEN-NAME = 'PROJ-ZAWARDED'.

IF SCREEN-INPUT = 1.

SCREEN-INPUT = 0.

MODIFY SCREEN.

ENDIF.

ENDIF.

ENDLOOP.

ENDIF.

regards,

padmaja.

Hi,

I have implemented CNEX0006 enhancement to get new custom subscreen in CJ20N Transaction and added the fields also.When i am trying to change the status of the screen from CHANGE to DISPLAY these fields are in INPUT ENABLED mode only.

I wrote the bellow code to modify the screen in PBO and also tried by writing same logic in EXIT_SAPLCJWB_002 exit but still not working .Kindly guide me to solve my problem.

IF SY-UCOMM = 'TOGGLE'.

LOOP AT SCREEN.

IF SCREEN-NAME = 'PROJ-ZAWARDED'.

IF SCREEN-INPUT = 1.

SCREEN-INPUT = 0.

MODIFY SCREEN.

ENDIF.

ENDIF.

ENDLOOP.

ENDIF.

regards,

padmaja.

3 REPLIES 3
Read only

Former Member
0 Likes
759

Also make sure you are maintaing the same screen group setting for the new fields added. You check for any standard screen field and check all the 4 groups maintained, try to maintain the same group values for your new field as well.

Note : Generally the 4th group is different for each fields as they are specific to fields.

Regards

Ranganath

Read only

0 Likes
759

hi,

I have done the above screen enhancement in CJ20N after that I tried to create a wbs element but the system is throughing the message

"Update was terminated" .kindly guide me to solve the problem because i searched in sdn but i could not come to one conclusion.

regards,

padmaja.

Read only

0 Likes
759

hi,

I am not able to change the text of tab CUST.ENHANCEMENT (implemented tab)to my required title.

How to fulfill the this requirement.

regards,

padmaja.