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: 

co11n user exit

Former Member
0 Kudos

HELLO GURUS,

I want to restrict one storage location to a particular plant to consume raw material.

In CO11N after entering the orderno then pressing the good movements i moved to next screen showing goods movement.

here the plant and storage location are present.

to avoid backward inventary i want to restrict for a plant i should restrict only one storage location to consume materials.

for this purpose i want to write user exit.

i tried via zuserexit pgm . it showed me some 6 userexits. for my constrain the userexit won,t fire on that exits.

so plz help me to do the same.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Use Field Exit for this screen and do the required validation in this routine. To avoid validation by hard coding it will be better if values of Storage location for given plant are stored in Z-table.

Hope this will help to meet your requirements.

Reward if this is helpful.

Former Member
0 Kudos

try with badi's search on workorder ( like WORKORDER_GOODSMVT ) ,check and let me know the status .

regards

Prabhu