on 2005 Aug 02 6:31 PM
Hi Friends,
I have got a requirement to determine condition types based on certain conditions through exits in VF01. The sceanrio is something like this...
For each line item from a delivery document i got to determine condition types by cross-checking a z table. I tried using Subroutine exit 'USER_FILL_VBRK_VBRP'. What happens here is that if we have 2 line items, the user exit populates the condition types for the first line item and the second line item remains unchanged. I guess we have a sequence problem here.. Correct me if iam wrong. The condition types in standard program is determined by a function module by name 'Pricing_Copy' which executes after this subroutine exit.
Do we have any other exits where i can code so that the condition types are in place.
Prompt replies would be rewarded.
Regards,
Tamilarasan.
Request clarification before answering.
hi
I think u got to write your code into save document user exit, and it takes care of all the line items here.
will investigate more and let u know abt it...
Thanks
Balu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.