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

search help

Former Member
0 Likes
892

Hi,

pls tell me the search help for following:-

1.Document Type(BLART)

2. Currency(WAERS)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
776

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

7 REPLIES 7
Read only

Former Member
0 Likes
777

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

Read only

peter_ruiz2
Active Contributor
0 Likes
776

hi,

use FM FMRE_BLART_INPUT_HELP for BLART

use FM HR_F4IF_SHLP_EXIT_WAERS for WAERS

regards,

Peter

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
776

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

Read only

Former Member
0 Likes
776

Thank you very much.

Read only

Former Member
0 Likes
776

Better if you create F4 help using table T003.

rgds

Rajesh

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
776

Hello Rajesh,

Can you plz explain how's its "BETTER" ?

BR,

Suhas

Read only

RaymondGiuseppi
Active Contributor
0 Likes
776

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