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: 

Test Outbound Idoc type DELVRY01

Former Member
0 Kudos

Hi all,

We've a client who is presently using idoc type DESADV/DELVRY01 for sending Orders outbound. They want to modify the existing output data, which I've deduced I can do by using an existing user exit (.

But when I use WE19 to test the outbound process, ALE is not stopping at my break-point. Can any tell if I'm doing anything wrong with my testing process? How can I get the outbound idoc to stop?

Points rewarded for useful answers.

Cheers,

Steve

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Stephen,

WE19 is for testing for Inbound IDOC..

If you want to test Outbound IDOC ,you need to create delivery or change the delivery in VL01N or VL02N Transaction.

Here you need to give correct output type like Delivery transaction output would be LD00 -> you can find out Delivery Output type in NACE Transaction.

GOTO NACE -> select V2 Application -> Click on output type -> here you are able to see all output types

if you don't find output type then contact Functional guy.

once you create delivery it will create IDOC ,you can IDOC Status in WE02 Transaction.

if you want to debug IDOC then follow below Steps :

goto delivery transaction -> when you create delivery ,please modify output type -> extras -> header -> output type

here see the further data -> select peridocally scheduling.

now come to RSNAST00 Program

enter delivery number as object number

Application -> V2

Output type -> enter delivery output type

Medium - A (ALE) ,6(EDI)

Now you are able to work on debugging

Thanks

Seshu

3 REPLIES 3

Former Member
0 Kudos

Hello Stephen,

WE19 is for testing for Inbound IDOC..

If you want to test Outbound IDOC ,you need to create delivery or change the delivery in VL01N or VL02N Transaction.

Here you need to give correct output type like Delivery transaction output would be LD00 -> you can find out Delivery Output type in NACE Transaction.

GOTO NACE -> select V2 Application -> Click on output type -> here you are able to see all output types

if you don't find output type then contact Functional guy.

once you create delivery it will create IDOC ,you can IDOC Status in WE02 Transaction.

if you want to debug IDOC then follow below Steps :

goto delivery transaction -> when you create delivery ,please modify output type -> extras -> header -> output type

here see the further data -> select peridocally scheduling.

now come to RSNAST00 Program

enter delivery number as object number

Application -> V2

Output type -> enter delivery output type

Medium - A (ALE) ,6(EDI)

Now you are able to work on debugging

Thanks

Seshu

0 Kudos

Thanks Seshu, Worked a treat!

10 Points awarded.

0 Kudos

Hi Stephen,

How you resolved this?

Regrads,

Varun