Creating Online Shop

After a steep learning curve, and help from the forum, I have
my clients new site up:
www.entwyne.com
Next step is to fill the product pages.... I need to create
an online shop...
The hard part is making it so my client can update, ad new
products and include a Paypal button.
I want to do something simple like this:
http://www.mariecristine.com/?&mp=Default&class=inventory&id=SP71&cid=SP1035
Anybody know of some easy online tutorials?
Or a little program that takes the pain out of it?
I have explored
http://www.plogger.org/ ... and
Photoshops automate web photo gallery.
Not sure they are quite right for the job.

Hello,
The page you showed as an example of what you want to do is
simple in layout
only.
What makes it work is very complex.
It involves Server Side Language and a database. Essentially,
an
application.
There is also a "back end", which is the administration part
of the website
where the client can add new products or photos, edit
descriptions or
prices, delete products, add stock, control shipping charges
and so on.
Take a look at webassist.com (their eCommerce suite) or
Cartweaver.com for a
solution..
Check out Cartweaver's demo of the admin section for an
example of what your
client would need to update and maintain the store.
Click around through the menu.
http://www.cartweaver.com/demos/php/basic/cw3/Admin/
Essentially, all the forms are for the client to add to or
edit things in
the database. Server Side Language defines how this works.
To go back to the public side of the site,
You need the list of products to show so people can click on
one to get a
"details" page with a bigger photo, more information, an add
to cart button
and so on.
Briefly, VERY briefly, this is one way things happen:
There is a menu list of products for sale on the home page of
the site.
This list comes from the database. It's in the database as
the client used
the admin section of the site to define what products he or
she has.
A Server Side Language (SSL) takes the information from the
database, and
"draws" the menu on the page.
So, one of the products is rings.
You click on "rings", in the menu and a "product page"
displays.
Again, the information on the products page comes from the
database.
Your client used the admin section of the site to enter all
of the ring
types into the database and to add photos.
Now, when this page opens, the fact that you picked rings
defines how this
page is built dynamically.
(There is not a separate page for all products..that would be
insanely
manual if there were a lot of products.)
The SSL pulls all the ring names and short descriptions out
of the database,
and builds a table on the page big enough to hold
the number of rings. It inserts the link to each ring's image
into each
cell, so the image will display on the page.
It then adds a link to each cell, so the user can click on
that and get more
details about the ring.
Now, you click on a certain ring.
A "details" page opens.
Information about this specific ring is gathered from the
database and drawn
onto the details page.
A bigger picture, a long description, an add to cart
button.....
Again, there is not a different page for each product. There
is 1 details
page, and the SSL creates the page dynamically (on the fly)
based on which
product someone wanted more info on.
Lastly, you want this ring.
You click on the "Add to Cart" button.
A cart view opens showing what is in the cart.
This, too, is built by the SSL using the database.
You can proceed to checkout, or continue shopping and add
more things to the
cart.
It is complex.
Luckily, applications like Cartweaver and Webassist can do
most of the work
for you.
They build the admin section and all the dynamic pages.
You just "style" things to match your site.
You will need to get familiar with setting up a testing
server on your
computer, as you can't test SSL pages locally without one.
I know Cartweaver comes with great instructions on how to do
this.
I would assume WebAssist does as well, I've heard their
support is great.
Time to start reading!
Take care,
Tim
"Astro Boi" <[email protected]> wrote in
message
news:[email protected]...
> After a steep learning curve, and help from the forum, I
have my clients
> new
> site up:
> www.entwyne.com
>
> Next step is to fill the product pages.... I need to
create an online
> shop...
> The hard part is making it so my client can update, ad
new products and
> include a Paypal button.
> I want to do something simple like this:
>
http://www.mariecristine.com/?&mp=Default&class=inventory&id=SP71&cid=SP1035
>
> Anybody know of some easy online tutorials?
> Or a little program that takes the pain out of it?
>
> I have explored
http://www.plogger.org/ ... and
Photoshops automate web
> photo
> gallery.
> Not sure they are quite right for the job.
>
>
>

