Account Detail error when processing: Invalid line in logic section: 7

Hi experts,
I am getting the following error while processing account detail dimension: Invalid line in logic section:7. At the end, the process ends with the following error message: "Skip step of validating formulas because of the problem if expanding formulas".
I imagine that it should be someting related with the dimension formulas. We have dimension formulas in Account and Account detail dimensions.
I have tried the following steps in order to find out the possible reason:
- Delete the content of the formula property in account detail and accountl dimension.
- Add system_library.lgl, mdxlib.lgl and constants.lgl to the options tab in account and account detail dimensions.
- Validate all script logics and business rules.
- Run a full optimize process
- Process the LegalApp application.
Anybody has any idea what may be the reason?
We are working with SAP BPC 7.5 MS.
Thank you very much in advance.
Kind regards,
Jorge

Hi Jorge,
you didn't get feedback, is still unsolved? If not please close it appropriately, see please How to close a discussion and why and Are you a responsible person in SCN?
Regards
     Roberto

Similar Messages

  • Invalid line of logic for RolltoBS logic

    Hi all,
    When I try to validate my logic file, I receive the error "invalid line in logic section: ROLLTOBS( 3116000, CALCNI, FINSTMT, PL, DEC )
    I simply took this logic line from apshell and modified for my accounts.  Is there anything else I need to do?
    Thank you,
    Jennifer

    To help trouble-shoot your problem, I'll describe how ROLLTOBS works. But to cut a long story short -- you should really consider using the account transformation business rule (SPRunCalcAccount) instead of this ROLLTOBS function. It is far easier to set up, faster, more reliable, and more flexible. In periodic data storage apps, it does a wonderful job of accumulating the periodic P&L accounts to YTD B/S, without you needing to sweat all the details in messy code like the ROLLTOBS.
    ROLLTOBS isn't a logic instruction by itself.
    In ApShell (on 5.1 at least), it refers to a function that is located in the System_Library.lgl file. I can see that the Finance app's default logic has this ROLLTOBS commented out, but to make it work, you need the following:
    *SYSLIB System_Library.lgl
    // I'll explain this next line in a second...
    *INCLUDE system_constants.lgl
    //Move Net Income to Balance Sheet
    ROLLTOBS( CYNI, CALCNI, FINSTMT, PL, DEC )
    You may then have a problem if your application structure is different from ApShell. Check out the code in the system library file, which is located here:
    Data\Webfolders\ApShell\SystemLibrary\Logic Library
    You can see below that there are references to other functions such as ACCOUNTDIM and TIMEDIM, which must be defined somewhere for the logic to work. They are normally defined in your system_constants.lgl file, located in the same AdminApp\Application directory as the logic files themselves. Therefore, you need to include that file, too.
    Also, as I look at this code now, I see the time dim memberset definition is very old syntax. I believe there are now better ways to expand scope to prior periods.
    //=========================================================================================
    *SUB ROLLTOBS(%bsaccount%, %workaccount%, %acctproperty%, %propertyvalue%, %LastPeriod%)
    // Roll a periodic PL account to a BS account
    // Requires a property to identify the PL accounts to be totaled
    // Requires a temporary work account to calculate the total of the PL account
    //=========================================================================================
    // set the appropriate region to clear
    //(current period, not prior)
    *CLEAR_DESTINATION
    *DESTINATION TIMEDIM=%TIME_SET%
    *DESTINATION ACCOUNTDIM=%bsaccount%,%workaccount%
    *WHEN ACCOUNTDIM.%acctproperty%
      *IS "%propertyvalue%"
        *REC(ACCOUNTDIM=%workaccount%)
    *ENDWHEN
    *COMMIT
    // must process one period at a time
    *PROCESS_EACH_MEMBER=TIME
    // enforce loading the appropriate region
    *XDIM_MEMBERSET TIMEDIM=[TIMEDIM].[%TIME_SET%],strtomember("["+[TIMEDIM].[%TIME_SET%].properties("PRIOR")+"]")
    *XDIM_MEMBERSET ACCOUNTDIM=%workaccount%,%bsaccount%
    *WHEN ACCOUNTDIM.ID
    *IS %workaccount%
      *WHEN TIMEDIM.CURRENT
      *IS %TIME_SET%
       *REC(ACCOUNTDIM="%bsaccount%")
      *ENDWHEN
    *IS %bsaccount%
      *WHEN TIMEDIM.CURRENT
      *IS<>%TIME_SET%
       *WHEN TIMEDIM.PERIOD
       *IS<>%LastPeriod%
        *REC(TIMEDIM="%TIME_SET%")
       *ENDWHEN
      *ENDWHEN
    *ENDWHEN
    *COMMIT
    *ENDSUB
    //=========================================================================================

  • Error when processing Network

    Dear all.
    I create a sales order in tcode va01 and input a wbs element E-000009.1 in the field of WBS Element at Account assignment tab of one item detail.When save the sales order,sap pop up a message box with text "Sales order has no CO object".The detail message content was pasted at bottom.When confirm the first message box,sap pop up the second message box with text "Error when processing Network".The detail message content was pasted at bottom.
    So I need the experts give me some useful advice and reference to resolve the problem.
    Thank you.
    Regards
    Yoda
    Sales order has no CO object
    Message no. CO323
    Diagnosis
    The production order should be settled on the sales order.
    The requirements type of the sales order, however, refers to an account assignment category that does not allow settlement using the sales order (key consumption posting).
    Procedure
    1. Check which requirements type in entered in the relevant sales order item
    Display sales order
    2. Check the settings for this requirements type in Customizing
    (See Control sales order-related production).
    Error when processing Network
    Message no. V1380
    Diagnosis
    A technical error has occurred. On calling up the assembly interface, exception 2 was triggered. The exceptions have the following meanings:
    1 = External block
    2 = General error
    3 = Insufficient data for the interface
    4 = Order was not found
    5 = Update has been rejected
    6 = Final document number for Network is not issued
    Procedure
    Inform your system administrator.

    Dear shashank.
    Thanks for you reply.
    1.I have checked the sales order and the requ. type was KMNP.In tran OVZH the requ. type KMNP use the ReqCl 202.In tran OVZG I checked the ReqCl 202 and the "Acct.assig.cat." was Q and the Consumption was P.
    2.In tran cj20n I checked the wbs element.Its operative indicator was billing elements.
    3.In tran mm03 I try to found the field of "req type / strategy".But I could not this field.Could you tell me the "req type / strategy" field was in which view?
    Thank you so much.
    Regards
    Yoda

  • Error in BPM - Error when processing node '0000000065' ParForEach index

    Hi All,
    I have an issue .. I have done 1:n mapping successfully and would like to place the Send step in loop instead of a Block .. The reason being I have the count of how many times the Send step should executed for multiline.. I need to receive an Acknowledgement for each send step.. If I dont receive the required number of Acknowledgements then .. I need to revert back some Creations which is a business requirement ..
    So .. I have initialized a container operation variable i to '0' .. Then the loop condition is i < count .. Send the multi-container .. Receive the Response .. If dont receive the desired response for any one of the multi-line then I need to do a cancellation process in a loop again .. So .. now I am getting an Exception "Error when processing node '0000000065' (ParForEach index 000000)
    Message no. SWP088" in the loop step ..
    It is fine if somebody can suggest alternate logic can be applied as well but first preference to use a loop which consumes lesser system resources ..
    Kindly look into the Issue
    Regards,
    Raj
    Edited by: raj2112 on Sep 21, 2010 2:34 PM

    if you use a loop step, you will send one message per time. ussing block step you have parallel processing ussing ParForEach. now is for  X reason the item cannot be created, do a roll back in the target system. the problem here you will do the rollback once the last message reach.
    the other posibility is to handle application ack in the sender step. it will let you know it the message was processed success and this ack could be the end condition of your block step. but you cannot use this with loop step.
    take a look to this
    http://help.sap.com/saphelp_nw04/helpdata/en/55/65c844539349e9b1450581ab44a5e6/frameset.htm

  • Soap response Error when processing XML CF.

    Hello,
    I have problems with soap response and wondered if you could give some advice.
    Every time I send my message via soap I get the following error:
    com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Error when processing XML CF.
    Is it possible that the communication is aborted and  my response message mapping is never started?
    (Additional info: I tried to create an integration process and am not able to evaluate the response.)
    Thanks a lot for your help.
    Regards,
    Julia

    hi,
    do you see any more error details in :
    http://xiserver:port/MessagingSystem/monitor
    did you check logs in visual admin ?
    >>>>Is it possible that the communication is aborted and my response message mapping is never started?
    yes - if the response is not ok the mapping may not be started
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Error when processing asset under construction (AuC) for WBS element message no cj824

    Hi,
    i am getting error message when i change dates in activities.
    Error when processing asset under construction (AuC) for WBS element
    Message no. CJ 824
    i have checked related post but did not find any solution. also check SAP Note but not related to my issue.
    Please guide.
    thanks
    Sunil

    Hi Ken,
    Please check below screens:
    according to this error message AUC has some missing field or some incorrect value. but when i checked via program RAUNVA00 which will display
    Incomplete Assets - Detail List.
    but this program does not return any incompleteness.
    i found many threads and SAP Not but none of is related to my program. this problem comes when i change dates in activity and save the project.
    Please suggest what to do now.
    thanks
    Sunil

  • Error when processing

    Dear All,
    As the required configuration is done and R/3 and when i am trying to bring this application through SE80 BSP Application with HCM_Learning and execute, I am getting the following error in the Explorer Screen. Kindly request you to advice me on this. I have given the details of the error below.
    Error when processing your request
    What has happened?
    The URL http://r3devsuz.suzlon.com:8000/sap/bc/bsp/sap/HCM_LEARNING/traininghome.htm was not called due to an error.
    Note
    The following error text was processed in the system DEV : Exception condition "INITIAL_LEARNER" raised.
    The error occurred on the application server r3devsuz_DEV_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Function: LSOF_LEARNER_GET_ACTIVITIES of program SAPLLSO_FRONTEND
    Method: ONINITIALIZATION of program CLO267CI12QAAMONPBLHCNROVQJS5CP
    Method: %_ONINITIALIZATION of program CL_O267CI12QAAMONPBLHCNROVQJS5CP
    Method: DO_REQUEST of program CL_BSP_PAGE===================CP
    Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP

    Hi Ravi,
    Since your The termination type was: RABAX_STATE
    Goto the Tcode ST22 and check for the ABAP Dump analysis.
    Also the initial page for the BSP application "HCM_LEARNING" is "leso.htm".
    Did you activate the service? in the Tcode SICF.
    Hope this helps you.
    Regards,
    Subbu.

  • SNC: ASN - Error when processing your request

    Dear experts,
    we are implementing SMI scenario with SNC 5.1, we have created in SNC Web UI a Replenishment Order and we have published it now Iu2019m trying to create an ASN releted to that RO but I have another strange error with ASN, could you please have a look and tell me your opinion?
    From RO details I click on u201CCreate ASN for Itemsu201D, I insert all the information needed and all checks are successifully passed, but when I try to publish it the following error screen appears me.
    This error appears also when I try to save a draft of the ASN.
    Error when processing your request
    What has happened?
    The URL <url> was not called due to an error.
    Note
    The following error text was processed in the system <System name>: Syntax error in program /1BCPPF/CL_100SCABOL_DLV_X====CP .
    The error occurred on the application server <application server> and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: EVALUATE of program CL_METHOD_CONDITION_PPF=======CP
    Method: EVALUATE of program CL_CONDITION_PPF==============CP
    Method: IF_DETERMINATION_PPF~DETERMINE of program CL_RULE_DETERMINATION_PPF=====CP
    Method: DETERMINE of program CL_TTYPE_PPF==================CP
    Method: DETERMINE of program CL_CONTEXT_MANAGER_PPF========CP
    Method: DETERMINE of program CL_MANAGER_PPF================CP
    Method: SEND_SNL of program /SCMB/CL_SVDELIVERY===========CP
    Method: SAVE_SNL of program /SCMB/CL_SVDELIVERY===========CP
    Method: SAVE of program /SCA/CL_SVDELIVERY============CP
    Function: /SCA/BOL_RFC_DLV_CHANGE of program /SCA/SAPLBOL_DLV
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system <system number> in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server <server> in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server <server>. In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team 
    I've checked and reactivated all ODMs related to ASN, according to the SAP Note 1019289 (SNC5.1 Order Documents: Required Customizing).
    Could you please give me your opinion about this?
    Thank you very much in advance,
    Nicola
    Edited by: PTP Team Consultants on Nov 1, 2011 4:29 PM

    Hi Martin,
    Thank you for your answer.
    This is the error analysis in transaction ST22:
    Error analysis
        The following syntax error was found in the program
         /1BCPPF/CL_100SCABOL_DLV_X====CP :
        "The field "LV_EVAL_OUTCOME" is unknown, but there is a field with the "
        "similar name "RULE_EVALUATION_OUTCOME". "RULE_EVALUATION_OUTCOME"."
    Thank you,
    Nicola
    Edited by: PTP Team Consultants on Nov 3, 2011 12:32 PM

  • Error when processing your request

    Error when processing your request
    What has happened?
    The URL http://vinay:8000/sap/bc/webdynpro/sap/zfirst_web was not called due to an error.
    Note
         The following error text was processed in the system NSP : Die URL enthält keine vollständige Domainangabe (vinay statt vinay.).
         The error occurred on the application server vinay_NSP_00 and in the work process 0 .
         The termination type was: RABAX_STATE
         The ABAP call stack was:
    Method: CHECK of program CX_FQDN=======================CP
    Method: STARTUP_CHECKS of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    What can I do?
         If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system NSP in transaction ST22.
         If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server vinay_NSP_00 in transaction SM21.
         If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server vinay_NSP_00 . In some situations, you may also need to analyze the trace files of other work processes.
         If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 001 -u: BCUSER -l: E -s: NSP -i: vinay_NSP_00 -w: 0 -d: 20090622 -t: 074756 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team

    Hi Thomas,
    I realize this is a rather old discussion, but I wonder if you know whether running transaction SGEN to generate the loads for either all web dynpros or just a particular transport containing a custom web dynpro would resolve the slow response time and timeout. After a customer message with SAP, this was their suggestion, however our Basis team is skeptical that this will have the desired effect. We noticed the issue when moving from development to QA so we won't know if this is the solution until we try it in production upon go-live.
    Cheers,
    Amy

  • Mass processing - Error when processing Java programs / VMC out of memory

    When running a mass update background process that updates the status of a service order in CRM the job fails due to error 'Error when processing Java programs'. I checked the VMC (SM52) and noticed that there is an error about the VMC running out of memory.
    The background program can either be a PPF Action or a Z-ABAP program that performs the update. Both programs are performing a CRM_ORDER_INITIALIZE but it seems that the VMC is not releasing the memory fast enough.
    Is there anyway we can force the VMC to release the memory after processing of each individual order?
    Thanks!

    I got  similar issue and it got resolved by useing CRM_ORDER_INITILAIZE. Initalization should happen after every Order processing and see that only one header guid is passed to the the FM. May not be good option ,but just try by putting wait for 5secs after CRM_ORDER_INITILAIZE.

  • Errors when processing web service call

    Hello Experts,
    Based on a requirement, I got a URL based on WSDL, using which I created a Consumer Proxy in SAP.
    I created a Logical Port in SOA Manager with type selected as 'WSDL'.
    When I'm trying to execute the proxy class to call the webservice using the logical port through SE80  it is throwing an error log as stated below.
    1) SOAP:14 Unexpected element -el=definitions ns=http://schemas.xmlsoap.org/wsdl/
    2)Error when processing Web service call
    3)Error when calling SOAP Runtime functions: Unexpected element -el=definitions ns=http://schemas.xmlsoap.org/wsdl/
    Kindly help me out.
    Thanks,
    Vamshi

    Hi,
    Check Anton's reply in this thread: External WS Consumption Issue
    Also refer the below doc which may help you: Consume an External Web Service in a Nutshell with Good Old ABAP
    Calling WebServices from ABAP via HTTPS
    Regards,
    Kiran

  • Error When Processing Picking List Script.

    Hi Experts,
    I have created Script for Picking List,
    I am getting the below error when processing ...
    Error Info...   VN 073: Errors occurred while processing output
    Its working fine when Standard Script SD_PICK_SINGLE is used ..
    Pls Help.
    Regards

    Hi Raghu,
    Before processing your picking list form make sure you have created a output type for it and you have assigned your form name and program name to that output type. you can see this in TCODE: NACE
    Thanks,
    Pritesh

  • Error when processing your request -syntax eror in program /1BEA/SAPLCRMB_O

    Hi All,
    I have regenerated Billing Application in CRM 7.0. From then I am getting a dump on Web UI . Error as below.
    Error when processing your request
    The URL http://hostname/sap/bc/bsp/sap/crm_ui_frame/bspwdApplication.do was not called due to an error.
    The following error processed in the system: "syntax error in program /1BEA/SAPLCRMB_O".
    This Dump does not occur every time. now & then I am getting the dump but not every time. mostly it comes when I process any thing for the first time on UI.
    Please help me out to fix this dump. it is a standard program so we can not correct the program. Please let me know if there is any other way to fix this problem.
    Thanks in advance
    JM

    Hi,
    This is not a standard program, this is a generated program through billing engine. I guess you'd have to regenerate the program. Talk to your functional folks who created this.
    Regards
    Prasenjit

  • Connection Specific Error When Processing Device Address Book

    Hi,
    I am using Desktop Manager 4.5 and am getting a "connection Specific Error" on an 8310 when synchronizing a Device Address Book with the desktop. I get this error when processing record 43 of the 374 record of the address book. Is there a way to edit/remove the record on the device to work around the problem versus losing all the records and starting over. I have already cleared the file on the device and restored from the desk top, but apparently the backup also contains a copy of the corrupt record. This must be a common problem. Can any one refer me to a help file that will walk me through a solution?
    Thanks,
    Paul

    http://supportforums.blackberry.com/rim/board/message?board.id=BlackBerryDesktopSoftware&thread.id=3...
    Message Edited by Xandrex on 10-19-2008 07:20 PM
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • SC-Error when processing your request.

    Hi ,
    when click the Shop link in the SRm portal, it gives the below error message.
    Error when processing your request.
    The Error occured on the application server p1bfsp23_FSP_44
    There Termination TYPE was : ABORT_MESSAGE_STATE
    The ABAP  call stack was :
    Form:OUTPUT_EXPRESS_MESSAGES of program SAPLBBP_SC_UI_ITS
    Form:EXTERNAL_SCREEN_DETERMINE of Program  SAPLBBP_SC_UI_ITS
    Module:EXTERNAL_SCREEN_DETERMINE of Program  SAPLBBP_SC_UI_ITS
    Please assist me on this.
    Thanks,
    Dev

    Hi Devaraj,
    Please provide the below information from the full dump (transaction st22):
    Runtime Errors
    Exception
    Short text
    Information on where terminated
    Active Calls/Events
    With this information it will be possible to have a better idea about what could be causing this dump.
    Best regards,
    Christian Zeuch

Maybe you are looking for

  • Transaction table with a value that is no longer valid?

    Scenario: 1) We have an employee table and a department table. 2) The department table is effectively dated. 3) We need to be able to query all employees, past and present. 4) We need to be able to change an employee's department. So, if we query an

  • Strange Safari Problem (4.0.1)

    Hi, I've encountered a very strange problem with Safari when loading a website that I have made for my employer. When trying the website at home I can load some pages fine but then after a few clicks Safari just hangs. It loads text and some images b

  • Issue with Views

    Hi All, I have created a view as follows. create or replace view V1 as select * from empI have base table EMP. Every day this table would be updated with millions of data. so by the end of the day if I give select * from emp this table contains more

  • 10.4 update won't install

    latest iTunes update won't install correctly. Says to shut down iTunes for update to complete. I've made sure 3 times that iTunes was not opened.

  • Rewrite of URL

    With Gateway implementation, the url has been rewritten to https://abc.com.sg//manager .... instead of https://abc/com.sg/http:/internal.com.sg/manager. Is there a way to configure iPlanet Portal to rewrite //manager to http://internal.com.sg/manager