on 2006 Apr 25 12:49 PM
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
hello,
could you solve your requirements? .... we are looking for a solution to import items into the shopping card / web shop basket
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Pls extend informations about the error message and where exactly you entered the web application flow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I SUPPOSE THESE QUESTION BELONG'S TO
java programming forum
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
63 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.