Assertion_Failed dump when accessing Design Time for Processes & Forms EP3

After exhausting SAP note searches and the SDN community forums, blogs & wiki searches, I decide to make my first SDN post:
After installing Enhancement Pack 3 to the base ECC 6.0, we got the Design Time for Processes & Forms node in the IMG under HR Administrative Services. I was able to get in to it the very first time without any issues; however once I selected one of the sample SAP processes, I received an "Assertion_Failed" dump in the section of code saying a referenced node must exist. In debugging, we did see a node that is referencing a node that does not exist,  which is causing the dump. The dump occurs in CL_HRASR00_DT_OBJECT_BROWSER, Method ASSERT_OBJ_HIER_IS_CONSISTENT (line 71). 
I now get this dump each time I try to execute the Design Time for Processes & Forms node in the IMG. Note: when accessing process the old way, there is no issue.
To me is seems like either EP3 was not installed completely, something went wrong in the activation of those business functions, or the copy of the sample forms from client 000 did not grab everything.  In debugging, it appears that the missing reference node is related to some form scenario node.   Also note that all the steps under Technical Settings were completed.
Has anyone seen this issue before?
Thanks for any help you can give.  If I find the solution, I will post the answer here as well.
-Jeff Glynn
Edited by: Jeffrey Glynn on Oct 22, 2008 1:54 AM

Hi Jeff,
I believe we had the same issue here.
There is an SAP Note (below) for this. Please let me know if this works.
Note 1075650 - New Design Time tool Corrections for the dump
Note Language: English Version: 1 Validity: Valid from 18.07.2007
Summary
Symptom
Dump on executing the transaction HRASR_DT which starts the new design time
tool of the HR Administrative services
More Terms
Design time tool HRASR_DT HRadmin
Cause and Prerequisites
Solution
The solution to the dump occuring would be resolved by applying the SP
Alternately the dump can be
resolved by performing the following steps manually :
1.Start SE16 transaction
2.Give the table name as T5ASRDTOBJHIER and press RETURN key
3.Execute the Selection screen by pressing on F8 Key
4.Select the following entries:
i. OBJECT TYPE = PROCESS and NODE TYPE = PROC_REF_FSCN_DIRECT
ii.OBJECT TYPE = PROCESS and NODE TYPE = PROC_REF_FSCN_DIRECT_START
5. Click on EDIT entries button on the header
6. Enter in the field REF_OBJECT_TYPE the value as FORM_SCENARIO
7. Click on the Next button on the header bar to navigate to the next entry
8. Repeat Step 6 for this entry also
9. Save the modification
Additionaly, perform the following steps as well:
1.Start SE16 transaction
2.Give the table name as T5ASRDTTOOLS and press RETURN key
3.Execute the Selection screen by pressing on F8 Key
4.Click on CREATE entry button on the header
5.Enter the following to create a new entry:
TOOL TYPE = FSCN_MSG_MAPPER
OPERATION = DISPEDIT
TOOL CLASSNAME = CL_HRASR00_DT_FST_MESSAGE_MAP
6. Enter the following to create a new entry:
TOOL TYPE = PROC_EXEC_FREQUENCY
OPERATION = DISPEDIT
TOOL CLASSNAME = CL_HRASR00_DT_PRT_EXEC_FREQ
7. Save the new entries
These adjustments should resolve the dumps hindering to start the new
design time tool

