cancel
Showing results for 
Search instead for 
Did you mean: 

F4 drop down button in Web Dynpro application

Former Member
0 Kudos

Hi All,

I just started learning Web Dypro application, and I created one for displaying the invoice details when the user enters the document number and Fiscal Year using BAPI "BAPI_INCOMINGINVOICE_GETDETAIL" and it's running fine. But at the selection screen where user enters the invoice number i need to add F4 functionality, so while entering the invoice number user can just clicl on that button and it should behave like a F4 help.

Can you please help me in this.

Thanks,

Rajat

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Data dictionary search helps are reusable in Web Dynpro ABAP. Just use a data element for the context attribute that has a connection to the Search Help you want and the framework will automatically use it. You can also force a particluar DDic search help in the context attribute properites.

Former Member
0 Kudos

Hi Rich,

Thanks for the help, can you please elaborate a little more.

Former Member
0 Kudos

Hi,

You can use the dictionary search help in WDA. Also you can develop a freely programmable input help or a Object Value selector (OVS). Refer my articles below -

http://divulgesap.com/blog.php?p=NzA=

http://divulgesap.com/blog.php?p=NjQ=

Regards,

Lak

former_member186491
Contributor
0 Kudos

Hi Rajatg,

You can check following links --

[http://help.sap.com/saphelp_nwce711/helpdata/en/47/f8738ffdb84aa8e10000000a421937/frameset.htm]

[http://help.sap.com/saphelp_nw70/helpdata/EN/47/9ef8c99b5e3c5ce10000000a421937/content.htm]

Thanks.

Kumar Saurav.

Former Member
0 Kudos

Hi Thomas,

Thanks for the reply... can u please elaborate a little more.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

What exactly would you like me to elaborate on? Are you familiar with Data Dictionary Search Helps? These aren't new or Web Dynpro ABAP specific techniques.

Have you reviewed the online help for the subject?:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/9f724642314aabe10000000a42189b/frameset.htm

Answers (1)

Answers (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Moved to correct forum.

Application Server -> Web Dynpro ABAP

Regards,

Rich Heilman