Validation when creating G/L Account

Hello,
At the present moment I have all company codes with the same account group. But I need to make one field obligatory for some company codes and not obligatory to others company code.
Is there any standard way of doing it?
Thanks everyone.

Hi,
As per standared it is not posible to restict GL Master record field based on comp code.
it is possible to impliment this requirement by using screenexit
Discuss with technical person (ABAPer) to fil ful this requirement.
Regards
Viswa

Similar Messages

  • Why do I have to give my debit card information when creating a apple account can I just give something else?

    When I try to download apps it says sign in required then I put in my security code but it said its invalid but I know it's correct but I decided to make another apple account but I don't want to give my debit card number what else can I do?

    If you only want the free apps, take a look here:
    http://support.apple.com/kb/HT2534
    Read the steps carefully as the order in which you follow them is  critical. Note that you can do this only when creating a new Apple ID. You cannot use an existing ID. 
    You will of course not be able to get anything other than the free apps without entering in some sort of payment method (credit card, prepaid iTunes card, gift certificate, etc.). 
    As regards the security code issue for your current account, take a look here:
    http://support.apple.com/kb/TS1646
    If that doesn't help, go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report the issue to the iTunes Store.
    Regards.

  • $1 charged when create new itune Account, not refunded

    Hi,
    I have created a apple Itune Id for purchaging the store items. At the time of creating Apple iTune account i paid $1 (that is refunded Please correct if i am wrong).
    But after a month i have not received this money back in to my account.

    Each time that you add or change credit card details on your account then you will receive a temporary store holding charge to check that the card details are correct and valid and that it's registered to exactly the same name and address as on your iTunes account - and yes, it should disappear off your account within a few days or so (it varies by bank) of it being applied (though each time that you change your or the card details on your account it might be applied again) : http://support.apple.com/kb/HT3702
    You could contact your card issuer to ask why it's still on there (it's only a temporary authorisation charge so your card issuer should automatically remove it), and/or contact iTunes Support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • Validation Rules: create a dummy account with constant value 0

    Hi,
    I need to define a control like the following:
    TA00000 >= 0
    I think that I need to create a dummy account with constant value 0 and compare TA00000 against it. I need help to create the dummy account because I'm not sure if I have to use a script logic or not. If anybody could help, I would be very grateful.
    Thanks in advance.
    Almudena

    Hi,
    Thank you for your answer. It works perfectly.
    I have other question related to validation rules. I need to create a validation like this:
    A39300 + A39110 + A39130 + A39010 >= H97300
    It is not supported in BPC NW version to leave blank in ACCOUNT_R in details of validation rule. Do you know how I could define this control?
    Thanks in advance.
    Almudena

  • Prospect Determination when creating Lead from Account

    Hello,
    lately we have applied SP9 to our CRM 6.0.
    Since then we have an error during the following process:
    Search and find a Sold-To Party
    From the "Lead" assignment block, click on create
    The lead is opened in creation mode but the field "Prospect" is not filled and we receive
    => error message : "Enter Sales Prospect"
    I have check in CRM 6.0 SP4 and SP5 and it it working fine.
    Besides, we do not have this prospect determination problem when creating an opportunity with the same Partner Determination Procedure.
    Would you have any idea?
    Thank you in advance and regards,
    Didier

    Thanks but it is not the problem. The same PDP works fine with an opportunity.
    kind rgds,
    Didier

  • How to use a ip address for pop & smtp server names when creating a new account

    My xp PC is on a lan behind a Freebsd os [IE. flavor of unix] which is not running a dns server. The only way to reach it is by ip address. I have configured the account with a ip address for pop & smtp. When I create and sent a email, Thunderbird shows a window saying it trying to connect and after 10 seconds it goes away with out showing the status window. There is no email in the sent folder. Is it possible to do this ???? I can accomplish this using ms/outlook so I know it is possible.

    I haven't tried this in years, but could you give this server a name and enter that into TB
    Then in C:\Windows\System32\drivers\etc\hosts you add that name and ip

  • How to avoid duplicate DN exception when creating Active Directory Account

    I am using OIM 9.1.0.2 to provision Active Directory accounts.
    I run into issues when the DN of the user to be created already exists and I would like to know if anyone has some logic I can use to generate a different DN for new user by adding a number or something like that to the DN
    Here is an example.
    User 1 exists already and their DN: cn=john smith, cn=users, dc=company,dc=org
    New user joins the company and his name is also john smith and he has no middle name: so system attempts to create his account as cn=john smith, cn=users, dc=company,dc=org
    how can I accomplish this by making the account say cn=john smith_1, cn=users, dc=company,dc=org

    855640 wrote:
    I run into issues when the DN of the user to be created already exists and I would like to know if anyone has some logic I can use to generate a different DN for new user by adding a number or something like that to the DN
    There are two different questions:
    1. How to generate a sequence of candidates for the name attribute
    2. How to check if a record with the given name candidate already exists in the Active Directory, and hence try the next candidate from the sequence.
    The answer for the first part is usually defined by the policy existing in your organization, in the simplest case you can append sequential integer numbers to the end of the original name.
    The answer for the second question is not so simple if you use are provisioning with MSAD connector.
    There are two places you can put the check:
    -- in the pre-populate adapter for the UD_ADUSER_COMMONNAME field
    -- in the adpADCSCREATEUSER event handler, which is responsible for new AD user record creation.
    Both cases need some coding, since you have to obtain the AD connection and search AD for matching records.
    Pros & cons
    Placing check code in the pre-populate adapter:
    Pros:
    the result is visible in the form, administrator can change the pre-calculated value if he wishes
    Cons:
    you need to have all access to connection parameters, and establish one extra connection
    this is not the way OIM is supposed to work :-(
    Placing check code in the AD user creation task:
    Pros:
    you have all access to connection parameters, and open a connection here anyway
    Cons:
    the result is not present in the form, so no way for manual interaction by administrator here
    BTW: this problem is not only related to DN generation, some other AD attributes (e.g. sAMAccountName, mailNickName, userPrincipalName, mail) should be unique in the AD domain scope.
    Edited by: madhatter on Sep 7, 2012 12:02 AM

  • Needed validation when creating user for employee in HRUSER transaction

    hi All,
    I wanted to put validation in HRUSER TCode  when we are creating user for an employee by selecting exit module for user name and password
    in my scenario I want to remove the first alphabet of user name that is P and with that I want to set a default password can anyone suggest me includes.
    Please find the attached snap.

    Solved it for myself
    refer the link:
    Dear all,
    Regards,
    Siva

  • How to turn off validation when creating XMLType

    Hi all,
    I have XML data stored in a CLOB field in a relational table. When generating an XMLType from the CLOB input I get the following error on certain XML documents only:
    select XMLTYPE.CREATEXML(CLOB_DATA)
    into XML_Type1
    from LOGS
    where ID = 32;
    ERROR:
    ORA-01001: invalid cursor
    ORA-21700: object does not exist or is marked for delete
    ORA-06512: at "SYS.XMLTYPE", line 0
    ORA-06512: at line 1
    I eventually figured out that the 'object' referred to is the xsd against which the XML doc must be validated. This happens for documents which have the attribute xsi:schemaLocation="http:/myURI myxsd.xsd".
    My question is how do I prevent the parser from trying to reference the XSD when generating the XMLType.
    The following does not work:
    select XMLTYPE.CREATEXML(CLOB_DATA).createNonSchemaBasedXML()
    into XML_Type1
    from LOGS
    where ID = 32;
    Please help.
    Thanks
    Abdul

    You might try specifying a null schema with:
    XMLTYPE.CREATEXML(xmlData => yourdata, schema => null)
    Failing that the validated & wellformed parameters default to zero, setting one of them to 1 may turn off the validation.
    If neither of the above work I'd be selecting into a CLOB and creating the XMLTYPE in my code.

  • Restrict (hide) text type by sales org when creating notes for accounts

    Hi
    I have created 5 new text object IDs in text determination procedure BUT000. There are now approximately 40 text IDs in total. These 5 new text object IDs will only be used for 1 sales org. The other 35 will be used for various other sales org. When I go to create a note for the Business Partner in the WebClient UI (6.0) I have to select from a drop down list of 40 text types. As each user can only belong to 1 sales org, the user will never create a note of any other type apart from the 5 I created.
    Therefore, is it possible to just show the 5 text types that I created? If so how do I go about doing this?
    Regards
    Declan

    Hi Declan,
    I am not sure whether I have understood you correctly. If the user will never create a note to any other type of text apart from those 5 you have created then in Definition of procedure you can delete the rest 35 and then you will have only 5 text types.
    the path is SPRO -> CRM -> BF -> Text Management -> Define Text Det. Procedure -> Select BUT000 -> Double click on folder Procedure -> here you can create Text. Det. Procedure and assign the text types you want.
    Hope this will help.
    Thanks,
    Vikash.

  • Moving itunes content when creating new user account

    Recently added two iphones to our rapidly growing apple family of devices.  Our imac was originally set up with just one main user account the whole family shared.  The problem I have is with sharing, syncing, merging with my iphone all family shared information.  For example, the contact list on the shared family mac is huge and includes many "x-mas card only people" that I will never need to call.  Same with shared calendar.  If make some quick notes or reminders on my calendar just for me, it replicates on to everyones device.  The guy at the apple store suggested I should have my own account.  I have done that and am now seeing the limitations OSX puts on different accounts as it seeks to protect each account.  An example here is trying to share and use our iphoto library.  My goal is to have itunes in my new , separate account that syncs to my own contact list (won't change back to the full family list every time I sync), has just the apps I want (not my daughters 300 apps that seem to keep re-appearing on my phone), still be able to sync to the family calendar but maybe have one of my own as well, have my own playlists from itunes 9I was able to find a way to access the big family music library in my account) and be able to build iphoto albums to sync.
    I think problems stem from a lack of understanding the basics of what separate "accounts" really can and can't do as it relates to different applications and devices.
    Thanks for any help!

    Drag \Music\iTunes folder to \Users\Shared.
    Log in to the new user account and copy \Users\Shared\iTunes to \Music\iTunes.

  • When creating a Behance account I made a typo in my email address, is there a way to link the Behance account with my actual Adobe account?

    I don't want to lose all the work I've put into my Behance account thus far.

    If you have a login questions - please contact Behance support directly. Behance is transitioning all logins to Adobe IDs this Spring 2014. If you signed up for Behance post April 10, 2014, your Behance login matches your Adobe ID exactly. If you signed up before this and are having trouble logging in, visit this section for more help, or contact Behance support. Please do not comment on this forum with login questions, as we're able to provide much faster, one-on-one support elsewhere.

  • When creating sync account, CAPTCHA bugged, account locked

    I downloaded the Sync Add-On for FF 3.6.13 (Win Vista 32-bit), and went through the setup wizard to create a new sync account on the 'official' sync server.
    The wizard got to a screen where there was a heading to the effect of "Prove you are not a robot", at which point I suppose a CAPTCHA was *supposed* to load, but it NEVER DID. So, since I couldn't enter the CAPTCHA, because it never loaded, and I couldn't proceed, I canceled the setup wizard, and tried to start over.
    But, now my account seems to be locked. I can't create a new account with the same email address, can't reset the password, and can't login to Sync.
    How do I get my account unlocked?

    Ok, I got this figured out. I had tried doing the "create account" again, but it was complaining that the 'new password cannot be the same as the current password', which, when creating a 'new' account doesn't seem to make much sense. *However*, I was able to get it to proceed with creating a new account if I just entered a brand new password.
    When I got to the CAPTCHA screen again, it again had a basically empty window, but this time I waited longer (a minute or two), and *eventually* the CAPTCHA loaded.
    If the CAPTHCA is taking a long time to load, you need to give users some sort of feedback in the User Interface that it's still trying to load the CAPTCHA. It just looks like a broken interface, from a user perspective.

  • Payment option 'none' disappeared when creating account

    When creating a new iTunes account, the option to select no payment option ('none') has disappeared. The only options available are Visa, Mastercard and Amex.
    Have tried this on both an iPad an an iPhone and the option is not available.
    I've created a number of accounts over the past 2/3 weeks and the option was available then.
    Anyone else having this problem or know what we can do about this?

    Shuttler wrote:
    When creating a new iTunes account, the option to select no payment option ('none') has disappeared.
    This has never been an option when creating a new account.
    After you create the account, None will show up to allow you to remove your CC info.
    If you wish to create an account without a CC, you can do this
    -> Create an iTunes App Store account without a credit card
    I've created a number of accounts over the past 2/3 weeks
    Why?

  • HT1918 how can i creat itunes store account without credit card i havent acard???

    how can i creat itunes store account without credit card i havent acard???

    You need to follow the instructions on this page when creating a new account : http://support.apple.com/kb/HT2534

Maybe you are looking for