‎2006 Jun 30 6:59 AM
Hi,
I am working on Custom transaction for creating Order as in VA01.
My requriement is to show Pricing subscreen for the selected line item with all the default conditions in it. It is to work in the similar way of VA01.
How can i use SAPLV69A program and subscreen?
‎2006 Jun 30 8:12 AM
Hi!
You should use SAP to do the pricing - re-programming would take you years. So a sales order simulate or sales order pricing simulate would be necessary.
To be able to show more details, you should export some temporary tables out of these BAPIs - maybe via user-exit, implicit enhancement or modification.
Then you should have enough information to call FM PRICING_SCREEN. Maybe you still need to fill some structures in addition 'manually' (table svbap?), but in general that's the way.
Usually there isn't enough money planned for such a task (pricing isn't so easy as it seems for someone not deep in the concepts), but I guess you still have to try. Good luck!
Regads,
Christian
‎2006 Jun 30 8:12 AM
Hi!
You should use SAP to do the pricing - re-programming would take you years. So a sales order simulate or sales order pricing simulate would be necessary.
To be able to show more details, you should export some temporary tables out of these BAPIs - maybe via user-exit, implicit enhancement or modification.
Then you should have enough information to call FM PRICING_SCREEN. Maybe you still need to fill some structures in addition 'manually' (table svbap?), but in general that's the way.
Usually there isn't enough money planned for such a task (pricing isn't so easy as it seems for someone not deep in the concepts), but I guess you still have to try. Good luck!
Regads,
Christian