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 for sales order BAPI_SALESORDER_CREATEFROMDAT1

Former Member
0 Likes
823

can any one solve my probles which i am fasing in sales oredr creation usoing BAPI. i am getting the below error. can any one tell me where i did mistake? if any thing more is required please tell me?

E

VP

112

Please enter sold-to party or ship-to party

000000

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
697

Are you passing the ORDER_PARTNERS Table?

Also what partner functions you are using? Try using the internal notations: Sold-To = AG and Ship-To = WE

can any one solve my probles which i am fasing in sales oredr creation usoing BAPI. i am getting the below error. can any one tell me where i did mistake? if any thing more is required please tell me?

E

VP

112

Please enter sold-to party or ship-to party

000000

5 REPLIES 5
Read only

Former Member
0 Likes
698

Are you passing the ORDER_PARTNERS Table?

Also what partner functions you are using? Try using the internal notations: Sold-To = AG and Ship-To = WE

Read only

0 Likes
697

i used AG as partner role

even then its giving the same problen

Read only

Former Member
0 Likes
697

Hi,

Check Tcode VA01 whether SOLD-TO or SHIP-TO Party is mandatory.

In BAPI, fill ORDER_PARTNERS

PARTN_ROLE = WE (or SH in EN language, this can be passed if you have selected CONVERT_PARVW_AUART = 'X' in Import parameters)

AG is for SOLD TO PARTY (equivalent SP in EN)

PARTN_NUMB indicates either sold to party or ship to depending upon PARTN_ROLE you have passed.

Regards,

Mohaiyuddin

Read only

Former Member
0 Likes
697

hjghj

Read only

Former Member
0 Likes
697

Dear All,

I have faced the same issue, I have passed the partner number by using the following conversion routine then the error got solve.

CONVERSION_EXIT_ALPHA_INPUT

Cheers,

John.