cancel
Showing results for 
Search instead for 
Did you mean: 

IP10 reservations with movement 961

Former Member
0 Kudos

Experts

By using transaction IP10 we create:

PM orders

Purchase requisitions

Reservation

Standard behavior creates reservation with movement 261. Now we need to modify this for some specific PM order types, these order must be created with moment 961 and the others with 261.

We need to get a Program and include which allow us to do this.

We will be very glad for your suggestions.

Regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

We know that. We are working with our abaper however we dont get an exit or any other where we can modify this. Anyone knows this ?

Regards

Jose

Former Member
0 Kudos

There are no user exits to accomplish this.I know its read from pooled table TCOKO, but am not sure of the exact point where this happens and would need to analyze the program.

Instead of changing the standard, why not write a simple program to change the reservation movement type from 261 to custom movement type using direct table update(RESB) and also inserting a change document with respect to this against the order? You can trigger this program instantaneously whenever a reservation is generated or at predetermined intervals or when material is added . Granted direct table updates shouldn't be done against SAP table,But in this case i am guessing it would be effective and a viable alternative as long as the Movement types (261 and custom ) are exactly similar in nature.Maybe you could try this and if it works keep this as a backup till you enhance the standard program.

Regards

Narasimhan

former_member187991
Active Contributor
0 Kudos

Hi

In standard the movment type 261 is common for maintenance order ,you cannot able to specify for each order type .Check with your technical team whether it is possible with user exit

regards

thyagarajan