‎2007 Aug 17 10:32 AM
i had a module pool program and made some changes in it but wen executed it through transaction code the old one is shown not the updated ....
where is the problem??
‎2007 Aug 17 10:37 AM
Hi Karan
have u activate ur main program in se 80 in the left of u r window by selecting u r program top one and right click and avtivate....
reward points to all helpful answers
kiran.M
‎2007 Aug 17 10:37 AM
‎2007 Aug 17 10:46 AM
i activated it still not gettin
if i hav to show some input field on screen
then after declaring it as
DATA: s_1000_matnr LIKE mara-matnr,
what else i need to do ....
‎2007 Aug 17 10:52 AM
Hi.
If u have activated the Program then Run the Transaction Code Again..
Then only u can see the Changes.
<b>Reward if Helpful</b>
‎2007 Aug 17 10:56 AM
i want a field on my screen in module pool to enter some thing
i hav one program just have to ad dit
guys can u tell the exact procedure
‎2007 Aug 17 11:36 AM
Plz check whether that screen along with all the includes are active .
‎2007 Aug 17 11:49 AM
yes u'r correct in declaration
1) first declare u'r input field inf in Report .
DATA: s_1000_matnr LIKE mara-matnr.
2)in se51 clickd LAYOUT button, there are three buttons on right corner of aplication tool bar click middle one it is (GET DATA FROM PROGRAM).
3)FOR OUTPUT FIELDS same procedure click middle one it is (GET DATA FROM PROGRAM) type u'r intercal table name select fields form u'r internal table and drop them on u'r screeen .
4) create Tcod thru se93.
NOTE : Report and screen program name should be same
reward with points if helpful