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

urgent help !!

Former Member
0 Likes
444

Hi gurus,

I want some clarification from you guys..

We have a BAPI to create sales order

"BAPI_SALESORDER_CREATEFROMDAT2"

I have a Customer EXIT SAPLV09A_004..

How to know that this EXIT is triggered or not when I create a sales order using the above BAPI.

regards,

Nazeer

Hi gurus,

I want some clarification from you guys..

We have a BAPI to create sales order

"BAPI_SALESORDER_CREATEFROMDAT2"

I have a Customer EXIT SAPLV09A_004..

How to know that this EXIT is triggered or not when I create a sales order using the above BAPI.

regards,

Nazeer

3 REPLIES 3
Read only

Former Member
0 Likes
422

is it possible to put break point there?

Read only

Former Member
0 Likes
422

Hi Nazeer,

You could start with the required exit . Then by using the Where-Used-List try to find out if the exit is passed by your BAPI.

<b>Kindly award points if you found the reply helpful.

</b>

Cheers,

Chaitanya.

Read only

Vijay
Active Contributor
0 Likes
422

hi

just put a break point in exit and create sales order using bapi. if exit will be used it will stop at the break point.

regards

vijay

<b>

reward points if helpfull</b>