‎2006 Jul 20 1:55 PM
Hi Everyone ,
I had created a LSMW project which generates Idocs to load Documents(PLM-DRAW).
At the Step , Idoc Processing , the result gives me around 200 records with a specific error. To correct this error , I need to get the Document Number field's data from all the idocs who have the status '53'.
Is there anyway : If I have the IDOC numbers of the error idocs , Can I read the data record for that specific idoc which is already been generated . EDIDC and EDIDS are tables and have data but EDIDD is a structure ....??
‎2006 Jul 20 2:09 PM
You can !!
Transaction WE05.
On the tree mark required idocs group.
Then Shift+F1 fill the segment name in with you have required data.
That's all
p.s PLS reward helpful answers
Message was edited by: Jacek Slowikowski
Message was edited by: Jacek Slowikowski
‎2006 Jul 20 2:09 PM
You can !!
Transaction WE05.
On the tree mark required idocs group.
Then Shift+F1 fill the segment name in with you have required data.
That's all
p.s PLS reward helpful answers
Message was edited by: Jacek Slowikowski
Message was edited by: Jacek Slowikowski
‎2006 Jul 20 2:17 PM
Hi Jack ,
Thanks for the reply . I am not looking for standard SAP Programs , I want to know if we can do it programmaticaly as i need to pick some value and prepare a list to be passed on to someone . If I do this way . I would have to go to each idoc and get the value .
‎2006 Jul 20 2:20 PM
you dont have to do it idoc by idoc.
YOu will get a list of segments for idocs with status 53.
it is in the same order as basic view (idocs ) in that transaction so you export both to excel and concatenate :).
(we do that in this way).
I've never a requiremetn to do it in abap.
BR, JAcek
‎2006 Jul 20 2:13 PM
Go to WE09.
Enter the Basic type
Enter the search criteria in the fields
Search in Segment
Search in Field
for Value
-Kiran
‎2006 Jul 20 2:19 PM
‎2006 Jul 20 2:56 PM
Hi,
Check the table EDID4 ,segments data is stored in the field SDATA ,link this table with EDIDS with STATUS field value equal to '53'.
Regards
Appana
‎2006 Jul 20 3:06 PM
Hi Evryone ,
Jack ...it was gr8 ( i never knew about this) ...thanks...it worked
Matt, Thanks to you too ...that was wat i was exactly looking for ...:)
thnx to everyone ...I m assigning the points and closing the thread .