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: 

Enhancement in CO11N in Goods Movement

suryasarathi_basu
Participant
0 Kudos

Hi Experts,

My client's requirement is for some particular materials in CO11N in goods movement screen the quantity field will be non editable and for all other materials it will be in editable mode. There is a badi for goods movement WORKORDER_GOODSMVT. Will this badi will work? Can any one suggest me or send me a sample code?

Rgds,

SURYA

6 REPLIES 6

Former Member
0 Kudos

Hi

I tried the BADI, the method gm_screen_line_check is useful, the problem here is when you come to this screen the material and qty fields are editable but once press enter the BADI will get triggered.

Try looking for other options also.

Also look enhancement point also.

  • LOOP AT SCREEN.

  • IF screen-name = 'COWB_COMP-ERFMG'.

*

  • screen-input = 0.

  • MODIFY SCREEN.

  • ENDIF.

*

  • ENDLOOP.

Shiva

0 Kudos

Hi Shiva H ,

I have applied the code in method gm_screen_line_check but it is not working. Even pressing enter it is not working. Can you suggest anything please?

Regards,

SURYA

suryasarathi_basu
Participant
0 Kudos

solved..

0 Kudos

Hi,

I have same requirement with you and don't know what to do.

Please advise.

0 Kudos

Hi ,

Can u help me on the same issue?

I am also facing the same problem?

Thanks.

0 Kudos

Hi have same requiremnt to desable fields in co11n and going to implement the same bodi so can u provide me detail how u have solved this.

Thanks in advance