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

sales order creation

Former Member
0 Likes
443

Hi

I want to create sales order using BAPI 'SD_SALESDOCUMENT_CREATE' . I have my data in table t_table1. When I am passing this as the parameter to BAPI , it is throwing me type conflict error , what so I suppose to do ?

Regards ,

Amit

Hi

I want to create sales order using BAPI 'SD_SALESDOCUMENT_CREATE' . I have my data in table t_table1. When I am passing this as the parameter to BAPI , it is throwing me type conflict error , what so I suppose to do ?

Regards ,

Amit

2 REPLIES 2
Read only

Former Member
0 Likes
424

Check the Internal Table type Declaration of your t_table1.

Read only

former_member242255
Active Contributor
0 Likes
424

>

> Hi

>

> I want to create sales order using BAPI 'SD_SALESDOCUMENT_CREATE' . I have my data in table t_table1. When I am passing this as the parameter to BAPI , it is throwing me type conflict error , what so I suppose to do ?

>

> Regards ,

> Amit

the table t_table1 that u are passing should be of the same type of the parameter that is defined in the BAPUI..pls check//