I'm trying to use a side-panel in my OVP FPM app that includes the Attachments and Notes CHIPS to be able work with GOS attachments/notes. However I can't see how to pass data to the CHIP from the FPM app so that it knows what Business Object Type and Key to use to show attachments/notes for...
There does not seem to be any Tags associated with the Inport other than the standard ones for the config of the chip.
Inside the code for the CHIPS there is an assistance class that has an inport_handler method which includes this method call:
CALL METHOD mo_services->get_objkey_from_struct EXPORTING id_appl_id = ms_object_info-appl_id if_full = 'X' IMPORTING ed_objkey = ms_object_info-objkey ed_objtyp = ms_object_info-objtype CHANGING cs_data = <ls_data>.
... which shows that it "can" work with the GOS object type and key, but there does not appear to be any link from this back to a tag so that I can pass in the data from my calling app (fpm).
Has anyone been able to use these sap-provided CHIPS?
Regards,
Jason.