cancel
Showing results for 
Search instead for 
Did you mean: 

DP90 from service order, and value contract (Resource related billling - DIP Profile)

former_member591546
Participant
0 Kudos

Hi all, I've this issue:

I have created a value contract with an only position, dummy service material (DIEN) via VA41. Then, I've created a service orden with IW31, related it with sales document (position 10 of mentioned value contract). I've did confirmations for several opertations from the order (an operation --> an activity type). In a zeta DIP profile I've link activity tipes with anothers DIEN material. This DIP profile is in orden.

I can create sales order with DP90, everything ok! But... value released has not been actualized in value contract...

I found this note, number 1176009, "Value contract FAQs", and say it:


Question: Does the value contract scenario support documents that were

created using resource-related billing (for example, DP90, DP91, DP..)?

Answer: No, this function is not supported in the standard system and

results in update terminations in the statistic.

Which is the solution?

Thanks on advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member591546
Participant
0 Kudos

Well, I think I find the solution. I did it with BADI BADI_SD_V46H0001, method EXIT_SAPLV46H_001, and this code:

METHOD if_ex_badi_sd_v46h0001~exit_saplv46h_001.
     c_vbapkom-wktnr = c_vbapkom-vgbel.
     c_vbapkom-wktps = c_vbapkom-vgpos.
ENDMETHOD.



I'm testing, but it's working.

Answers (0)