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: 

DP90 : Cost not being picked by DP90

Former Member
0 Kudos

Hello everyone.

We have a Z program which calls a BDC for DP90 in background mode with certain service orders.

We are facing a very strange problem.

Most of the times sales orders created are fine with all the costs being picked from service orders.

But sometimes it doesn't pick up all the costs from service order, It randomly selects few cost and creates the sales order.

The cost elements which are not picked up in the wrong sales orders do reflect in the correct ones, meaning the configuration part is checked and works properly.

Can anyone please explain why all the cost elements are not picked up.

Mind you that this doesn't happen regularly but is quite rare.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

do you have the exit: AD010002 (EXIT_SAPLAD15_010) aktiv.

We use this.

Regards, Dieter

3 REPLIES 3

Former Member
0 Kudos

Hi,

do you have the exit: AD010002 (EXIT_SAPLAD15_010) aktiv.

We use this.

Regards, Dieter

0 Kudos

Thanks for the quick post Dieter.

I checked in our system.

The exit which you mentioned isn't active.

Can you give the piece of code you use in this exit and any other info.

I am also interested to know what kind of problem you faced.

Regards,

Aditya.

0 Kudos

Hi,

I want to generate billing based on cost spent on service in transaction DP90.

I tried with BDC, but in sales price view the labour, travel and materilas are coming under header

which have to be expanded like tree which is not working in BDC.

Is there any BAPI or FM which is for DP90 which i can use in my program.

Thanks

Sree