cancel
Showing results for 
Search instead for 
Did you mean: 

technical objects in SD contract position

Former Member
0 Kudos

Hello,

we started to create servicecontracts in SD.

We add the Equipments as technical objects to the SD-contract position.

We need to check at the moment a technical object is entered if the ship-to-party of the equipment is the same as the ship-to-party of the contract. Which userexit or BADI could we use to realize such a custom check?

Thank you.

Kind regards

Manfred

Accepted Solutions (0)

Answers (1)

Answers (1)

Jelena
Active Contributor
0 Kudos

Google -> technical objects user exit. From the first page:

http://www.sapfans.com/forums/viewtopic.php?f=7&t=137564&start=0&st=0&sk=t&sd=a

I don't see anything in SMOD. To find a BADI, there is a well-know method you could use:

1) Go to the transaction SE37 to find function module.

2) Find for the function u2013 SXV_GET_CLIF_BY_NAME.

3) Put breakpoint there.

4) Now open a new session.

5) Go to your transaction..

6) At that time it will stop this function.

7) Double click on the function field u2013 EXIT_NAME or Name.

😎 That will give u name of the BADI that is provided for your transaction.

(I got this from a friend long time ago)