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

module pool

Former Member
0 Likes
941

Hi,

how to initialise the values in module pool program.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
922

Hi,

You have to initialize a screen elements in module pool in the PBO of the screen. create a module under the process before output event in the source code and you can initilize the screen UI elements there.

santhosh

8 REPLIES 8
Read only

Former Member
0 Likes
922

Hi,u want to initialize values in selection screen ? right? if yes then the sam INITIALIZATION event can be used to initialize the data

Read only

0 Likes
922

Hi,

when i execute the transaction i will be getting the screen first , in that we have some fields by default i shd see the value into that field.

Read only

Former Member
0 Likes
926

Hi,

You have to initialize a screen elements in module pool in the PBO of the screen. create a module under the process before output event in the source code and you can initilize the screen UI elements there.

santhosh

Read only

0 Likes
922

Hi,

let one screen field is vbak-vbeln so i want to initialise one value i.e 7580.

means i shd write a code in

status_1000(screen number)

in that how to initialise the value

Read only

0 Likes
922

Ya..

you could create the module STATUS_100. and

say

VBAK-VBELN = '1234'.

santhosh

Read only

0 Likes
922

are u sure about this santosh.

Read only

0 Likes
922

hi santosh,

i have one more doubt,

by using table controls we can update the data , i have sales item data i.e vbap data is there in my table control so i want to update the table control data. how to do this,

where i shd write the logic .

in which event i shd write logic.

Thanks in advance.

Satish.

Read only

Former Member
0 Likes
922

hi,

what do u mean by inisialize?