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: 

bapi for.........

Former Member
0 Kudos

Hi all,

Is there any BAPI to create connection object,premise,

installation and full installation??

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

in BAPI transaction try to explore under SAP Utilities group some of BAPI's

for example .... i think that usefull functions will be

(Name in BAPI Explorer = Function Module)

ConnectionObject.CreateFromData = BAPI_FUNCLOC_CREATE

UtilTechInstallation.Create = BAPI_EQUI_CREATE

UtilTechInstallation.Install = BAPI_EQUI_INSTALL

and you can definitely find some other through SE37 and asterisk convention ....

BR

View solution in original post

4 REPLIES 4

Former Member
0 Kudos

Hi,

in BAPI transaction try to explore under SAP Utilities group some of BAPI's

for example .... i think that usefull functions will be

(Name in BAPI Explorer = Function Module)

ConnectionObject.CreateFromData = BAPI_FUNCLOC_CREATE

UtilTechInstallation.Create = BAPI_EQUI_CREATE

UtilTechInstallation.Install = BAPI_EQUI_INSTALL

and you can definitely find some other through SE37 and asterisk convention ....

BR

former_member229976
Active Participant
0 Kudos

Hi,

I'd rather recommend not to use the EQUI BAPIs for devices!!!! You will miss the IS-U data completely. The same accounts for the connection object - sometimes NO BAPI is available at all. BUT - there is a good work around: use the BOR Objects connobj, device, premises, instln, isupod etc. AND the according macros as mentioned in note 432178. In this case you will not have to call the IS-U function modules directly (as those are NOT released to customer use) but use the BOR objects - which are opened to be used in customer projects.

Hope that helps.

KR

Uwe

0 Kudos

what is the difference in using BOR objects?

The BOR object for device creation in Utilities uses the same BAPI.

So there is no difference. I thinik we might have to use Batch input only by means of BDC.

Regards,

Arun Devidas

0 Kudos

I try to do the same: I want to build a hierarchy with IS-U equipments, but somehow the system prevents me to do so.

When using either BAPI or via BOR I am getting the message:

Piece of equip. 14469159 can only be installed/removed via IS-U transactions

Any help on this matter?