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: 

Transaction IW32 - EXIT - Order Position

Former Member
0 Kudos

Hi!,

I´m having a trouble with IW32 transaccion, I have to validate the order positions by position number, if the position number has permition to be modified, nothig happend but if it hasn´t permition i need to display an error message informing that u can´t modify the position, and then change the modified field by the old one.

I´m using the BADI: IW01_ORDER_BADI

METHOD: CHANGE_COSTRELEVNCY

In that method I can validate by position and I have in the Params The OLD and the NEW structure containing the position. My problem is that i cant set the vlaue in the screen, I need to replace the modified item in the screen by the old one and show the error message.

ok thats all, i hope u can understand the post, i´m an argentinian practicing english.

Bye Bye an thanx!!!

2 REPLIES 2

Former Member
0 Kudos

Try setting the parameter CV_SANKA of the method to 'X'.

Below is the methods documentation

You can use this method to automatically set or revoke the costing relevance of a component in a maintenance or service order.

<u>To do this, put an X in or remove it from the changing parameter CV_SANKA.</u>

-Kiran

Please mark useful answers

0 Kudos

I try this already but it doesn´t work I think that parameter its useless.

This is the mame in english of CV_SANKA Characteristic for calculation relevance.

Thanx anyway!!