cancel
Showing results for 
Search instead for 
Did you mean: 

Not able able to pass the AbstractList data to the RFC model object

Former Member
0 Kudos

I passing the multiple item object as an input parameter to the RFC model object, in the following lines of code will give the clear picture for u.

itemObj = new Zbapirfqitem();

itemObj.setItm_Number("10");

itemObj.setUpdateflag("D")

itemList = new Zbapirfqitem.Zbapirfqitem_List();

itemList.addZbapirfqitem(itemObj);

But in the help he is finally adding the "itemList" object to the output object . That i haven't able to follow, why he is asked to add itemList object to the output object.

Bcz i am going to insert the values in to the DB end. I just added that itemList object to the Input object. like

inputObj.setRfqNo("1123");

inputObj.setItem(itemList);

inputObj.execute();

But i am able execute the programe successfully. But in the bapi end, we are able to retrieve only the rfqNo, But the item no is not able to retrieve... Plz help me what is the problem

Accepted Solutions (0)

Answers (1)

Answers (1)

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hallo Vishal,

see . There I addressed a related issue.

Regards, Bertram