Hello,
When user, on transaction CIC (l-shape), click on the ISU-Finder to find a BP by giving a premise number it should copy to the clipboard the BP when i click on the checkmark button. This part is build by SAP.
I am trying to copy the Premise to the clipboard by using user-exit EXIT_SAPLEECIC_COMP00_001. I tried many attempts by using SAP function modules in order to create a Business Object Premise and add the element to the clipboard.
I tried FMs such as :
CALL FUNCTION 'CIC_EVENT_RAISE'
EXPORTING
event = 'ADD_XTAINER_TO_BDD'
p1 = xtain
EXCEPTIONS
OTHERS = 99.
When i used this one, i got an item in the clipboard but it said : Uninitiliazed Business Process Unit.
Does somebody have to code a 'Copy to Clipboard' for a businness object.
Thanks