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

Create sales order program giving Error message

Former Member
0 Likes
647

HI!

I have a custom BAPI program for create sales order which is giving out error only in QAT enviornment and working fine in all the other enviornment. The program has a selection screen and when thats filled and executed it gives us an output will teh contract orders in output , wherein we select any one or many lines in the output and click on a create sales order tab which creates the order.

Whenever I do this is QAT it gives a strange message and dosent create the order . The message is as follows.

green button S 00 344 0040021672 No batch input data for screen SAPLV45T 0101.

I dont know why its giving a success messge and still it dosent create teh sales order .

COuld anyone please help out please.

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
599

There may be some configuration mismatch (like changes in screen layout) in your QAT.

Regards

Vinod

Read only

0 Likes
599

I believe its teh same , but if there is some chnages , how would it be possible to find that?

Thanks

Read only

0 Likes
599

Are you using a BDC program for creating sales order? The message shows error similar to BDC program (No Batch INput for screen).

Regards

Vinod

Read only

vinod_vemuru2
Active Contributor
0 Likes
599

Hi,

This is not success message. This shows as status message in green. But comes when there is no screen data provided in the BDC. It looks like there is a BDC called in some user exit of the sales order creation program.

While executing the program, enter into debug mode. Now from menu, break point, at statement, keep break point at statement CALL TRANSACTION and execute. If there is any BDC, control will stop there. Now enter into all screen display mode in the BDC and see where is the problem.

Thanks,

Vinod.