‎2007 Jul 24 6:46 AM
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
‎2007 Jul 24 6:49 AM
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
‎2007 Jul 24 6:58 AM
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
‎2007 Jul 24 7:03 AM
u need to goto transaction SMOD to search the corresponding exit.
that screen must be a part of a TCODE. find out that first
‎2007 Jul 24 7:29 AM
ok there is a tcode reflecting as pp01 so then how to find guide me
‎2007 Jul 24 6:51 AM
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