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

re: selection-screen

Former Member
0 Likes
449

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

3 REPLIES 3
Read only

Former Member
0 Likes
430

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.

Read only

Former Member
0 Likes
430

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.

Read only

Former Member
0 Likes
430

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