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

PS Project description when creating sales order using BAPI

Former Member
0 Likes
479

I am trying to create sales orders using BAPI_SALESORDER_CREATE_FROMDAT2.

Because of the material configuration in table TCN61 the material will trigger a project creation in the project system.

Now, in order to create a project, we must provide the project description.

I would like to ask you if anyone knows how to pass the project description in one of the BAPI parameters.

Thank you for your help.

2 REPLIES 2
Read only

Former Member
0 Likes
399

Hi,

In Items structure, BAPISDITM we have field CAMPAIGN for some project planning...i am not sure about your requirement...try using this...

Read only

0 Likes
399

Thank you Sreedhar for the answer.

I tried the CAMPAIGN field but did not work...

In fact, I am not able to find a field, in any of the of the tables, that could hold the project description (PROJ-POST1).

An entry is created in PROJ table when we manually create a sales order for materials specified in table TCN61.

Thanks.