Skip to Content
0
Former Member
Oct 11, 2009 at 02:58 PM

Error of transferred to interface (IMSEG) with co-product

843 Views

Hello,

I'm tring to pass a confirmation to a pppi process order by :

call function 'BAPI_PROCORDCONF_CREATE_TT'

IMPORTING

return = ls_return

TABLES

timetickets = lt_ticket

goodsmovements = lt_gdm

link_conf_goodsmov = lt_link

detail_return = lt_ret.

The lt_gdm inner table contains a list of components to be process by 261 movement type

and one header item to do 101 movement type and one co-product item to be processed by 101 movement type.

After executing the bapi, I'm executing :

call function 'BAPI_TRANSACTION_COMMIT'

EXPORTING

wait = 'X'.

And after that I can see in the standart transaction of COOISPI that all components beside the co-product are done.

Then I see that the COGI contain an error on the co-product : "Content of order 1051042 : 20147 transferred to interface (IMSEG): 88960"

Can anyone tell me how can I process by code the confirmation of the co-product ? do I use the correct BAPI or shell I use another one ?

Thank you,

Kind Regards,

Amit Berku