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

passing quantity field into RF Module

Former Member
0 Likes
397

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

2 REPLIES 2
Read only

Former Member
0 Likes
351

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.

Read only

0 Likes
351

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..