Can account of child customer be assigned to user of Parent in iSupport?

Hi,
We have two customer Organization who share parent/child relationship like HQ/Division or Parent/Subsidiary or Partner Managed customer etc..
Can a user of Parent organization be assigned with an account of child organization such that in iSupport user of parent organization can see SRs of Child organization?
Regards,
Anas

This is not possible in 11.5.10.2

Similar Messages

  • How can you create a customized page to change user password?

    Hello to all,
    I would like to create a customized page for a user to change their password. We are using Portal version 3.0.9 on Windows NT/2000. Currently there is a page in portal where a user can change their password.
    I tried linking to that page by copying the shortcut url and adding it as an html portlet. The problem is that we want to direct the users to a
    page of our choosing when they click on the "cancel" and "ok" buttons. I read in the forums that there is a selfreg.cmd script.
    I also read that there is some code that has been available.
    Has anyone implemented a customized user password change page? Do you know of any links that might have steps to follow or
    more informatioin?
    Thanks in advance,
    Lindsay

    Hi,
    I was able to customize the change password screen through a procedure. This is what I did:
    * Created a procedure under the Portal30_sso schema:
    CREATE OR REPLACE procedure reports_chage_password
    site2pstoretoken in varchar2 default null
    ,p_username in varchar2 default null
    ,p_error_code in varchar2 default null
    ,p_submit_url in varchar2 default null
    ,p_done_url in varchar2 default null
    ,p_pwd_is_exp in varchar2 default null
    ,p_password in varchar2 default null
    is
    begin
    htp.htmlopen;
    htp.headopen;
    htp.title ('<TITLE of Page>');
    htp.headclose;
    htp.bodyopen;
    htp.p('<table width="100%"><tr><td colspan=2 align=center><IMG SRC=<directory of image if you want>"><br><hr><br></td></tr>');
    htp.p('<tr><td colspan=2 align=center>');
    htp.p('<font COLOR="#000080" face="Times New Roman" size=+2><b>');
    htp.header(nsize => 1 ,cheader => 'Change Password');
    htp.p('</b></font>');
    htp.p('</td></tr><tr><td align=right>');
    htp.formopen(curl => p_submit_url );
    htp.p('<font color="#000080" face="Times New Roman" size=+1>');
    htp.p ('Username:');
    htp.p('</td><td alight=left><font color="#000080" face="Times New Roman" size=+1>');
    htp.p(p_username);
    htp.p('</font>');
    htp.p('</td></tr>');
    htp.formHidden(cname => 'p_username',cvalue => p_username);
    htp.br;
    htp.p('<tr><td align=right>');
    htp.p('<font color="#000080" face="Times New Roman" size=+1>');
    htp.p ('Old Password: ');
    htp.p('</font>');
    htp.p('</td><td align=left>');
    htp.p ( htf.formPassword(cname => 'p_old_password',csize => 30,cmaxlength => 30) );
    htp.p('</td></tr>');
    htp.br;
    htp.p('<tr><td align=right>');
    htp.p('<font color="#000080" face="Times New Roman" size=+1>');
    htp.p ('New Password: ');
    htp.p('</font>');
    htp.p('</td><td align=left>');
    htp.p ( htf.formPassword(cname => 'p_new_password',csize => 30,cmaxlength => 30) );
    htp.p('</td></tr>');
    htp.br;
    htp.p('<tr><td align=right>');
    htp.p('<font color="#000080" face="Times New Roman" size=+1>');
    htp.p ('Confirm New Password: ');
    htp.p('</font>');
    htp.p('</td><td align=left>');
    htp.p ( htf.formPassword(cname => 'p_new_password_confirm',csize => 30,cmaxlength => 30) );
    htp.p('</td></tr>');
    htp.p('<tr><td rowsapn=2>');
    htp.formHidden(cname => 'p_done_url',cvalue => '<the url that you want users to go to when they are done>');
    htp.formHidden(cname => 'p_pwd_is_exp',cvalue => p_pwd_is_exp);
    htp.formHidden(cname => 'p_password',cvalue => p_password);
    htp.formHidden(cname => 'site2pstoretoken',cvalue => site2pstoretoken);
    htp.p('</td></tr>');
    htp.p('<tr><td align=right>');
    htp.formSubmit(cname => 'p_action',cvalue => 'OK');
    htp.p('</td><td align=left>');
    htp.formSubmit(cname => 'p_action',cvalue => 'CANCEL');
    htp.p('</td></tr></table>');
    if p_error_code is not null then
    htp.br;
    htp.fontOpen(ccolor=> 'red', csize=> 4);
    if p_error_code = 'auth_fail_err' then
    htp.p('Old password is incorrect');
    elsif p_error_code = 'pwd_rule_err' then
    htp.p('The new password does not follow '||
    'the password policies.');
    htp.br;
    htp.p('Verify with your System Administrator '||
    'about the Password Policies');
    elsif p_error_code = 'confirm_pwd_fail_txt' then
    htp.p('Confirmation for new passord is not '||
    'the same as the New Passowrd');
    elsif p_error_code = 'null_new_pwd_err' then
    htp.p('New password cannot be null');
    elsif p_error_code = 'null_old_pwd_err' then
    htp.p('Old password cannot be null');
    else
    htp.p ('Error: ' || p_error_code );
    end if;
    htp.fontClose;
    end if;
    end;
    * Grant this procedure to PUBLIC
    * Update the portal30_sso.wwsso_ls_configuration_info_$:
    UPDATE portal30_sso.wwsso_ls_configuration_info_$
    SET LOGIN URL = '<YOUR CUSTOM LOGIN URL OR THE WORD UNUSED IF YOU DON'T HAVE ONE> http://<MACHINE_NAME>.<DOMAIN>/pls/portal30_sso/portal30_sso.<NAME OF PROCEDURE>';
    * After you update the table, go to your account information link, and click on the change password link.
    * Then copy the url that you see in your address line
    * And if you want a change password link at the top of your portal page, just go to EDIT on your page, then edit the banner defaults. Then in the links add the Lable and the URL. The URL would be the URL you copied from the previous step.
    Hope this helps.
    I've customized the login page too if you would like some sample code for that. Let me know.
    Martin

  • 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

  • How does one assign a user to several groups?

    I am a student learning Databases, Oracle to be exact, and am trying to install a developer's copy on my MAC G4 running OS X 10.4.11. To do this I need to assign user oracle to several user groups. Trouble is, although I know UNIX fairly well I don't know Sys Adim commands well at all. Can am one help with this one?

    Thank you for your posting, however I did try this before I posted here, can assign a user to one (1) group, but can not figure out how to assign a user to more than one (1+) group. That is the root cause of my problem. Do you know how to assign more than one group? Again thank you for your input.

  • Not assigned to user group /SAPQUERY/H2

    Dear Gurus,
    I have assigne Tcode S_PH0_48000510 to a user but when she executes this TCode, she is getting an error that "Username is not assigned to user group /SAPQUERY/H2. How can I resolve this?
    Chansa

    Hi,
    Assign the user name to the relevant user group via SQ03.
    regards,
    Dilek

  • Assign Bank account to the Customer

    Hi,
    How to assign bank account to the customer?? in AR or CM????
    pls help me n step by step fashion...
    thanks a lot n advance..

    Hi Prety,
    You may create or assign a bank account to a customer from the customer definition page in AR.
    Query the customer, go to bank account definition page and define the bank details. Once you save the record the bank account is assigned to the customer or customer site.
    The Bank and Branch information will then be available in CM. But the bank account information is maintained in payment tables (IBY).
    Hope this helps.
    Ramesh

  • How we can inactive the credit account for our customer

    Hi Gurus,
    Can you please let me know, Where we can deactivate the credit account for our customer?
    Thanks in advance
    Mayank Tyagi

    Hi Mayank,
            As per my Understanding.
    here you are trying to enter the payer code different as sold to party.
    if its so,
    both ur customer-sold to & Payer has credit master records ( check in FD32).
    both might have maintained different credit limits.
    so when you enter the payer different as customer, based on credit management configuration - systems check for the Payer as well as Sold to's credit records, if both r different then system prompts this error message.
    As i know, it wont allow you to proceed further.
    this is the reason in many cases your sold to & payer will be same.there could be chance, that your ship to will be different.
    my query is: - why you are trying to enter 2 different ( sold to & payer) partners?
    any doubts plz let me know.
    hope it clears,

  • I can't make my childs account a child account.

      Is it possible When using Windows 10 Pro Technical Preview Evaluation copy Build 10041 I'm unable to make my child's account a child account. I use Microsoft Family Safety and unless I can make my child's account an actual child account, I will
    be unable to monitor their account.  I know how to do this on Windows 8.1., Am I doing something wrong, or is this just not ready in Windows 10?

    On Sat, 11 Apr 2015 01:14:22 +0000, jds226 wrote:
      Is it possible When using Windows 10 Pro Technical Preview Evaluation copy Build 10041
    This forum, as per the name, is for Windows 10 Phone issues. Please repost
    your question to one of the Windows 10 for PCs/tablets forums.
    Paul Adare - FIM CM MVP
    Now that we have all this useful information, it would be nice to be able
    to do something with it. (Actually, it can be emotionally fulfilling just
    to get information. This is usually only true, however, if you have the
    social life of a kumquat.) -- UNIX Programmer's Manual

  • Can't change child's account settings

    Hi! I am the admin of my computer and I set up a "limited" account for my daughter. I am trying to change her settings to give her more access, but I get in accounts preferences, I get a greyed out user with an orange check mark next to her account. I have tried everything I can think of -- logging in as the root user, etc, but nothing works.
    Thanks!

    That's it! Can't believe I dinked around for so long with this. Thanks!!!
    Actually, in this case the "orange checkmark" is the
    giveaway - it is a status indicator showing that the
    user is currently logged in to that account, and
    "switched out" using "fast-user switching". The same
    symbol can also be seen in the "Login Window" and the
    "User" menu (fast-user switching menu).
    User "limitations" cannot be configured when the
    account is in use, so try logging in to the "managed"
    account and logging out completely by choosing "Log
    Out username" (⌥⇧⌘Q) from
    the "Apple" menu, then logging back in to the "admin"
    account before trying to make changes.

  • Reconciliation Account in Vendor/Customer Master

    What is the function of reconciliation account in Vendor/Customer Master?
    Regards
    Kailash

    Hi
    The  reconciliation account in the master record records all postings made to a subsidiary ledger.When you post items to a subsidiary ledger, the SAP system automatically posts the same data to the general ledger at the same time. Each subsidiary ledger has one or more reconciliation accounts in the general ledger. These reconciliation accounts ensure that the balance of G/L accounts is always zero. This means that you can draw up financial statements at any time without having to transfer totals from the subledgers to the general ledger.
    You can use the reconciliation accounts to make settings:
    You can use the reconciliation account to configure the screens for posting items to customer or vendor accounts. Using the reconciliation account you could, for example, suppress the fields for entering exchange rate hedges if these types of transaction are not made.
    You can also use the reconciliation account to specify which currencies you can use when posting to the corresponding customer or vendor accounts.
    You usually enter the local currency in the master record. Postings can then be made in all currencies to the customer and vendor accounts that the reconciliation account is assigned to. However, you can also enter a foreign currency key in the master record of the reconciliation account. If you do this, you can only post to the relevant customer and vendor accounts in the foreign currency specified.
    Thanks & Regards
    Sanil K Bhandari

  • Problem in assigning custom role to a user

    Hi everyone,
    Can anyone tell me how to assign a custom role to a user?
    I have created a set of IViews which are assigned to a workset and the workset is assigned to a new role.
    I assign this new role to my user account.
    But, I am not getting the role which I have assigned to my user account.
    What am I missing???

    Hi Daya,
    Check the below links:
    [Setting up Portal Roles|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0ba66fd-3c4e-2a10-1090-e1217a92c147?QuickLink=index&overridelayout=true]
    Step by step guide to create roles and worksets. [Wiki blog|http://wiki.sdn.sap.com/wiki/display/EP/Makeiview,workset,pageandassignrole]
    Check the [help.sap|http://help.sap.com/saphelp_nw70/helpdata/en/1e/89570091620b428807f5bce4b45e7f/frameset.htm] document to get idea about Portal Content Objects.
    Regards,
    Anand G

  • FM account assignments need to be assigned for each grantee year

    Hi experts!!
    I have a problem when i execute GM_REVAL (Revaluation of Currency for Grants Management). System gets an errror: FM account assignments need to be assigned for each grantee year (Message no. GRANTMGMT363).
    I've customized FMDERIVE in order to derive Fund center, commitment item, grant and fund. And GMDERIVE to derive Sponsor Program and Sponsor class. In a FI postings (FB01 or FBCJ), these derivations works ok.
    Anyone knows how can i solve this error?
    Thank you.

    Hello Dolors,
    for the revaluation you need to maintain default FM settings in the
    customizing. See IMG - GM - master data - revaluation. Note that these
    FM master data objects must be valid throughout the budget validity
    period.
    I hope this helps..
    Best regards,
    Mar.

  • What is importance of Account group in customer code create?

    Dear Experts,
                             whlie creating customer code we have difference types of Account group , what is  the importance ? what is mean by bill- to party , sold-to party . i am very new to SD please guide me
    regards
    rajakarthik.

    Hi Raja
    First, try to understand "Customer".
    "Customer" is actually one type of Business Partner.
    If you will tell simply "Customer", then it does not make a complete sense to me, as in business, I will be interested to know, which "Customer" you are talking about.
    Beacuse, there are four types of Customer. The Customer Partner type is categorised as per the function performed by them.
    The Customer, who places order is called -- SP (Sold-to-party),
    the Customer who receives the goods is called -
    SH (Ship-to-party),
    who receives the Bill is called -- BP (Bill-to-party) and
    who makes the payment is called --- PY (Payer).
    SP, SH, BP and PY are called "Partner Function" (i.e. Function performed by the Partner "Customer").
    If you will take the example of a small business, you will find, the same person is placing the order, receiving the goods, receiving the bill and making the payment also. That means, he is performing the role for all the functions SP,SH,BP and PY.
    But, if you will go for a big Corporate, you may find all four may be different. For example, Delhi office is the SP, Mumbai office is SH, Kolkata office is PY & Chennai office is BP.
    All the 4 Partner functions are mandatory in a sales process, they may be performed by one partner or by four different partners.
    As all the above Partner Functions are mandatory, they need to exist in the system as a Customer. A customer exist only when a master data is created for him.
    ACCOUNT GROUP
    You must have seen ,when Billing document is saved, there is posting takes place in Accounting.
    A Debit posting to Customer account and credit posting to Revenue account. It indicates that, Customer is also considered as an "Account" in FI.
    So, a group of Account (customer) behaving in a similar manner are one "ACCOUNT GROUP". Those different Account Groups are normally created in FI. There are various Account groups like 0001(Sold-to-party), 0002(Ship-to-party) etc, and you can create your own also.
    When you create a Customer, system needs to know, what type of Customer (Account) you are going to create. System gets this information through "Account Group". If you want to create a Customer who will work as a Payer, then you need to choose the Account Group "Payer" and not '0002- Ship-to-party".
    A "Payer" needs the billing and Payment related information, he does not require Shipping related information. Hence, the Shipping tab is not found totally in the customer master of a "Payer". Similarly, those fields which are not required for a particular type of customer, they are suppresed (made invisible).
    Which fields will be mandatory, optional, suppressed & display purpose only, are decided/ controlled by the Account group and this is what we call "Field selection" which is controlled by Account group (one controlfunction of Account Group).
    Similarly, when we save a Customer master, the customer number (either internal or external) comes from the "Number range" which has been assigned to the Account group. There are few other functions which are also controlled by the Account group like whether "One-time customer" default output etc.
    That means without specifying an "Account Group", you can not create a Customer as now you know, Account group controls the Customer master data.
    Hope, this explanation will create your doubts in a simpla manner.
    Regards
    Edited by: pradyumna on Oct 24, 2009 6:55 PM

  • How to change the Reconciliation Account of a Customer.

    Hi Everybody,
    I went through few posts from users regarding the change of Reconciliation Account in Customer Master, but nowhere the complete process of change of Reconciliation Account is explained. Can anyone throw some light on this and tell  the complete procedure of changing the Reconciliation Account in the customer Master.
    Thanks.

    Dear Himanshu,
    There is no specific process of changing the reconciliation account in customer master because it is not recommended and when you change the reconciliation account in the customer master then system will stop you at all. If you want to change then please follow steps mentioned below.
    1. Clear all the open of the customer whose reconciliation account you want to change. If open item exists and you change then this balance will lie forever in the trial balance which Accounting Standard will not allow.
    2. Once the customer balance does not exist then you can change reconciliation account.
    Another way to do is
    1. You create a copy of the customer you want to change the reconciliation account, put the new reconciliation account in the copied customer.
    2. Then you transfer all posting to the new customer so customer with old reconciliation account will be nil.
    If your profit center functionality is active and document splitting is not active with profit center characteristics then please avoid the second alternative
    Regards,
    Chintan Joshi.

  • Change in Reconciliation Account of Vendor/Customer

    Hi Experts,
    Can any one please tell me the scenarios where in we change the reconciliation account for the customer and vendor. If we change, what are the precautions we have to take in terms of transferring balance or open items from old reconciliation account to new reconciliation account?
    Thanks,
    SravanK

    Hi,
                   There is no problem to change the account number in the vendor or customer master data, that is :
    All Document Items that were created in the old account will be posted in the same old account when you have a payment posting, compensations, etc.
    All document created after the change will be posted in the new account as well as the payment postings, compensations and others. 
    The system will separate the postings in accordance with the moment at the documents were created. 
    You can do a test in the development client before you do the change in the production. 
    For example :-
    You can create a new reconciliation account because you want the G/L accounts to separate out sales. Just switched the setting in Customer Master and off you go. SAP will recognized the old account for the old postings and used the new account for any new postings. 
    You should run balance sheet adjustment program after any reconciliation account change. 
    The system performs any adjustments required due to the change of reconciliation accounts or G/L accounts. The items from the old reconciliation accounts are allocated to the new accounts. 
    Since you cannot post to the reconciliation accounts directly, the postings are made to temporary adjustment accounts. 
    These adjustment accounts should be displayed along with the relevant reconciliation account in the balance sheet. The postings are then reversed after the balance sheet has been created. 
    The program for sorting the payables and receivables makes the necessary adjustments automatically. This means that you have to define the adjustment account numbers and the posting keys for these postings in the system. 
    If you purchase and install the FI-LC Consolidation application and have bought up a previous customer or vendor (thus also taking on his/her payables and receivables), please refer to the note in the report documentation on changed reconciliation accounts. To define the account numbers, select the activity Define adjustment accounts for changed reconciliation accounts in the Accounts Receivable and Accounts Payable Implementation Guide.
    You should only run this program if your new reconciliation account is classified differently from the original in your FS. e.g.. AR to Intercompany accounts. It will just reclassify the existing balance. The line items will not be transferred. If not then no need to run the program at all.
    Regards,
    Sreehari

Maybe you are looking for