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: 

idoc transfer for flat file to sap server

Former Member
0 Kudos

hi

i have a flat file and i want it transfer it to sap r/3. could u plz tell me with an example how i could do it through idocs function modules

1 REPLY 1

vimal_kumar4
Explorer
0 Kudos

Hi,

One option is that there should be a middleware say for eg SeeBeyond which reads the flat file and SeeBeyond will create an Idoc corresponding to this flat after necessary mapping of fields in the flat file between SAP and SeeBeyond. Once the idoc is created it can be processed using RBDAPP01 program. We should write a custom function module to read/process the data available in idoc (if a standard function module is not available). Apart from this we should follow the idoc inbound processing configuration steps like partner profile creation, message type creation, process code creation etc etc.

Regards

Vimal Kumar