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: 

badi/user exit for sales and purchase order

Former Member
0 Kudos

HI folks,

I have to export the value of order type to a memory id for create and change transaction of sales order and the purchase order, I serached a lot for badis in purchase order and created implementation for that, but it didnt work. Please help me out....

thanks in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Karthikey,

if ur trying to find the right BADI. i suggest u goto se24 and open class cl_exithandler

and put a break point on get_instance method. after this whenever u run any transaction system

stops at the method and u can get name of the BADI available at that instance

If this does not work check for MV*ZZ programs for sales order similiar for Purchase order

tc

sajimon chandran

3 REPLIES 3

Former Member
0 Kudos

Hi Kartikey

Can you explain your problem in detail?

Regards

Neha

0 Kudos

Hi,

As written I need to export the value of order type into a memory id at the moment below transactions are hit:

va01,va02, me21n, me22n.

for va01 first u need to enter the order type and then press enter...at this event I need to export its value,

for va02 the value of order is entered and then press enter,

similarly I have to export the purchase order type during execution of ME21n and ME22n.

I hope u will understand the problem better....If not please tell me

Former Member
0 Kudos

Karthikey,

if ur trying to find the right BADI. i suggest u goto se24 and open class cl_exithandler

and put a break point on get_instance method. after this whenever u run any transaction system

stops at the method and u can get name of the BADI available at that instance

If this does not work check for MV*ZZ programs for sales order similiar for Purchase order

tc

sajimon chandran