Application Development and Automation 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: 
Read only

badi

Former Member
0 Likes
629

hi friends,

i have the interface name : IF_EX_ME_BSART_DET

or method name: BSART_DETERMINE.

How to find the exit name. this is for ME59 transaction.

hi friends,

i have the interface name : IF_EX_ME_BSART_DET

or method name: BSART_DETERMINE.

How to find the exit name. this is for ME59 transaction.

3 REPLIES 3
Read only

Former Member
0 Likes
549

Hi Kat k,

Basically every interface starts with (IF_EX_)

So, the required badi is ME_BSART_DET which satisfies

for Change document type for automatically generated POs.

You can go with the above BADI for your requirement.

Thanks,

Swamy Kunche

Read only

Former Member
0 Likes
549

hii...

to find for badi in a tcode..

search with the word CL_EXITHANDLER.

its the name of the service class for a badi..

reward if clear.

thanks....

Read only

Former Member
0 Likes
549

Hi ,

Basicall wen u create an BADI an interface is automatically generated for that BADI with the extension : IF_EX_

So the exit u r looking is a badi with the name ME_BSART_DET

I think its the same you are asking if not revert back to me.

Reward points if useful.

Thanks ,

Surya Pydikondala.