Application Development 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: 

disabling fields in tcode co11n

santosh_kumar94
Participant
0 Kudos

dear experts,

         i have a requirement on badi or userexit in tcode co11n(enter time ticket for production order)

in co11n we have 6 activity fields. when we enter order. some activity field should be in disable mode.

for example : -

suppose , we have 6 activity field. when we enter order. 3 activity field should be in active mode other 3

activity shuold be in  disable mode how to achieve it.

is there any badi or userexit to do this ?

1 ACCEPTED SOLUTION

santosh_kumar94
Participant
0 Kudos

i did impicit enhancement for this. now it's working fine.

4 REPLIES 4

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Please, see these notes

SAP Note 367489 - Customer exits of confirmation

SAP Note 650224 - Composite SAP note: CO11N and process batch

SAP Note 406633 - No information messages from customer exit

SAP Note 208477 - Consulting: Process control in confirmation

Maybe you could implement enhancement CONFPP07, and create your own screen replacing the standard (using it as a template) and to hide the entries you don't want to see.

I hope this helps you

Regards

Eduardo

Former Member
0 Kudos

Did you check the relevancy of screen/transaction variant in for limiting standard screen or transaction?

BR

Ansumesh

Former Member
0 Kudos

Hi Santosh,

Refer document :

Transaction and Screen Variants for limiting Standard Transactions

and

Transaction and Screen Variants for specific User groups and adopting it in the standard Transaction...

With the help of Transaction and Screen variant you can achieve what you want.

Regards,

Sid

santosh_kumar94
Participant
0 Kudos

i did impicit enhancement for this. now it's working fine.