I want to use the exit EXIT_SAPMV45A_ 004 to disable the sales order quantity field when sales order status is completed.
Please tell me the transaction code that has this exit and the proces
--------------------------------------------------------
Go to transaction smod and u give the enhancement as V45A0003 and click the components option u will find the exit EXIT_SAPMV45A_ 004 . On double clicking it u can enter into it and write the coding which u need.
------------------------------------------------------
How about the project ??? ..... first go to CMOD , enter ZMYFATE_lol .....click create and then now go to assignment of enhancement and enter the enhancement name V45A0003 ....now click the components func key and then u will find the function modules . Now double click the func module it will take u to display of SE37 of that func mod and now u will find include program in the source code ...double click it and this will allow u to create the include and now first step code BREAK-POINT and then now activate the include-->fmod- ->CMOD project and then execute ur sales order transaction , this will stop u at this break-point . Now check the import,table & export parameter in debug and i hope u can now play by writing ur own logics inside ..