G/L account restricted list in SC

Hi Gurus,
Is there a standard way to restrict G:L accounts list in SC G/L account match code?
Thanks in advance.

Hi there,
As per the standard design of GL account determination, the system will
first try to find the customing setting based on the category_guid,
category_id, acc_cat from the table bbp_det_account. If there is no
entry found, the system would then try to find the GL account based on
category_id and acc_cat alone.
Setting up default G/L determination
See table V_BBP_DET_ACCT which can be accessed at
SPRO -> Supplier Relationship Management -> SRM Server ->
Cross-Application Basic Settings -> Account Assignment ->
Define G/L Account for Product Category and Account Assignment Category
This can be debugged in FM BBP_DETERMINE_ACCOUNT
If you mean "match code" by using F4 then no there is usually no restriction for F4 as it pulls all the information from the backend.
You could have code in the DOC_CHECK BADI to ensure wrong G/L accout could not be saved with a SC.
Hope this helps,
Kind Regards,
Matthew

Similar Messages

  • External DB account Restriction

    Hi
    I am receiving "External DB account Restriction" Error message for ADS users after upgrading from 2000 to Windows 2003.
    I dont see any error for local ACS users and local windows database users.
    Any idea
    Thanks

    Meaning of the error message
    External DB account restriction : The Windows User Account is restricted : The windows administrator must reset this option.
    ACS troubleshooting guide
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.1.3/troubleshooting/guide/ecodes.html
    When you try to authenticate via ACS and see failed authentication on the ACS,could you please take a look on the group you are dropped in.
    This can occur either due to permission issues or if your user is being mapped to DISABLED or NO-ACCESS group on the ACS.
    Once you have the group which the failed user belongs to, go to that group and click on edit group. It shouldn't ne disabled or noaccess group (Group 0 is what we called noaccess group).
    If you're getting mapped to correct map then this is surely windows permission issue. You have to ensure that ACS software running on windows machine should have domain admin rights.
    There are some permissions those need to be granted on the windows machine it is installed.You may check from below listed link
    1.Acs is installed on the member server or DC and permissions are configured as per the following doc:
    http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacs4nt/acs33/install/inst02.htm#wp981552
    If you're running ACS on member server do make sure that you have completed post installation task for local security policy.
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/3.3/installation/guide/windows/install.html#wp981858
    HTH
    Rgds,
    Jatin
    Do rate helpful posts~

  • In address book & iCal each of our accounts are listed as iCloud can this be changed?

    I have a family Me.com account, all now in the cloud.
    In address book, iCal etc each of our accounts are listed as iCloud any way of renaming them to match the person?
    Mail is fine.
    Many Thanks
    Phil

    Hi Dave,
    Funny you mentioned 1932, as the birthday entry in my 'Address Book' is the 06/04/1932.
    Since it is not before but actually within 1932, is this what's causing the issue?

  • New Value addition in Restricted List under Rules not getting reflected

    Hi,
    I have created a custom rule for a custom profile. In the rule i have configured a metadata named as Reviewer. Under restricted values of reviewer i have put in 2 values.
    It is getting reflected properly in the profile check in form.
    But now when i add a new value, it is not getting reflected. Is restart required to get that field populated with new value ?. I have already published the schema base and static files.
    Please suggest.
    Regards,
    Boopathy P

    In your metadata field definition, your field is defined as having an option list. Does the value you just added to the restricted list also exist in the overall list of values for the field?
    For example, your list has values "a", "b", and "c". In your profile restricted list, you have "a" and "b". Now have you added "d" to the restricted list, which does not appear in the defined list for the metadata field?

  • G/L account not listing

    Hi,
      We have a user assigned to an org object "X" (comp code 9000). When this user creates a SC on his computer, the G/L account does not get listed. But when I create a SC from my computer with the same userid, the G/L account gets listed. We have checked the IE settings,  updated JRE.
      We moved the user to another org object "Y" (comp. code 9001). The user was now able to see the list of G/L accounts.
       Has anyone come across this issue?
    Regards
    MJ

    Problem is surprising and quite interesting, can you tel me "with the org object 'Y'  from the same computer with the same user id is working or not?"
    as I can throw a stone to u like reinstall JRE once again in that computer
    please update us the successful solution

  • My FaceTime icon in settings is not clickable and the application on the home screen responds with "Account Restriction This phone is restricted from creating FaceTime accounts (I have used FT for 3 yrars and had a in order account before 8.02, this

    In settings, the FaceTime icon is not clickable and in home screen the FaceTime icon (application) responds with: "Account Restriction This iPhone is restricted from making FaceTime accounts". I have had a FaceTime account in good order for 2 years now and have not abused or excessively used it. Apple doesn't respond multiple messages, ISP is of no use.

    I have tried this and can see that FaceTime is ALLOWED in RESTRICTIONS
    I have tried also, in restrictions, other items regarding applications, iTunes App Store without results.

  • Dynamically changing Restricted List

    Hi,
    We have a requirment,
    Two team IT and HR are there. Each has it's own set of Reviewers and Approvers.
    We have created a custom profile form where we have a metadata field for reviewers and approvers.
    Based on user role, i am able to set up default values of Reviewer and Approver. This is fine. But IT team has two reviewers and i need to display as them drop down list.
    Using Restricted list i can give the values, but i dont have the option to filter out reviewers based on role in restricted list.
    Can someone guide me in how to dynamically change the restricted values in UCM.
    Regards,
    Boopathy

    not sure about dynamic restricted list in rules but you can achieve your requirent in many ways...
    for description lets assume
    2 roles IT and HR
    2 metadata xApprover and xReviewer
    Option1:_
    create 2 new rules
    1) ruleIT
    - add xReviewer and xApprover fields and set the restricted list for IT team.
    - In General Tab, check the "User rule activation condition" and in custom tab use the following code
    ((userHasRole("IT"))2) ruleHR
    - add fields and define restricted list ...go to custom tab and add
    ((userHasRole("HR"))finally, add the above rules to yoru profile.
    Option2:_
    another option ...
    define idoc include as
    <@dynamichtml myCustomInclude@>
    <$if not isUploadFieldScript$>
         <$if userHasRole("HR")$>
              <select name="xApprover">
              <option value="Ap1">Ap1</option>
              </select>
              <select name="xReviewer">
              <option value="Re1">Re1</option>
              </select>
         <$elseif userHasRole("IT")$>
         <$endif$>
    <$endif$>
    <@end@>Go to your Profile Rule and Edit the fields(xApprover,xReviewer)
    ...in "Edit Rule Field xApprover" window, select "Use custom include" and enter the above include name "myCustomInclude"
    if you need any field validation, put it in else block of isUploadFieldScript
    Edited by: Bunty on Apr 3, 2013 11:32 AM

  • HT1349 Does anyone know the location of the Apple page (under your Apple ID account) that lists all the products you have bought from or registered with Apple?

    Does anyone know the location of the Apple page (under your Apple ID account) that lists all the products you have bought from or registered with Apple?

    Thank you! After posting the question, I located another version of this same personal product information at: https://getsupport.apple.com/GetproductgroupList.do;jsessionid=Lh2lMR9SVZvsbPTdQ d1ywJH1pXnrC0kqLhnJjZjCnd3vnzJthgzW!1417360841. If you haven't signed in yet, just click on the link at the bottom to See Your Products.

  • ACS error - External DB account Restriction ..

    Hi, we have problem with our VPN users. When they log using cisco vpn, they get error and when we checked at the ACS - we are getting this message in the Report and Activity menu under Failed Attempts - External DB account Restriction ...
    Can you help us why is this so?

    This is due to permission issue. Make sure that the account running acs service or remote agent service (incase you have appliance)have domain admin permissions.
    See this link
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.1/installation/guide/windows/postin.html#wp1041202
    Also post acs issues in AAA forum.
    Regards,
    ~JG
    Do rate helpful posts

  • EAP Authentication Failing (External DB account restriction)

    Hi,
    I am using ACS 3.0 as my Access Server configured for LEAP authentication,Everything was working fine till 2 days back, All my wireless clients ver getting authenticated,
    But suddenly they have stopped doing so, On checking the logs it says "External DB account restriction"
    I am using Windows Group Mapping, Dont know why suddenly it has started behaving like this, Have made no changes on the user profiles/permissions from either ACS or windows servers.
    Any clue...suggestions..
    Thanks
    Maneesh

    I'm having the same problem and it is quite frustrating... It should not be this difficult.
    I've tried both IAS and ACS and I can not get either one of them to work. I'm sure it has something to do with certificates... I just don't know what I'm doing wrong, but I'm going to beat the stuffing out my server if I see "External DB account Restriction" one more time!
    currently i'm trying to get ACS 3.2.1(trial) on Win2k SP3 to work and time and time again no matter how I try to install the certificate I create (following instructions in chapter 10 of the User Guide) I keep getting that infernal error. If someone out there could post SPECIFIC instructions about how they got their installation to work it would be GREATLY appreciated.
    Ben

  • Mail 7.0 - "Get Account Info" listing - a bug?

    I very frequently use the "Get Account Info" listing (via the 'gearwheel' at the bottom of the Maibox list) to remove unnecessary mail from the server to save downloading it yet again to my wife's little G4 iBook. However, with Mavericks they seem to have messed up the window as the listing now has no order and I'm unable to set it to any order - I prefer date - although it sometimes lists as size in descending order. A bug?

    No luck, unfortunetly.  I've even restarted the whole computer.  They are usually still there, and sometimes, even older messages that I deleted from the drafts folder a long time ago, reappear as well.  I've also deleted the account from Mail and set it up from scratch several times hoping that would work, but it failed as well.

  • Using a selection option Var on a restricted list of values for  a char

    hi all,
    i am trying to use a selection option variable in a restricted list of values in a characteristic. for example. company code has the following values:
    1) GB01
    2) GB02
    3) GB03
    4) MY01
    5) SG01
    and so on.....
    Now, i would like to restrict the list of values into GB01, GB02 and MY01.
    and based on this restricted list, i will again need a variable to do a selection option in the report.
    Do you think this is possible? what will be the solution to this?
    i have tried to restricted it with 2 variables but it doesnt allow that.
    cheers,
    willie

    ADF Faces has a very small learning curve, at least
    on top of learning JSF itself, - it's a JSF component
    library with some extra JSF framework features, but
    you can use only the bits you want. It is
    proprietary to the extent that you're using some code
    that isn't a standard, but we run right on top of the
    JSF standard (and you can use either MyFaces or the
    Sun RI), so there's not a whole lot of lock-in.Ok sounds good and I am aware of a lot of the work that Oracle has been doing. I would like though ask you some additional questions.
    Could you contact me at [email protected] if it is not too much trouble.
    Thanks much.

  • Can't download mozilla. says user account restriction.

    The scroll bar was not working properly so I uninstalled mozilla and am trying to reinstall the program, but it won't allow me. I get logon failure notice and it states user account restriction.

    Andrew, the OP said he has '''2.3.6''' when Google Play says 2.3 is the minimum. It has been Android '''2.3''' since Firefox '''31.0''' release.
    What phone or tablet is it as while it has 2.3+ it may have some performance issues.

  • Adding MAC's to restriction list

    In browser control panel to administer the router, under Access Policy, I con only add 5 devices to the restricted list. After I add the yth device, the "Add" button grays out.
    Is there a way to add more (there are a total of 10 devices I need on the list)?

    Start with these:
    Switching from Windows to Mac OS X,
    Basic Tutorials on using a Mac,
    Mac 101: Mac Essentials,
    Mac OS X keyboard shortcuts,
    Anatomy of a Mac,
    MacTips, and
    Switching to the Mac: The Missing Manual, Snow Leopard Edition.
    Additionally, *Texas Mac Man* recommends:
    Quick Assist,
    Welcome to the Switch To A Mac Guides,
    Take Control E-books, and
    A guide for switching to a Mac.
    Then, there's also the OS X Server docs, which might help more:
    http://images.apple.com/server/macosx/resources/documentation.html

  • When i mail icon my phone displays a message '' account restriction - this phone is restricted from creating mail account'' this is after i deleted  the mail account that was there. please help

    When I press the mail icon a message '' account restriction- this iphone is restricted from creating accounts. What could be the problem?

    Settings>General>Restrictions.

Maybe you are looking for

  • Validation not working during Mass Change of Vendor Line Items

    Hi All, I created validation for Reference Key 1 field of Vendor line items, in this validation i used customized user exit. Whenever i select multiple line items in FBL1N for mass change & try to put a unauthenticated value system gives error as per

  • Installed Itunes on my Windows XP Computer

    I am getting an error message of: The APP or DLL C:\windows\system32\mssip32.dll is not a valid windows image. Pleases check this against your installation disk. Anyone have any suggestions?

  • [solved] Package invalid errors

    I'm trying to fix a system that died in the middle of a `pacman -Syu` (via `pacman -Qenq | -S -`) and I'm having a ton of problems with packages begin invalid. I've set my clock and cleared the cache several times, and I'm still getting invalid signa

  • Oracle 10.1.2 reports create info about alljobs

    Hello! I need to create something like mail info when some reports jobs hang.. sow i think i will need to find way to check reports server for current jobs from command line someone knows that tool? Get info about current jobs from commnad line not f

  • Customizing "Interaction History" in Account View

    Hello Experts I want to customize "Interaction History" in the Account View. I only want to see Activities. At the moment i also see Opprotunities and other Transaction Types. How can i customize, which Transaction Type is shown in "Interaction Histo