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

data in idocs

Former Member
0 Likes
1,140

when i have to verify the data in idocs ,every time i am going to we02 and clicking on each idoc individually and verifying the data in it

but in my case there are 1000s of idocs

is there any simpler way to filter the idocs by the data in it

on a given date.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,032

u can check it by date wise along with time of creation. it may short your criteria.also u can check it as many no u want in the select-option field in transation we05 or we02 by providing the idoc nos.

Edited by: tapan samanta on Jun 11, 2008 8:33 AM

when i have to verify the data in idocs ,every time i am going to we02 and clicking on each idoc individually and verifying the data in it

but in my case there are 1000s of idocs

is there any simpler way to filter the idocs by the data in it

on a given date.

7 REPLIES 7
Read only

Former Member
0 Likes
1,032

Hi,

U can execute date wise and Idoc number wise u can execute 1000 Idocs at a time.

Narasimha

Read only

Former Member
0 Likes
1,032

Hi,

use WE09 tcode for searching Idocs based on some field in a seg. So in ur case also if u want to list idocs based on some Creation date (eg order creation date) use this TCODe

Reward Points if useful.

Raj

Read only

0 Likes
1,032

i dont have acess to we09

is there any other way to find out before i get the acess

Read only

Former Member
0 Likes
1,032

Hi,

You can also try BD87. You can search based on business object using this tcode. For example if it is for sales order creation, if you know the sales order numbers you can use this tcode.

Thanks and Regards,

Lakshmi.

Read only

Former Member
0 Likes
1,033

u can check it by date wise along with time of creation. it may short your criteria.also u can check it as many no u want in the select-option field in transation we05 or we02 by providing the idoc nos.

Edited by: tapan samanta on Jun 11, 2008 8:33 AM

Read only

0 Likes
1,032

in a one hour i have some hundresds of idocs triggered

it would not be possible through we02 or we05

and how can i know the idoc numbers when i want to filter them based on the data in the idocs?

Read only

0 Likes
1,032

Hi,

Try to check in table EDIDD based on the data. Get the IDOC numbers and execute them in WE02 or WE05.

Unfortunately EDIDD does not have IDOC creation date and time. May be you have to query again EDIDC with the resultant IDOC numbers from EDIDD and restrict them to date and time.

You can write a simple program to do this.

Thanks and Regards,

Lakshmi.

Edited by: Santhanalakshmi V on Jun 11, 2008 12:11 PM