2008 May 08 7:12 AM
I have created a new search help. but that is not returning any value. Kindly suggest which FM should be used for this
Thanks,
Nabanita
I have created a new search help. but that is not returning any value. Kindly suggest which FM should be used for this
Thanks,
Nabanita
2008 May 08 7:15 AM
Hi Nabanita,
Can you please specify where exactly u need to attach this search help.
Regards,
Rahul
2008 May 08 7:29 AM
Hi Rahul,
The scenario is like this:
I am creating one customer search help for t-code XD03.
I have created one view using my own fields.
I copied the DEBIS (Serach Help) to Z_DEBIS and added my own fields to the to the search field Like Sales district.
And i have added my search help( Z_DEBIS) in ASH_DEBI collective search help.
I am getting new tab.I entered some value in Sales district then it is displaying contents in F4 Help.When i selecting that value the value is not populating into the customer field.
Thanks,
Nabanita.
2008 May 08 7:43 AM
Hi Nabanita,
Can you check the import export checks for the fields of your search help.
the customer field of your search help should be importing parameter.
there will be a checkbox against each field you need to check that for customer field in your search help.
Regards,
Rahul.
2008 May 08 7:15 AM
Hi,
Check the Search Help:
WRF_PPW_PPDNRand Search help Exit:
F4IF_SHLP_EXIT_EXAMPLERegards
Kannaiah
2008 May 08 7:22 AM
Try this ,
On SAP menu under HELP --> SETTINGS
Go to F4 help tab , change from control to Dialog
or vice versa (you can use the chaneg button to change them).
There are some OSS notes about this OCX control issues, i
only wish this will work.
Regards
Kiran Sure
2008 May 08 7:35 AM
2008 May 08 7:53 AM
Hi Nabanita,
U can take the reference of DEBIS.
If u r unable to do in this way.
U can go for
at selection-screen on value-request for p_matkl." (or s_kunnr-low).
select kunnr name1 from kna1 into table i_kna1.
DATA: t_return1 LIKE ddshretval OCCURS 0 WITH HEADER LINE.
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
EXPORTING
retfield = 'KUNNR'
value_org = 'S'
TABLES
value_tab = i_KNA1
return_tab = t_return1.
p_kunnr = t_return1-fieldval. "s_kunnr-low = t_return1-fieldval.
Reward pts if it is helpfull.
Regards
Srimanta
2008 May 08 8:17 AM
Hi Srimanta,
Shl i make a copy of standard FM "F4IF_INT_TABLE_VALUE_REQUEST" and go ahead?
2008 May 08 8:24 AM
hi check my weblog on search help exit...@ https://wiki.sdn.sap.com/wiki/x/du0
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |