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

How to run module pool program

Karan_Chopra_
Active Participant
0 Likes
1,113

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??

7 REPLIES 7
Read only

Former Member
0 Likes
823

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

Read only

Former Member
0 Likes
823

may be u'r prog. not properly activated.

sameer

Read only

Karan_Chopra_
Active Participant
0 Likes
823

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 ....

Read only

0 Likes
823

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>

Read only

Karan_Chopra_
Active Participant
0 Likes
823

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

Read only

0 Likes
823

Plz check whether that screen along with all the includes are active .

Read only

Former Member
0 Likes
823

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