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: 

Creating Device with BAPI_EQUI_CREATE

peter_atkin
Active Contributor
0 Kudos
791

Hi all,

Tried searching the web for a soultion without luck...

It appears that there is not an ISU specific BAPI for creating devices. Instead we are pointed towards BAPI_EQUI_CREATE.

However this BAPI does not allow us to enter ISU specific data such as the Inspection Relevance field etc.

Does anyone have any suggestions or workarounds

Thanks in advance

PeteA

2 REPLIES 2

Former Member
0 Kudos
331

Hi Pete

You can try the function used in the IS-U data migration tool: ISU_M_EQUI_INSERT.

The function not only contains the IS-U specific structures EGERS and EGERH, but also the structures for classification.

Yep

Jürgen

0 Kudos
331

Jürgen,

Thanks for the info.

We are going to try using the following function module sequence:

- BAPI_EQUI_CREATE

- ISU_DB_V_EGER_UPDATE (this is in ISU_M_EQUI_INSERT)

PeteA