cancel
Showing results for 
Search instead for 
Did you mean: 

Custom field to be added in the output of IK17 report

Former Member
0 Kudos

Hi All,

We have introduced a new custom field in the transaction IK11, IK12 and IK13; the development for which is over. Now we need to have this custom field in the output of the report IK17. Is it possible to do this? If yes could you please give the details; as to how to get this done.

Appreciate your help.

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

We were able to get the field in the report by using a layout.

Thanks for the help

Former Member
0 Kudos

Berlina,

If the custom fields were added to IMRG table then add the same fields to structure "RIHIMRG" as well (Since this is used by the report) for List display. This should do the trick.

If the custom fields were added to custom table and not to IMRG table, then you would have to copy and modify this report to read from custom table as well, or enhance the existing report.

Regards

Narasimhan

peter_atkin
Active Contributor
0 Kudos

Berlina

How did you add these new fields?

PeteA

Former Member
0 Kudos

Hi Pete,

A user exit was used to get a pop up when the measuring document is saved.

peter_atkin
Active Contributor
0 Kudos

Do you know which user-exit, and which table these fields were appended to?

PeteA

Former Member
0 Kudos

Hi Pete,

There are two exits that were used.

A user exit IMRC0001 (MeasPoint/MeasDoc: Exit before update (after COMMIT WORK) / FM: EXIT_SAPLIMR0_001) for the transaction IK11 to enter the value for the custom field. When the measuring document is saved a pop up appears wherein the value for the custom field can be entered.

A menu exit IMRC0003 (MeasDoc: Menu exit for customer-specific function / FM: EXIT_SAPLIMR0_003) for the transaction IK12 in order to change the custom field.