‎2007 May 24 2:56 AM
Hi,
can anyone tell me how to find out userexit using the include name.
very urgent...
Regards,
Amal
‎2007 May 24 2:59 AM
you need keep break point and execute your application transaction..
if it is triggering at the point and then we can write the code ..
let me tell you one example :
i want keep one validation in sales order when user click on save.
you can look at mv45afzz and within include you will form routine start with save_data.
Reward Points if it is useful
Thanks
Seshu
‎2007 May 24 3:05 AM
the include is LGUMDF13 and the tcode is GA35.
how to find the corresponding userexit.
‎2007 May 24 3:16 AM
keep the break point in form routine one by one and execute the Transaction.
now you will able understand where to write.
Reward Points if it is helpful
Thanks
Seshu
‎2007 May 24 10:33 AM
hi,
the include you have mentioned does not belong to the program for GA35.
the <b>program for GA35 transaction is SAPMKGA2</b>.
which has many includes out of which one is reserved for exits.
the include for the exits is <b>MKGA2F30</b>.
this include has many form user exits. compare the functionality of the user exit with your requirement and select the appropriate one and write your code there.