‎2007 Aug 28 10:37 AM
hai friends
in selection-screen if i give a input of vbeln for that corresponding
fields value should be placed in that selection-screen.
for this how can i create search-help.
thanks
by
rahul
‎2007 Aug 28 10:44 AM
Hi Rahul,
In the selection screen define the variable of type vba-vbeln.
automatically serach help will be provided.
For example:
parameters:
p_vbeln type vbak-vbeln.
regards,
Navneeth K.
‎2007 Aug 28 10:48 AM
hi,
If u declare the variable with type of the database then automatically the database value help is given.
p_vbeln type vbak-vbeln.
OR.
so_vbeln for vbak-vbeln.
‎2007 Aug 28 10:49 AM
Hello,
For F4 help u need to declare that field using the data element and table name.
eg:
<b>data : p_vbeln type vbuk-vbeln</b>.
Then f4 help will come automatically
Regards,
LIJO