cancel
Showing results for 
Search instead for 
Did you mean: 

Initializing not possible in second stage

Former Member
0 Kudos

Hi,

I' am initializing the form using the event 'USER_EVENT_INITIALIZE'. But when the form goes to the second level manager

from the initiating manager, SAP is not allowing initialization. It gives an error message 'Initialization is no longer possible'.

Is there any work around to this.

Thanks,

Aravind

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Can you explain which process are you using and is the step with approve or check and send?

Kind Regards

Mukesh

Former Member
0 Kudos

The form should get initialized when the user changes the effective date. So I' am triggering 'USER_EVENT_INITIALIZE'

during this particular scenario. During the initial case, i.e. when the first manager processes the form it is working fine.

But when the form reaches the second manager, he also should be changing the effective date. The form should get

initialized, but SAP is throwing this message 'Initialization is no longer possible'.

Is there any work around to this.

Thanks,

Aravind

Former Member
0 Kudos

Hi,

I think initialize can possible at first time only.

You can creat another method in the Generic service like Check ("USER_EVENT_CHECK") and inside the method you can do the operations and call this from form side.

Kind Regards,

Mukesh

Answers (0)