2008 Jul 04 1:44 PM
Hi,
I am using Importing and Changing parameters together in a method, and calling as:
CALL METHOD set_properties(
im_node = im_node
changing
ch_assoc_instance = l_bo_assoc_instance
).
Definition for calling method is:
methods SET_PROPERTIES importing
!IM_NODE type ref to IF_XML_
changing
!CH_ASSOC_INSTANCE type ref to CL_BO_ASSOC.
But during the activation check i'm getting this error:
*Error / Couldn't find Error Message: E CALL 004. *
Please suggest.
Regards
Piyush
2008 Jul 04 2:30 PM
Hi,
I would say you are missing word exporting?
CALL METHOD set_properties(
exporting im_node = im_node
changing
ch_assoc_instance = l_bo_assoc_instance
).
Hi,
I am using Importing and Changing parameters together in a method, and calling as:
CALL METHOD set_properties(
im_node = im_node
changing
ch_assoc_instance = l_bo_assoc_instance
).
Definition for calling method is:
methods SET_PROPERTIES importing
!IM_NODE type ref to IF_XML_
changing
!CH_ASSOC_INSTANCE type ref to CL_BO_ASSOC.
But during the activation check i'm getting this error:
*Error / Couldn't find Error Message: E CALL 004. *
Please suggest.
Regards
Piyush
2008 Jul 04 1:55 PM
There's no problem with using importing and changing parameters together. When you say activation check - what are you activating?
matt
2008 Jul 04 2:32 PM
2008 Jul 09 8:46 AM
Karol Seman is correct - I should have spotted that! The fact that you're not getting a proper error message indicates to me that you need to patch your SAPGui to a newer version.
2008 Jul 04 2:30 PM
Hi,
I would say you are missing word exporting?
CALL METHOD set_properties(
exporting im_node = im_node
changing
ch_assoc_instance = l_bo_assoc_instance
).
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |