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

Search Idocs for data values

Former Member
0 Likes
3,829

How can I search through 100,000+ idocs to find only idocs that meet certain data conditions. So, all idoc with a certain material for example:? Is there anyway to do this in WE02 or We05?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,143

WE09

Edited by: Aditya Vistarakula on Jan 20, 2009 9:50 AM

How can I search through 100,000+ idocs to find only idocs that meet certain data conditions. So, all idoc with a certain material for example:? Is there anyway to do this in WE02 or We05?

5 REPLIES 5
Read only

tushar_shukla
Active Participant
0 Likes
1,143

Use t-code WE09 .

Regards,

Tushar

Read only

Former Member
0 Likes
1,144

WE09

Edited by: Aditya Vistarakula on Jan 20, 2009 9:50 AM

Read only

0 Likes
1,143

We09 is not bad but does not allow me to search for multiple data values ( a range for instance or group of material numbers).

Anything else ?

Read only

tushar_shukla
Active Participant
0 Likes
1,143

Then either you can develop a custom program or seach for a std SAP prog for your message types ; one such SAP prog is "EMFOR" .

OR you can extract your EDID4 records to a local excel file and seach for a particular field using excel techniques.

Tushar

Read only

thomaselsaesser
Product and Topic Expert
Product and Topic Expert
0 Likes
1,143

Hello,

the SAP Application Interface Framework (SAP AIF) can also be used; you can define your own key fields, and a separate index table is being filled automatically. Check http://scn.sap.com/community/aif for more information.

The SAP AIF is an Add-on (suitable for all NetWeaver Releases >= 7.00), it is an additional license, but maybe your company already uses it?

Best regards,

Thomas