SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create an object (Installation Fact) using a FM?

Former Member
0 Kudos
326

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

2 REPLIES 2

kevin_dewilde
Active Participant
0 Kudos
180

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!

Former Member
0 Kudos
180

..........