Automated Item Substitution in Workbooks?

Hello,
When the column names in view based folders change, workbooks using those folders will prompt the user for an item substitution. This can be a tedious task if there are many workbooks using the modified folder.
For example, originally, Folder1 had Item1 which is used in Workbook1. Later, the underlying view for Folder1 changed a column name, which upon refresh in Disco Admin, replaced Item1 with Item1A. When Workbook1 is opened, it prompts the user to enter a substitute for Item1...which is Item1A.
Is there any programatic mechaninism to essentially perform an item "search and replace" in one or more workbooks?
Or can someone provide a list of the Disco tables used to store workbook metadata?
Thanks for your help,
Cam

Potentially a lot of work to manually do it and I suppose you could alter the EUL tables directly - carefully of course - but I just have to ask.
One great reason for using database views - and pointing to those views from a folder - is that you control whether the view columns names change. And 9 times out of 10, you don't change the view columns names no matter what for this reason - or any tool accessing it.
For example, NoetixViews - and probably Oracle BIS tables - to not change the column names even if spelling incorrectly, going away (replace with NULL values), etc. so you never have this problem.
If they have to, they'll add another column but leave the original one there as well.
So, is this not something you can do?
Alternatively if someone in IT wants to change a view's column name - and is high enough up in the company to insist - they maybe you should consider a set of reporting views that just call thier views except keep aliases to the original column name and hence - though kinda' dumb - will make sure all query tools accessing that reporting view will not have a problem.
Just my 3 cents ...
Russ

