Derivation strategy for each regional office

Hi All,
We activated Budget Availability control at Head Quarters. One of regional office is not having budget so they dont want budget control. If i am not entering budget in FMBB transaction then system throwing error for regional office. How i can do control exception for particular regional office. We are maintaining one company code for all Regional offices.
Regards,
sree

Hello,
Is ot possible for you to identify the regional office based on the budget address?
If yes, you should create a specific tolerance profile without any AVC control (100% tolerance, no warning, no error message) ; in addition to the tolerance profile you already defined with controls.
You can use a derivation strategy for tolerance profiles ( target field as TOLPROF) : if the posting is done for the regional office, the derivation strategy for tolerance profile will call the tolerance profile without any control and no messages will be sent to the user.
I hop it helps.
Helene

Similar Messages

  • Define Derivation Strategy for Reassignment

    Dear All!
    I have created the  derivation  strategy for Reassignment with tthe option of derivation rule
    <b>Source Fields</b>
    SOURCE_FUND
    SOURCE_FUNDS_CENTER
    BCS_BUDGET_CATEGORY
    NUMBER
    <b>Target Fields</b>
    TARGET_FUND
    TARGET_FUNDS_CENTER
    PERCENTAGE
    the abover derivation assigned to FM &  maitain Rule value in the following way.
    <b> Source Filed</b>
    SOURCE_FUND : 11000
    SOURCE_FUNDS_CENTER: 89000
    BCS_BUDGET_CATEGORY: 9F
    NUMBER : 1
    <b>Target Field</b>
    TARGET_FUND : 11000
    TARGET_FUNDS_CENTER: 55000
    PERCENTAGE: 30%
    b] Source Filed</b>
    SOURCE_FUND : 11000
    SOURCE_FUNDS_CENTER: 89000
    BCS_BUDGET_CATEGORY: 9F
    NUMBER : 2
    <b>Target Field</b>
    TARGET_FUND : 11000
    TARGET_FUNDS_CENTER: 44000
    PERCENTAGE: 70 %
    As I carryforward the residual budget, system only consider the 30 & 70% , create line item with that percentage. but can not read the traget fund center. system pick the source fund center 89000 instead of 44000 & 55000
    please advise why not system pick the target fund center, it only consider the %.
    Thanks

    Solved

  • Derivation Strategy for PO retention Scenario

    Dear Expert,
    Dystem is showing an error Document line item 000 contains no clearing information when we try to post invoice in MIRO for retention PO.
    Can you please suggest the appropriate derivation strategy for PO retention case ?
    What should be the commitment item for retention GL account ?
    If we use it as real commitment item for Retention GL account, it will post to other Commitment item which will not depict the correct result of Fund utilization.
    Regards,
    Prad Pat

    Dear Eli,
    We have implemented notes 2097766 on Dev client as part of program error but issue still remained. So  as per note 171883 we have customized the message FICUSTOM100  9 (from error to warning) in transaction OBA5 for online posting. Now there is no error and document posted succesfully. Also we have also posted all payments including retention amount, system shows correct payment history in the FM documents.
    Do we need to implement note 2097766 as the program error mention in this note ?
    Regards,
    Prad Pat

  • Define Derivation Strategy for Control Objects - Value Not Transport

    I created Rules Value in Define Derivation Strategy for Control Objects (SPRO). Then, I perform the below steps for Transport the Request to other client.
    1. Select Derivation Strategy name, Table View > Transport
    2. Select Request Number
    3. Click Include in Request, then save
    4. Go to the Steps in Logical Order, Extras > Transport
    5. Select Request Number and back to SPRO screen
    After SCC1, there is only Derivation Strategy Name appeared but the rules value (Steps in Logical Order) is not appeared.
    How can I transport the Rule Value?
    Regards
    Ton

    Hi,
    When you are in the derivation transaction and select to transport it, the system asks you whether you want the values to be transported as well. If you choose 'yes' your change request will include this information.
    Regards,
    Eli

  • Derivation Strategy for billing types - Post activation in KE4W

    Dear Friends,
    I recently activated KE4W for billing types S2, Credit Notes & Debit notes.
    This is for restricting the COGS flow to CO for these billing types.
    Now when i am releasing the sales document to accounting - Its asking to maintain derivation strategy.... KEDR for all the billing types.
    From my previous implementations i have never maintained KEDR for billing types... as it is suppose to be on a standard derivation strategy.
    How can i go about resolving this.
    Do i at all need to maintain KEDR for billing types.. or is this error because of something else..
    Thanks in advance
    Vikrant Sood.

    HI,
    normally KE4W (reset CO-PA value fields) does not require any KEDR-steps.
    I suggest to make a test derivation within KEDR to identify the step(s) where the message occurs.
    Maybe also T-Code KECM is helpful (Overview of derivation, characteristic derivation) to see if the billing type is used as a key field,...
    Best regards, Christian

  • Derivation Strategy for Budget Addresses

    Hi, we are using budget structure and have created a derivation strategy rule to define the assignments of posting addresses to budget
    addresses. May I know what is the table names where all rule values are stored so that we can extract all the information stored to be use in customised program. Is there any function module that can be use to extract all the maintain values? Please assist. Thanks. Vincent

    Hi,
    The tables are dynamic, i.e. they are created with a generation of the rule. You can view the name of the tables by going to the derivation strategy transaction, then Menu - Extras - Overview. You will see all the relevant tables. There is no standard function to extract the values from these tables, but you can easily create your own.
    Regards,
    Eli

  • Top N for each grouping?

    Is there a way to show in OBIEE the Top N results for each group?
    I want to show the top 10 amounts for each region in my table. If using a Top N filter, it returns the Top N overall results. I tried creating a pivot table and using 'Region' as the section separator, but got the same results. It's only returning 10 amounts total, and I want to see 10 amounts for each region.
    Kevin

    Yep,
    Use the by statement:
    TOPN("F1 Revenue"."1-01 Revenue (Sum All)", 10 by "D2 Market"."M01 Market")
    regards
    John
    http://obiee101.blogspot.com/

  • Purging cache for each Business Model / Fact Table Source

    Morning all,
    I try to understand how can i schedule purging obiee cache.
    . OBIEE is used with Essbase database
    . one database for Australia, one for France and one for USA
    I want to purge cache for each region after daily loading process (scheduled at different time) but Call SAPurgeAllCache() seems too radical
    Can you explain me steps to use to purge Business Model cache ?
    Currently I have to connect to Administration => Manage Cache => Clear Cache by Business Model and is not automatic !!
    Thanks for your help

    hi Saichand,
    I am not sure that could work with essbase physical mapping.
    OBIEE documentation doesn't translate this information for Essbase database :
    .DBNames
    .CatalogName
    .Schema
    .table
    create table UET (
    UpdateType Integer not null,
    UpdateTime date DEFAULT SYSDATE not null,
    DBName char(40) null,
    CatalogName varchar(40) null,
    SchemaName varchar(40) null,
    TableName varchar(40) not null,
    Other varchar(80) DEFAULT NULL
    In step 4 :
    I can't add ETL code because loading process works on essbase side and not in dataware environnement...
    Thanks

  • How many AP supported in each branch office-Flex7500

                       Hi,
    From the document, it said only 50 AP supported in each branch for 7500. My case is the HQ has about 100 AP and other BO has less than 10 for each. I am planning to deploy 7500 in the DC and all the AP are in flexconnect mode. But since the limitation of the AP number for each branch office, I can not deploy 7500 in DC to manage the HQ office AP at all. Any idea?
    <A href="http://www.cisco.com/en/US/products/ps11635/products_tech_note09186a0080b7f141.shtml#wbnd" mcehref="http://www.cisco.com/en/US/products/ps11635/products_tech_note09186a0080b7f141.shtml#wbnd">http://www.cisco.com/en/US/products/ps11635/products_tech_note09186a0080b7f141.shtml#wbnd
    Data
    640 kbps
    300 ms
    50
    1000
    Data + Voice
    1.44 Mbps
    100 ms
    50
    1000
    <BR type="_moz" mozdirty></P>

    That is for FlexConnect groups. You can have as many FlexConnect APs as you want. You would just have to use multiple FlexConnect Groups if you require using FlexConnect Groups. This is really only used if your using 802.1x and have multiple radius servers.
    Sent from Cisco Technical Support iPhone App

  • Release Strategy for Release Order

    Hi,
    We want to give release order (PO in reference to contract) authorization to dept managers.  How do we set up release?  Characteristic Cost center? If yes, do we need to create seperate strategy for each dept or what?  Thanks.

    Hi,
    With reference to option 1 (authorisation), please remember that there's an option to grant auth. for creating contract releases, but not PO's without ontract in ME21(N).
    For this, the functional auth. for buyers is provided in IMG (Purchasing > Authorization Management > Define Function Authorizations for Buyers.
    Select all the flags as required and assign the code (e.g. 01 as in standard) to the involved users using the parameter ID EFB. In this case it is also approriate to disallow the users to change their own parameters.
    BR
    Raf

  • Entry payment request derivation strategy  BL Account

    Hello FM experts,
    When I try to post an entry payment request the system shows me an error message which informs that I have to customize the derivation strategy BL account. I don´t know why I have to customize that customizing point because I already have customized the account determination for request and the systems seems that is working properly because it shows me the G/L account.
    ok, I have customized the derivation  strategy for BL account concerning budget ledger as the systems indicates me in the error message as this way:
    Value type 54 and 60, commitment item and the general ledger account.
    So at this moment I have customized the account determination for request and the derivation in the budgetary ledger. (transactions F850  and FMBLEXT)
    The system does not work properly again and the error message is the same.
    Note: I have activated the variant for budgetary level as 20: Spain.
    Thank you very much in advance for all your help.
    Ruben  Lopez

    Hello Mar,
    This is the message:
    Falta entrada Customizing p.ledger presupuestario                                                                               
    Nº mensaje: FMBLEXT001                                                                               
    Diagnóstico                                                                               
    Las parametrizaciones Customizing no se han definido correctamente.                                                                               
    Actividades en el sistema                                                                               
    El proceso se detiene.                                                                               
    Procedimiento                                                                               
    Verifique las parametrizaciones para la operación de contabilización en
        la actividad IMG Definir estrategia de derivación para cuentas LP.    
    IN ENGLISH:
    Customizing entry missing for Budgetary Ledger                                                                               
    Message no. FMBLEXT001                                                                               
    Diagnosis                                                                               
    Customizing settings have not been properly defined.                                                                               
    System Response                                                                               
    Processing stops.                                                                               
    Procedure                                                                               
    Revise the Customizing for the posting process in the IMG activity
        Define Derivation Strategy for BL Accounts.                       
    Thank you Mar for your time and effor.
    Ruben

  • Help Please.  I am setting up my macbook pro for a second user but office didn't transfer over.  Is there a way to have additional users on the same comp have office available without having to re-install it for each user?

    Help Please.  I am setting up my macbook pro for a second user but office didn't transfer over.  Is there a way to have additional users on the same comp have office available without having to re-install it for each user?

    mpr130 wrote:
    Help Please.  I am setting up my macbook pro for a second user but office didn't transfer over. Is there a way to have additional users on the same comp have office available without having to re-install it for each user?
    How did you attemp to transfer Office?
    OS X Lion: Set up a guest account

  • How to enable DFF for each line level on a Table Region - very very urgent

    Hi,
    I have a Master- Detail Page, Detail is Table region. I need to enable DFF (Context Based) for each line. If any one has done similar requirement please share how to do this. Its very very urgent.
    It is a standard page.
    Thanks,
    Edited by: user8996062 on Jun 29, 2011 2:58 AM

    Can any one please help me on this it is very urgent.
    Thanks,

  • Help to configure msoutlook separate inbox for each accounts in office 365 in mac

    i have installed office 365 in mac pro book and configured 3 accounts. all the mails are downloading to same inbox. please let me the configuration to receive mail in separate
    inbox, sent, draft, etc.. for each accounts

    Hi,
    By default, the Outlook folder list groups similar folders, such as inboxes, from all of your mail and Microsoft Exchange accounts. This feature can make it easier to read all your messages at once, without having to move around between mail folders.
    If you want, you can turn off this feature so that each account and all its folders are separated in the folder list:
    http://office.microsoft.com/en-us/mac-outlook-help/show-separate-inboxes-for-each-account-HA102928387.aspx
    Also, this is the forum to discuss questions and feedback for Windows-based Microsoft Office client, better to post your question to the forum of
    Office for Mac:
    http://answers.microsoft.com/en-us/mac/forum/macoffice2011?tab=Threads
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • Define a requirement type and a class for each strategy

    Hello,
    Where can I define a requirement type and a class for each strategy?

    Hi
    Follow the following path
    SPRO -Production-Production Planning- Demand Management -Planned Independent Requirements - Requirements Types/Requirements Classes
    then Planning strategy - Define Strategy
    regards
    ramakant

Maybe you are looking for