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

BDC for WE02

Former Member
0 Likes
889

I have to display the idocs from a report using WE02.

For that i am using BDC.

It's working fine when single Idoc is displayed. But when mulitple idocs are selected, Idocs are not displayed. Actually, I am not even able to record the transaction when multiple idocs are selected in input. Recording finishes automatically when transaction is executed with multiple Idocs.

Please suggest a relevant solution.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
821

...I guess a submit to the WE02 program RSEIDOC2 will solve your problem !


submit RSEIDOC2 and return
    with DOCNUM in s_docnum.

I have to display the idocs from a report using WE02.

For that i am using BDC.

It's working fine when single Idoc is displayed. But when mulitple idocs are selected, Idocs are not displayed. Actually, I am not even able to record the transaction when multiple idocs are selected in input. Recording finishes automatically when transaction is executed with multiple Idocs.

Please suggest a relevant solution.

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
822

...I guess a submit to the WE02 program RSEIDOC2 will solve your problem !


submit RSEIDOC2 and return
    with DOCNUM in s_docnum.

Read only

0 Likes
821

Hi Erik,

You have hit the bullseye.

It works.

Thanks a lot!!!

Read only

Former Member
0 Likes
821

Hi,

Go to transaction WE02, system>status>program(RSEIDOC2).

Use this program.

Regards,

Jyothi CH.

Edited by: Jyothi Chinnabathuni on Mar 12, 2009 4:30 PM

Read only

Former Member
0 Likes
821

Check this program RSEIDOC2 for WE02 Tcode.

Regards,

Joan