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

Will BAPI_RESERVATION CREATE1 also add the component

Former Member
0 Likes
492

I need to create a reservation (in table RESB) as well as add the material to the component list in the activity within a network (CN22) when I do that.

Does anyone know if I can use BAPI_RESERVATION_CREATE1 for this?

I am on version 4.6.

Thanks

Fred

3 REPLIES 3
Read only

Former Member
0 Likes
420

Either this functionality is not part of BAPI_RESERVATION CREATE1 or I am not phrasing my question right.

How about if anyone knows how to add a COMPONENT to a NETWORK? I am looking for a function module or a BAPI in 4.6c. The T-code equivalent is CN22.

Thanks for any help!

Fred

Read only

Former Member
0 Likes
420

Hi,

You can use this BAPI to create individual reservations,

To find a BAPI to add component in network, then look at the transaction code BAPI to fin da BAPI

Regards

Sudheer

Read only

0 Likes
420

Hi Sudheer,

Thanks for your response.

I already did that and could not find any.