cancel
Showing results for 
Search instead for 
Did you mean: 

Upload CSV File to ISA basket

Former Member
0 Kudos

Hello,

I want to upload an CSV File into the ISA shopping card.

I have developed following steps for that:

BusinessObjectManager bom =

(BusinessObjectManager) itemSalesDoc.getBOM(

BusinessObjectManager.ISACORE_BOM);

Basket basket = bom.getBasket();

itemData = basket.createItem();

itemData.setProduct("P-4712");

...

itemList.add(itemData);

itemSalesDoc.setAttribute(MaintainBasketBaseAction.RK_ITEMS, itemList);

Aftr that the forward goes to the "addToBasket.do".

But ist didn´t works. I always get an error message.

Can anybody help me?

Kind regard Axel

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hello,

could you solve your requirements? .... we are looking for a solution to import items into the shopping card / web shop basket

Thank you

marco_sttzel
Explorer
0 Kudos

Pls extend informations about the error message and where exactly you entered the web application flow.

Former Member
0 Kudos

I SUPPOSE THESE QUESTION BELONG'S TO

java programming forum