Hi all,
I am trying to update an Utilities PoD in CRM using a Function Module, but I cannot find any.
The field I need to update is the External ID (ISU_POD-EXT_ID), I have found a FM which is called COM_ISU_POD_MAINT_UPD and it looks quite good, but I am not sure how should I invoke it.
IV_PRODUCT_GUID --> Looks like the GUID at COMM_PRODUCT. If so, I assume the path to retrieve it from ISU_POD is:
ISU_POD-INT_UI = IBIN-OBJNR
IBIN-INSTANCE = IBST-INSTANCE
IBST-ROOT = IBINOWN-INSTANCE
IBINOWN-OBJKEY = COMM_PRODUCT-PRODUCT_GUID
But I have a problem with IV_APPLICATION_LOG (TYPE BALLOGHNDL), as I don't know what field is this and it is a mandatory inbound parameter for this FM. I have checked the Where-used list" for this data type, but I none of the tables involved said anything to me.
Any clue on how to retrieve this value for an Utilities PoD in CRM? Has any of you used this FM?
Thank you very much for your help.
Best regards,
J