Quantcast
Channel: SCN: Message List - SAP SRM: Shopping Cart & Catalog
Viewing all articles
Browse latest Browse all 2860

Re: Delivery Date for a Service Item from OCI Catalog

$
0
0

Hello Andrew,

 

 

here is the ABAP code concerning SC delivery date for good or timeframe for service.

 

IF NOT cs_sc_item_data-leadtime IS INITIAL.     cs_sc_item_data-deliv_date = sy-datlo + cs_sc_item_data-leadtime.   ELSE.     cs_sc_item_data-deliv_date = sy-datlo.   ENDIF.
 * fill performance period for services   IF cs_sc_item_data-product_type  = c_ptype_service.     cs_sc_item_data-vper_start = cs_sc_item_data-deliv_date.   ENDIF.

 

This is FORM create_sc_item_data from BBP_WS_IMPORT_SC_DATA function module.


Regards.



Laurent.


Viewing all articles
Browse latest Browse all 2860

Trending Articles



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