2007 May 17 4:17 PM
Hi ,
While creating Sales Order, when I enter Item number, material number and quantity and press enter. It creates sales Order and take the default Storage location as 'C101' without checking whether the storage location is not valid for that material or not.
Some times it checks the validity of the storage location.
I dont know why is it happening . Do I need to Write some code in the User exit? Please suggest .
Hi ,
While creating Sales Order, when I enter Item number, material number and quantity and press enter. It creates sales Order and take the default Storage location as 'C101' without checking whether the storage location is not valid for that material or not.
Some times it checks the validity of the storage location.
I dont know why is it happening . Do I need to Write some code in the User exit? Please suggest .
2007 May 17 4:20 PM
the configuration is done in such a way that it will validate the storage location for particular document types and it will bypass for some document types...
u can even write code in user exit if u want to validate all storage location data irrespective of the configuration.
2007 May 17 4:20 PM
write the code under MV45AFZZ
FORM USEREXIT_MOVE_FIELD_TO_VBAP.
VBAP-zzfield = xxxx-zzfield2.
ENDFORM.
Reward Points if it is helpful
Thanks
Seshu
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |