2008 Sep 26 6:20 AM
Hi,
Iam new to IDOC.I got one object that is already developed(Cutomized).This report(Idoc) is not showing some fields in the output.My requirement is to add new fields in the output.Kinldy tell me the procedure how to add these fields.
Thanks & Regards,
Sujan
Hi,
Iam new to IDOC.I got one object that is already developed(Cutomized).This report(Idoc) is not showing some fields in the output.My requirement is to add new fields in the output.Kinldy tell me the procedure how to add these fields.
Thanks & Regards,
Sujan
2008 Sep 26 6:39 AM
Hi,
The first that you want to do is to know the Idoc type(WE30) and from there you can know the segments(WE31) under it. The you can add the new fields in the segments of that IDoc. Also, you need to get the calling FM of that IDoc so you can do your select statements to fetch the necessary data for your new fields.
2008 Sep 26 8:46 AM
2008 Sep 26 9:00 AM
Hi,
1. go to WE30 and unlock (goto->cancel release) the IDocType first.
2. go through the needed segments with double click and goto segmenteditor (or WE31).
3. cancel release of the segment, too.
4. make nessesary changes to the segment by adding new fields.
5. save and set all releases again.
Go to WE57 or WE20 to find out your FM.
Go to CMOD and search - if used - the needed EXIT.
Regards,
Gordon