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

BAPI_RESERVATION_CREATE1

Former Member
0 Likes
4,491

Is it possible to create reservation for the activity which is in created status ? Am using the BAPI 'BAPI_RESERVATION_CREATE1'.

which is showing An error message in return variable .

( Error message returning from BAPI:

System status CRTD is active (NWA 1000000723 0010)

No instance of object type BUS2093 has been created. External reference: )

7 REPLIES 7
Read only

Arun_Prabhu_K
Active Contributor
0 Likes
2,380

Hello Saya.

What do you mean by activity?

Are you trying to create a reservation for order?

For production order, status should be Released (REL) in order to create reservation.

Regards.

Read only

0 Likes
2,380

Hai Arun ,

Actually am doing batch determination , for that am checking some conditions and creating an activity under a selected project and network.

After that am  trying to create a reservation using BAPI 'BAPI_RESERVATION_CREATE1'. while creating Am getting error in return table.

Note : Reservation is automatically creating in CJ20N where the status of the Activity is Created.

Warm regards,

Saya.

Read only

0 Likes
2,380

Thanks for letting me know the scenario.

Status has to be released for any action to take place with respect to the object under consideration.

Release it and try with the BAPI.

Regards.

Read only

Former Member
0 Likes
2,380

Hi Saya,

You have to set release the Order (Prod/Proc). Unless an order is released for production, Materials reservation for that particular order cannot takes place.

Regards,

Prashant

Read only

Former Member
0 Likes
2,380

Hi Saya ,

Just check this link if it helps you.

http://scn.sap.com/thread/3333473

With Regards,

Sudhir S

Read only

Former Member
0 Likes
2,380

My requirement is such a way that the activity should be in the same status.

if we are creating the reservation using the tcode MB21 it is allowing to create the reservation for the activity which is in created status. iam trying to implement the same in my program also.

Read only

0 Likes
2,380

Saya,

     I don't think that is possible.

     Can you show me how you had created reservation via MB21 for the network-activity?

Regards.