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

Info Needed

Former Member
0 Likes
297

Hi All,

We are using RFBIBL00 (Batch Input Documents) program to posting the FI documents to SAP through file interface. We are planning to go with ALE IDOC for the same, can anybody please suggest best way to archive the same. We come accross IDOC FIDCCP02 (Basic Idoc type) and IDOC_INPUT_FIDCC1 function module for above scenario, pls let me know will it work or not?

Thanks in Advance.

Regards,

Kannan

1 REPLY 1
Read only

Former Member
0 Likes
271

I had used FIDCCP02 (Basic Idoc type) and IDOC_INPUT_FIDCC1 few years back for interface between Siebel & SAP. But we finally switched to BDc, because error handling became extreemly complecated. We were not having strong functional to build all validations in the code. & this FM not always points to the exact error.

This FM also interanlly calls a BDC.

If you have a Functional person who can think of all possible data validations then it works fine.