‎2008 Aug 08 11:11 AM
Hi,
pls tell me the search help for following:-
1.Document Type(BLART)
2. Currency(WAERS)
‎2008 Aug 08 11:16 AM
there is a Value table T003 for the field BLART.
make use of it to get the search help .
(same for WAERS=> Value table TCURC)
Edited by: mrugesh phatak on Aug 8, 2008 12:17 PM
‎2008 Aug 08 11:16 AM
there is a Value table T003 for the field BLART.
make use of it to get the search help .
(same for WAERS=> Value table TCURC)
Edited by: mrugesh phatak on Aug 8, 2008 12:17 PM
‎2008 Aug 08 11:19 AM
hi,
use FM FMRE_BLART_INPUT_HELP for BLART
use FM HR_F4IF_SHLP_EXIT_WAERS for WAERS
regards,
Peter
‎2008 Aug 08 11:21 AM
Hello,
BLART --> CSH_T003 (MATCHCODE OBJECT)
P_BLART TYPE BLART MATCHCODE OBJECT CSH_T003.
For WAERS --> Define the selection-screen element as
P_WAERS LIKE TCURC-WAERS.
BR,
Suhas
Edited by: Suhas Saha on Aug 8, 2008 12:21 PM
‎2010 Jun 22 5:50 PM
‎2008 Aug 08 11:53 AM
‎2008 Aug 08 12:01 PM
‎2008 Aug 08 12:13 PM
Both fields are associated to domains that have a value table (T003, TCURC) you should not need to define any search help if the link is established with the dictionary.
- In Selection screen define those using a LIKE or TYPE (T003-BLART TCURC-WAERS or any one)
- Just check the Dictionnary box in module dynpro
Regards