‎2008 May 02 11:49 AM
‎2008 May 02 11:53 AM
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
‎2008 May 02 11:52 AM
Hi,u want to initialize values in selection screen ? right? if yes then the sam INITIALIZATION event can be used to initialize the data
‎2008 May 02 11:54 AM
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.
‎2008 May 02 11:53 AM
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
‎2008 May 02 12:01 PM
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
‎2008 May 02 12:02 PM
Ya..
you could create the module STATUS_100. and
say
VBAK-VBELN = '1234'.
santhosh
‎2008 May 02 12:05 PM
‎2008 May 02 12:13 PM
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.
‎2008 May 02 11:56 AM