2011 Mar 04 7:11 AM
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.
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
2011 Mar 04 8:46 AM
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
2011 Mar 07 5:15 AM
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.
2011 Mar 07 5:52 AM
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.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |