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

Configuration in 'SD_SALESDOCUMENT_CREATE'

Former Member
0 Likes
891

Hi All,

I was trying to create a sales document using FM 'SD_SALESDOCUMENT_CREATE'.

I'm passing Header, Item and Configuration details in respective structures.

It is creating Header and Item data but Configuration data for item material is not created.

Can anyone tell me how to configure item material in above FM.

Thanks & Regards,

Rajesh

Hi All,

I was trying to create a sales document using FM 'SD_SALESDOCUMENT_CREATE'.

I'm passing Header, Item and Configuration details in respective structures.

It is creating Header and Item data but Configuration data for item material is not created.

Can anyone tell me how to configure item material in above FM.

Thanks & Regards,

Rajesh

2 REPLIES 2
Read only

Former Member
0 Likes
700

Rajesh,

check this note: 93091

It is having details about BAPI_SALESORDER* bapis in case you can use BAPI instead of the FM.

--

Reddy

Read only

0 Likes
700

ThankYou VVR,

Problem is solved....