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 add new customise field in standard SAP ME28 Report?

Former Member
0 Kudos

Hi Anybody,

How to add new customise field inside Standard SAP Screen report ME28?.

Anybody, Please tell me how to do?.

Thanks,

Regards,

S.Muthu.

3 REPLIES 3

Former Member
0 Kudos

Hi,

For many transactons in SAP you have field exits. If you haven't checked them yet, then try to find the Field Exits in the same manner you search for User Exits.

If you don't find any field exit, then try to create the field on any of the Custom subscreens available.

Let me know if you need more info.

Thanks,

Anil

0 Kudos

Hi Anil,

Thanks for reply. I want add new column inside ME28(PO Approval Screen) SAP Screen report.

Ex: Create customize field for "Last PO Price Column" add into ME28 SAP screen.

is there any Screen exit or Enhancement?

Please tell me how to do?

Thanks

Regards,

S.Muthu.

0 Kudos

Hi Subramaniyam,

You can find enhancement in me28 by following steps and then apply your logic in include of this enhancement.

cmod>Give a project name>in enhancement column give the package name ME >f4>in package write ME-->ENTER>It will show you all enhancements available in me28> find which ever suits your requirement>save > click on components> from there you can make changes in include program.to add that particular field.