‎2007 Jun 16 2:58 PM
Hi,
From java application we are passing quantity field (parameters) to bapi goods mvt create . we have applied all right justified , mulitiplying options but unable to post a document. they are using string datatype & we r using the quant ..we have tried with all options with string datatype it is accepting at our end but from java side when they are passing Func. module is not accepting...any clue on it..any fm
Thanks & Regards
Gaurav Saxena
‎2007 Jun 16 3:16 PM
Hi,
In SAP ABAP the quantity field is not of character or string type.It is of QUAN type.
The domain of quantity field is QUAN,so I think because of the data type mismatch,you are getting the error.
Thanks,
Sandeep.
‎2007 Jun 17 10:50 AM
Yes U r right but I had made it string datatype and then right alligned and then again pass it to quantity field it is accepting at our end but failing while java application execution. it is giving the error " Maintain serial number for total quantity " that means it is taking some more quantity instead of 1 ( while passing i serial no.) something like 10,100.... so any suggestion..