cancel
Showing results for 
Search instead for 
Did you mean: 

How to check pricing conditions in enhancement AD010001

Former Member
0 Kudos

Hi gurus,

We are carrying out a modification in DP90 with EXIT_SAPLAD15_001 and we need to read pricing communication structure KOMV.

The thing is that this EXIT only includes parameter I_VBPOS (VBAP-POSNR) but in order to check pricing conditions we need to enter structure KOMV.

Any idea how to achieve this?

Thanks,

VL

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use the order number (I_VBELN) to read VBAK to get VBAK-KNUMV.

Use the item number and KNUMV to read KONV (document conditions.)

Answers (2)

Answers (2)

Jelena
Active Contributor
0 Kudos

The SD user exits have already been well documented, as well as the programs / ways to identify the user exits, BADIs, etc. Google it.

P.S. It seems that you have 145 posts but 0 pts since 2009. One needs to contribute to the forum (or at least recognize others for help) to use the forum. I won't be surprised if soon no one will reply to your posts.

Former Member
0 Kudos

Thanks for your great help.

The paht provided worked fine but we now have an additional issue.

The EXIT we are using, which was EXIT_SAPLAD15_010 and not EXIT_SAPLAD15_001 as initially shown, is not getting triggered in DP90.

We are using EXIT_SAPLAD15_010 to manipulate the data selection from the sources so that dynamic items are only created for certain lines in COVP (we have source 0001 - actual costs, line items).

Any help would be really appreciated.

Best regards,

VL