cancel
Showing results for 
Search instead for 
Did you mean: 

Changefacts method does'nt work

0 Kudos

Hi experts ;

I need to create a workflow which have to change an operand whithin an installation facts (IS-U module).

I went to Tcode SWO1, i found an object type called : INSTLN which have the method ChangeFacts.

I implement the workflow with that data but when i execute it, the operand does'nt change !!!

Many thanks !

Accepted Solutions (0)

Answers (3)

Answers (3)

pokrakam
Active Contributor
0 Kudos

Have you tried to test the BOR object method and seeing if that works? Or test the FM inside the method directly in SE37. You may even find an error message in there somewhere.

Former Member
0 Kudos

Ask user to execute the workitem and just after execution tell him to check the log in SU53, if any authorization is missing there will be entry get created in SU53.

BR,

Prakash

Former Member
0 Kudos


Have you got any error message , Do the user have proper authorization ?  I will suggest put break point in method ChangeFacts and execute the Business object manully using T-Code SWO1. You can easily debug it and find the root cause of error.

BR,

Prakash

0 Kudos

Hello Jha ;

Thanks for your response. How could i check if the user have proper authorization or no ???

Many thanks