cancel
Showing results for 
Search instead for 
Did you mean: 

Design Time for Processes and Forms

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This is because of basis setting.

Ask basis people to apply note for that.

Kind Regards.

ChrisSolomon
Active Contributor
0 Kudos

Yep.

anil_murthy2
Explorer
0 Kudos

Hi,

We are getting the same error. Can you please let me know what note needs to be applied?

Regards,

Anil

Former Member
0 Kudos

note: Note 1075650

regards,

Prakesh.

Answers (0)