Hello experts,
I want to create a follow up (service conformation) document from an order. In WebUI I get a popup which ask me which items I want to copy (after selecting create follow up button). When I select one item, this item gets copied and the item category determination for copy control(!) gets triggered! Thats fine!
Now I want the same functionality in BOL programming! What do I have to do to get a copy? the problem with my coding is that nothing gets copied! I have to maintain all attributes by my own! What I want is, that all items gets copied and that item category determination gets triggered automatically! Is that possible?
My coding: I read the source transaction (order) and use the method:
lr_btadmin_h->execute( iv_method_name = 'createFollowUp' it_param = lt_params ).
When I create an item via create_related_entity the standard item category determination gets triggered, not that for copy control! I want the same behaivior as in webui.
Please, if you want to answer, then answer in detail, I'm a beginner at that
Thanks in advance!! Full points for correct answer
Best Regards
Tanja