Similar Messages

  • Design Time for processes and forms : Short Dump

    Hi All,
    When I try to execute Design Time for processes and forms - (tcode :HRASR_DT), I am getting below short dump.
    The following syntax error occurred in program
    "CL_HRASR00_DT_FSCN_PD_DATA====CP " in include
    "CL_HRASR00_DT_FSCN_PD_DATA====CM00E " in
    line 177:
    "The obligatory parameter "FORM_SCENARIO_VERSION" had no value assigned"
    " to it."
    Please suggest what could resolve this.
    Thanks.
    Tejas

    note: Note 1075650
    Re: Assertion_Failed dump when accessing Design Time for Processes & Forms EP3
    regards,
    Prakesh.

  • Design Time for Processes and Forms

    Hi experts,
    When trying to open  "Design Time for Processes and Forms" in order to create a process, I get a dump.
    Could you let me know what could be wrong ? config? etc..
    Hereunder is a sample of what I found in T.code ST22
    The following checkpoint group was used: "No checkpoint group specified"
    If in the ASSERT statement the addition FIELDS was used, you can find
    the content of the first 8 specified fields in the following overview:
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
    " (not used) "
        referenced node must exist
          READ TABLE object_hierarchy_nodes TRANSPORTING NO FIELDS
                     WITH KEY node_id = object_hierarchy_node_wa-ref_node_id
    >>>      ASSERT sy-subrc = 0.
        ENDIF.
      provider has to be specified (except in case of recursion)
        IF object_hierarchy_node_wa-ref_node_id IS INITIAL.
          ASSERT object_hierarchy_node_wa-provider_id IS NOT INITIAL.
        ENDIF.
    Thanks in advance,
    Louis

    note: Note 1075650
    Re: Assertion_Failed dump when accessing Design Time for Processes & Forms EP3
    regards,
    Prakesh.

  • Entering custom backend service in Design Time for Processes and Forms

    Hi all,
    I am trying to create a form that have 3 fields:
    1. pernr
    2. ename
    3. effective_date
    I done all the necessary setup of BADI ,class, interface and form.
    However I cannot seem to insert my custom backend service in the Design Time for Processes and Forms workbench (t-code:hrasr_dt).
    Currently, I am just using SAP_PA for my backend service which is unable to load the ename into my form. The code in my custom class will not be triggered if I did not use my custom back end service in the Design Time for Processes and Forms.
    Whenever I tried using my custom back end service, I will encounter the assertion_failed dump.
    Anyone have any idea?
    Edited by: Siong Chao on Dec 22, 2010 6:35 AM

    Hi Siong Chao,
    The filter name you have used in the BADI for your generic service requires to be defined in the Create / Edit Generic Service - Definition.( You can see this on selecting the Back-end services node under Form Scenario definition while using HRASR_DT transaction code)
    Once you do that, you can import the fields defined in the Generic service BADI - using the same procedure used in standard SAP backend sevices.
    Hope this clarifies. Please let me know if you have any further questions.
    Best Regards
    G Raj

  • Create Adobe Form using Design Time for Processes and Forms

    Hi all,
    I am trying to create a form that have 3 fields:
    1. pernr
    2. ename
    3. effective_date
    I done all the necessary setup of BADI ,class, interface and form.
    I need the step to step guide where you create the adobe form using the Design Time for Processes and Forms. Anyone have any idea?
    Edited by: Siong Chao on Jan 3, 2011 4:54 AM
    Edited by: Siong Chao on Jan 3, 2011 5:00 AM

    Hi,
    I couldn't get to your query..
    What do you mean by step by step procedure for a design time & process for forms.
    if you are a beginner and looking for basic examples to implement adobe forms there are lot of them in SDN, please search them.
    let me know if your query was a very specific one.
    Cheers,
    Sai

  • Can I write Design-time for JSP custom tag(not JSF components)

    I have some old JSP custom tags(not JSF components), and I want to use them in the IDE through the toolbox.
    Now I have already written the BeanInfos for these tags, and they can be drag from the toolbox; but it will throw a Exception when render the tags, and the properties in the Property Editor are not which I describe in the BeanInfos.
    How can I write Design-time for these tags? or whether it is possible to write the Design-time for these tags?
    the Exception is shown as follow:
    java.lang.ClassCastException
         at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java:1347)
    [catch] at com.sun.rave.insync.faces.FacesPageUnit.renderBean(FacesPageUnit.java:1086)
         at com.sun.rave.insync.faces.FacesPageUnit.getFacesRenderTree(FacesPageUnit.java:993)
         at com.sun.rave.css2.FacesSupport.getFacesHtml(FacesSupport.java:152)
         at com.sun.rave.css2.CssContainerBox.addNode(CssContainerBox.java:373)
         at com.sun.rave.css2.CssContainerBox.createChildren(CssContainerBox.java:354)
         at com.sun.rave.css2.DocumentBox.createChildren(DocumentBox.java:90)
         at com.sun.rave.css2.DocumentBox.relayout(DocumentBox.java:160)
         at com.sun.rave.css2.PageBox.layout(PageBox.java:392)
         at com.sun.rave.css2.PageBox.relayout(PageBox.java:454)
         at com.sun.rave.css2.DocumentBox.redoLayout(DocumentBox.java:313)
         at com.sun.rave.css2.PageBox.redoLayout(PageBox.java:460)
         at com.sun.rave.css2.DocumentBox.changed(DocumentBox.java:634)
         at com.sun.rave.designer.DesignerPaneUI$UpdateHandler.changedUpdate(DesignerPaneUI.java:1012)
         at com.sun.rave.text.Document.fireChangedUpdate(Document.java:851)
         at com.sun.rave.text.Document$5.run(Document.java:631)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    I have some old JSP custom tags(not JSF components), and I want to use them in the IDE through the toolbox.
    Now I have already written the BeanInfos for these tags, and they can be drag from the toolbox; but it will throw a Exception when render the tags, and the properties in the Property Editor are not which I describe in the BeanInfos.
    How can I write Design-time for these tags? or whether it is possible to write the Design-time for these tags?
    the Exception is shown as follow:
    java.lang.ClassCastException
         at com.sun.rave.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java:1347)
    [catch] at com.sun.rave.insync.faces.FacesPageUnit.renderBean(FacesPageUnit.java:1086)
         at com.sun.rave.insync.faces.FacesPageUnit.getFacesRenderTree(FacesPageUnit.java:993)
         at com.sun.rave.css2.FacesSupport.getFacesHtml(FacesSupport.java:152)
         at com.sun.rave.css2.CssContainerBox.addNode(CssContainerBox.java:373)
         at com.sun.rave.css2.CssContainerBox.createChildren(CssContainerBox.java:354)
         at com.sun.rave.css2.DocumentBox.createChildren(DocumentBox.java:90)
         at com.sun.rave.css2.DocumentBox.relayout(DocumentBox.java:160)
         at com.sun.rave.css2.PageBox.layout(PageBox.java:392)
         at com.sun.rave.css2.PageBox.relayout(PageBox.java:454)
         at com.sun.rave.css2.DocumentBox.redoLayout(DocumentBox.java:313)
         at com.sun.rave.css2.PageBox.redoLayout(PageBox.java:460)
         at com.sun.rave.css2.DocumentBox.changed(DocumentBox.java:634)
         at com.sun.rave.designer.DesignerPaneUI$UpdateHandler.changedUpdate(DesignerPaneUI.java:1012)
         at com.sun.rave.text.Document.fireChangedUpdate(Document.java:851)
         at com.sun.rave.text.Document$5.run(Document.java:631)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

  • When listening to audio books, it skips backward sometimes when it is time for a new chapter

    Why does my I Pod Nao skip backward to a previous chapter when it's time for a new chapter while I'm listening ao an audio book

    Have you tried a simple reset of the iPod to see if that does any good first?  To do this, press and hold both the Select (Center) and Menu buttons together long enough for the Apple logo to appear.
    It might also hurt to try a full restore of the iPod in iTunes as well.  This process wipes all content from the device, resets all settings back to their defaults, and reloads a fresh copy of the iPod's software onto the device.  This would help eliminate the possibilty of a software issue/glitch and/or data corruption on the iPod.
    Restoring iPod to factory settings
    B-rock

  • What is the url for 'Design Time for Guided Procedure'

    Hi,
    I'm new to Netweaver CE. My question is, how do I login to GP Design Time? What is the url? I have installed Netweaver CE 7.1 in my system. What else is required?
    Thanks & Regards,
    Lohit

    Hi,
    This is the URL to directly access Design Time
    http://<host>:<port>/webdynpro/dispatcher/sap.com/cafgpuidttemplates/ADesignTime
    If you have the proper Roles, you can see the Tabs in the portal for Design time & runtime.
    Go through this blog for  Roles.
    /people/ashutosh.rastogi/blog/2006/11/25/setting-up-roles-for-caf-gp-and-visual-composer
    Thanks
    sreeni

  • I updated my iphone and when it came time for activation it won't work and keeps telling me to try again. At the top it says "No Service" and I have my SIM card in and a good WiFi connection and have connected it through iTunes but it says I have no SIM

    I updated my iphone and when it came time for activation it won't work and keeps telling me to try again. At the top it says "No Service" and I have my SIM card in and a good WiFi connection and have connected it through iTunes but it says I have no SIM card and need to disconnect and insert my SIM. I don't understand why this keeps happening and it's been going on for a wile now. I have tried over and over again to get this iPhone to work but nothig is happening. I've even gone on the website for support (apple.com/support) but cannot find anything that will help me with this situation. Can someone please help me find a solution to this problem? I have been without a phone and do not have money to buy another one and it is crucial for me to get it fixed. Thanks.

    wesb
    What computer operating system is involved in the Premiere Elements 11 and 13 issues? Same computer or different ones? Are you installing from purchased download installation files or from purchased installation disc? Does Premiere Elements 11 work completely on this computer whereas 13 will not?
    Let us go through the typical drill so as to take nothing for granted.
    1. Does the problem exist with or without the antivirus and firewall(s) disabled? Are you working with an individual home computer or in a
    school or company network?
    2. Are you running the program as Administrator and is there any "domain" account involved?
    3. Is your video card/graphics card up to date according to the web site of the manufacturer of the card?
    4. Do you have the latest version of QuickTime installed on the computer with Premiere Elements?
    Let us start by ruling in or out any of the above, and then we can decide what next.
    Any questions or need clarification, please do not hesitate to ask.
    Thank you.
    ATR

  • Background job is taking lot of time for processing the job.

    One background job - which is processing Idocs is processing a job for more than 2000+ seconds.. and completed tho.
    But this is happening for the past few days.. is there any way to trouble shoot, or find from any logs of this completed job, to find out why it was taking lot of time for processing.
    Can you please tell me the steps of analyzing / trouble shooting why it was taking lot of time daily.
    Regards,
    Satish.

    Hi Satish,
    Run DB stat from db13 it will improve the performance.
    Check number of idocs. You can send part by part, instead of sending huge data.
    Check SM58 logs
    Suman

  • ABAP Dump when executing tcode CATS_APPR_LITE for multiple selection.

    Dear Members,
    Issue:
    When executing tcode CATS_APPR_LITE for Time Approval from the remote R/3 by selecting multiple selections and click on Approve, if you get a dump saying CALL_FUNCTION_REMOTE_ERROR
    Analysis:
    If there is an SAP Note applied in 1368487 and at CALL FUNCTION CATS_CHECK _PTEXDIR FM getting the dump because in source system for this function module Remote Enabled Module option is not checked.
    To resolve this correction note 1430042 has to be applied.
    Regards
    Durga

    Dear Members,
    Issue:
    When executing tcode CATS_APPR_LITE for Time Approval from the remote R/3 by selecting multiple selections and click on Approve, if you get a dump saying CALL_FUNCTION_REMOTE_ERROR
    Analysis:
    If there is an SAP Note applied in 1368487 and at CALL FUNCTION CATS_CHECK _PTEXDIR FM getting the dump because in source system for this function module Remote Enabled Module option is not checked.
    To resolve this correction note 1430042 has to be applied.
    Regards
    Durga

  • Dump When Accessing RSRDA

    Hi All,
    I am getting an shotdump when accessing RSRDA.It is stating that " Could not read RDA status table" .In the source code it is showing dump at this Module " RSCRT_RDA_GET_MONITOR_DATA" . I am on SP 12.I have searched for the related notes but no findings.Kindly let me know what notes  I have to implement for solving this.
    Regards
       KK

    Hi,
    try this OSS note:
    RSRDA: Improving usability in Support Package 13
    SAP Note Number: 1013249
    this should make it.
    hope this helps...
    Olivier.

  • Dump when changing the value for a field (of 13 decimals) in alv grid.

    Hi Group,
    Its giving a dump when user is trying to change the value.
    dump description: Unable to interpret "70,000 " as a number.
    what is happening here is, the original value is 50,000 and he is deleting 5 and replacing it with 7, here its throwing the dump.
    If he removes the complete number 50,000 and then gives 70000 its  taking the value.
    I tried to use, the decimals options in alv field catalog but to no joy.
    Please can you give me an advice on this.
    Many Thanks.

    the problem is the comma in the 70,000....that's an alpha character.... Normally, we expect SAP to display numeric fields in a appropriate format, based upon their numeric type, but trying to forcibly insert '70,000' into a true numeric-type field can generate an 'unable to interpret xxx,xxxx  as number' error.
    You could experiment with changing your ALV column to a char17 (or appropriate width) and putting your numeric value into that to display, then converting back to type P, or other field type in the table, in a column that is not displayed, when the user changes the value....  essentially two columns, one not displayed with a routine to copy/convert the numeric field into the alpha field and the reverse when the field is changed.
    But, the better solution is probably for the user to understand that they're seeing a formatted numeric field, and that they need to replace the entire value with the only possible punctuation being a decimal and (if necessary) a negative sign.

  • Set time for process chain

    Hi,
    I have requirement to set maximum time to run the process chain.
    For example:
    Process chain is starting daily at 10 PM and taking time 1hr 30 min to complete process. Some times it is taking 2-3 hours to complete process.
    So I need to set max. time 2 hours to complete process chain. If not completed with in 2 hours (before 12PM), then the process chain should be cancelled.
    Please help me in this regard.
    Thanks,
    Hari

    Hi,
    you can set the varaiant and schedule the max time in the variant for process chain.For the scheduled jobs in SM37, pls chk this link;
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/3a8009505211d189550000e829fbbd/content.htm
    Hope this helps,
    Regards
    CSM Reddy

  • IPhoto '11 Crashes every time when accessing SD card for import.

    iPhoto '11 launches as expected when I insert an SD card from my Canon T2i into a SD card reader in my 17" MacBook Pro's SD card reader that is located in the Mac's ExpressCard slot.
    iPhoto then goes to the somewhat new looking import screen where the rainbow pinwheel spins for quite sometime. There are a little over 2,000 images on the card, but this is nothing iPhoto '09 ever had any issues with.
    After locking up for about 5 minutes, iPhoto crashes. This has happened every time I have attempted to import. I have tried restarting, repairing permissions, running Disk Warrior and reinstalling iPhoto.
    The images on the same SD card are accessible with the Finder and can be imported by Aperture.
    Please help!

    Can you try using Image Capture and see if it works there? Also, if you post a crash log sometimes we can tell what is happening. If Image Capture works, you can import the photos on your desktop and then drag and drop them into iPhoto. There is a chance that a photo is damaged and it is causing iPhoto to crash. Also, if the photos imported in Aperture without a problem, you can export them from there and import them into iPhoto. After you safely import the photos I suggest you reformat the SD card in your camera. Sometimes after repeated use things could get corrupted there.

Maybe you are looking for

  • Preview app can't open

    WHY?

  • How to get File type icon for files store on Amazons3

    Hi, i want to know about how to get file type icons for files that we store on Amazons3.i am a devloper ,i want to make gui for accessing amazons3. so ,i want to know about how to get file type icons for files that we store on Amazons3. thanx in adva

  • Battery changes in newer Xperia phones ...

    I am currently looking for a new (smart?) phone. Initially I found the newer Xperia models quite interesting ... until ... I found most models do not allow changing the battery by the customer. I see that Apple is crapping down their devices (batteri

  • My brush cursor disappear when i zoom in

    Hi, My Photoshop has been upgraded to CS5.5 now. When I used my circle brush tool before, I can see the size of my brush in a circle so I know where to paint. Now this circle is disappearing when I use my brush tool when zooming in the picture. I did

  • My iphone5 is not syncing with my macbook pro.

    My iphone5 is not syncing with my macbook pro.  Specifically the calendar.  it syncs with my iPad fine just not the laptop.  Suggestions?