Error in WIP calculate

Hi,
I am facing folloing error when calculate WIP in KKAX.
There are values for cost element 14500000 that are not assigned to any line ID
Message no. KJ161
Diagnosis
Not all values for the cost element are assigned to a line ID.
Procedure
Assign the cost element to a line ID. If you don't want to include the cost element in results analysis, assign it to a line ID of category N.
You can access a detailed list of unassigned cost elements as follows: Start results analysis in the individual processing mode (transaction KKA1, KKA2, or KKA3). Select the field Full log. Execute the function. On the next screen, choose Logs -> Parameter List in the menu. A list is generated. The unassigned values are shown at the end of the list.
If cost element "+++++++++" was shown in the message, this is because in the assignment of costs and revenues to line IDs, you have not used a cost element other than the full masking "+++++++++". In this case a presummarization eliminates the information on the cost element.
Vipul.

Dear,
Take help from CO person to resolve it,
Refer the OSS  notes 198983, 455735, and 495279
Also please refer this link,
[Message no. KJ161|Problem in WIP  valuation]
Regards,
R.Brahmankar

Similar Messages

  • Error(1012016) Cannot calculate Dimension Member [CYG_BILAN] with restricted Member [CYG_BILAN].

    Hello,Below is a validated script, with generate a run time error :Error(1012016) Cannot calculate Dimension Member [CYG_BILAN] with restricted Member [CYG_BILAN].See the script below (with the error message in comment).Why can't' I calculate a member which is fixed ? Where is it documented ? How should I modify this script to make it runable ? Thanks for help Philippe Cuisset SCRIPT======/* Basculement des comptes d'actif de solde négatif vers les comptes de dettes *//* Philippe Cuisset 31/05/03 */SET MSG INFO;FIX ( @DESCENDANTS(&organisation, 0), @LEVMBRS(dev,0), @DESCENDANTS(&annee, 0), ind_financier,     @LEVMBRS(cra, 0), @LEVMBRS(geo, 0), @LEVMBRS(clifa, 0), @LEVMBRS(ana, 0), @LEVMBRS(nc, 0) )     /* Copie des données du cycle réel dans le cycle bilan */     FIX( flu_ouv, flu_mensu )          DATACOPY cyg_reel TO cyg_bilan;     ENDFIX     /* Pour le flux solde, et (chaque nature comptable (d'actif circulant) ayant un attribut bilan,                               ou chaque nature comptable de dettes financieres) */     FIX( cyg_bilan, flu_solde, @ATTRIBUTE( BILAN ), @DESCENDANTS( NC7_FINANCIERES, 0 ) )          /* Initialisation du solde mensuel du compte d'actif */          VAR var_solde_actif = 0;          /* Initialisation du solde mensuel du compte de dettes */          VAR var_solde_dettes = 0;/***** ERROR ON FOLLOWING LINE *****//***** Local/buedmt2/buedmt2/Essadm/Error(1012016))Cannot calculate Dimension Member [CYG_BILAN] with restricted Member [CYG_BILAN] *****/          cyg_bilan (                /* Si nature comptable (d'actif) avec attribut bilan */                IF ( @ATTRIBUTESVAL( BILAN ) != "" )                    /* Calcul du solde mensuel de la nature comptable d'actif */                    var_solde_actif = flu_ouv + @ACCUM( flu_mensu );                     /* Si le solde mensuel est < 0 */                    IF ( var_solde_actif < 0 )                         /* Raz du solde dans le compte d'actif */                         cyg_bilan = 0;                         /* Ajouter la valeur du compte de bilan depuis l'actif vers les dettes */                         var_solde_dettes = @MEMBER( @SUBSTRING( @ATTRIBUTESVAL( bilan ), 3) ) ;                         cyg_bilan = var_solde_dettes + var_solde_actif;                    ENDIF               ENDIF          );     ENDFIXENDFIX

    Not sure where it is documented, but you can not calculate what you are fixing on. To me it seems a bit odd, but I believe the logic is, if it is sparese and you are fixing on it, how can you fix on what might not be there? If it is sparse, fix on all the other sparse dimensions thenFix (....) CYG_BILAN ( CYG_BILAN = ....; )EndFiX;Also, if it sparse, make sure the block exists (either datacopy data into it or set 'CREATE BLOCK ON EQUATION' on - I tend to copy data into it).If it is dense, you wouldn't want to fix on it anyway.Rich SullivanBeacon Analytics

  • How to prevent an error of [WIP work order ... is locked-]

    Hello experts
    Can someone tell me how to prevent an error which [The WIP work order associated with this transaction is currently locked and being updated by another user.  Please wait for a few seconds and try again.Transaction processor error].
    How can you prevent that error?
    P.S.
    Oracle support told me [When you make data of mtl_transaction_interface, give same transaction_header_id to all data. Then, you kick worker with appointed transaction_header_id. Or, you set up being uncompatible with workers].
    I cannot allow that making with same transaction_header_id and being uncompatible with worker on my system.

    Hi santosh,
    You can implement badi BBP_DOC_CHECK to check vendor email and issue error message.
    Kind regards,
    Yann

  • How do I correct a build error while saving "Calculate Color Index Array.vi"?

    I have an application that takes some data and then periodically generates a nifty 3d graph.  When trying to compile this application to run on a stand-alone machine, i get an error message that crashes the build.  This is the information that is generated for the error:
    An error occurred while saving the following file:
    C:\National Instruments\LabVIEW 2009\vi.lib\Math Plots\3D Math Plots\3D Surface\3D Surface Datatype\Protected\Create Plot Data\Calculate Color Index Array.vi
    Invoke Node in AB_Source_VI.lvclass:Close_Reference.vi->AB_Build.lvclass:Copy_Files.vi->AB_Application.lvclass:Copy_Files.vi->AB_EXE.lvclass:Copy_Files.vi->AB_Build.lvclass:Build.vi->AB_Application.lvclass:Build.vi->AB_EXE.lvclass:Build.vi->AB_Build.lvclass:Build_from_Wizard.vi->AB_UI_Frmwk_Build.lvclass:Build.vi->AB_UI_FRAMEWORK.vi->AB_Item_OnDoProperties.vi->AB_Item_OnDoProperties.vi.ProxyCaller
    <APPEND>
    Method Name: <b>Save:Target Instrument</b>
    Details: 
    Error 6 occurred at AB_Source_VI.lvclass:Close_Reference.vi -> AB_Build.lvclass:Copy_Files.vi -> AB_Application.lvclass:Copy_Files.vi -> AB_EXE.lvclass:Copy_Files.vi -> AB_Build.lvclass:Build.vi -> AB_Application.lvclass:Build.vi -> AB_EXE.lvclass:Build.vi -> AB_Build.lvclass:Build_from_Wizard.vi -> AB_UI_Frmwk_Build.lvclass:Build.vi -> AB_UI_FRAMEWORK.vi -> AB_Item_OnDoProperties.vi -> AB_Item_OnDoProperties.vi.ProxyCaller
    Can anyone help me understand why the 3D Surface Datatype.lvclass keeps booching on my compile?
    Thanks!

    Check this

  • KKAX - error 'Manual WIP/results analysis is not allowed for order

    We are running KKAX on some process orders.  A few of them get the error 'there are values for cost element 999999 that are not assigned to any line ID'; however, we do have a line id set up for the cost element, etc; when we drill down further on the message, what we end up with is 'manual wip/results analysis is not allowed'.  The business transaction for this is KABM.  I can see on the order that KABM is not a permitted business transaction. 
    We only have this problem on a few of the orders.  How is the KABM being invoked?  Is it caused by an order status?  How can I fix this?
    Thank you

    Hi Christian
    i have come up with the new business requirement
    I want to change some of the material in one of the plant into discreete.For that, I tried to delete the production version and then tried to uncheck repetitive manufacturing indictor in MRP4 view.
    But it is giving the following error
    Either you are attempting to delete production version 1000 or
    you haveattempted to deselect the repetitive manufacturing indicator for the production version.
    It is not possible to delete the production version or to
    deselect the repetitive manufacturing indicator for the following reasons:
    o Cutoff period for WIP calculation has not yet been
    established. For the period in which a goods receipt was last entered with reference to this production version.
    o The cutoff period for variance calculation has not been
    defined for the full life of the production version.
    Can you please help me out how to resolve this issue

  • Error in wip calculation

    Dear gurus,
    While diong wip calculation system is giving error
    +There are values for cost element 50000000 that are not assigned to any line ID**Message no. KJ161+
    Diagnosis
    Not all values for the cost element are assigned to a line ID.
    Procedure
    Assign the cost element to a line ID. If you don't want to include the cost element in results analysis, assign it to a line ID of category N.
    You can access a detailed list of unassigned cost elements as follows: Start results analysis in the individual processing mode (transaction KKA1, KKA2, or KKA3). Select the field Full log. Execute the function. On the next screen, choose Logs -> Parameter List in the menu. A list is generated. The unassigned values are shown at the end of the list.
    +If cost element "++++++++" was shown in the message, this is because in the assignment of costs and revenues to line IDs, you have not used a cost element other than the full masking "++++++++". In this case a presummarization eliminates the information on the cost element.+
    What does it mean and what should I do to solve this error
    Thanks
    Sanket

    Hi,
    You can find oss notes in the link
    https://websmp210.sap-ag.de/
    Given below is suggested by oss
    Summary
    Symptom
    When you execute the results analysis or WIP calculation, the system displays the message KJ161 ("There are values for cost element & that are not assigned to any line ID"). In earlier releases, there was only a general information message in this case.
    Other terms
    KKA1, KKA2, KKA3, KKAI, KKAJ, KKAK, KKAS, KKAV, KKAX, KKAO, work in process.
    Reason and Prerequisites
    Due to popular customer demand, this general information message was changed into an error message, even if a missing cost element assignment has no effect in some cases.
    The cost element specified in the message is intentionally not assigned to any line item ID because the cost element is not to be taken into account.
    Solution
    For example, you have the following options to eliminate the problem in WIP calculation and results analysis and have the system ignore a cost element:
    1. Option
    Adjust results analysis Customizing so that the system no longer displays the error message for the cost elements affected.
    Create a new line ID.
    Assign the cost elements specified in message KJ161 and which you do not want to take into account to this line ID. Consider that the assignment does not depend on the cost element alone.
    Add this line ID to the update and assign category 'N'. The system will not take into account the values from line IDs with category 'N' during the results analysis. On the individual processing log, the system displays these values under N(i) and N(p).
    2. Option
    Adjust the results analysis Customizing so that the system cannot display the error message anymore.
    Create a new line ID. It is to function as a remaining collector.
    Select category 'N' in Customizing of the assignment if the respective values are to be ignored.
    Select category 'D' if the respective values are not to be lost. Then you have the option later, for example, to assign a cost element missing up to now explicitly to another line ID. Then results analysis reposts the affected values in the next run of the remaining collector line ID to the correct line ID.
    Assign all remaining cost elements to this line ID. You can do this by adding a wildcard entry in Customizing of the assignment and assign it to the new line ID.
    3. Option
    Adjust the results analysis Customizing so that the system displays the error message only if there are values not equal to zero.
    Create a new line ID. It is to function as a remaining collector.
    In the assignment Customizing, select the category 'N'.
    Assign all remaining cost elements to this line ID. You can do this by adding a wildcard entry in Customizing of the assignment and assign it to the new line ID.
    Use customer enhancement 1 of the results analysis to check whether or not there is a balance for the remaining collector line ID. Customer enhancement 1 is described in SAP note 26002.
    Insert the source code from correction instructions number 257651 of this SAP note (302823) into customer Include ZXKAGU01 of customer enhancement 1. The source code uses a line ID - called 'RES' - as the remaining collector line ID in this case; the source code uses a line ID here named 'RES'; it may also have a different name.
    The system now only displays message KJ161 if the cumulative balance of the remaining collector line ID is not equal to zero.
    4. Option
    Using customer enhancement 7, you can influence the message type of message KJ161.
    In this case, refer to notes 198983, 455735, and 495279, which describe the customer enhancement and contain the program corrections required for the function outlined here.
    Insert the source code from correction instructions number 257470 of this note (302823) into customer Include ZXKAGU07 of customer enhancement 7.
    This causes the system to output an information message instead of an error message. If you select the message type J instead of I for the transfer to the user exits, the system suppresses the message completely.
    Additional information
    Unlike during the individual processing, message KJ161 does not necessarily have to occur during the collective processing of the results analysis because presummarized data may occur during the collective processing under certain conditions. This situation may result in the system already excluding records with the affected cost elements in advance, for example, when there are several records for the same cost element that balance to zero in every period.
    If the object to be accrued by mistake was posted to with a cost element which is not assigned to the results analysis in the Customizing, and if this posting was reversed, in spite of the posting reversal the system can generate message KJ161 can be displayed for this cost element during the execution of the results analysis. The reason for this is that the first posting for example, is a debit posting and the reversing posting is a credit posting. This is managed in two table entries in the CO: one entry for the debit posting and another entry for the credit posting. There are results analysis methods which process these entries separately and which do not summarize these entries. For this reason, it is not possible to group these entries before the assignment to a line Id. A case by case summary would require a runtime-intensive analysis for each imported data record which would impair the performance too much. Therefore, also use one of the four options listed above for this purpose.
    Regards,
    satyajit

  • Error thowing when calculate Seconds

    Hi All,
    When i executed below query, i have faced below error.
    i want to calculate seconds for both columns. Please guide me how to use Extract key word for below query.
    SELECT EXTRACT(SECOND FROM(END_TIME – START_TIME) DAY TO SECOND) as second FROM table1;
    Table structure for Table1
    START_TIME TIMESTAMP(6)
    END_TIME TIMESTAMP(6)
    values in column:
    28-DEC-11 07.17.34.505483000 AM
    Error:
    ORA-00911: invalid character
    00911. 00000 - "invalid character"
    *Cause:    identifiers may not start with any ASCII character other than
    letters and numbers. $#_ are also allowed after the first
    character. Identifiers enclosed by doublequotes may contain
    any character other than a doublequote. Alternative quotes
    (q'#...#') cannot use spaces, tabs, or carriage returns as
    delimiters. For all other contexts, consult the SQL Language
    Reference Manual.
    *Action:
    Error at Line: 159 Column: 36
    Thanks in advance.
    Regards,
    Apple

    create or replace function timestamp_diff
    start_time_in timestamp
    , end_time_in timestamp
    return number
    as
    l_days number;
    l_hours number;
    l_minutes number;
    l_seconds number;
    l_milliseconds number;
    begin
    select extract(day from end_time_in-start_time_in)
    , extract(hour from end_time_in-start_time_in)
    , extract(minute from end_time_in-start_time_in)
    , extract(second from end_time_in-start_time_in)
    into l_days, l_hours, l_minutes, l_seconds
    from dual;
    l_milliseconds := l_seconds*1000 + l_minutes*60*1000
    + l_hours*60*60*1000 + l_days*24*60*60*1000;
    return l_milliseconds;
    end;

  • HELP!  iTunes error and wipes out iPod

    My husband just bought an iPod nano and when he is trying to move songs from iTunes an error comes up and deletes the songs already on the iPod. The error comes up at various times too. At first we thought it was a song, but I have no idea now. The error says 'Attempting to copy to the disk failed. An unknown error occured (-124)'. Then another one pops up...'iTunes; iTunes.exe-Corrupt file. The file or directory \iPod_Control\iTunes\iTunesPrefs is corrupt and unreadable. Please run Chkdsk utility. I have the same nano and mine works just fine. He is getting frustrated because of this. I cannot find where the Chkdsk utility is located either. Please help!
    Thanks
    Angie

    I don't
    think I should have to do anything will iTunes since
    it works fine with my iPod.
    I agree that it's unlikely to be iTunes itself because yours is working fine. But software is a complicated thing and I've come to the conclusion that you should reinstall iTunes after UNINSTALLing it first. It won't take long and it may well cure the headache.
    You're probably thinking that you'll lose everything in iTunes but you shouldn't. And this is easy to be certain of by backing up the iTunes database like so...
    1) In the file menu, click 'Export Library...' This backs up the internal database to a single file. Save the resulting file somewhere such as your desktop.
    2) If the song info is gone after reinstalling iTunes, simply select 'Import' from the file menu and point it to the file you saved.
    None of this affects your actual song files which remain completely unchanged by the whole process.
    Finally, it is actually conceivable that your husband's ipod is faulty.

  • Error KJ161 WIP

    Dear ALL
    When ı exucte transaction code KKAX for an order. The system gave the error KJ161
    Details given below
    This Cost element Depreciation.
    I want to set depreciation as a line ID but I didn't fint its code with three letters like REV revenues.
    What should I do?
    Best Regards
    There are values for cost element 943040 that are not assigned to any line ID
    Message no. KJ161
    Diagnosis
    Not all values for the cost element are assigned to a line ID.
    Procedure
    Assign the cost element to a line ID. If you don't want to include the cost element in results analysis, assign it to a line ID of category N.
    You can access a detailed list of unassigned cost elements as follows: Start results analysis in the individual processing mode (transaction KKA1, KKA2, or KKA3). Select the field Full log. Execute the function. On the next screen, choose Logs -> Parameter List in the menu. A list is generated. The unassigned values are shown at the end of the list.
    If cost element "+++++++++" was shown in the message, this is because in the assignment of costs and revenues to line IDs, you have not used a cost element other than the full masking "+++++++++". In this case a presummarization eliminates the information on the cost element.

    Hi
    In the IMG path specified, you will find
    1. Define Line IDs - Here Define your new Line ID
    2. Define Assignment - Copy the existing Line ID of your contr area and change the masked cost ele accordingly
    3. Define Update - Here also, branch into one of your Line ID representing costs - Copy it and create entry for the New Line ID
    4. If need be, you can create new category 31 cost element and assign it in Step 3 above or use an existing secondary cost ele
    Regards
    Ajay M

  • Trying to install creative cloud for the first time and getting error code:1

    im trying to install creative cloud for the first time but im getting a error code:1
    what can I do?

    Creative Cloud Error Codes (WIP) | Mylenium's Error Code Database
    Mylenium

  • I keep getting error message: unable to extract to temp directory when downloading InDesign from Creative Cloud

    I have Windows 7 32-bit Am trying to download InDesign from Creative Cloud desktop version and I keep getting the error message "Installation failed, Unable to extract to temp directory. Please contact customer support. (EX11)
    have tried going into temp files and moving Indesign file to desktop, but still failing

    Creative Cloud Error Codes (WIP) | Mylenium's Error Code Database
    Mylenium

  • Error executing sequence in Planning

    We are using Hyperion Planning and have been for years, and all of a sudden started having an issue. We did have a database corruption issue last week and had to recreate the databases, but other than that, nothing has changed. Here is what is occurring:
    We use the workforce planning module to handle employee transfers, terminations, new hires, etc. and then those changes are transferred to the Expense database from the Workforce database. I will describe the transfer out, even though the issue is occurring with all:
    The sequence utilizes two Run-time prompts and consists of three different business rules:
    Rule 1 - Transfers employees from the two prompts out to a holding area - works perfect
    Rule 2- Aggregates the combination of the two prompts - works perfect
    Rule 3 - Moves the employee expenses from the Workforce database to the expense database. This is where the problem occurs. When looking in the log, it recognizes the two prompts, but then it gets an error on executing.
    When I go into EAS and validate, the following error occurs: Cannot calculate. Analytic Server Error(1200323): Error parsing formula for [FIX STATEMENT] (line 21): expression expected after [,]
    When I go to the individual rule causing the problem, the following error occurs: Cannot calculate. Analytic Server Error(1012001): Invalid Calc Script syntax [
    DATACOPY "MonthFlag"->"NoDepartment"->"No Business Unit" TO "COR Gross Salaries"->->]
    The area between the ->-> is where the two run time prompts go and it's like it doesn't recognize it.
    Add'tl info: the prompts are hidden because we don't want the user to modify. But even when I unhide them, the same error occurs.
    Sorry this is very long, but I was trying to provide as much information as possible.

    If the rule runs fine with hard-coded values (can you test?) then it points to an issue with the prompts as you suggest - but then they work fine for the first 2 rules.
    Might sound a little simplistic, but can you try creating new variables and replacing the ones currently in the rules with these - I guess this will rule out an issue with a 'corrupt' prompt....
    Wonder if the error indicates that for whatever reason the target for your copy cant find or doesnt recognise the members in your prompts?
    JB

  • Error from External Tax system in CRM Quotation

    Hi,
    We have a Quotation in CRM, as soon as we click on 'Edit' button in WebUI, We get error "External Tax System: An error occurred while calculating tax. This may be an incorrect use of the calculation engine. Please contact your software vendor. Error trying to calculate tax on transaction."
    Ship-to Party is from Bermuda and the Sales Org in Quotation is having country USA. We checked with the team working on VERTEX server (Tax system for USA) as per them the error log getting generated in VERTEX is because country key for Ship-to is not getting passed to VERTEX and the error is sent back to CRM.
    While investigating we found that the error is coming into CRM (lt_messages) via
    FM call CALL FUNCTION 'SPC_GET_PROTOCOL' DESTINATION gv_vmc which is a call to IPC (path: Function Module: PRC_PD_ITEM_SHOW > PRC_INT_ITEM_SHOW > PERFORM get_pricing_document_info > perform get_protocol > CALL FUNCTION 'SPC_GET_PROTOCOL' DESTINATION gv_vmc)
    We are unable to trace how the error is coming from this FM. Can anyone help us to find out.
    Regards,
    Sameer

    Hi Christophe,
    Thank you for your reply.
    We have Quotations in which Tax is working properly. RFC settings are maintained properly.
    In fact we have a case where Sales Org in Quotation is having country US and Ship-to Party having country Thailand which hasn't given any error and ERP Order is also created from it and now we have another Quote with similar scenario which is also not having the tax error, but to proceed with Order creation when we click on Edit, we get that Tax error I mentioned above.
    I'm not sure if any changes at IPC is causing this bacause when I tried to Edit both the Quotes, the same FM SPC_GET_PROTOCOL receives error in one case but not in other. Behavior of CRM_COND_COM_BADI impl. is also similar in both the cases.
    Regards,
    Sameer

  • Insufficient privileges, permissions error, cannot authorise computer for Itunes

    I am trying to authorise my computer to itunes and get this error message: "The required file was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be changed."
    How do I add my computer to the devices on itunes if I do not appear to have the correct privileges or permissions?

    Yes, this worked for me.  I was hesitant to use terminal b/c I know that an error could wipe out my hard drive or render my computer unusable.  So to be SURE I didn't make an error, I carefully copied the command from that page you recommended and *pasted* it into terminal.  In my case, the folder was there, so I needed the command to change permissions on the folder, not to create one.  What was confusing for me was that the iTunes error message said to change permissions in the FINDER, which is what I was trying to do.  It didn't mention Terminal, and people who are not computer savvy or comfortable using a command line app will be intimidated by Terminal.  What would really be helpful is if Apple included a link to a page like this in their error message.
    Also, before I could do anything in terminal, I had to go change my admin password (it had been a blank password before and that's not acceptable for making changes in Terminal).  People need to know how to do that, too.  For the casual user who just wants to watch or listen to their iTunes purchases, this can all be pretty intimidating and frustrating.  I like to experiment and see what different GUI commands do, and try out freeware, but even I am cautious about using Terminal.

  • Essbase Error(1200329): Error compiling formula for [Asset Description] (li

    Hi,
    I am having some problem in debugging one error
    Detail:Cannot calculate. Essbase Error(1200329): Error compiling formula for [Asset Description] (line 37): invalid assignment
    I am just creating a Add asset script as my client does not have license to CapEx module.
    Script Below- please let me know what can be an issue
    VAR numAsset = [NumAsset];
    VAR usFulLife=[UsefulLife];
    FIX(@CHILDREN("Total New"), [Scenario], [Version], [Entity], [Department], [AssetClass],[Year],"BegBalance","Local", "HSP_InputValue")
    "Asset Description" (
    IF (numAsset > 0 AND @MAXS(SKIPMISSING, @CHILDREN("Asset Properties")) == #MISSING )
    numAsset = numAsset - 1;
              "Asset Status" = 0; /* flag to know this is a new asset*/
              "Asset ID" = [AssetID];
    "Asset Description" = [AssetDesc];
              "CAR No." = [AssetCAR];
              "Purchase Units" = [AssetUnits];
              "Purchase Amount(per unit)" = [AssetRate];
              "In Service Date" = [InserviceDate];
         /*     "Total Cost" = "Purchase Units" *"Purchase Amount(per unit)";*/
    IF(usFulLife > 0)
              "Useful Life (in Years)" = usFulLife;
    ELSE
                   "Useful Life (in Years)" = "No Scenario"->"No Version"->"No Entity"->"No Department"->"No LineItem"->"Useful Life (in Years)";
    ENDIF
    ENDIF
    ENDFIX
    FIX([Scenario], [Version], [Entity], [Department], "Local", "HSP_InputValue")
    CALC DIM ("TimePeriod");
    @IANCESTORS("Line Item 1");
    @ANCESTORS([AssetClass]);
    ENDFIX
    Note- "Asset Description" is a member of Text type and in this script [AssetDesc] is a global variable of StringAsNumber
    Regards,
    -KP

    Thanks for responding but my issue resolved, it was a Space in the member name.
    -KP

Maybe you are looking for