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

Help Documentation

Former Member
0 Likes
534

Hi There,

Is it possible to provide help to the user on items on the selection screen if the variable for this item is not attached to any data element??

Thanks for your help,

Regards,

Colm

4 REPLIES 4
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
508

Hi Gavin,

Try with the belwo FM:

DYN_FIELD_F1_HELP

DOCU_GET_FOR_F1HELP

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
508

Hi,

For F1 help,

at selection-screen on help-request.

For F4 help,

at selection-screen on value-request.

Design a screen.In the screen,just put a label so that it gives information about the selection screen element.Use it for f1 help by calling the screen.

For F4 help,use fm f4_int*request.

Read only

Former Member
0 Likes
508

Pls use

at selection-screen on help request.

try this thread.

santhosh

Read only

Former Member
0 Likes
508

AT SELECTION-SCREEN ON HELP-REQUEST FOR P_APP.

CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT_LO'

EXPORTING

TITEL = TEXT-033

TEXTLINE1 = TEXT-034

TEXTLINE2 = TEXT-035

  • TEXTLINE3 = TEXT-036

START_COLUMN = 10

START_ROW = 10.