2023 Sep 04 1:20 PM
Hi,
There is a requirement to get data of parameters Goods Movements and linkage table for Goods Movement(LINK_CONF_GOODSMOV) in function module CO_RI_TIMETICKETCONF_CREATE.
So to get the data of the following parameters what are the fileds do we pass to following parameters GOODSMOVEMENTS and LINK_CONF_GOODSMOV.
Thanksℜgards,
G.Avinash.
2023 Sep 04 2:01 PM
Hello aguntuku
First of all, don't use the CO_RI_TIMETICKETCONF_CREATE which is not released for customers usage. Instead use SAP provided BAPIs: BAPI_PRODORDCONF_CREATE_TT and BAPI_PRODORDCONF_GET_TT_PROP. Both are well documented and officially supported.
The easiest way is to call BAPI_PRODORDCONF_GET_TT_PROP to get default values of time ticket confirmation, adjust the data as needed and call BAPI_PRODORDCONF_CREATE_TT with the adjusted values.
Best regards
Dominik Tylczynski