Advertisement
hxxxrz

Untitled

Feb 8th, 2021
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. /scmtms/cl_common_helper=>get_do_keys_4_rba(
  2. EXPORTING
  3. iv_host_bo_key = /bofu/if_bupa_constants=>sc_bo_key
  4. iv_host_do_node_key = /bofu/if_bupa_constants=>sc_node-/bofu/address
  5. iv_do_node_key = /bofu/if_addr_constants=>sc_node-postal_address
  6. iv_do_assoc_key = /bofu/if_addr_constants=>sc_association-root-postal_address
  7. IMPORTING
  8. ev_node_key = lv_node_key
  9. ev_assoc_key = lv_assoc_key ).
  10.  
  11. mo_bp_srv->retrieve_by_association(
  12. EXPORTING
  13. iv_node_key = /bofu/if_bupa_constants=>sc_node-/bofu/address
  14. iv_association = lv_assoc_key
  15. iv_fill_data = abap_true
  16. it_key = lt_address_keys
  17. IMPORTING
  18. et_data = lt_postal_address ).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement