Application Development and Automation 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: 
Read only

COGI error clearing

Former Member
0 Likes
784

Hi All,

I have a requirement in which I have to clear errors using COGI txn. I can do that using BDC. Is there any BAPI / FM or any other way of doing this ?

Also, after that I am trying to distribute inventory differences using transaction CKMDUVMAT. I tried doing the CALL Transaction using BDC but the step where I distribute teh orders online is not getting recorded. Can anyone please suggest the good way of doing this? Any BAPI ?

Please suggest.

Thanks

Natasha Garg

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
585

Look in package CORU for function group COFW.

You could also check Note 1868084 - FAQ: Transaction COGI, but better look why you need to automatize error corrections which should not happen often, there may be a problem upstream ?

Regards,

Raymond

Read only

Arun_Prabhu_K
Active Contributor
0 Likes
585

Hello Natasha.

     Table AFFW will have the COGI error data.

     Then based on the movement type (BWART), you might be able to automate it.

Regards.