Changing CardCode via the SDK DI API

Forum,
I am trying to change a BP's Cardcode via the SDK DI API that I can change if I do it via the BP Screen inside SAP, but the update method is failing on the BP object and on getting the error message it is telling that "it already exists in the following tables" but does not in fact tell which tables.
Do you if it is possible to change the Cardcode via DI API?
The reason we need to be able to do this is that Leads have a certain style of CardCode ie L009988, but on conversion to a Customer the style changes
to reflect the Customer Name ie ABC Garages may become ABC142 and this needs to be record as well in all of still active non-SAP systems these are used to raised Invoices and Credit Notes.
Regards,
Juan

Once there is a transaction against a CardCode, it cannot be changed.

Similar Messages

  • Change UserConfig via the AddOn mechanism?

    Hi,
    if I use the Configuration API and set a property via the method setProtperty (com.sap.ip.me.api.conf.Configuration.setProtperty) than the property is saved in the file /setting/<username>.uconfig.
    The question is. Is there a possibility to overwrite the user configuration via the Add-On mechanismen during the deploymend?
    As far as I can see it is only possible to change the default values wich are stored in the /setting/MobileEngine.config.
    Actually, I would like to store the propteries in the userconfig file AND change same during the deploymed prozess. In our szenario we are using the configuration API in our application and we maybe will have multiple users per device. And every user need a different configuration.
    Thanks,
    Kai

    Hai Kai
    no need to change the MobileEngine.config for each device
    we can do it in a generic way.
    if u have the authorization to access "device_config" transaction , then ,
    You can use this process to configure and monitor mobile devices. More specifically, you can configure:
      The behavior of SAP MI Client Component on mobile devices
      The mobile components that are to be installed on the  mobile device
      The mobile device itself (for example, the startup parameters and battery capacity monitoring)
      The drivers installed on the mobile device
    may be this link can help u.
    http://help.sap.com/saphelp_nw04s/helpdata/en/84/81fb4004c7ef6fe10000000a1550b0/content.htm
                                      Regards
                                       Kishor Gopinathan
    Message was edited by: Kishor Gopinathan

  • Discount Groups via the SDK. Not possible???

    Hi All..
    Can it really be true that you can't Create Discount Groups (Inventory > PriceList > Special Prices > Discount Groups) using the SDK???

    Hi Rasmus,
    It looks like you're right. I can only see special prices (OSPP) exposed via SDK and not OSPG.
    Hope it helps,
    Adele

  • Creating orders via the Order Management API

    Hi there,
    we are wanting to use the Order Management API (within Oracle 11.5.4) as a means of integrating with our B2B website. I am thinking of creating a Java class that will talk to the Order Management API - pass it a list of products (amongst other variables) - create an order, and then retun that order's details to the clients browser - via the Java class. So my questions are specifically...
    1) is this possible, and am i heading in the right direction?
    2) where would i find more documentation on the Order Management API - i only have 1 doco so far and it isnt too clear
    3) has anyone had any experience doing something similar, and if so - can you give me any examples, tips etc etc
    Please reply to [email protected]
    cheers,
    matt lemsing

    I've done it a couple of times. I hope you have some help, and I assume you'll have to use Customer (AR/CRM) APIs as well as the OM APIs. My suggestion is to make you java beans in small pieces, don't try to do it all in one class. As for displaying the order back to the screen, don't forget a view or SELECT statement can also be viewed as an API. Keep it simple, don't try to get tricky.

  • How to capture "show on (Viewer) panel" via the SDK

    I was able to capture other parameters such as - "Prompt text", "Default Value", "AllowCustomCurrentValues" -- from [[ReportClientDocument-DataDefControllerParameterField-DataDefinition-ParameterFields-ParameterField ]]
    But I am not able to figure out where "show on (Viewer) Panel" resides in the SDK.
    Thanks in advance
    JM

    Hi Jam,
    While using RASSDK to retrieve and set "Show on (Viewer) panel" property of a Crystal Report parameter, we can use methods on ParameterField class.
    Create an object of ReportClientDocument class for ex- ReportClientDoc and try the code                                                                               
    ReportClientDoc.getDataDefController().getDataDefinition.getParameterFields() (It returns Fields object which is collection on parameters).
    Iterate through this collection and cast each individual object to ParameterField class.                                                                               
    - Call getIsEditableOnPanel().
    It returns true if in CR Designer Show on (Viewer) panel is set to editable for the parameter.
    It returns false if "Show on (Viewer) panel" is set to Read Only.                                                                               
    - Call getIsShownOnPanel().
    It returns false if in CR Designer Show on (Viewer) panel is set to "Do not Show" and true otherwise.
    Thanks,
    Shilpi

  • How do you add a function to an existing Rules Dictionary via the SDK?

    The how to SDK describes creating a new dictionary and adding functions and other items. However, in reading the Java API docs, it is not apparent how one would add a new function to an existing dictionary.
    Once you have a reference to the RuleDictionary, there is a getDataModel method, but it returns a oracle.rules.sdk.datamodel.DataModel instead of the oracle.rules.sdk.editor.datamodel.DataModel. It appears that this DataMode class is different than the DataModel class in the editor sub-package. Further this DataModel class is not described in the API docs.
    There is an addFunction method, but I do not see how to create an instance of the Function class.
    Thanks,
    Bret

    Look at the oracle.rules.sdk.editor.datamodel.DataModel Constructor:
    Constructor Summary
    DataModel(RuleDictionary dict)
    Constructor used to edit a datamodel.
    So, the call would look something like:
    RuleDictionary dict = ...;
    oracle.rules.sdk.editor.datamodel.DataModel dm = new oracle.rules.sdk.editor.datamodel.DataModel(dict);

  • Possible to Set Solve Order via the 7.15 API?

    <p>I'm wondering if this is not available until 9i etc - let meknow.</p><p> </p><p>Working on an app to automate the conversion of BSO to ASO Using the VB (Main and Outline) API(s).</p><p> </p><p>Thanks</p><p> </p><p>D</p>

    <p>I can see the value in the C API member info structure but notin that for VB..... wondering if even available via VB. Maybe I canducttape somethin together</p>

  • Migration Assistant created new account to deposit all my stuff, but I can't access that account, even after changing the password via the main acct'

    I am at my wits end.  The migration assistant created a new profile (I didnt konw that it would do this) and now I can't get into that profile with all the stuff from my old PC. 
    I have tried changing password via the main account, but to no avail.  I have researched issues with Keychain, but all it tells me to do is change the login password - that doesnt work either - I cant get to all my files.

    Migraine Assistant it's called.
    Delete the account from the main one, create a new account and transfer files manually via a regular FAT external drive you pickup at any office or computer store, Mac's can read it.

  • Attendee participation status cannot be set to ACCEPTED via Calendar SDK

    As documented on page 3-41 of the Application Developers Guide
    http://download-west.oracle.com/docs/cd/B13866_02/calendar.904/b10893/sdkfxns.htm#1012531)
    the attendee participation status cannot be set to ACCEPTED via Calendar SDK API call storeEvents() if the user creating the appointment is not the owner of the calendar.
    Can you confirm that there is currently no other way to set the value of the attendee participation status via the SDK?
    thankyou,
    Chris

    Hi Chris,
    An attendee's attendance status can only be set by that attendee. However, for external attendees who are not calendar users, the owner of the meeting may set their attendance status.
    Graham

  • Where to get the 6500A printer api

    I'm looking to develop an app for the HP Officejet 6500A Printer.. where can I get the SDK / or API for it? 

    http://download.oracle.com/otn_hosted_doc/coherence/342/

  • How to send  FAX from the SDK ?

    Hi,
    I'm trying to figure out what objects are used to send FAX via the sdk
    I dont know how to be set either, Is a MODEM needed ont the system where the ADD-ON is running ?
    I tried with FAXCOMLib.dll which never worked for me.  PRobably due to the fact that I don't know if its possible to send on a Remote Windows Fax Server
    I would apreciate just some hints.
    Thank you

    Marc,
    The SDK does not expose any objects at this time that works with faxing from Business One.
    Apologies.
    Eddy

  • How to get the current data and time of SCOM server via SCOM SDK (API) calls?

    Hi,
    I need to read the current date and time of SCOM server via SOM SDK.
    Is there a class in SDK that provides this info ?
    Thanks,
    satheesh

    To get time and date of Alerts of SCOM, You can use following command let "get-scomalert"
    Also, You can refer below links
    http://blog.tyang.org/2013/02/21/using-scom-2012-sdk-to-retrieve-resource-pools-information/
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical

  • The WSUS administration console was unable to connect to the WSUS Server via the remote API. (Server 2k8)

    I have installed a new server for WSUS on Server 2k8, This is a stand alone server on Internet No client system is connected on this server as I have to copy these updates to my LAN which never connects to internet. (Previously I was using server 2k3. for
    online & server 2008 on my LAN , now I have changed the server for Online)
    Wsus has finished the synchronization & downloaded updates of around 67GB & its downloading more updates. The server shows me some updates are waiting to approved. but when I click the link for those updates I get following error message.
    error code is as follows -
    The WSUS administration console was unable to connect to the WSUS Server via the remote API.
    Verify that the Update Services service, IIS and SQL are running on the server. If the problem persists, try restarting IIS, SQL, and the Update Services Service.
    System.Net.WebException -- The operation has timed out
    Source
    System.Web.Services
    Stack Trace:
       at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
       at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.ApiRemotingCompressionProxy.GetWebResponse(WebRequest webRequest)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.UpdateServices.Internal.ApiRemoting.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, Int32 publicationState)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, ExtendedPublicationState publicationState)
       at Microsoft.UpdateServices.Internal.BaseApi.Update.SearchUpdates(UpdateScope searchScope, ExtendedPublicationState publicationState, UpdateServer updateServer)
       at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetUpdates(UpdateScope searchScope)
       at Microsoft.UpdateServices.UI.AdminApiAccess.UpdateManager.GetUpdates(ExtendedUpdateScope filter)
       at Microsoft.UpdateServices.UI.AdminApiAccess.BulkUpdatePropertiesCache.GetAndCacheUpdates(ExtendedUpdateScope updateScope, ComputerTargetScope computerTargetScope)
       at Microsoft.UpdateServices.UI.SnapIn.Pages.UpdatesListPage.GetListRows()
    I Have tried desabling the firewall,disabling the antivirus protection. Tried by changing the default rule Please Help.

    Hi Sagar,
    First, please check if the RAM is exhausted. When there is not enough RAM, this issue may occurs.
    Please try to run iisreset on the WSUS server, then try to reconnect.
    Also, please try to run the server cleanup wizard to remove the unused update.
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Terminate job applications via the APIs in Oracle HR

    Hello, we're trying to terminate a few thousand job applications which have been hanging
    in the database for many years.
    Looking for a programmatic solution we looked at
    hr_application_api.update_apl_details
    but it seems it cannot close the application, only update the "details", as the
    name suggests. We also tried
    hr_person_type_usage.update_person_type_usage
    to change the person type to ex applicant, but, while the person type is
    correctly changed, the applications remains open, creating some inconsistency
    in the data.
    Is there any solution to properly terminate these applications via the public APIs?
    Thanks

    did you tried already the p_termination_reason parameter in the application api?

  • Retrieve contact list  via the API not with the last updated date but created date?

    I can connect via the API and retrieve a list of contacts  but it seems that the only paramater i can pass is to search since the last Update  Date.
    Is it possible to search on the Created date and to have a date range as well?
    I found the xml result is slow to come as it gives all entries since the "lastUpdateDate" entered.

    A change in score does not cause the Date Modified field to change on the contact record. This field only changes when some data in one of the fields has changed.
    However, some of the confusion can come from the fact that lead scores have a Profile and Engagement portion. So if you have certain fields on the profile section being modified, that would cause a rescore at the same time. Engagement criteria such as form submits often cause the contact record to be modified while website visits and email clicks/opens do not.
    Hopefully this helps clarify,
    Bojan

Maybe you are looking for