cancel
Showing results for 
Search instead for 
Did you mean: 

Copying Qty from contract to order...facing problems...

Former Member
0 Kudos

Hi,

1. Im creating orders(O) wrt to Qty Contract(C).

When I create C -> O1 & C-> O2. The cumulative qty of orders(O1, O2) exceeding that of C. But system is allowing it with just warning. I want to issue error so that users should not create orders(exceeding qty from same contract).

I checked all settings of copy control from CQ ->OR, but nothing is working out!!! Pls help on how to do it?

2. Same issue when creating contract from another contract (in another scenerio)

C1 -> C2. Here also system is accepting when C2 qty exceeds C1 qty. Pls help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

This is a standerd sap bag. If your using IS or mySap then they enhanced that.

But still ask some abap er to make it an error

Cheers

S

jpfriends079
Active Contributor
0 Kudos

For this you have to take assistance of an ABAPer in your team.

As per my knowledge, the message number for your case is V1 501.

For changing the message status of the message.

Message Status Change

- Go to SE91, input V1 in Message Class and 501 in Number and execute

- Block the said message and press CTRL + SHIFT + F3 form your keyboard

- Select Programs and click on green tick

- Place your mouse on white box of left side and again press CTRL + SHIFT + F3 form your keyboard

- Do repeat the third and fourth points thrice

- Double click on the Description

- Finally, take the assistance of ABABer and check the code

Or

Kindly refer following SAP Notes:

Note 122691 - Message when exceeding the release quantity

Note 182782 - No messages when quantity changed

Thanks & Regards

JP