Similar Messages

  • Missing item substitution

    Hi All,
    I have an issue sharing a workbook
    Missing item substitution
    Scenario:
    It’s a workbook refresh from Production in Reporting instance.
    The same user (using this workbook in production) is trying to run the report. Now Its prompting for Item substitution.
    Here i understand that there is no access to Business area (which report is using) to this user.
    I have added the Business Area to the user, so most of the items prompting for substitution is not prompting now. Now I’m left with organization Name which is a different business area which i need to share to the user, problem here is I’m able to see this business area in the Desktop but not in Administrator to share it.(Not able to find the country business Area which has organization Name substitution).
    Quick responses will be helpful. Thanks in Advance.

    Hi
    when the workbook is shared to any other user having the same responsibility , the workbook runs with out any
    substitution but with a different responsibility it will prompt for the substitution.This means that the responsibility do not have the access.
    Compare one resp that do run it with the one that do not.
    Make sure they both access the same BAs.
    I am using Administrator loginAre you using the DB user that own the EUL ? it is the same user as the schema name in the DB (EUL_US?)
    do you have more then 1 EUL ?
    Tamir

  • End Item Substitution & Substitute Components

    Dear Experts,
    Need your expert advise on Item Substitution Set & Substitute Component
    We have defined Item Relationship for an End Item and defined Planning Details mentioning partial fulfillment and applicable to all customers.
    We have also defined a substitute component.
    Data Collection – Complete Refresh
    Plan Type – Constraint (EDD)
    Profile Option - MSO: Enable Decision Rules is set to ‘Yes’
    Decision Tab is enabled and ‘Substitute Component’ is activated.
    MRP: Include Substitute Components is set to ‘Yes’
    MSC: Choice of item for which to create supplies in substitute relationship is set to ‘Demanded Item’
    MSO: Choice of supply for substitution is set to ‘All supplies’
    Issue 1 –
    Even though item relationship is defined in source Instance and Substitute set is defined in Planning Details. But, while setting up plan options.. we don’t see any value to select for “End Item Substitution Set” hence End Item substitute can’t be enabled. Am I missing any additional setup which would allow to get the End Item Substitution Set in plan options.
    Issue 2 –
    There is sufficient OHQ available for substitute component which is pegged to excess, still there is planned order suggested to cover primary item demand.
    Also, while doing an ATP we don’t see the substitute component.. but it appears currectly when doing the ATP with ‘Enable Diagnostic ATP’. Please suggest, if I am missing any steps..
    Appreciate your inputs.
    Regards
    Sanjay

    1) Make sure you collect master org too (admin > instances > organizations)
    2) A constrained plan looks at substitute item only if the primary component cannot be obtained to meet the demand. So if you demand date is later than the lead time for the primary item, then Oracle will create a PO for the primary item instead of using the excess onhand of the substitute.
    Hope this answers your question,
    Sandeep Gandhi

  • Item Substitution Report

    Hi All,
             I want to develop a report on Item Substitution, i.e., substitute items available for a particular item..
    Which tables to fetch the data from.............?
    Plz advice.

    Moderator message - Please ask a specific question - post locked
    Rob

  • EC-CS transaction CXCL "item substitution/calculation of retained earnings"

    in EC-CS transaction CXCL "item substitution/calculation of retained earnings" is not updating group currency on a consolidation unit that was changed from flexible upload to rollup. It does update transaction and local currencies but not group. Does anyone have any ideas as to what could cause this.

    We changed the unit from flexible upload to EC-CS to upload to FI. At this time we changed the unit masted data from flixible upload to rollup and added it to the rollup sets for GL25. We entered year to date numbers in FI for year to date november manually then did the first upload to FI and rollup to EC-CS for month of december which picks up current month. Prior to doing this when we uploaded to EC-CS and the ran CXCL "item substitution/calculation of retained earnings" it would update the two accounts "Retained Earnings Current Year" and "Net Income Current Year" which are set up for this purpose with both local and group currency. After the changes it began updating only the local currency.
    If I do the rollup then run CXCL and run CX34 the CX34 will show a balance in the two accounts for local currency equal to the current month earnings in local currency but the group currency is zero 00.00

  • Expand Sql query to retrieve items of a workbook

    Hi All,
    I have come across the forum a code to retrieve the items of a workbook.
    In the code it's retrieving up to 21 items.
    I would like to expand the code to retrieve 35 items.
    I don't really understand the parameters used so that i can expand it on my on.
    This is the code I am using now, which I got from this forum:
    SELECT
    QS.QS_DOC_OWNER USER_NAME,
    QS.QS_DOC_NAME WORKBOOK,
    QS.QS_DOC_DETAILS WORKSHEET,
    TRUNC(QS.QS_CREATED_DATE) DOC_DATE,
    (LENGTH(TO_CHAR(EUL5_GET_ITEM_NAME(QS.QS_ID)))+1)/9 ITEMS,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),1, 6)) ITEM1,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),10, 6)) ITEM2,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),19, 6)) ITEM3,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),28, 6)) ITEM4,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),37, 6)) ITEM5,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),46, 6)) ITEM6,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),55, 6)) ITEM7,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),64, 6)) ITEM8,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),73, 6)) ITEM9,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),82, 6)) ITEM10,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),91, 6)) ITEM11,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),100,6)) ITEM12,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),109,6)) ITEM13,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),118,6)) ITEM14,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),127,6)) ITEM15,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),136,6)) ITEM16,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),145,6)) ITEM17,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),154,6)) ITEM18,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),163,6)) ITEM19,
    EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),172,6)) ITEM20
    FROM discoverer.EUL5_QPP_STATS QS
    WHERE
    (LENGTH(TO_CHAR(EUL5_GET_ITEM_NAME(QS.QS_ID)))+1)/9 < 21
    And QS.QS_DOC_OWNER = 'EP'
    and QS.QS_DOC_NAME like '%Prodoper%'Thanks,
    Diana

    This should do the trick...
    SELECT QS.QS_DOC_OWNER USER_NAME,
           QS.QS_DOC_NAME WORKBOOK,
           QS.QS_DOC_DETAILS WORKSHEET,
           TRUNC(QS.QS_CREATED_DATE) DOC_DATE,
           (LENGTH(TO_CHAR(EUL5_GET_ITEM_NAME(QS.QS_ID)))+1)/9 ITEMS,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),1, 6)) ITEM1,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),10, 6)) ITEM2,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),19, 6)) ITEM3,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),28, 6)) ITEM4,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),37, 6)) ITEM5,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),46, 6)) ITEM6,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),55, 6)) ITEM7,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),64, 6)) ITEM8,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),73, 6)) ITEM9,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),82, 6)) ITEM10,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),91, 6)) ITEM11,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),100,6)) ITEM12,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),109,6)) ITEM13,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),118,6)) ITEM14,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),127,6)) ITEM15,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),136,6)) ITEM16,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),145,6)) ITEM17,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),154,6)) ITEM18,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),163,6)) ITEM19,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),172,6)) ITEM20,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),181,6)) ITEM21,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),190,6)) ITEM22,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),199,6)) ITEM23,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),208,6)) ITEM24,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),217,6)) ITEM25,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),226,6)) ITEM26,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),235,6)) ITEM27,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),244,6)) ITEM28,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),253,6)) ITEM29,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),262,6)) ITEM30,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),271,6)) ITEM31,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),280,6)) ITEM32,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),289,6)) ITEM33,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),298,6)) ITEM34,
           EUL5_GET_ITEM(SUBSTR(EUL5_GET_ITEM_NAME(QS.QS_ID),307,6)) ITEM35,
    FROM   discoverer.EUL5_QPP_STATS QS
    WHERE  (LENGTH(TO_CHAR(EUL5_GET_ITEM_NAME(QS.QS_ID)))+1)/9 < 36
    AND    QS.QS_DOC_OWNER = 'EP'
    AND    QS.QS_DOC_NAME like '%Prodoper%'To provide some explanation, this little bit:
    EUL5_GET_ITEM_NAME(QS.QS_ID)returns a comma separated list of 8-digit Item IDs used in a worksheet.
    So, the "ITEMS" column simply gets the overall length of the string and divides by 9 (8 digit ID + 1 digit comma) to determine the number of items in the worksheet.
    All of the "ITEMXX" columns are extracting the useful part of each Item ID (which happens to be the first 6 digits of the Item ID) via the SUBSTR function where the starting point is incremented by 9 each time it is called.
    Lastly, there is a condition to only return records when there are less than X number of items, 36 in this case.

  • Item Substitution List

    Hi All
    Can anyone tell me how i navigate this form , i didn't find it at Formulator > Setup >Item Substitution List .....and i'm working at these release Oracle Applications : 11.5.10.2 ....i checked the function but i didn't find it .....i want to make a substitiue ingredient at formula
    Thanks
    Best Regards
    Amr Hussien

    Hi Amr,
    You are working on vision or fresh instance?. As per my knowledge, you have to apply patch 4252212 for Item Subsitution functionality on top of OPM FP.K. You can search for document in metalink "Oracle Process Manufacturing 11.5.10+ Documentation Enhancements". This is where you can find OPM 11.5.10+ enhancement and needed patches.
    Regards,
    Mohamed Saied

  • ECCS - Transaction CXCL - Item Substitution / Calculation of Retained Earni

    Hi
    We have migrated from FI-LC(R/3 4.7) to EC-CS (ECC 6.0). While
    executing the Transaction CXCL - Item Substitution / Calculation of
    retained earnings, for some of the Consolidation Items, system
    automatically posts offsetting entry to Contra Item though we have not
    maintained Contra Item in the FS Item Master Record (Transaction Code
    CX13).
    We have not maintained and Reclassification Methods also.
    Can anyone give some clue about this?
    Raman
    email: [email protected]

    We changed the unit from flexible upload to EC-CS to upload to FI. At this time we changed the unit masted data from flixible upload to rollup and added it to the rollup sets for GL25. We entered year to date numbers in FI for year to date november manually then did the first upload to FI and rollup to EC-CS for month of december which picks up current month. Prior to doing this when we uploaded to EC-CS and the ran CXCL "item substitution/calculation of retained earnings" it would update the two accounts "Retained Earnings Current Year" and "Net Income Current Year" which are set up for this purpose with both local and group currency. After the changes it began updating only the local currency.
    If I do the rollup then run CXCL and run CX34 the CX34 will show a balance in the two accounts for local currency equal to the current month earnings in local currency but the group currency is zero 00.00

  • FI Line Item Substitution for Profit center

    Hello Gurus,
    The client wants
    1- that what ever profit center they put in the field ZUONR (Assignment) field in the line items, should be substituted in the field BSEG-PRCTR. I know how to create a field assignment substitution. and had created that, but user wants that the substitution should check that the profit center put in the assignment field, should be validated and checked if its a valid PC or not.
    or
    2 - The user can put in the assignment field as PC=130001, so the substitution should check if BSEG-ZUONR :1-3: = 'PC=' and if the BSEG-ZUONR :4-9: is a valid profit center substitute the BSEG-ZUONR :4-9: in the field BSEG-PRCTR.
    Any suggestions for both the above, how this can be done.
    Thanks in Advance.

    Hi,
         You will have to use an exit to do this.
    The code will be like:-
             Data:  ZPRCTR like BSEG-PRCTR      " Variable.
    *Requirement 2 first
            IF BSEG-ZUONR (3) = 'PC='
                   ZPRCTR =  BSEG-ZUONR+3
            else
                   ZPPCTR = BSEG-ZUONR.
    *Check validity
      Select single prctr from CEPC where
                      prctr = ZPRCTR.
    IF SY-SUBREC = 0    " Found a PC
         BSEG-PRCTR = ZPRCTR.
    *If ZUONR is not a PC nothing is done.
    Kind regards

  • PL/SQL for Items / Substitution Tags

    Is there any documentation listing how to retrieve the label / value / style for items (such as portal smart links) and substitution tags (used in page and content templates) using PL/SQL?
    For me, using items is good just to get something up and running, but I find I just don't have enough control over the final look and feel (all those TABLE/TR/TDs just kill me!) to produce a quality result. I'm thinking of something like the instant portal, which looks great, but AFAIK is entirely coded in custom PL/SQL.
    I've seen a few posts relating to "how do I get the XXX field", such as this one: Re: User first name, last name Information in welcome message so I guess there are some other users out there with the same problem.
    If this doco does not exist anywhere, maybe we could start a thread here (or on a wiki somewhere???) and people could add individual cases as they use them, and that way build up a quick reference for anyone to use.
    Cheers,
    Barney

    <No idea what happened to the formatting there - same post again>
    Nope - saw that.
    As I understand it, these are only available within either page templates or content layout templates. For instance, I can't even see a way to produce the simplest of welcome strings:
    Welcome #USER.FULLNAME# (#USER#)
    (and I'd really like it if #USER# returned the user id in the case it is stored in the OID, rather than converting it to upper case!)
    I can try to construct this out of items, but then I end up in a table/tr/td formatting hell.
    In this specific case, I can achieve this by constructing a content layout which displays this HTML but not the actual item content, and using it in a region with a single dummy item (the USER fields are not documented in the content layout section, but do appear to work), but then try to add the logout URL to the mix and I'm stuck again.
    Two solutions spring to mind to make this work:
    1. Improve the HTML Portlet to understand / translate these substitution tags
    2. Document how/where to get the info from. It's all on the database somewhere, and hence accessible via PL/SQL items.
    I don't hold out much hope of seeing (1) in the near future, so was going for (2).
    Cheers,
    Barney

  • Automate Oracle Item Substitution

    Greetings Everyone. I am in need for help/guidance/direction pertaining to the Oracle database that I am using. The current version I am using is Oracle Applications : 11.5.10.2. The issue I have is with identical items within the database that are being ordered separately AND with difference costs. I would understand if this was some sort of deliberate strategy but it has been done through ignorance for years. Well, now I am the whistleblower for an issue that can hopefully streamline some processes and save some $$$.
    I have researched Oracle functionality when it comes to Order Management and found that if 'ITEM RELATIONSHIPS' have set up and the two items are defined as 'SUBSTITUTE' items, they should, in theory, be interchangeable. I can see the option for 'RELATED ITEMS' when I look at the item within the order. My question comes from the scenario defined below:
    Items A and B have had their ITEM RELATIONSHIP defined as 'SUBSTITUTE'. Item B is placed on a sales order. If there is insufficient on-hand/available inventory for Item B to satisfy the demand but there is enough for Item A , does Oracle have the functionality to automatically allocate the on-hand/available inventory from Item A?
    I have provided a couple links that address this below. Thanks for the help anyone!
    • Oracle Global Order Promising Implementation and User's Guide
    http://docs.oracle.com/cd/E18727_01/doc.121/e13378/T474179T474186.htm
    • Oracle Document for Related Items and Manual Substitutions
    http://docs.oracle.com/cd/E18727_01/doc.121/e13408/T335476T429677.htm

    Completely the wrong forum. Your question is not a DB question, but a question for one of the E-Business Suite forums

  • Item substitution in region title

    It looks to me like the help docs say that you can substitute for a region title like this -- &user.
    When I do that all I get is &user printed on my report.
    Am I doing this wrong?
    Using version 1.3.6
    Curt

    Does this substitution syntax hold true when exporting the region to CSV? The CSV filename is automatically set as the parent region's title and but I need to include the date int that filename. I've created a hidden page item to hold my title, but when I use the &(ITEMNAME). syntax in the region title I just get &ITEMNAME. Any idea what I'm doing wrong, or how to achieve the desire effect by another method?

  • Item substitution in static *.js file?  (APEX 2.2)

    Hi, all,
    How can I have a *.js file (or any text file, I suppose) be run through exact substitution (i.e., &MY_ITEM.) before being loaded? I have the js file uploaded as a static file.
    The idea is that I can have "constants" that are reused in both JavaScript and APEX. Such as
    function CoolAjaxThing()
    var req = new htmldb_Get(null, &APP_ID., /*...*/);
    I know this works in the HTML headers.
    Thanks!

    Thanks for your replies!
    Well, it seems that pFlowId is an HTML element that is present everywhere and contains the application ID.
    However, I have a second (non-APEX) parameter that I need to contain another global constant. What is the best way to add a hidden HTML input element to every page? In my .js file, I can then put :
    var oldOnload = window.onload;
    window.onload = function()
    if(oldOnload) oldOnload();
    myApplicationID = document.getElementById("pFlowId").value;
    myCoolAppData = document.getElementById("myCoolAppDataInEveryAPEXPage").value;
    Thanks,
    Don

  • Service areas not considered during autom. item scheduling

    Hello,
    we've currently trying to activate the automatic scheduling of service orders in our CRM 5.0 SP4 system. The demands (service order items) should be assigned to resources according the ZIP code of the service recipient.
    I made the settings for building up service areas mentioned on help.sap.com
    (http://help.sap.com/saphelp_crm50/helpdata/en/e6/0f2288993743198bf26a2191635525/frameset.htm AND
    http://help.sap.com/saphelp_crm50/helpdata/en/da/7d808043d244cf806dcf0d6e69381e/frameset.htm), however, it doesn't work yet.
    In fact I don't understand yet how the resources are assigned to specific service areas. This is mentioned on the help pages, however, not described how it actually works.
    Is this the only "missing link" - kindly tell me how to do this - or do I need to perform additional settings? The assignment itself works right now, however, not yet considering service areas.
    I made a where-used analysis of the table where the service areas are maintained in, however, no hits.
    Thanks & regards
    Wolfgang

    Hi Aziz,
    I agreed with Mr.Ajay M reply ...add on to this "however i also faced this issue i.e.
    "No planning Values but there are Actual Values - We can correct this issue by planning in KP06"
    We faced the above issue- (we have added the new cost center in between & not planned in KP06- so while running KSS2 the same it has occured- so we have planned in KP06 & ran it done successfully...
    As suggested by Mr. Ajay M considering of Fixed & var cost- in ML functionality will flow as system process.
    Could you please try to maintain planning & run sure it will help as we also done the same.
    Regd,
    Khan.

  • Automating the Substitution Variables

    Hi All,
    I have created the substitution variables manually on the server, but when i have to change the variable every month i have to go back to the server change it every month. I mark it in my calender and when the reminder pops up, i go ahead and make changes once in a month. So for instance, imagine i have created the below variables this month and the next month i have to change it accordingly (Per9 to Per10, Per8 to Per9 & Per10 to Per11) by going back to the server.
    Is there a way for me automate this process via windows scheduler so that it changes automatically on the day i technically want the changes to reflect on the server.
    "Application" "Database" "Variable" "Value"
    KPIFIN KPIFIN CurMon Per9
    KPIFIN KPIFIN priorMon Per8
    KPIFIN KPIFIN NxtMon Per10
    Could any one of you help me in this issue?
    Thanks,

    You can use maxl and create a batch file and schedule it, this has been covered many times on here and a quick search will reveal lots of posts, for example have a read of :- Re: Update variables
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Install LabVIEW on Windows 7 X64

    I'm trying to install LabVIEW from NI Developer Suite Third Quarter 2009 on Windows 7 X64 machine. The install program terminates with an unexpected error. I can install LabWindows/CVI from the same DVDs onto this machine. Solved! Go to Solution.

  • How do i make top bar font bigger for mini on 60" display

    I have my MINI on a 60" display. I know how to zoom on web pages & make my bottom bar icons bigger. Can I make the font size of the top bar (all other text) bigger? If so , where do I go?

  • Using iWeb as a website builder. Heplp please.

    Dear all, very sorry to ask what I am sure is a very straightforward question but your help would be greatly appreciated. I'd like to use iWeb as a simple website design tool for a community website I have to build. We have our own hosting server cap

  • Macbook pro retina zoom/handtool lagging.

    Hello there, Have a new Macbook pro retina and zoom/handtool lags while using Adobe Illustrator. The lagging is not big but still influence the work flow. Any tips how to solve it? Would be thankful for a answer.

  • Traditional and Simplified Chinese characters couldn't be displayed!

    Hi all, Recently I installed an Oracle 9i Database Server (9.0.1). Problem regarding the globalization support issue was encountered after the installation of Oracle 9i Database Server. Parameters in NLS table had been checked that the language is in