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: 

Update Pricing in VF02

Former Member
0 Kudos

I followed these 5 steps

1. Enter billing Doc in VF02

2. Select an Item

3. Click Item Pricing Condition

4. Click Update button

5. Choose Carry out new pricing

After this, I found some of the condition types missing in the billing document. where Can I find the code for this deletion of records. I went thro debugging but its taking lot of time as standard program is involved.

Please suggest a way forward.

Thanks

Tharani

5 REPLIES 5

Former Member
0 Kudos

Hi,

Check any of the exits are implemented. Place a break point in one exit and proceed form there.

To know the exits for VF02...

goto se80, goto VF package and click on function groups in that and chk for function groups starting with X.

Sreedhar

0 Kudos

Hi Sreedhar

How to select VF Package in SE80?

Thanks

Tharani

0 Kudos

Hi Tharani,

In Transaction SE80> Edit Object> Development Coordination> Package> Enter Package

0 Kudos

Hi Lanka

After Edit object. I m not getting Development Coordination. Please let me know ow to go to that

Thanks

Tharani

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Tharani!

I guess these conditions are simply not any longer valid.

Maybe they were added manually in original document, or the conditions itself were deleted, or the time period ended and you have now a different pricing date.

It's also possible, that you need special field values (customer specific enhancements), which are filled in sales order user-exit, but not in billing user-exit (because of condition copying).

Just have a look at analysis after your re-pricing. Have a look at the conditions, which you are missing and check, why the selects for the access levels weren't done / not successful (and maybe compare with situation before re-pricing). There is no need for checking the condition deletion - as long as you haven't modifying this, it will be correct.

Regards,

Christian