‎2010 Apr 08 8:20 PM
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.
‎2010 Apr 09 5:58 AM
There may be some configuration mismatch (like changes in screen layout) in your QAT.
Regards
Vinod
‎2010 Apr 09 5:35 PM
I believe its teh same , but if there is some chnages , how would it be possible to find that?
Thanks
‎2010 Apr 10 8:39 PM
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
‎2010 Apr 10 8:51 PM
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.