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

how to create text using BAPI for sale order BAPI_SALESORDER_CREATEFROMDAT2

Former Member
0 Likes
1,201

Hi all,

Can you please explain me how to create SALES TEXT using BAPI (BAPI_SALESORDER_CREATEFROMDAT2)

what are the parameters i have to pass .

can any one please explain me how to do this if any example.

Regards,

Sudhakar Reddy A

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
640

Hi Vinod,

Thanks for the quick reply.

can you please tell me what are the parameters i need to pass in ORDER_TEXT

Do i need need to pass sales document number and item number .

how to pass sales document number and item number in that ORDER_TEXT.

can u please eloberate little bit .

Regards,

Sudhakar Reddy .A

3 REPLIES 3
Read only

Former Member
0 Likes
640

Hi,

Pass the data into structure ORDER_TEXT.

Regards

Vinod

Read only

Former Member
0 Likes
641

Hi Vinod,

Thanks for the quick reply.

can you please tell me what are the parameters i need to pass in ORDER_TEXT

Do i need need to pass sales document number and item number .

how to pass sales document number and item number in that ORDER_TEXT.

can u please eloberate little bit .

Regards,

Sudhakar Reddy .A

Read only

0 Likes
640

Hi,

If the Sales order number range is external pass the Order Number, otherwise leave it blank. Pass the Line item number if the Text id is related to Line item, otherwise pass '000000' as line item number. Pass Text Id (0001 for line item sales text), Language & Text data also.

Regards

Vinod