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

we19 and bd87

former_member644292
Participant
0 Likes
5,322

diff btwn we19 and bd87

could any one give an exaple in which senerios these r used ...

thanks in advance

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
4,232

hi we19 used for idoc editing or creating you own idoc based on the existing one.

bd87 for idoc tracing.

Cheers,

Hakim

6 REPLIES 6
Read only

Former Member
0 Likes
4,232

Hi,

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

BD87 --> To Select a particular IDOC and monitor the status of ALE Messages

Regards

Sudheer

Message was edited by:

Sudheer Junnuthula

Read only

Former Member
0 Likes
4,232

Hello Chaitanya,

WE19 is an Idoc testing tool Tcode.

Example you have an inbound Idoc and it fails, all you do is take it and enter it in WE19 and change the values you feel it will make it work and test. if it succeeds, then you can implement that.

WE 19 makes the copy of the original Idoc , does not change it.

DO NOT DO THIS IN A PRODUCTION box.

BD87 is a transaction for viewing/monitoring and processing Idocs.

Example, you created outbound idocs and they are not yet processed, you can process them from BD87.

Regards

Read only

former_member187255
Active Contributor
0 Likes
4,232

WE19- Test Tool.

You can use the test tool to generate an IDoc manually and send the IDoc for either inbound or outbound processing. You are not restricted to a specific port type. You can start with an IDoc type (an “empty” IDoc) or use an old IDoc as a template and edit the IDoc, that is, add segments or change data. This is a good way to test new IDoc types, in particular.

You can forward your new IDoc for standard inbound processing (checking partner profiles and so on). You can also call a function module directly.

furthur u can go thru

<a href="http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b80f643d711d1893e0000e8323c4f/frameset.htm">Test Tool</a>

BD87- To re-process an IDOC to other system.

Regards.

Read only

abdul_hakim
Active Contributor
0 Likes
4,233

hi we19 used for idoc editing or creating you own idoc based on the existing one.

bd87 for idoc tracing.

Cheers,

Hakim

Read only

Former Member
0 Likes
4,232

we19 : test tool fopr Idoc processing

This Tcode is used to create an new idoc and we debug the idoc

bd87 : Status monitor for ALE message

thanks

Sunil

Read only

Former Member
0 Likes
4,232

Hi,

WE19 is test for an IDOC and it is used to debug an idoc in inbound side using Inbound function module.

BD87 is used to reprocess an IDOC again to get it successful after doing the trouble shooting after it gets error.

Thanks

KER