2011 Apr 21 4:11 PM
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.
2012 Aug 28 10:41 AM
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