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

regarding alv

Former Member
0 Likes
451

Hi All,

Can any one explain me how to define search help in Module pool programming with out using POV Request.

Thanks in advance,

Regards,

Ramana Prasad.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
435

make use of this FM

F4IF_FIELD_VALUE_REQUEST

and see the docuementation of it.

Regards

Peram

Hi All,

Can any one explain me how to define search help in Module pool programming with out using POV Request.

Thanks in advance,

Regards,

Ramana Prasad.

2 REPLIES 2
Read only

varma_narayana
Active Contributor
0 Likes
435

Hi.

There are 2 other ways to Generate F4 help without using POV.

1. Open the Attributes of the field in Screen Painter

You can assign the Search Help here.

Note:You have to create a search help in DDIC if it is not existing

2. Use this statement in PAI

FIELD MARC-WERKS

SELECT * FROM T001W

WHERE WERKS = MARC-WERKS

IF NOT FOUND raising error MESSAGE 100.

"Message ID must be entered in Program statement

Note: in Above syntax there may be some slight errors . See F1 HELP Of Field statement.

<b>Reward if Helpful</b>

Read only

Former Member
0 Likes
436

make use of this FM

F4IF_FIELD_VALUE_REQUEST

and see the docuementation of it.

Regards

Peram