2009 Dec 07 9:54 PM
HI,
I am trying to migrate Installations using Emigall. The only structures I have activated in the Installation object are:
KEY
DATA
POD
I am getting a nasty error -
Internal: error in function module ISU_FACTS_OPEN_FROM_INSTLN
Message no. AJ010
Diagnosis
An error has occurred (in form ) during processing of function module ISU_FACTS_OPEN_FROM_INSTLN.
I can't find any documentation on the message #, although to be honest I am not even sure where to look directly.
I know there is a FACTS structure inside the Installation object, but since it's disabled I'm having trouble figuring out what this FACTS reference would be indicating?
Anybody have an idea?
Thanks
Cathy
2009 Dec 09 8:13 AM
Hello,
You should check if there are installation fact that are required value.
Ben
2010 Jun 03 4:27 PM
Hi CN,
Did you solve your problem??
İf yes, can you explain it pls.
Thanks...
2014 Nov 27 10:56 AM
Please check if following fields on Object level are generated and set to appropriate fix values.
1. CONTR-USE-DATA = fixed value EMIG_MARKED
2. CONTR-USE-OKCODE = fixed value EMIG_MARKED
3. CONTR-OKCODE = fixed value EMG_SAVE
See note 313032 for more information.
2015 Jun 23 8:25 AM
Activate CONTR structure, follow below instructions:
Under Structure CONTR substructure USE
Pass X to what ever basic data applicable to you
for DATA(default) = X,
If u pass Rate category
RCAT = X,
OKCODE is always X
In my case
DATA X
RCAT X
FACTS
OKCODE X
CURSOR
And pass
CONTR-OKCODE = 'SAVE'.
Hope it will help