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

Adding new fields to existing IDOC

Former Member
0 Likes
573

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

3 REPLIES 3
Read only

aris_hidalgo
Contributor
0 Likes
511

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.

Read only

0 Likes
511

Thanks for reply.

Read only

0 Likes
511

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