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 outbound & inbound

Former Member
0 Kudos

Hi,

I have to extend Idoc , i have extended it by inserting new segments, but how i can handle outbound and inbound things like where i have to do coding.

san

5 REPLIES 5

Former Member
0 Kudos

hi san

i think you want to process your inbound idoc. The following link is very useful to know all the aspects of IDOC.

http://www.idocs.de/

I hope this will help you.

Amit

Vinod_Chandran
Active Contributor
0 Kudos

Hi,

After the extension, you have to do some coding for passing data to the extended IDoc segment fields. This can be done in the inbound and outbound function modules. Check the function modules for user (function) exit.

Thanks

Vinod

Former Member
0 Kudos

check this document it will definetly help you

check the chapter-5.

it will provide you code also.

download the below document:

http://www.sapgenie.com/ale/whitepaper.htm

regards,

Hemendra

Former Member
0 Kudos

Hi san,

below links might help you.

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

http://help.sap.com/saphelp_erp2004/helpdata/en/72/c18eff546a11d182cc0000e829fbfe/frameset.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/9c/2744f5fa7464429a13345be4050fb6/frameset.htm

http://www.sappoint.com/ppt/ale.ppt

below details might help you.

WE09 / WE02 IDoc lists according to content. View IDocs via specific IDoc number or business application detail contained within the contents of a segment.

WE05 View IDocs

WE19 EDI test tool. Use to test inbound Function module changes.

WE20 Partner profile configuration. Add partner detail together with inbound and outbound relationships. We also incorporate message control on the outbound IDocs. Utilize the organizational units to trap functional errors for further processing

WE30 Create IDoc extension type

WE31 Segment create

WE57 Assign function module to logical message and IDoc type

WE60 IDoc type documentation tool

WE82 Link Release detail to Extension IDoc Type

BD55 Conversion rule user exit. Link conversion rule user exit to the different system \ partner combinations

BD87 Reprocess IDocs in error or waiting for action. (Both inbound and outbound in 4.6. Use BD88 in prior versions)

BALA ALE Application Distribution

BALM ALE Master Data Distribution

reward points for helpful answers and close the thread if your question is solved.

regards,

venu.

Former Member
0 Kudos

Hi,

Check out all the ALE related queries in the book:

ALE and Idoc technologies by Arvind Nagpal. There are also some interesting articles by Arpit Nigam in SDN and Kevin Wilson in www.sapgenie.com

regards

Aveek