2007 Aug 16 9:07 AM
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.
2007 Aug 16 9:33 AM
make use of this FM
F4IF_FIELD_VALUE_REQUEST
and see the docuementation of it.
Regards
Peram
2007 Aug 16 9:19 AM
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>
2007 Aug 16 9:33 AM
make use of this FM
F4IF_FIELD_VALUE_REQUEST
and see the docuementation of it.
Regards
Peram