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

Testing outbound Idocs

Former Member
0 Likes
1,673

Hi,

Can anyone help me with steps to test an outbound IDOC (triggered by Function module)?

Thanks,

Vineeta

4 REPLIES 4
Read only

Former Member
0 Likes
580

Hi Vineeta,

Please refer to the details mentioned in the hyper-links beow.

You will get the details how to go about it.

To see the IDOC & status check it in WE02/WE05

You will get step by step process.

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

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

http://www.allsaplinks.com/idoc_sample.html

http://www.geocities.com/xplosion78/customised_ALE_IDOC_BY_SACHIN_DABHADE.zip

http://help.sap.com/saphelp_45b/helpdata/en/35/b0ea5187a62488e10000009b38f9b7/content.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/c4/6bc368fef411d28d0900104b56737d/frameset.htm

Follow below steps to create custom IDOC.

1.Create segments through transaction WE31.

2.Create IDoc Type through transaction WE30 by attaching created segments.

3.Message type through transaction WE81.

4.Link Idoc and message type in WE82 transaction.

Check the transaction WEDI for ALE settings

Check these links for more details on IDoc's:

ALE/ IDOC

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

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

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

http://www.sappoint.com/abap/ale.pdf

http://www.sappoint.com/abap/ale2.pdf

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

http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm

http://www.allsaplinks.com/idoc_sample.html

http://www.sappoint.com/abap.html

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

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

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

http://www.allsaplinks.com/idoc_sample.html

ALE/ IDOC/ XML

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

http://www.thespot4sap.com/Articles/SAP_XML_Business_Integration.asp

http://help.sap.com/saphelp_srm30/helpdata/en/72/0fe1385bed2815e10000000a114084/content.htm

IDOC Convertion

/people/kevin.wilson2/blog/2005/12/07/changing-fields-in-an-idoc-segment

http://www.intelligententerprise.com/channels/applications/feature/archive/kasturi.jhtml

Thanks,

Reward If Helpful.

Read only

Former Member
0 Likes
580

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 regards,

Seshu

Read only

Former Member
0 Likes
580

To see the IDOC & status check it in WE02/WE05.

And to process it if any error occurs by going WE19.

and for the status messages related to Inbound and Outbound WE47.

For Creating Idoc type:

1.Create segments through transaction WE31.

2.Create IDoc Type through transaction WE30 by attaching created segments.

3.Message type through transaction WE81.

4.Link Idoc and message type in WE82 transaction.

And to start ALE inspite of remembering all the t-codes U can go for t-code SALE.

And if you sent a Idoc means you hav to check process code related to that for THAT T-CODE WE41.

But for processing errors WE19.

Read only

Former Member
0 Likes
580

Hi Vinnetha,

you can test this by below procedure

Go to VF03..

GIve the invoice number..

Press change..

In the menu..HEADER -> OUTPUT..

Give the output type that is used for triggering the IDOC..

In the further data..Choose "send immediately while saving"

Now the IDOC will be triggered..

Once the IDOC is succesfully triggered..GO to header -> OUTPUT..Then press the processing log button...

There you can see the IDOC number.

you check in the table EDIPORT entry for the port

Regards

null