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: 

How to look for a particular field in the segments of IDOC ?

Former Member
0 Kudos

Hi,

I am looking at a particular IDOC which I will use to do data trasfer from lgacy to R/3 using BAPI in LSMW. Now I know a field which is required to create a given business transaction when igrating data. But there are 100's of segments on the IDOC.

Is there a way I can see if the given field is present in any of the IDOC segment ? I don't want to dig though each and everys egment and find it out...

Regards,

Rajesh

7 REPLIES 7

Former Member
0 Kudos

Try using WE09..There you have the option of searching by the idoc data..CHeck in the bottom of the selection screen

Thanks,

Naren

Message was edited by: Narendran Muthukumaran

0 Kudos

WE09 can be used, as Naren stated, if you are looking for posted IDocs with specific values in segment fields. If you want to know the fields within a segment, you can query DD03L with TABNAME equal to the segment name.

0 Kudos

hi

In transaction WE09 YOU HAVE OF SEARCHING DATA RECORDS BASED ON SEGMENT .

TRADITIONAL WAY IS TO SEARCH EACH AND EVERYSEGMENT IN WE02.

THANKS

VENKI

0 Kudos

Hi,

But for that we need the IDOC number, since it is for the search of data in the IDOC number. I just want to see if given data element is present in Basic IDOC type....

0 Kudos

What do you mean bu querying DD03L ?

0 Kudos

You can use transaction WE60. If you open all the subtrees and then use the binoculars, you should be able to find what you are looking for.

0 Kudos

Use SE16 on table DD03L to look for fields. The data element, if there is one, is in ROLLNAME.