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: 

Validation of Quantity field in CO11N

pritam_baboo
Participant
0 Kudos

HI All,

I need to make the quantity field(cowb-comp-erfmg) set as null value by default in co11n tcode for a certain material.

I am trying this with BADI WORKORDER_GOODSMVT, but not able to change this value. Kindly let me know how to achieve this.

5 REPLIES 5

pritam_baboo
Participant
0 Kudos

This BADI does not trigger for goods movement screen in CO11N.

pritam_baboo
Participant
0 Kudos

In the goods movement screen of co11n I want the quantity field as 0 or null for a particular material only.

pritam_baboo
Participant
0 Kudos

I want to set a default value for the Quantity field in the Goods Movement screen in CO11N for a particular material. Anyone kindly let me know if this is possible and how to achieve this.

venkateswaran_k
Active Contributor
0 Kudos

Hi

Check this blog. There are some user exits which set defaults values

https://coldinfire.github.io/2020/PP_CO11N_Exit/

pritam_baboo
Participant
0 Kudos

This is not working .... If anyone has done this before, Kindly let me know.