‎2016 Feb 20 10:26 AM
Hi All,
I am trying to pass the name of the action along with its parameters to the DO_ACTION() method of the/BOBF/IF_TRA_SERVICE_MANAGER interface. But the action is not getting triggered. Instead it is filling the failed key table. The key which i am passing is the BO key of my custom object Z***********=>SC_BO_KEY
Please help me out, is there something which i am missing.
Regards,
Thiru
‎2016 Feb 21 1:16 PM
‎2016 Feb 21 1:16 PM
‎2016 Feb 24 5:06 PM
Hi Renjith,
Yeah i have already gone through this link. These blogs by James helped me alot.
I have fixed the issue small error from my side while coding.
Thanks for your help!!
Regards
Thiru
‎2016 Feb 21 2:25 PM
Hi,
Thank you for sharing the code 🙂
mo_svc_mngr->do_action(
EXPORTING
iv_act_key = /bobf/if_<Z..>=>sc_action-root-<action>
it_key = lt_key
is_parameters = lr_s_parameters
IMPORTING
eo_change = lo_change
eo_message = lo_message
et_failed_key = lt_failed_key
et_failed_action_key = lt_failed_act_key ).
Regards, Clemens
‎2016 Feb 24 5:07 PM
Thanks Clemens!!..Small typo error from myside, issue is fixed now
The blogs by james wood is very helpful for BOPF framework development!!
Regards,
Thiru