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: 

Routines for Delivery Pricing (VOFM)

Former Member
0 Kudos
163

Hi,

We are writing a pricing routine to change condition values in delivery pricing. However no tables related to delivery line items appear during runtime. None of LIPS, XLIPS, etc. occur during the execution of the routine.

While similiar routines worked for Sales Order pricing (changing XKOMV-KBETR based on XVBAK, XVBAP values), it doesn't seem to work for delivery pricing.

Can someone suggest how to access delivery line items data during the creation of delivery.

Regards,

Murali

1 REPLY 1

Former Member
0 Kudos
59

Hi Murali,

You can use dynamic assign techniques to access the data which is not available in the routines.

Take a look at this weblog on how to access the data which is not available using dynamic assign.

/people/brad.williams/blog/2005/04/25/userexits--how-do-i-access-inaccessible-data

good luck

Cheers

VJ