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 to existing screen

Former Member
0 Likes
970

Hai

I have a screen MP102600 and the screen number is 20000 , i want to add a new field to the existing screen with a drop down with contains some values .and these fields are also new fields not containg in any tables so please gide me its very urgent

5 REPLIES 5
Read only

Former Member
0 Likes
798

Hi

You have to find a relative Screen exit for that program/Tcode and to use it for adding the new fields and to write the code to populate those fields

And also you need to add these 2 fields in some table of that related transaction and to populate/update.

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

0 Likes
798

hi ,

thanks a lot for the reply , so now how to find out the screen exit name , there is no trasaction code reflecting for that screen name MP102600, guide me

Read only

0 Likes
798

u need to goto transaction SMOD to search the corresponding exit.

that screen must be a part of a TCODE. find out that first

Read only

0 Likes
798

ok there is a tcode reflecting as pp01 so then how to find guide me

Read only

Former Member
0 Likes
798

hi,

u can do that by using the screen exit for that particular program.

u need to search the exit for it and add the fields in the table too

reward points if helpful