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 routine

Former Member
0 Likes
311

Hi! Gurus...

In a pricing procedure i want to copy the value of one condition type to another condition type.

Can I hardcode the condition type I want to copy from in my routine and put it against the 2nd condition type in ALT.CL.TYPE column or I have to use some structure fields to ahcieve this?

I need to write some ABAP code because I need to mark-up the 2nd pricing condition.

Please help me out.

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
268

If the values you are looking for is visible, you can absolutely harcode it. In fact, you will see lot of hard-coding in routines and user-exit because of lack of choice.

Raj