Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Get Details of Goods Movements and linkage table for Goods Movement

former_member913208
Discoverer
0 Kudos
320

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.

1 REPLY 1

DominikTylczyn
Active Contributor
0 Kudos
272

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