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: 

Unable to store INT_UI along with EXT_UI (POD) in the table ISU_POD

0 Kudos

When I am creating "POD" along with the "Connection Object", the system generated "INT_UI" is being stored along with the manually provided "EXT_UI" in the table "ISU_POD".

But when I created "Connection Object", saved it, refreshed CRM_UI.

And then created POD for the same and saved it.

Now it is saying "It was not possible to save all the objects successfully".

Also, only EXT_UI is being stored in the table ISU_POD but not INT_UI.

Here the message is coming.

loop at LV_REQUEST->OBJECT_LIST assigning <OBJ_LINE>.

if <OBJ_LINE>-SUCCESS = ABAP_FALSE.

append <OBJ_LINE>-INSTANCE to ET_FAILED_OBJ.

else.

If not ET_FAILED_OBJ is initial.

message

In the process while debugging also I didn't get where the table OBJECT_LIST is being populated.

Can any one help.

Thanks In Advance.

1 REPLY 1

ceedee666
Active Contributor
0 Kudos

Hi Venkata,

have you been able to solve the described problem? If yes, could you provide some details as I'm currently facing a similar issue.

Thanks,

Christian