Can we create new customer site for existing customers using custm interfc

Hi ,
I have a requirement :
version -- R12 .
We need to add new customer site for existing customers , is it possible to create it through customer interface with insert_update_flag set as U / I .
Any help in this is grate .
regards ,
Azzu .

I am pretty sure I've done this on one of my past project..
why don't you try it out?
Another route would be use customer APIs (TCA APIs)...which I am sure can achieve what you're looking for.
Edited by: James Kim on Mar 17, 2010 2:48 PM

Similar Messages

  • How can I create a custom dock for all users?

    Hello,
    I would like to create a custom dock for everyone that uses a certain Mac. I have found a bunch of stuff, but it is outdated. Most of the tutorials are for 10.4 or 10.5. I am using 10.7.4 and I have found nothing regarding that. Can anyone point me in the right direction?
    Thanks in advance

    Hello,
    I am not sure how I wound-up in the server forum. I am using the desktop version of OS X 10.7.4.
    Thanks

  • Can we create new partner types for quallity notifications in SAP system?

    Can we create new partner types for quallity notifications in SAP system?
    The business requirement is to limit the available entries for partners  displayed when they search in quality notification. I have already created new partner functions & assigned the relevant partner types, however struggling with defining new partner types.
    Would appreciate help in resolving this.
    Thanks,
    Nilesh

    I know this customisation setting ...It allows us to create the partner functions & assign it to the partner determination procedure.
    Then you can assign the procedure to the notification type.
    This customisation setting does not solve the problem I have.
    I'm looking for the partner type creation process which we assign to the partner function.
    Edited by: NILESH BHAVE on Aug 12, 2010 3:06 PM

  • How can we create new pricing requirement for a condition type

    Hi All,
    I am in urgent need of creating new pricing requirements for a condition type.
    Or if there is already a conditin type existing and we want to make changes in the pricing requirements of that condition type, How can we do so ?
    In short if you can let me know how does pricing get impacted by the condition types.
    Thanks
    Mark

    Hi!
    The common transactions for condition mantaining are VK11, VK12, VK13.
    In SPRO - Sales and distributoin - Basic function - Pricing - Pricing control - *.
    Is this what you want?
    Regards
    Tamá

  • How can I create a custom button for opening a form?

    I have a parent form having child forms. In my main form I want to create custom buttons for opening child forms. I want to use master-detail form but there are more than one child forms, and in master-detail form I can only create one detail form. So I will create a form based on a table and in that form I will call the child forms by custom buttons. Can I do that?
    Thanx,
    Gulsah.

    This can be easily done. First open up two instances of your Portal. In one window, you will need to go into your component you wish to link FROM. In the other window you will need to go into your component you wish to link TO. In the component you wish to link TO there will be a moduleid. Note this somewhere. Then, you will see an area that says: "Call Interface: Show". Click on this. (In the window you are linking to.). In this window, you will see a bunch of stuff. At the bottom you will see a URL call. This is the call you need to use. At the top, it explains each piece of the URL call. Just subsitute YOUR appropriate information into the URL call. In the form you wish to link FROM, create a button. Once you create this button, it will appear at the bottom, click on it and you will see an area to insert a Javascript. Click the onClick and insert:
    //this is the variable you want to pass from one form to the other
    get_field_name = getField(this.form,'COLUMN_NAME_IN_DATABASE');
    //this is so you can open the "child" form
    window.open('/pls/cc_prod/DAD_NAME.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=MOD_ID_HERE&p_arg_names=_sessionid&p_arg_values=&p_arg_names=COLUMN_NAME_IN_DATABASE&p_arg values='+GETFIELD_NAME+'&p_arg_names=_COLUMN_NAME_IN_DATABASE_cond&p_arg_values=%3D');
    In the fourth tab, where it says, "....before displaying form" insert the following: (This will tell the form how to handle the getField function.)
    htp.p('<script language="JavaScript1.3">
    < !--
    function getField(form,fieldName)
    var objName = "";
    var tmp = "";
    var dAction = "";
    var sel_idx = 0;
    var cnt = 0;
    var instance = 0;
    var slicedName;
    var fillData = new Array();
    for (var i = 0; i < form.length; i++)
    slicedName = form.elements.name.split(".");
    tmp = slicedName[2];
    instance = parseInt(slicedName[3],10);
    if (!tmp)
    continue;
    objName = tmp;
    if (objName == fieldName)
    return form.elements[i].value;
    //-->
    </script>');
    I hope this helps.
    null

  • Can I create a custom scrollbar for my spark datagrid

    Basically I'm trying to customize the look of my spark datagrid.
    I'd like to change the header appearance and I'd also like to create a custom scrollbar.
    If only Catalyst would implement a custom datagrid component. I mean the datagrid is a very popular component, isn't it?
    Thanks
    kristin

    You need the password for free apps as well as for paid apps. The only ways that you can control what your child downloads is for you to supervise while the downloading is taking place or by totally restricting download apps with restrictions.
    When you enter your password and download content, you have 15 more minutes to continue downloading before you have to enter the password again. So if you download and app - then give the iPad to your child - he or she can continue downloading apps or music or any content for the next 15 minutes without any restrictions. IF you sign out of your account, then the child can no longer download. IMHO - You should NOT give your password to your child. That really is not a good practice.
    You can set restrictions on the iPad so that the child cannot download any apps at all. Go to Settings>General>Restrictions>On. Then you will have to enter a passcode for the device which you do not want to forget (if you do, you have to restore the device) so if you do this remember your passcode. You can then go to the apps settings within the restrictions and Enable Restrictions and turn off Installing Apps.
    This article will provide more information for you.
    http://netsecurity.about.com/od/frequentlyaskedquestions/a/How-To-Setup-Parental -Controls-On-An-Ipad-Ipod-Touch-Or-Iphone.htm

  • Can I create new TeamProjectCollection and TeamProject on TFS using Tfs API programmatically

    Hi,
    I want to ask that is there is any way to create new TeamProjectCollection and then new TeamProject on that collection using tfs api programmatically ?
    Thanks in advance.

    Hi Hassan,
    There is no API to create a team project, but you can script it using devenv. You can check the links below for more information:
    http://blogs.msdn.com/b/granth/archive/2009/09/25/scripting-team-project-creation-in-tfs2010.aspx
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/99184c0e-31b4-43aa-8f36-52545bb48e33/create-a-team-project-programatically?forum=tfsprocess
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • New Package options for existing customers

    Can existing customers ,who are out of contract, apply for the various offers on the main site? If not, is there somewhere where available offers are shown or are you forced to deal with the dreaded call centre? In my case, I want to down grade to Tv essentials from TV unlimited, keep unlimited broadband and anytime calls. I would be prepared to pay up front to get the cheaper line rental. It seems I should be able to get this for £28 per month via the main website.

    Hi homerhotspur,
    Word of warning.  Make sure you get your deal confirmed in writing or by email.  I did a deal with the options team.  My bill was correct for the first month so I threw my call log away.  The second bill was wrong and BT deied any knowledge of the agreed deal.  It tokk quite some time and effort to get things sorted.  I am just hoping and praying that my May bill is correct otherwise it will be a bigger pain still sorting that out as BT will owe me money.  Is there such a thing as a reverse Direct Debit ?
    Best regards,
    dfenceman

  • Can we create new sales order for RMA?

    Hi
    We have processed one sales order eg.ABC in INR instead of USD and we have closed it. Later we found that the order entry was wrong (that is the currency was wrongly entered in INR instead of USD) and created a new sales order eg. XYZ for RMA of that material and entered the sales order number ABC and invoice number as reference under returns tab. Now if I go to take the receipt of the new sales order created for RMA that for XYZ , I was not able to see that order number XYZ from the list of values in Receiving Transactions under Customer tab.
    Can anyone please give me an idea on how to open an closed order and to cancel the existing order so that i can take back the material in the same closed order i.e, ABC after reopening it and cancel the new sales order i.e, XYZ created for RMA.
    Thanks in advance
    Prem.

    You have mentioned that the sales order is closed. Does it mean that the lines are interfaced to AR ? Is the invoice generated? Is the shipment done?

  • Can't create new files nor open existing ones.

    It's been a while since I last used photoshop, a similar kind of problem made me move away from the product, but the new features in CS6 are enticing enough for me to be interested in trying it again.
    My problem is that, while the interface is completely usable (I can open the color picker, play with tools and preselects) trying to open a file or creating a new one does absolutely nothing.
    File->New or CTRL+N will show the busy cursor for but a brief second, and then disappear, dragging a file to the interface shows me the "denied" cursor (black circle with a bar), File->Open lets me browse my disk but then when I select the image, nothing happens.
    I've been scouring the forums for a solution to this and tried so many things that it's impossible for me to even try and list them all, so I'll accept any suggestion and try anything, I'll sum up what I did try in the first post (if it stays editable).
    Please let me succeed in this, I'd love to go back to photoshop.

    How can I test the other display theory? I didn't connect any new monitor (I do use 2) but I occasionally use stuff like remote desktop tools.
    I'll try and update the display drivers (even tho I updated them recently).
    P.S.: opening it on the other monitor worked. What the heck. Any way I can make it work on both monitors?
    I'll be making more tests in the meanwhile.

  • Can I create a custom location for Premiere and AME presets?

    Our institution has volatile user accounts meaning that all user specific preferences, presets and files are deleted on log off.
    However I would like to make some custom Premiere sequence presets and AME export presets available to all users by default.
    Can anyone suggest a way to store these presets in a non-user specific location and still have Premiere and AME locate them?
    Alternatively if anyone can suggest a way of packaging up these presets and copying them into the appropriate user locations on logon that would also be of interest!?
    Any suggestions appreciated (some further details and system spec below)...
    thanks,
    Darryl
    Typical location of presets as far as Im aware:
    Users/[USER]/Documents/Adobe/Premiere Pro/6.0/Settings/Custom/
    Users/[USER]/Library/Preferences/Adobe/Common/AME/6.0/Presets
    Premiere Pro CS6
    AME CS6
    iMacs with 10.8.4 (2.7 Core i5 8GB)
    (Also looking for Windows 7 solution for same issue)

    Our institution has volatile user accounts meaning that all user specific preferences, presets and files are deleted on log off.
    However I would like to make some custom Premiere sequence presets and AME export presets available to all users by default.
    Can anyone suggest a way to store these presets in a non-user specific location and still have Premiere and AME locate them?
    Alternatively if anyone can suggest a way of packaging up these presets and copying them into the appropriate user locations on logon that would also be of interest!?
    Any suggestions appreciated (some further details and system spec below)...
    thanks,
    Darryl
    Typical location of presets as far as Im aware:
    Users/[USER]/Documents/Adobe/Premiere Pro/6.0/Settings/Custom/
    Users/[USER]/Library/Preferences/Adobe/Common/AME/6.0/Presets
    Premiere Pro CS6
    AME CS6
    iMacs with 10.8.4 (2.7 Core i5 8GB)
    (Also looking for Windows 7 solution for same issue)

  • How can I create a custom environment for the guest user in Mavericks?

    Hello Mavericks insiders
    I need to setup several new MacBooks running Mavericks for school use. We want to use guest because everything is reset at each login. However, I first need to permanently customise the environment for the guest user:
    - doing program first runs
    - adjusting printer settings
    - dock settings
    - wallpper
    I think I have to copy certain library files in the Terminal. Which files exactly? From where to where? What is the correct Terminal syntax to do so?
    Many thanks in advance!
    Morgy

    Hello,
    I am not sure how I wound-up in the server forum. I am using the desktop version of OS X 10.7.4.
    Thanks

  • New Bt Homehub For Existing Customers

    Hi I have been with Bt for 3 months now and nearly everyday i have to change channel on my hub to be able to connect my laptop and phone have to change between channels 1,7 & 10 when i leave on automatic it only stays on channl 1 even after xamount of refresh wont change.
    I have just seen the Hub 3.0 is out would i be able to be sent one of these as a replacement as this will fix my issue i have already tried 2 other hubs so all 3 cant be broke i cant deal with having to plug my laptop in via cable to change channel and then i can use wireless.
    Thanks In Advance

    Hi Thanks for the replys im on my 3rd homehub and same issuse on on all 3 i was with sky before and never had an issue at all was thinking of leaving bt and going back to sky as i need wireless to be working but then someone said about hh3.
    I have spoke on the phone to bt and they say they can only send me a hh2 so was hoping someone here could let me no how i can get hold of hh3 many thanks.

  • HT2534 how can i creat new apple id

    how can i creat new apple ID for free plz helpe me out

    All Apple IDs are free.
    Frequently asked questions about Apple ID

Maybe you are looking for

  • RFQ with Reference to Purchase Requistion

    Dear Experts, I want to make RFQ with reference to Purchase requisition but system is allowing me to create it without any reference. While I have configured Purchase requisition as mandatory field for RFQ in IMG. Kindly help me out. Your immediate r

  • Adobe Download Assistant says to close Adobe Bridge CS.5

    I am trying to download Adobe Flash and everytime it is about to start downloading, it stops and says to close Adobe Bridge CS.5 when the program isn't even open. How can I fix or remove this?

  • How can I execute a button-process and trigger a branch??

    I create a button (ADD), a process (seq:30 condition:ADD button) and a branch (seq:50 condition:ADD button point: on commit:after process). I wanna execute this process by click button, then trigger this branch to other page. but now, only process ha

  • Balance Sheet account in a Purchase Requisition

    Can I use a Balance Sheet account on a Purchase Requisition?  We currently do that and would like to be able to keep doing it.  However, no matter what BS account I try to use it says "GL Account XXX cannot be used".   Also/Or what Account Assignment

  • Blocks in the \dll folder problems

    Hello Below is a problem that we had crop up on 3 machines.  We are running some labs that reside on a server.  The labs are in "I:\Infinity_Labs" and the required DLLs are in "I:\DLL".  All of the systems run fine except for these three.  Below is t