Application Development and Automation 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: 
Read only

Pricing Screen

Former Member
0 Likes
438

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?

1 ACCEPTED SOLUTION
Read only

christian_wohlfahrt
Active Contributor
0 Likes
348

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

1 REPLY 1
Read only

christian_wohlfahrt
Active Contributor
0 Likes
349

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