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

SD_SALESDOCUMENT_CREATE

former_member445996
Participant
0 Likes
543

Hi All,

I am trying to create Sales Contracts using Function Module SD_SALESDOCUMENT_CREATE. I need to enter the Net Price of each line item but I don't see any fields provided in any of the structures in the table parameters of the FM module. Does anyone know which structure and field is used to enter the Net Price of the items?

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
476

Hi,

The net price is determined by the pricing conditions..

Pass the pricing conditions in the parameter

SALES_CONDITIONS_IN

Thanks,

Naren

2 REPLIES 2
Read only

Former Member
0 Likes
477

Hi,

The net price is determined by the pricing conditions..

Pass the pricing conditions in the parameter

SALES_CONDITIONS_IN

Thanks,

Naren

Read only

venkata_ramisetti
Active Contributor
0 Likes
476

Hi,

I think you can specify in the table SALES_CONDITIONS_IN.

Thanks

ramakrishna