on 2009 Jul 20 11:47 AM
Hi Folks,
I have a requirement to expose RFC as web service. I have a question pertaining to F4 help on web interface:
Can we provide an F4 help to the web service interface parameters. For e.g. I attached some fixed values such as employee group F( Full Time)/ T( Part time) to a field.
Cant I get these values for employee group field on web service interface so that user can select either of these values.
I would really appreciate your response.
Best regards,
Amit
Request clarification before answering.
kindly ask SAP to implement enumerations ([see this for example|http://www.cafeconleche.org/slides/xmlonelondon2001/schemas/38.html]).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think this is not possible. WSDL while generation it will be converted to types which can be understandable by all languages. So, this information will not be part of WSDL as such.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
F4 value help is not possible for webservice directly. You can do it 2 way:
- Create another service for extracting value help from backend.
- Create set of permissible entries which can prevent user to enter any other value while calling service, but it will be more like to validation rather value help.
Consuming application (like VC, WebDynpro) can design value help by using other value help service but not possible plain webservice definition.
Regards,
Gourav
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
29 | |
8 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.