cancel
Showing results for 
Search instead for 
Did you mean: 

Price approval

Former Member
0 Kudos

Dear Experts,

I have a requirement where i will copy quotation to SO. But in SO if condition price is chagned (lets say 300 to 400) then it should go into Block.

i understand this can be achieved via item level status profile.

at the same time price is put back to same as 300 then block should go off.

Could you please suggest if you have any idea as how to achieve it?.

Regards,

Siva

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Closed

former_member183879
Active Contributor
0 Kudos

Hi,

As you have mentioned, it can be enabled by Status profile of the items. In this case, you have to enable a specific statuswhen there is specific status and that status should not allow any other further transaction.

However, once you change the value to the correct value, you should manually set the status to some other status. This has to be manuallydone. You can try if that can also be automated by inserting some code in the user exit.

Other way is anyway to enable this by development. Here in USEREXIT_DOCUMENT_SAVE_PREPARE, you can mention that if the price is different from the quotation, then a billing block can be inserted, so that the specific item cannot be billed.

You can check and do one of these.

Former Member
0 Kudos

Hi

Thank you for that. I will proceed furhter with the same idea that we shared.

Could you please tell me the ABAPer can know the quotation number for that particular So that is created to check the price in quotation. is there any tab which has quotatiojn no. that was referenced.

Regards

Siva

Former Member
0 Kudos

Hi Navneetha,

i could get that in VBAK. Thanks and closing this.

Regards,

Siva