Cash on Delivery not set when customer is created

Dear community members,
  When creating consumers in the Internet shop we want the field cash on delivery (COD) to be selected by default. We could not find a suitable BADI to use to change this field during creation.
  Any help ???

HI,
I think u need to pass the notification refrecence?
Regards,
Naresh

Similar Messages

  • Getting entry Order receipt/delivery not possible, credit customer blocked

    Hi Experts,
                         I am getting an entry 'Order receipt/delivery not possible, credit customer blocked' in Return table when trying to change schedule line order qty for particular vbeln through BAPI : BAPI_SALESORDER_CHANGE .  How can I change the qty field for particular sales order number. Also tell me the solution of this entry that I am getting in Return Table.
    Plz help me.
    Thanks and Regards,
    Deepak

    I'm guessing that this customer has a credit block. To verify this, go to transaction FD32 for the customer number (probably Sold-to party, but could be Payer or even Ship-to) and check 'Status' checkbox. On the status screen you'll see the checkbox Blocked. If it is checked, the customer is blocked for credit reasons and cannot receive any more goods. If it is just for testing purposes, you may remove the block.
    Technically this is not even an ABAP question. If you won't find the customer block, as described above, I'd suggest to ask in the SD forum. You might want to mention the message class and number there.

  • Workflows not triggered when documents are created in Doc Set via Content Organizer

    The following is my scenario:
    A document set (containing several documents) is created in Library A on Site A
    Using Send To, the Document Set is sent to the Drop Off Library on Site B (a different Site Collection)
    A Content Organizer rule then moves the Document Set and its documents to destination Library B
    In Library B I have defined a workflow (using Visual Studio 2012) that is triggered when new item is create
    When the Document Set arrives in Library B from the Drop Off library (i.e. when the Content Organizer moves the Doc Set to Library B), the workflow is triggered (and executes) on the Document Set, but it is NOT triggered on the documents within the Document
    Set.   How can I get the workflow to trigger on the documents within the set when they are created via the Content Organizer rule?
    The interesting thing is that if I manually add another document to the Document Set in Library B, the workflow is triggered on that document.  It just does not trigger when the documents are created via the Content Organizer.

    Hi,
    In edit Content Organizer rule page, I see there is an option as Automatically create a folder for each unique value of a property:
    However, unlike the drop down used in the property based filters above, this drop down *only* contains properties that are required by your content type. 
    This is done to prevent adding folders that have no values for a property. 
    If you need to put similar documents to the same folder, you could consider making use of this feature.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Getting error "Object variable or with block variable not set" when trying to open a FR report in studio

    Problem Description
    We are on FR 11.1.2.2.305 installed on AIX. a user is getting this error: "Object variable or with block variable not set" when trying to open a FR report from FR studio client installed on windows xp . Initialy, we thought it may be a FR client installion issue. We uninstalled and cleaned up registry and did a fresh installation of the client but the issue still persists. The FR server and the client are on the same version.
    The user is a LDAP user who is facing the issue. We have confirmed with other users and they dont have any issue accessing FR report from their own client but when they try to connect from the users machine who is having issues, the others users also see the above error. All the users are ldap users and all belong to same shared services groups so the provisiong is the same.
    Any input will be appreciated.
    Thanks

    OK, in this case of one single computer, please make sure that settings as per below KB document as in place and then validate the issue:
    Internet Explorer (IE7, IE8, IE9 and IE10) Recommended Settings for Oracle Hyperion Products (Doc ID 820892.1)
    The information in this document applies to the following Enterprise Performance Management products:
        Calculation Manager
        Data Relationship Management (DRM)
        Enterprise Performance Management Architect (EPMA)
        EPM Workspace
        Essbase Administration Services (EAS)
        Financial Data Quality Management (FDM)
        Financial Management (HFM)
        Financial Reporting
        Foundation Services
        Interactive Reporting
        Planning
        Shared Services
        Web Analysis
    Thanks!

  • CRMD_SHORTCUT modification is not possible when customizing not allowed cli

    CRMD_SHORTCUT modification is not possible when the client closed to
    customizing.
    How can we change the AUDIENCE TYPE and the AUDIENCE KEY of a saved
    search when the client is a productive and no changes allowed settings
    has been made?

    Hi, why don't you just make a navigation banner (bar) with the buttons they should be able to reach? Page group properties is where you decide the default navigation banner. So make a new banner for your users and set it as the default one.
    Kristin

  • Error: object variable or with block variable not set when creating journal

    Hello
    When I try to create a new journal, I get an error "object variable or with block variable not set"
    This is happening with some computers but not all of them, the same user can create a journal in some computers.
    I tried uninstalling and reinstalling BPC office client but that did not work.
    Do you have any other ideas ?
    Thank you in advance.

    Hi,
       You have to check first  if you are able to access the reporting service frm that speific client machine typing:
    http://<reporting server name>/reports. If all is woking well , you have to check also the number of default sheets for an empty excel sheet (should be 3) - I ma not sure what version are you using.
        If still not work, please let me know when exactly the error appear, when you try to open the template (clicking on journal option) or after when you fill the report, save it, so on.
    Best regards,
    Mihaela

  • JAVA_HOME not set when running a task via CRON

    On my Solaris 11 server I have created an entry in the root user CRON tab to launch a groovy based application every weekend. The application runs fine under a non-root user. When run by CRON however, the following error message gets emited:
    groovy: JAVA_HOME not set and cannot find javac to deduce location, please set JAVA_HOME
    Which is weird, as I have the following lines at the end of my /etc/profile file:
    JAVA_HOME=/usr/jdk/instances/jdk1.7.0
    export JAVA_HOME
    GROOVY_HOME=/usr/local/bin/groovy-2.1.3
    export GROOVY_HOME
    PATH=${PATH}:${GROOVY_HOME}/bin:${JAVA_HOME}/bin
    export PATH
    Please advice me where to look for the cause of this problem.
    Thank you in advance,
    Dusan

    I have the following command
          /usr/local/bin/groovy-2.1.3/bin/groovy /usr/local/bin/backup/prune_old_backups.groovy
    How do I add the JAVA_HOME variable into it?
    Thank you,
    Dusan

  • JDOM "IllegalStateException: Root element not set" when reading file

    Hello, I am relatively new to XML. I am trying to read an xml document to parse some information out of it. I basically have a large amount of data I want to load into my program. I could program it all in as static arrays, but I thought xml would be easier, and make changes easier.
    I am trying to use JDOM, and have the project set up. My problem is when I read the document, it always gives a root element not set exception. Here is my xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <root>
        Contents
    </root>Very basic, I'm using this to get things started. Here is my code for reading it:
            SAXBuilder sb = new SAXBuilder();
            Document d = new Document();
            try {
                sb.build(new File("test1.xml"));
            catch (JDOMException jdome) {
                System.err.println(jdome);
            catch (IOException ioe) {
                System.err.println(ioe);
            d.getContent();Whenever I try to do anything with the contents of the Document, like d.getContent(), it always throws a java.lang.IllegalStateException: Root element not set. It reads the file successfully (as far as I can tell), but it's like the xml file is empty. I can't find anything on the web about this problem, and every tutorial says to do exactly what I've done, but never mention any possible problem. It can find the file, and I can write to an xml file as in other tutorials, but reading one in is a problem.
    I chose JDOM because it seemed simplest for just reading in a large amount of data and parsing it out into variables. This is a very simple project, so I don't want to spend a lot of time writing xml parsing code, I'm only using xml because it will probably be easier than hard coding the data. Would a different xml api be easier to use for my purposes?
    Message was edited by:
    hunter9000

    You must always give the browser an either an absolute URL from the top of
              the web server (not the
              web application) or a relative path from the current page.
              Sam
              "Vijay Kumar" <[email protected]> wrote in message
              news:[email protected]..
              > Hi
              >
              > I get the 'getResource is called when document root is not set.' error
              > when I access any files in the webapp with their absolute path.
              >
              > Environment: WIN/NT SP3, WL5.1 SP5 as the webserver and app server.
              >
              > My webapp located in d:\temp is deployed as foo
              > weblogic.httpd.webApp.foo=d:/temp
              >
              > For example:
              > I can access a file in d:\temp\secured\home.html using
              > test
              >
              > However if with in an html I try to access the file using the abs path
              > from doc root
              > test I get an error
              >
              > and I guess the default servlet looks for the servlet-context named
              > 'secured'
              >
              > Can someone tell me if I can set the documentRoot in the web.xml or
              > weblogic.xml
              > file OR if there is any other way to access to the file using the abs path
              > of /secured/test/test.html
              >
              >
              > Thanks in advance
              >
              > Vijay
              >
              >
              >
              >
              

  • Size Property of OracleParameter is not set when used in constructor

    Hi
    I have an issue in using OracleParameter in my .net windows app(vb.net) . If I create a OracleParameter like this, ths size property is not set
    Dim opParam As New OracleParameter("v_Test", OracleDbType.Char, 120, ParameterDirection.Output)
    'Here 120 is the size I have set, but it is not getting assigned to the Size property
    MsgBox(opParam.Size) 'This will return 0
    'I have to assign like this explicitly to have the size property set.
    opParam .Size=120
    Is it a problem in ODP.Net or I am doing something stupid ?.
    Any answers would be greatly appreciated
    Cheers
    John

    Hi John,
    In looking at the constructor call you have this "format":
    string, OracleDbType, int, ParameterDirection
    This does not match to a constructor that does what you want. What it matches to is:
    string, OracleDbType, object, ParameterDirection (i.e. the value (object) is being set where it looks like you want to set the size).
    The closest matching constructor for what you want would be:
    string, OracleDbType, int, object, ParameterDirection
    i.e.
    Dim opParam As New OracleParameter("v_Test", OracleDbType.Char, 120, null, ParameterDirection.Output)Hope that helps a bit (assuming I have not misread, etc...)
    - Mark

  • In my work  flow Invoice Details not geting  when Dispute case created?

    Hai Experts,
                          Im Working on Dispute case Workflow in FSCM module , I Created custom workflow for that ,
    when ever Disputecase created notification send to Processor and Coordinator for that i created one Zclass
    write the one of the that Zclass method for sending  the mail to processor and coordinator for those mail Id's,
    Its working fine but the problem is on that mail i have to send the Invoice details also ,
    for that im using the fm  'UDM_GET_BOR_OBJECT_KEY_INVOICE ' this FM not geting the data when dispute case is created,
    its working in foreground and background, but the problem is in workflow it  is not geting the invoice details.
    please help me on this,,,
    thanks in adv..

    Hello,
    "I Debug the FM, its throughs the Error
    'No Configuration for the wrokflow Wfno version 0000'."
    I doubt very much that the FM is showing that error. I assume you mean the workflow log.
    The step that calls the task that calls the method that calls that FM, is that the one with that error message?
    First check that the FM works in SE37 with the same inputs as when called from the workflow, and if it gives the expected output.
    Try replacing that step with a different one to make sure there's no problem with the workflow itself. Make sure the workflow is activated without errors and do SWU_OBUF.
    regards
    Rick Bakker
    hanabi technology

  • Initial Work status not set autmoatically for new created member

    Hi,
    if we create a new budget version, and process the category dimension we notice that the first work status (locked in our scenario) is not set automatically by default... As a result users can still input data for the new budget version. Only if we first change the work status of the new budget version (and put it back), the work status can be applied ...
    Is this normal behavior?
    Dries

    Yes, I think what you're seeing is "normal" behavior -- it may not be what you want, though. In fact, I don't think this issue is limited to your creating a new member. It also applies to the existing members of your work status dimensions.
    I had one project like this, where the customer wanted the default work status to be locked, and then for the finance administrator to explicitly open up the category & time period for users. We never got it to work in a really clean manner.
    For the work status check to take effect, there must be records in the tblFinanceLock table (where Finance is the applcation name). And the only way that records normally get into that table is by changing the work status manually. We played around with a SQL script to populate that table, to automatically set the status to the first level (locked), but never found something that we were comfortable with.
    I'd be curious to hear if someone's made something like that work well.

  • Local logical system is not defined when tried to create new maint. trx.

    Dear Experts,
    I encountered this message "Local logical system is not defined" when I tried to create new maintenance transaction in DWSP (at Maintenance Optimizer of Solution Manager).
    This message kept on appeared even though I've created and assigned the logical system at SALE.
    Does anyone know what went wrong?
    regards,
    Abraham

    Hi
    there are workarround suggested to solve  this problem
    login to your solman system, go to the table T000 and update the logical system name in the field LOGSYS
    this vanish the error message.Please try.
    Thanks,
    Jansi

  • "Recovery partition not found" when trying to creat recovery discs.

    I received the following error message when trying to create recovery discs for the first time "recovery partition not found"  HP G61 401SA Notebook and it is a couple of years old and has windows 7 as th OS.
    I specifically purchased DVD-R discs for the disc creation, which was advised from HP site was the only disc suitable.
    Am I doing something incorrect or is there an issue?
    Is this why I am unable to also create a back up - are the two things related? 

    GustoRMC wrote:
    Hi Erico
    I have managed to create the snip - but unsure how to incorprate into the reply here as copy paste will not work - how can I do that?#
    The dvd - r are Verbatim Wide Inkjet I have had success with the Verbatim DVD+R
    I did not know you are volunteer helpers - thanks goodness for people like you as trying to contact HP support for help was impossible and seemed like I kept going around in circles. No worries.    We are here to help.
    One more thing, could you advise on how much space the recovery might be approximately - I will need to make sure a USB has enough memory available. Take another look at the disk management window. The partition sizes are visible in the descriptions. My HP loaner has a large recovery partition at >20GB. That mean I had to use a 32GB usb flash drive Most others are smaller and a 16GB usb flash drive will suffice.
    Regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • File Name not set when creating new file in EP 6.0 SPS20

    Hi,
    We recently upgraded from EP6 SP15 to SP20. Now when I create a new file or folder in a KM folder, the name that I give for the resource is not taken into account. The display name  of the newly created resource will be <b>New Text</b> or <b>New HTML Document</b> or <b>New Folder</b>, etc. Even if I open the Properties and change it there, it is not getting reflected. But if I select Rename from the Context menu and give a new name, it gets set. What could be the problem?
    Thanks in advance
    Regards
    Ranjith

    Hi,
    It was an issue with the customized PropertiesControl class.
    Regards
    Ranjith

  • Property on Backing Bean is Not set when Action Listener is Fired

    Why is it that when my action listener is invoked, the property for my other component on the page has not been reflected in model yet?
    Here is what I have:
    My JSP has the following two components:
    <h:inputText value="#{manageQuestionBean.newStory}"></h:inputText>
    <h:commandButton value="add" actionListener="#{manageQuestionBean.onAddStory}"></h:commandButton> My Java code has the following:
    public void onAddStory(ActionEvent event) {
           //This always prints out 'null'
           System.out.println("The value of 'newStory' is: " + newStory);
          //TO DO: this is where the logic would go for creating a new story object.
        } When I put logging statements inside my setter for the newStory property, I see that it is being set to the right value, but then it being reset to empty string. Why is that? During what phase do the action listeners get invoked?

    Which JSF implementation/version are you using?
    mczauz wrote:
    When I put logging statements inside my setter for the newStory property, I see that it is being set to the right value, but then it being reset to empty string. Why is that? When exactly happens when exactly?
    During what phase do the action listeners get invoked?The invoke application phase, after the update model values phase.
    You may find this article useful to learn about phases and how to add a 'phase debugger' yourselfl: [http://balusc.blogspot.com/2006/09/debug-jsf-lifecycle.html].

Maybe you are looking for

  • I have lost all my iPhoto events after upgrading to Photos Version 1.0 (209.52.0)

    I have lost all my iPhoto events. Or, am I missing something here? I just upgraded to the new Photos from iPhoto on my iMac. The new Photos app imported and reorganized my photos by date and mixed all of my previous well organized iPhoto events into

  • Connection Pooling in Data Source

    Hello, I have defined a data source in JDeveloper using class :oracle.jdbc.pool.OracleConnectionPoolDataSource In my java bean I am using the code pasted below to make a connection to database. Can some one tell whether I am using the correct method

  • After Statspack Install Logical DB stopped - urgent

    Oracle 10.2.0.1.0 After installing statspack @spcreate installed sucessfully @spauto create job sucessfully But the Logical stdby stopped applying the logs with the following error message alert.log ================ LOGSTDBY stmt: grant execute on db

  • Portfast case ping transmit failed general failure

    Hi today i add a host in a vlan, but it can't ping itself and get  ping transmit failed general failure unless remove the spaning portfast command. i try difeerent vendor PC, IBX... ,HX..,DXl..., all host can't ping itself. the reason is the portfast

  • Best Test for X-

    What is the best way to test that everything is working well with the new X-Fi card, are there any demos, EAX 5.0 demos etc? I have tried F.E.A.R and Battlefield 2 and they work fine but unsure how I can tell a difference between my old Audigy 2 and