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: 

Updating Classification Data using custom-exit for ES55/56

Former Member
0 Kudos
301

I am trying to update/create the classification data for connection object using an Custom Exit for tcode ES55/56 and i wanted to use BAPI_OBJCLS_CHANGE but due to lock issues i am unable to do it. Is there any other way that i can update it?I want to update within the exit because the standard code is updating using Import/Export.

1 REPLY 1

NTeunckens
Active Contributor
166

You could develop your Objective as a Custom Function Module, and have this Called in the UserExit IN UPDATE TASK / AS BACKGROUND TASK or AS SEPARATE UNIT ...? See SAP-Help or SAP-Wiki on some more info on this ...

I you choose to go with this approach, I would Use an Lock-Function to Check upon an Existing Lock on the ConnectionObject ("ISU_EHAU_ENQUEUE" / "ISU_EHAU_DEQUEUE") ...