2007 Dec 13 7:02 AM
Hello all,
Is it possible to create an object (An Installation Fact to be more precise) using FM ISU_S_INSTLN_CHANGE or any other FM for that matter?
what I would like to do is in fact, to copy existing Installation facts into new ones.
The x_auto structure is populated as follows :
x_auto~ factsfacts_autoiquant~operand : the new operand
x_auto~ factsfacts_autoiquant~season : blank
x_auto~ factsfacts_autoiquant~auto_use : blank
x_auto~ factsfacts_autoiquant~auto_insert : checked (i.e. X)
x_auto~ factsfacts_autoiquant~auto_merge : blank
The structure x_auto~ factsfacts_autoiquant~ivalue is populated as usual.
Ok Codes are correctly filled in : X and SAVE.
Nothing happens after the run? Any idea please ?
Your help is much appreciated.
Message was edited by:
Goharjou ardavan
2007 Dec 13 10:37 AM
Hi,
Try using the bapi BAPI_UTILINSTALLATION_CHANFACT.
If I'm not mistaken this one also creates the fact should it not yet exist.
Good luck!
2008 Jan 18 10:55 AM