2011 Dec 20 4:30 AM
Hi ,
Please help me to attach custom search help to standard screen field vbkd-empst in VA11.
Thanks,
kumar.
2011 Dec 20 5:20 AM
hi,
Create a Field Exit for the field and attach search help for the same.
1. For creating field exit use the program RSMODPRF.
2. Attch the firld exit to the program and screen.
3. Inside the field exit use your own search help.
thanks
chaitanya
2011 Dec 20 5:20 AM
hi,
Create a Field Exit for the field and attach search help for the same.
1. For creating field exit use the program RSMODPRF.
2. Attch the firld exit to the program and screen.
3. Inside the field exit use your own search help.
thanks
chaitanya
2011 Dec 20 5:23 AM
Hi,
If you attach search help to standard table is not possible as it requires access key.
you can attach to standard screen by creating field exit.
Create a Field Exit for the field and attach search help for the same.
---> For creating field exit use the program RSMODPRF.
For documentation go through below link
http://help.sap.com/saphelp_40b/helpdata/en/c8/19765b43b111d1896f0000e8322d00/content.htm
---> Attch the firld exit to the program and screen.
---> Inside the field exit use your own search help.
Regards,
Ravi
2011 Dec 20 6:19 AM
Hi Parupelly,
For creating field exit using RSMODPRF it is asking for access key, Can i attach Custom search help to standard screen field with out access key ? .
2011 Dec 20 6:27 AM
2011 Dec 21 7:18 AM
Hi
you can add search help to the standard field, but with an access key.... bcoz you are changing the SAP standard field..
I have an another alternative as well... if you can look at the domain say MATNR.. on the value ranges tab you can see a value table on the bottom... you can use a similar thing where value table will be your ztable and any value entered will be checked in this table.. if we find an entry it proceeds else.. raises and error message..
or
Go for the Screen field Enhancements in the standard program.
or
u can assign the search help to (A) data element level or (B) field table level.
After creating your search help:
A) Run SE11, insert your data element (Eg.,AUFEX), press edit and insert the search help in "Search Help" area on DEFINATION tab;
B) Run SE11, insert your table (Eg.,AUFK), press edit, place the cursor on your field (Eg., AUFEX) and go to GoTo->Search help->for field
But u should consider it'll mean to change a standard object for both cases: so u need to get the access key from your OSS.
Warm Regards
NZAB