Oracle Sales Online - Inactive Ship To Address Default

Hi,
When copying an old quote which has inactive ship_to address is copied to new quote and not able to change the inactive ship address to active ship_to address using Shipping/Billing tab.
Please suggest ideas on this?
Thanks,
Sai

I'll explain better with code this time. I created the order through the SBO client and did not modify the address fields (left defaults in place).
TEST STEP 1)
Dim B1Doc As SAPbobsCOM.IDocuments
B1Doc = SAPCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
B1Doc.GetByKey(12345)
B1Doc.Address2 = "some address SHIPPING"
B1Doc.Address = "some address BILLING"
B1Doc.Update()
NOTE: Both address values are set correctly.
TEST STEP 2)
Dim B1Doc As SAPbobsCOM.IDocuments
B1Doc = SAPCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
B1Doc.GetByKey(12345)
B1Doc.Address2 = "some address SHIPPING #1"
B1Doc.Address = "some address BILLING"
B1Doc.Update()
NOTE: B1Doc.Address reverts back to the default address
TEST STEP 3)
Dim B1Doc As SAPbobsCOM.IDocuments
B1Doc = SAPCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
B1Doc.GetByKey(12345)
B1Doc.Address2 = "some address SHIPPING #2"
B1Doc.Address = "some address BILLING"
B1Doc.Update()
NOTE: Both address values are set correctly.
TEST STEP 4)
Dim B1Doc As SAPbobsCOM.IDocuments
B1Doc = SAPCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
B1Doc.GetByKey(12345)
B1Doc.Address2 = "some address SHIPPING #3"
B1Doc.Update()
NOTE: B1Doc.Address reverts back to the default address
Do you not have this behavior? Am I doing something wrong? My only work around would be to save the document twice in order to update the address field back to what I want.
This only occurs with the Address variable. You can run the same code and flip the Address and Address2 variables and you will see that the Address2 variable updates correctly every time.

