cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound IDOC FM with BAPI

Former Member
0 Kudos

Hi Everyone,

I need some information about posting an application using inbound IDOC with BAPI. I need to write a FM for

Inbound IDOC with BAPI to post it. Can some one give me direction as where to start as I am new to BAPI.

Thanks in advance.

Regards,

vicky

Accepted Solutions (1)

Accepted Solutions (1)

ferry_lianto
Active Contributor
0 Kudos

Hi Vicky,

Please take a look at this link which will show step by step on how to setup inbound proscessing.

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

Also check this links for sample codes.

http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm

http://www.sapgenie.com/sapedi/index.htm

Hope this will help.

Regards,

Ferry Lianto

Message was edited by: Ferry Lianto

Answers (1)

Answers (1)

Former Member
0 Kudos

Vicky,

Every message type will be associated with mutiple IDOC types and multiple Process codes. Each process code will be associated with a function module.

In the patner profile, you can specify which process code should be used for that specific requirement. You can define the process codes in WE41 / 42 transactions and also look at WE82 transaction for IDOC - message types.

Once the function module that is associated is triggered you get the data and call which ever BAPI you want to call.

You can look at the area menu WEDI where you can find all the transactions.

Regards,

Ravi

Note : Please reward the posts that help you.