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: 

Sending Outbound FI Documents IDOC via ALE

Former Member
0 Kudos
1,193

Hi all,

We would like to send FI documents via IDOC. However, the message types we found, (FIDCC1,FIDCC2,FIDCMT) do not have outbound function. In addition to that how can we trigger IDOC, after posting FI documents .

Thank you for your help...

Best Regards,

Didem GUNDOGDU

mail: didem@ddmcon.com

1 REPLY 1

Former Member
0 Kudos
243

hi, the outbound function for FIDCC1 FIDCC2 is list as followinig:

FIDCC1 FI_IDOC_CREATE_FIDCC1

FIDCC2 FI_IDOC_CREATE_FIDCC2

But still can't find the FIDCMT, maybe you can create a customize function reference to two others.

About trigger the IDOC sending, you can add the call function into a proper user-exits.

Help it can be helpful