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 a new Input field in T-Code IW51

Former Member
0 Likes
753

Hai Friends,

I want to add a input field date in IW51 Transaction. In the initial screen (IW51), i will enter the Notification type and press enter.

In the next screen, under "General" tab next to "Repoted By" field i want to all a new input field for "Date". how can i do this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
545

The layout of notification screens can be changed via customizing (e.g. access via transaction SM30 for view V_TQSCR). Adding a new field next to other existing standard fields is in my opinion not possible, but you can definitely add your own custom (sub)screens.

Check out enhancements QQMA0001 (subscreen for notification header), QQMA0008 (subscreen for additional data), etc. Those should point you in the right direction.

Hope this helps, harald

1 REPLY 1
Read only

Former Member
0 Likes
546

The layout of notification screens can be changed via customizing (e.g. access via transaction SM30 for view V_TQSCR). Adding a new field next to other existing standard fields is in my opinion not possible, but you can definitely add your own custom (sub)screens.

Check out enhancements QQMA0001 (subscreen for notification header), QQMA0008 (subscreen for additional data), etc. Those should point you in the right direction.

Hope this helps, harald