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: 

Load PLND_SALES_QTY on WRF_PPW01 automatically

Former Member
0 Kudos

Hey gurus, how are you?

I've a transaction WRF_PPW01 that I can create a PROMOTION.

When I select a material on the "materials for promotion planning" tree and click on select to work area, I want to load the field Planned Qty ( WRF_PPW_PPDFIELDCATART_STY-WRF_PPW_PLND_SALES_QTY ) of the alv grid.

I'm loading this field with an enhancement at the end of the method ADD_ITEMS of the class CL_WRF_PPW_PPD_PROMO_ADAPTER and it's ok, it loads my quantity very well.

But when I save the Promotion and try to view it at the transaction again it's with no value...

Does anyone knows a way to load a value and persist this value well when saving the promotion? I debugged all the program, tried to load the value at XR_MEMENTO and too many other things and now my ideas are over...

Thank you very much guys!

1 REPLY 1

Former Member
0 Kudos

anybody?