Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3316

Re: Update delivery date in schedule line from confirmation in purchase order

$
0
0
Other method like CHECK or POST is not useful for this since we can not use SET method inside this.

 

It's not so true

 

Working with CHECK Method is the best way to achieve your result IMHO.

 

Even if IM_HEADER is type IMPORTING

1.png

 

you can access the items

  data:   t_itm_ref    TYPE         purchase_order_items,

            w_itm_ref    type PURCHASE_ORDER_ITEM.

 

    t_itm_ref = im_header->get_items( ).

and each item is an object

 

LOOP AT lt_itm_ref INTO lw_itm_ref.

    

2.png

with its own GET and SET methods

3.png

 

And, magic!, they works


Viewing all articles
Browse latest Browse all 3316

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>