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

F4 help using types statement

Former Member
0 Likes
702

Hello Everyone,

Comes across some interesting thing.

If i declare my paramater as:

<b>PARAMETERS: p_vbeln TYPE vbeln_vl OBLIGATORY.</b>

Here, F4 help does not comes by default.

If i declare my parameter as:

<b>PARAMETERS: p_vbeln like likp-vbeln OBLIGATORY.</b>

F4 help comes automatically.

The data element VBELN_VL does not have search help assigned in SAP version 4.6C and 5.0

Anyone know why system behaves like this way.

SAP tells to go with types than like.

So, how we get F4 help with types without triggering event At selection screen on value request for <field-name> and without using FM "F4IF_INT_TABLE_VALUE_REQUEST".

Regards,

Tarun

5 REPLIES 5
Read only

Former Member
0 Likes
640

reason may be the search help is assigned to the table field and not the dataelement

Read only

Former Member
0 Likes
640

Hi,

If you are using TYPE you can use TYPE LIKP-VBELN.

parameters: p_bukrs type likp-vbeln.

Thanks,

Naren

Read only

Former Member
0 Likes
640

IN THIS CASE THE SEARCH HELP IS ASSOCIATED WITH THE CORRESPONDING CHECK TABLE VBUK.

Use vbeln type VBELN FOR SEARCH HELP.

Read only

0 Likes
640

USE VBUK-VBELN as this is the search help check table for this field.

Read only

Former Member
0 Likes
640

Search help is associated at Data element/Domain level