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 Fields to the existing Screen

Former Member
0 Likes
404

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
354

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.

3 REPLIES 3
Read only

Former Member
0 Likes
354

You can add fields using SE51. But for std SAP programs you will need a registration key.

-Cheers

Read only

0 Likes
354

For SAP standard program find a Screen Exit. Don't register Objects for Modification on OSS. Not recommended at all.

A

Read only

Former Member
0 Likes
355

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.