Similar Messages

  • Does dreamweaver have drag & drop templates for creating online shopping websites?

    Does dreamweaver have drag & drop templates for creating online shopping websites?

    How many products are you planning to sell?
    Do you need a lot of varying versions like colors, sizes etc. ?
    Paypal offers a very simple payment gateway, without your needing to get involved with learning server side Scripting and and databases. Their tech support is superb.
    https://www.paypal.com/us/webapps/mpp/accept-payments-online

  • How to create a shopping cart in JSP?

    I am creating an online product ordering system, How can i create a shopping cart in jsp? is there a way i can save a table containg itemcode, price, quantity in jsp? Can i save it using bean or session? please help me. thanks in advance.

    Hello,
    i want to create online shopping cart using html and JSP.
    At first i want to create 1html page where login ad logup optios are provided. After his login, a JSP page containing 3 links namly T-shirts,Jeanspat and Formals is displayed.
    After user select any of the link it must go to particular page.
    There, option of color, size is provided.
    And some 5 to 6 items are displayed with its pfxd prices.
    And in the same page a cart is provided. Whe the user selects(clicks) any item the same must display in cart.
    In the same page link to T-shirts,Jeanspat and Formals is displayed agaiT-shirts,Jeanspat and Formals is displayed agaiT-shirts,Jeanspat and Formals is privided again.
    next page must show the items selected. And finally it must show the "thank you" page stating that your delivary will be delivered to you within 24 hrs.
    Thanks in advance ,
    sameer

  • Online Shopping

    Does anyone know if Dreamweaver software can be used to
    create online shopping website please? or is there any other
    software package that will need to be bolted on top of dreamweaver
    to access the online shopping system? Has anyone done this before
    and what are all the pieces of software needed to acheive the full
    online shopping system please. I am a novice programmer

    www.Cartweaver.com is my shopping cart of choice. It includes
    a DW
    extension. Cost is $300 (I think) and can be implemented on
    an unlimited
    number of sites. It is very popular because it is
    full-featured and
    reasonable easy to implement for an experienced web
    designer/developer.
    Note the reference to "experienced". Newbies need not apply
    as it is far
    from drag & drop, point & click, etc., as is DW
    itself. You must understand
    HTML & CSS and how to properly construct a website.
    Walt
    "Trial Soccer" <[email protected]> wrote in
    message
    news:gc63td$ref$[email protected]..
    > Does anyone know if Dreamweaver software can be used to
    create online
    > shopping
    > website please? or is there any other software package
    that will need to
    > be
    > bolted on top of dreamweaver to access the online
    shopping system? Has
    > anyone
    > done this before and what are all the pieces of software
    needed to acheive
    > the
    > full online shopping system please. I am a novice
    programmer
    >

  • Creating separate online shop layouts for mobile

    Is there any way to create separate shop layouts (catalogue.html, small_product.html, large_product.html, etc) for use on a mobile site. I want to limit some of the information posted to the mobile site--e.g., eliminate custom tags used in large product page-- in addition to having the ability to specify different catalogs per row, for example, on the desktop version, I have my catalogs listed 3 across--on the mobile site, I want them listed 2 across. How do I go about specifying these differences in layouts, desktop versus mobile. What is the protocol for something like this?

    Hi Anne,
    You should be able to o this with custom templates and the {system_visitorDeviceClass} tag. If you want no coding at all, you should be able to do the following: Create templates for mobile in the same folder as the standard ones (root > Layouts > OnlineShop. Rename all of them to something like mobile_small_product / desktop_small_product
    Then you can just use any module by referencing the custom template as {module_product,63882,5450055,_top template="/Layouts/OnlineShop/{system_visitorDeviceClass}_small_product.tpl"
    Kind Regards,
    Alex

  • Online shop restrictions for handling restaurant takeaway orders

    Hi everyone. I'm wondering if any of you can help me out here. I'm still trying to work out a solution for my restaurant clients who want to be able to utilise online ordering via the BC e-commerce module. The trouble is, the following needs to be factored into the solution:
    Delivery area: a pop up or other type of message needs to be displayed when someone clicks one of the 'Add to cart' buttons for the first time. The message needs to display the delivery suburbs that the restaurant delivers to (so they are effectively restricting delivery to a select number of suburbs only).
    Delivery times: same as above – the aforementioned message needs to also display the delivery time options available to the orderer.
    Right sidebar – needs to display the cart as it is filled. It needs to be displayed on the same page.
    Minimum order amount: For home delivery orders, there would be a minimum order amount, but this would not be necessary for takeaway orders (where the purchaser picks the order up from the restaurant instead of having it delivered).
    For an example of what I am looking for see this site:
    http://www.menulog.com.au/order/kl_kitchen_restaurant#orderTakeaway
    We can get the online shop functioning easily enough, but I have no idea how to add the additional functionality mentioned above. Or how much it could cost to deliver such a solution.
    Any of you out there with good javascript and BC skills have any suggestions?
    Any help greatly appreciated.
    Cheers Fenwick

    - BC by Default does not restrict Suburbs based on distance or anything like that and will have to be done manually.
    - You will have to overide and update the addtocart javascript function to pre-launch something if you want to have that message show up.
    - BC Does not support any time based derlivery options. The only way you can do this is use the "Capture details" element of a product and have a modal window activate on the addTocart click which populates that hidden field with information such as the time. That, you will need to create based on current time and the derlivery time estimates for the company (how fast they can make it) etc.
    - The right sidebar of items can not be done out of the box (by default) by BC either and not easily using scripting, a high level of BC and javascript/jQuery. You will have to ajax in the items from the cart AND also overcome the BC dom killing scripts so it keeps updated and stays running.
    - You will need to do this with scripting also on the cart page.
    Costing to get this done - Quite high as there is will be only a select few with BC knowledge who will know how to do this porperly.

  • Customized products online shop with business catalyst

    Hello,
    I'd like to create an online shop with business catalyst ni which my clients would be able to customized my products with text and photos.
    Do you know any way of doing that? Of course, i'm looking for something not too expensive and working well.
    Some more details: on my products, i would need a fixed template with some info that should not be removable by clients (such as the weight), and i need to be able to pré-define areas on my products where customers can add text and others where they can upload a picture, resize it, zoom in and out, etc.
    Do you know any way to solve my problem?
    Thank you in advance
    Sylvain

    Can i just check with you that this is correct?
    Thanks
    /* View Type: Grid */
    .products-grid { width:100%; float:left; padding-top:15px;}
    .products-grid.last { border-bottom:0; }
    .products-grid .productSmall li { float:left; width:220px; padding: 0 10px 20px 0;
    Height:330px;}
    .products-grid .product-image { display:block; margin:0 0 5px; }
    .products-grid .product-name { font-weight:bold; font-size:13px; font-weight:bold; }
    .products-grid .product-name a{ color:#000!important; }
    .products-grid .availability { line-height:21px; }
    .products-grid .actions { font-size:11px; text-transform:uppercase;  }
    .products-grid .actions a { color:#3c7fa8;}
    .col2-left-layout .products-grid,
    .col2-right-layout .products-grid {margin:0 auto;  }
    .col1-layout .products-grid { margin:0 auto; }

  • Is it possible to customise the text within the drop down boxes. ie attributes in online shop

    Is it possible to customise the text colour and size within the drop down boxes. ie. in the drop down created for attributes in online shops
    In the drop down, the font is black and bigger than I'd like it. I want it grey. How can I customise the text inside these drop downs?

    Hi Liam,
    Please refer to this link: http://zahir.businesscatalyst.com/view-all/pom-pom-short#.UeZcwY1xTjY
    Should the class be applied to the actual tag within the 'Shop Product Large' customised layout?

  • Officejet 8600 missing parts of online shopping cart orders I receive

    My new networked Officejet 8600 is selectively printing parts of an online shopping cart whose orders I print out. The order shows perfectly in the 'preview screen" but certain parts of the order, such as the city, are blank spaces.
    Also, when testing other online pages, they  come out fine. Don't know what to do! Please help. The shopping cart company blames the printer. 

    I found and corrected the issue.
    A BADI Enhancement Spot ME_PROCESS_PO_CUST was implemented. The Method IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM was modified within this Implementation. The focus of this upodate was to Modify the ROUTE information within the SHIPPING information in the PO Update Process (PTV Internal Table within  ABAP SAPLMEPO). Unfortunately, the ultimate update of this internal table destroyed the UPDKZ indicator, which signifies when the EKPV record is to be created ('I') or updated ('U'). The update ultimately did not create the EKPV record.
    Once this METHOD and the above SAP Enhancement (MM06E005 - EXIT_SAPMM06E_012 - ZXM06U43) were corrected, an STO Modification (creation of a new Item) ALWAYS creates a Shipping Tab (EKPV record).

  • How to change the default delivery day when i create a shopping cart?

    hi,dear
    i got some trouble when i was creating a shopping cart.
    i want to change the default delivery day when i reference an old template.
    pls see the pictures and take the details.
    it seems that this forum dont support the [img][/img],so pls clike the link to open the picture.
    if you cant see the picture ,pls tell me,thank you
    step1:http://p13.freep.cn/p.aspx?u=v20_p13_p_0909111119338649_0.jpg
    step2:http://p13.freep.cn/p.aspx?u=v20_p13_p_0909111119432170_0.jpg
    step3:http://p13.freep.cn/p.aspx?u=v20_p13_p_0909111119557507_0.jpg
    step4:http://p13.freep.cn/p.aspx?u=v20_p13_p_0909111120079773_0.jpg
    Edited by: ming yu on Sep 11, 2009 5:22 AM

    Hello Ming,
    Have a look at following thread concerning BAdI BBP_CHANGE_DEFAULT:
    [Change the delivery date (Required on) of SC|Change the delivery date (Required on) of SC;
    You will have to check in which SC transaction you are in order to distinguish creation from reference to old template.
    Regards.
    Laurent.

  • I have installed 2010 microsoft office 2010 home and business version for my laptop,and i have installed lync 2013.Now i want create online lync meeting from outlook,but i am unable view that lync icon in outlook.Please give me the solution for this que

    I have installed 2010 Microsoft office 2010 home and business version for my laptop,and I have installed lync 2013.Now i want create online lync meeting from outlook,but i am unable view that lync icon in outlook.Please give me the solution for this issue.
    Regards
    Raghavendar

    Hi Raghavendar,
    Generally, when you install Lync 2013 in the computer with Office 2010, a Lync Meeting Add-in will be installed and enabled in Outlook 2010. Please follow these steps to check it:
    1. In Outlook, click the File tab, click Options, and then click
    Add-Ins.
    2. Please take one of the following actions:
    If the add-in is in the Inactive Application Add-ins list, follow these steps:
    a. In the Manage drop-down list at the bottom of the dialog box, click
    COM Add-ins, and then click Go.
    b. Click to select the check box next to the add-in, and then click OK.
    The New Online Meeting button should now be available in
    Calendar View, and the Online Meeting button should be available when you create a new calendar item.
    If the add-in is in the Disabled Application add-ins list, follow these steps:
    a. In the Manage drop-down list at the bottom of the dialog box, click
    Disabled Items, and then click Go.
    b. Select the add-in, and then click Enable.
    c. Restart Outlook, and then verify that the add-in is displayed in the
    Add-ins dialog box.
    The New Online Meeting button should now be available in
    Calendar View, and the Online Meeting button should now be available when you create a new calendar item.
    3. In Event Viewer, view the Application log to see whether an error was logged for Outlook, for Lync 2013, the Lync Meeting Add-in for Microsoft Office 2013.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Getting error while creating the Shopping cart.

    Hi ,
    I am getting error while creating the Shopping cart.
    a.Error in account assignment for item 1  (Item  Testing SC ) 
    b.Duplicates of Cost Centre T10063 are defined in SRM  (Item  Testing SC ) 
    Kindly provide the solutions.
    Thanks,
    Dev

    Try the following in the ERP backend system:
    Standard Hierarchy Inconsistencies
    Issue: one Cost Center is repeating in more than one node in Cost Center Standard Hierarchy.
    Update from SAP Global support, the following was the email received:
    in transaction KSH3 please run both the ambiguity and completeness check(Menu -> Extras -> Check and Help functions).
    If you think that your standard hierarchy is inconsistent you can check that as following:
    Run transaction Extras -> Hierarchy - Master data -> Test. The result shows you if there are in consistencies. If that is the case run also Extras -> Hierarchy - Master data -> Comparison.
    Alternatively, you can run the report 'RKCORRH1' (TN SE38).
    Run both the Hierarchy->Master data->test and the
    Hierarchy->Master data->comparison.
    As stated above inconsistency message showed after Test. Run the comparison and you get a similar message.
    Once the above two are run, again when you go to test, the inconsistency disappears.

  • Fatal Error encountered while creating a Shopping Cart.

    Hello people,
    Im an amateur ABAP/WDJ Developer, and i am facing a serious issue,i would be so glad if anyone can help me out with this.
    When i create a shopping cart on the portal, it goes all smooth until the checkout, when i click on checkout, it flashes an error...
    "Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Incorrect encoded sequence detected at character (hex) 0xa0, (bin) 10100000. Check whether the input parsed contains correctly encoded characters. Encoding used is: 'utf-8'(:main:, row:2, col:59)Exception"
    I have tried taking traces and have have gone through the FMs that are called from the SRM, but with no luck.
    Can anyone please help me out with this?
    -Regards

    Raghav
    Did you get this issue resolved.  We're having a similar problem.  When the data is entered into the Shopping Cart Name field, it sometime has Hex "C2A0" which looks like the Unicode representation of the UTF-8 Non-Repeating Space character.   This is user entered data and my initial thought was that they were copying and pasting from a web site, but the user claims not.

  • Error is in example  "How to Create Online and Offline Forms in Web Dynpro"

    Hi,
    I am developing " How to Create Online and Offline Forms in Web Dynpro " in nwds 7.0. This is standard example which is available at sdn. but when i run it gives me error like "
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.NullPointerException
        at com.travelrequestapp.TravelRequestComView.wdDoInit(TravelRequestComView.java:97)
        at com.travelrequestapp.wdp.InternalTravelRequestComView.wdDoInit(InternalTravelRequestComView.java:133)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
        at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
        at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
        ... 34 more
    See full exception chain for details.
    System Environment
    Client
    Web Dynpro Client Type HTML Client
    User agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
    Version null
    DOM version null
    Client Type msie6
    Client Type Profile ie6
    ActiveX enabled
    Cookies enabled
    Frames enabled
    Java Applets enabled
    JavaScript enabled
    Tables enabled
    VB Script enabled
    Server
    Web Dynpro Runtime Vendor: SAP, build ID: 7.0009.20060804145649.0000 (release=645_VAL_REL, buildtime=2006-08-26:14:41:58[UTC], changelist=413534, host=pwdfm101), build date: Thu Feb 15 10:23:57 IST 2007
    J2EE Engine 7.00 patchlevel
    Java VM Java HotSpot(TM) Server VM, version:1.4.2_13-b06, vendor: Sun Microsystems Inc.
    Operating system Windows 2003, version: 5.2, architecture: x86
    Session & Other
    Session Locale en_US
    Time of Failure Mon Oct 29 12:13:24 IST 2007 (Java Time: 1193640204484)
    Web Dynpro Code Generation Infos
    local/TravelRequest
    SapDictionaryGenerationCore 7.0006.20051128142640.0000 (release=645_VAL_REL, buildtime=2006-01-14:14:59:42[UTC], changelist=378068, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates (unknown)
    SapGenerationFrameworkCore 7.0006.20050713144242.0000 (release=645_VAL_REL, buildtime=2006-01-14:14:48:59[UTC], changelist=357697, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 7.0006.20051128151834.0000 (release=645_VAL_REL, buildtime=2006-01-14:15:05:10[UTC], changelist=378108, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon 7.0006.20050929162929.0000 (release=645_VAL_REL, buildtime=2006-01-14:14:49:45[UTC], changelist=369752, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore 7.0006.20050929162929.0000 (release=645_VAL_REL, buildtime=2006-01-14:14:49:38[UTC], changelist=369752, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary 7.0006.20051128142655.0000 (release=645_VAL_REL, buildtime=2006-01-14:14:57:39[UTC], changelist=378069, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro 7.0006.20051128151854.0000 (release=645_VAL_REL, buildtime=2006-01-14:15:02:09[UTC], changelist=378109, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 7.0006.20060111154644.0000 (release=645_VAL_REL, buildtime=2006-01-14:15:18:33[UTC], changelist=384368, host=pwdfm101)
    SapWebDynproGenerationCore 7.0006.20051128151834.0000 (release=645_VAL_REL, buildtime=2006-01-14:15:05:21[UTC], changelist=378108, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates 7.0006.20060111154644.0000 (release=645_VAL_REL, buildtime=2006-01-14:15:18:33[UTC], changelist=384368, host=pwdfm101)
    sap.com/tcwddispwda
    No information available null
    sap.com/tcwdcorecomp
    No information available null
    Detailed Error Information
    Detailed Exception Chain
    java.lang.NullPointerException
         at com.travelrequestapp.TravelRequestComView.wdDoInit(TravelRequestComView.java:97)
         at com.travelrequestapp.wdp.InternalTravelRequestComView.wdDoInit(InternalTravelRequestComView.java:133)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.makeVisible(ViewManager.java:793)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.performNavigation(ViewManager.java:296)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:767)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:873)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:144)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    So please help me to correct this error .....
    Help will be rewarded.
    Regards,
    Gurprit Bhatia

    Hi Gurprit,
    A null value is being passed at runtime. Make sure that you enter values when filling in the form.
    Also check for the cardinality of the nodes being used. You can also initiliaze your value attributes as follows:
    In wdDoInit() method:
    wdContext.currentNodeAElement.setValueA("");
    Context is as follows:
    RootNode
      |____NodeA
            |_____ValueA
    Hope it helps.

  • Error while creating the shopping card  E BBP_PD  047 Venture 199330

    Hi,
    While creating the shopping cart and posting the invoice we are facing the error message like "E BBP_PD 047 Venture 199330 is not active". 
    This error is happening in production system but it's not giving any error in quality system.  Quality system is working fine.
    Kindly tell me any one what is the reason for this kind of error.
    Regards,
    Senthil.
    Points will be rewareded.

    Hi Senthil,
    It is custom error message. however what is venture 199330 - is it account data in your shopping card. check it up if what is venture ? hope that it is some thing on finacial term like fund center, cost centre. check it up with your business team.
    regards
    Muthu

Maybe you are looking for