‎2007 Dec 19 3:58 PM
Hi All,
I need to add three fileds to the existing screen. Already existing code is in Module Pool.
Will you please let me know how to add the three fields to existing screen? If you have any
related code, kindly send.
Thanks in Advance,
Ramana
‎2007 Dec 19 10:18 PM
Hi KCR,
Finding a screen exit and implementing it would be the best method for adding fields to the existing field.
The procedure to implement a Screen Exit is given in the link below:
http://wiki.ittoolbox.com/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction
Best Regards,
Rajesh.
Please rewards points if found helpful.
‎2007 Dec 19 4:06 PM
You can add fields using SE51. But for std SAP programs you will need a registration key.
-Cheers
‎2007 Dec 19 4:09 PM
For SAP standard program find a Screen Exit. Don't register Objects for Modification on OSS. Not recommended at all.
A
‎2007 Dec 19 10:18 PM
Hi KCR,
Finding a screen exit and implementing it would be the best method for adding fields to the existing field.
The procedure to implement a Screen Exit is given in the link below:
http://wiki.ittoolbox.com/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction
Best Regards,
Rajesh.
Please rewards points if found helpful.