Similar Messages

  • Oracle sales online  Customer

    Hi
    While creating Customer in Sales Online is it possible to create Customer Payment terms ,Payment type,Shipping Method
    Thanks in advance
    Satish.M

    Hi All,
    When I try to create new customers from Oracle Customer Online Data Librarian SuperUser -> Customer-> Create
    It gives an error:
    I tried the metalink note Doc Id # 363447.1, but it still did not resolve the issue,
    I am also getting this error while creating customers on sales pages..
    Resp: Sales Online Super user.
    Sales Online
    Customer tab--> Click on Create Button..
    Enter mandatory fields and click on Create:
    java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error: character to number conversion error ORA-06512: at line 1 java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error: character to number conversion error ORA-06512: at line 1 at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289) at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:590) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1973) at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119) at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2191) at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2064) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2989) at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:658) at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:736) at oracle.apps.ar.hz.v2api.HzPartyV2Pub.createOrganization(HzPartyV2Pub.java:1298) at oracle.apps.asf.customer.organization.OrganizationEO.createOrg(OrganizationEO.java:484) at oracle.apps.asf.customer.organization.OrganizationEO.create(OrganizationEO.java:548) at oracle.apps.asf.webbean.FormWebBean.process(FormWebBean.java:172) at oracle.apps.asf.webbean.WebBeanHandler.process(WebBeanHandler.java:255) at oa_html._asfOrgznCreatMain._jspService(_asfOrgznCreatMain.java:1267) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534)
    kindly help out.

  • How to change country of Salesperson in Oracle Sales Online

    Hi,
    In our database i have one sales resource from say France. Who has nearly 20 opportunities under him. Now the business requires that he is transfered to UK office. As a effect all the existing opportunities as well new opportunites should be listed under UK. Can anybody let me know how to move salesperson from one country to other with all his opportunities.
    your help is highly needed and appriciated in advance.
    Bhavin Choksi

    Hi Bhavin,
    A Resource is presently an Employee of France Organization and he is the Owner of some X Opportunities (say 20). Now he as an Employee gets transferred to UK Organization. What you may need to do is ->In Core HRMS assign him to a different Organization (which is UK).He can still see his Opportunities when he logs in again being an Employee of the UK Organization.
    Let me know if I have understood you properly and is this the answer helps you.

  • Ship-to address load

    Hi Gurus,
    How do I load the ship-to address (about 600) which is not related to any company code. Which means any employee can make use of the 600 ship-to addresses.
    By (Ship-to address) default, company code address is displayed in F4 search on the SC, how do I disable it ? and I want to show the 600 ship-to addresses only.
    Thanks

    Hi,
    For mass creation of delivery addresses,see solution in the foll thread:
    Mass creation of delivery address
    BR,
    Disha.

  • Ship to Address issue

    Dear Experts,
              I have 3 different locations (Chennai,Hyderabad,Delhi) from which the Purchase Order is getting raised. Each location has few vendors and in master data we have marked the relevant location oriented ship to address.
    In Purchase document ship to address defaults from the company details, is there anyway i can default it from the BP Master Data as i have 3 different locations?
    Awaiting your response
    Edited by: Sanbrahma39 on Apr 21, 2010 3:53 PM

    hi i
    I did not get ur question properly where do u want the ship to address is it on pld if that correct than teher is a a ship to address in BP u can get that in the PLD or the second way could be if there are three locations then there would be different warehouse for each of them and as a result u can pull te warehouse address in the pld. Just want to inform u that warehouse address cannot be directly flown in to pld for that u would have to maintain a UDF where the warehouse address would come up with Fmsand tehh u can pull this udf in the pld
    Regards,
    Manish

  • Personalization vs. Customization in Sales Online making field mandatory

    I am having some difficulty distinguishing between Personalization vs. Customization in the Oracle CRM Sales/Marketing Online. Specifically, I have asked to make the Job Title field on the Contact screen to be mandatory when filling out contact details. Vanilla, out of the box it is optional.
    Do we need a customization to make this happen which will cause issues for future upgrades or will a personalization do?

    Are you referring to Oracle Sales ie;ASN or Oracle Sales Online?
    If it is Oracle Sales screen then personalisation should work.

  • Duplication of leads in sales online screen

    1) Duplication of leads in sales online screen : when a lead is created in the lead screen by a sales rep but when with the same customer info & same product an another lead is created by another sales rep the system is accepting not sending even the notification or not allowing the sales rep to create or giving the message "already lead created " .
    2) Not able to remove the accept button & convert to opportunity button in order to restrict the sales rep only when the sales manger accepts the lead by checking accepted check box provided in the sales online>lead screen
    3) Any difference oracle sales Vs Oracle sales online????

    Hi Mahendra,
    1. Duplication of Leads is allowed. Logically, if you have multiple sales guys who are talking to the same customer / prospect, then it is possible to get leads for the same product for the same company. There is no filtering technique that can be brought at this stage. However, there is something called as Lead Qualification which is also done by the sales rep and at that stage, they can also set the probablity. At this stage, again logically the Lead can get disqualified as the Rep would talk to the customer/Sales Manager and might get to know that there is already another sales rep talking to them about this.
    2. Standard functionality. When the Lead is converted to an opportunity and an oppty gets converted to a quote, the quote needs an approval. This approval is governed by the Approval workflow which is set at the setup stage.
    3. The underlying functionality would be the same except certain features. I havent worked on the differenced anyways.

  • Disabling ship-to-address field on the SRM 7.0 portal.

    Hi All,
    The requirement is to disable the ship-to-address field for user input on the portal.
    I have some information about the table /SAPSRM/V_MDF_IC. Here some entries has to be maintained.
    But I am not able to get what would be the exact data entry to disable the ship-to-address field.
    Please let me know the correct data and procedure to do this.
    Thanks & Regards
    Archana

    Hello Archana
    in standard SRM , if you maintained ship to address attribute or copy ship to address default you might inherit all the user ship to address default.
    but your requirement is no user should not edit the ship to address
    in SRM 5.0 we have undo address button under ship to address .
    if you click undo address all the address will be cleared and now user can enter his desired ship to address.
    so now you need to protect this functionality. you must keep access for only dispaly the ship to address not allow to enter ship to address.
    In srm 7.0 you dont have undo entries ? i am not much aware of srm 7.0 screens . customer requirement is valid.
    br
    muthu

  • Completed sales order changed with the updated ship-to address

    Hi,
    My client did the following test and found that:
    - Change the ship-to address of a customer
    - new sales order of this customer defauted to the update ship-to address (good!)
    - old/completed sales orders of this customer show the new ship-to address (bad!)
    Data used in occurred transactions should not be affected by data maintenances that made after the transactions. So, is the finding a design flaw in OM or there is parameter that can be tuned?
    Thanks in advance for any input!

    Hi,
    Oracle will not store the entire Address in Sales Order tables. It will only store the internal id.
    Now there could be two possible scenarios for which your client tried to chance the ship to address:
    1) There is a correction required in the address(e.g. change in street name). If this is the case then changing the address would be correct approach, and I think all the sales orders(old or new) should reflect correct address.
    2) If there is a relocation, then the correct approach would be to make the current customer site inactive and create a new site for the new address instead of changing the existing site. Changing the address of existing site for such a business scenario may not be a correct approach.
    So based on what was the reason for changing the ship to address, I would say the system is functioning as expected.
    Hope this helps.
    Regards,
    Nitin S. Darji

  • Error while updating Ship to Address on Sales Order form

    hi ,
    A user is trying to update the ship to address on a standard sales orders screen, this is pretty common and never caused any issues. However with one particular order the user gets the following error :
    "You cannot update Ship To Location; the standard value rule set prevents override. "
    This is an Oracle shipped message and not custom code. The message name is OE_SEC_UPDATE_VIOLATION whose text is : You cannot update &ATTRIBUTE; &REASON
    Seems like REASON is the message : OE_SEC_SV_VIOLATION, whose text is
    " the standard value rule set prevents override. "
    This is a message shipped by Oracle Order entry. I am not able to locate this message since the oracle shipped files are not available to us and this is not in any database code(i searched the code)
    Does anyone know when this message is thrown. It seems like some value set error but am not able to figure out where it is being set.
    Any help in this will be appreciated.
    Thanks

    Did you check if any Processing rule is defined for Ship to location update :
    Setup> Rules > Security > Processing constraint ?
    Maybe this order matches condition that prevents this field from being updated.

  • Oracle Sales and Sales Online Modules (Differences)

    Hi,
    We are planning to impment to Oracle Sales module .I want to understand the differneces between Oracle Sales and Sale online Module? I know that Oracle Sales new one.
    Sales Online has the Home page where everything can be done.
    But Oracle Sales (Sales User Responsibility) has only Dashboard.How to get Sales Online Home Page or Similar page for Oracle Sales.
    Request you to help on this.
    Thanks in Advance
    Raju
    Please mail me to [email protected]

    ASF is JTA/JTT based and so follows the logic and process flavours of Telesales - imagine a HTML version of Telesales and you get the picture. ASN is OA Framework and does not follow the logic so strongly.
    The main point is that ASF is 10 years old and mature - you have a lot of functionality in standard but very little flexibility (you can't even hide a field). ASN is completely the opposite, you have very little functionality in standard but infinite flexibility because it is OAF based. However, there is less functionality in ASN than there was in ASF and so you will find that you WILL have to develop stuff in ASN that exists as standard in ASF.
    We started here with ASF but then there was talk of an R12 upgrade and so we switched to ASN - thjs was painful. However, so little funtionality exists in ASN compared to ASF that we have gone back to ASF, even though it is not shipped with R12. This is an indication of how little there is in ASN compared to ASF.
    The biggest differences for us is the lack of personalized searches for sales reps and managers, the other is the crazy reduction in functionality for sales credit at Oppty line level. ASF leaves ASN standing for stuff like this. The personalized searches are returned as tables thus this functionality effectively allow users great power to interrogate AND report their opportunities and leads (they can even export to excel as standard). This level of reporting does not exist in ASN and it is a massive differentiator.
    If you go ASN then DO NOT show your client ASF first. They won't believe you when you tell them that ASN is supposed to be the latest version.

  • Monitor the changes of Ship to address in Sales Order

    Hi,
    My client has an requirment which they would like to monitor whether the ship-to-address has been modified after the order were save. 
    e.g. 
    Sold-to 12345
    Ship-to 12356
    SAVE the order
    After the order are sale and sometime later, the user went in VA02 and update the ship-to-address to 23456
    now
    sold-to 12345
    ship-to 23456
    It there anyway we can have a report to check if the ship-to has been changes? 
    thanks,
    Rebella

    Hello Rebella,
    The best option of monitering the changes incurred fro the Ship-to-Party details of a SALES ORDER are as follows:
    If you are interested to pick up the information of changes values of Ship-To-Party from a Sales Order then i think you can use the table VBPA. This table will contain the updated value of Ship-To-Party partner function of a Sales Order.
    Second option would be to use a program which actually run when you open a Sales Order in VA03 --> Environment --> Changes. You can develop a t-code which shall call this program.
    You can also use the T-code AUT10 for tracking changes for a Sales Order.
    Hope these infotmation helps you in resolving your issue and please don't forget to mark your thread as closed.
    Regards,
    Sarthak

  • How to make ship to address fields mandatroy while creating sales order

    Dear forum Members,
    My client oraganizes trade shows and hence ship to address vries everytime when sales order is entered for the same sold to party.So one times ship to customer is used in the sales order and address is entered at sales order level. Please note that at master data level all address fields are suppressed for one time customer.Hence there is no question of going back to one time customer account group and making any field mandatory.
    While changing address for ship to at order level, there are few fields which are mandatory, for example city is mandatory. I also want to make zip code and region as mandatory.where is this controlled?Please note that this is not account which controls this. i have already done lot of r&d on account group and transaction variants which are not controlling these fields at sales order level.

    Hi Kanwal,
    Only incompletion procedure will not suffice for your requirement.
    You need to make the field mandatory wherein, if you dont enter, system will not allow you for enterin further fields. For this you should do the following:
    Goto transaction SHD0, you will get a screen where you need to enter you Tcode "VA01"
    Below you define a transaction variant (starting with Z).
    On the next tab you have Screen Variant. Here you enter screen variant name, program name & screen number.
    Then you click on create.
    Its like as if you are doing some kind of recording. Finally you will reach to the screen where there are options available to make the field mandatory.
    For your reference the program is SAPMV45A screen number is 4001.
    Further screen are self explinatory.
    Hope this should solve your requirement
    Regards,
    Dhananjay

  • Change ship to address in sales order

    Hi Friends,
    I am an SD consultant and need your help regarding a requirement.
    While creating the sales order, the user changes the address of the ship to in the order - header - partner tab. The user deletes the name1 of the ship to party and keeps the name1 of the sold to party here. This is our business requirement. When doing manually, it is perfectly saving the changes. But, the client requires to handle it through program because sometimes the users are forgetting to change the ship to address and it is creating problems at field level. Our technical team is finding it difficult to handle the process and I would like to take the suggestions of experts here.
    In brief, my requirement is,
    when the user creates a sales order, system should take the name1 details of the sold to party partner and keep it in the name1 of the ship to party address.
    Please let me know if any more details are required.
    Thanks,
    Ravi

    HI  Ravi
    in the BADI  'ORDER_SAVE' you can implement the method 'PREPARE'.
    this method will call after have pressed the save button.
    best regards
    Marco

  • Purchase Order - Default Ship-To Address

    Hello,
    We are trying to change our default ship-to address for our PO's in SAP but we are having issues.  Even though we have changed the default ship-to address in the Business Partner Card, the Ship-To address field still appears as "DC, USA" which is not even the full address listed in the Admin>Company Details field. Is there another "warehouse" default ship-to field somewhere that we are missing? Please advise on how to change our default ship-to address for all PO's moving forward. Thank you.
    Best,
    Matthew Siegfried
    Sherbrooke Cellars

    Dear,
    Check the below threads:
    Help Required in Ship To Address in Purchase Order
    Vendor ship to address
    Purchase Orders Ship to Addresses
    hope this will help you.
    Neetu

Maybe you are looking for

  • How do you use 3 devices on one Router?

         Hello< I'm new to the forum and new to networking.  My question may seem very basic and it may not, I'm not sure.  I will say that I have tried to learn things about routers and networking over the past few days with not much success.  Of the 3

  • I can not update my iphone 4 to ios5?

    I can not update my iphone 4 to ios5? I get a error message saying that "the iphone could not be resotred, this device isn't elgiable for the requested build.  If anyone ran into this problem please advise if you were able to fix this errror.  Thanks

  • SQL 2005 with ERP2005 (ECC 6.0) Unicode

    Hi All, I need a few questions to be answered. Can anybody tell me as to what would be the initial size of the database after an installation of ECC 6.0 Unicode with database as SQL 2005. Is there any minimum hardware requirements that would have to

  • Printing from Classic

    I can no longer print from Classic (v 9.2)but printing from OS 10.1.5 is fine. Printing from Classic was not a problem until I tried to network my G4 with a PC. After several attempts, changing settings (airport, ethernet etc)I gave up and reset for

  • I have downloaded a pattern and cannot find the download on my ipad

    I Have downloaded some knitting patterns from Etsy and don't know where they are stored.i cannot find them on the iPad.???