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 Requirement Routine

Former Member
0 Likes
1,006

Hello All,

*I have created a new pricing requirement this will trigger when ever a Qotation is created, this routine will trigger for every line item and structure KOMP has pricing values for each line item, but I am looking for a table which has all the line items so that i can link the lower level and higher level line items and look up the price for higher level line item when the routine is triggered for lower level line item,*Can any one suggest how can we do this....

Thansk

Hello All,

*I have created a new pricing requirement this will trigger when ever a Qotation is created, this routine will trigger for every line item and structure KOMP has pricing values for each line item, but I am looking for a table which has all the line items so that i can link the lower level and higher level line items and look up the price for higher level line item when the routine is triggered for lower level line item,*Can any one suggest how can we do this....

Thansk

5 REPLIES 5
Read only

former_member156446
Active Contributor
0 Likes
803

as you would be in the create mode, the order or item details will not be saved in Table... you might have to use a user exit in the conjunction with the routine... where you can export some data to memory and import that in routine..

Read only

0 Likes
803

Thanks, But is there any standard table in pricng which holds the item data in create mode where we can read the data using item number?

Read only

0 Likes
803

you can try looking at KOMK or KOMP strucutres.. ideally Kposn will be the item number of slaes Order

Read only

Former Member
0 Likes
803

Hello Friend,

The requirement you are aiming for is not possible through pricing routine...

you have to code in MV45...(check the include name pls)...there you will get one subroutine for item level price change...

if you track there you will have lower and higher level items together...

Thanks

Krish

Read only

denis_nakamoto
Participant
0 Likes
803

Good evening!

I made a requirement, that I get the field KOMP-KZWI4 and I put a value the condition before the requirement.

The requirement reads the value and set the SY-SUBRC = 4 as demand.

But the condition doesn't desappear in the pricing.

Has another place to set?

Best regards,

Denis