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 New fields in Standard Tcodes

Former Member
0 Likes
5,039

Hi Gurus,

How to add new fields in standard transactions ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,631

use exits

Hi Gurus,

How to add new fields in standard transactions ?

5 REPLIES 5
Read only

Former Member
0 Likes
2,632

use exits

Read only

Former Member
0 Likes
2,631

By using Enhancements or Customer_Exit's.

T-codes: SMOD & CMOD. before that add a field by including structure which is defined with required fields to be added in that application. To include use .INCLUDE or .APPEND mode of inserting structure in a table belongs to that Screen which is exist in that application.

Regards,

Bala.

Edited by: BBR on Dec 2, 2008 4:48 PM

Edited by: BBR on Dec 2, 2008 4:49 PM

Read only

Former Member
0 Likes
2,631

Hi

Find screen exits fot that.

Search for screen exits provided by SAP.

ranga

Read only

Former Member
0 Likes
2,631

Hi,

Check this link

Regards

Read only

Former Member
0 Likes
2,631

Hi,

In order to add some fields on standard screen we need to have to look for a screen exit.

With the help of screen exits we can create a new subscreen where in we add new fields.

thanks.