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

module pool

Former Member
0 Likes
782

Hello friends

please tel me how to call function keys in module pool

6 REPLIES 6
Read only

Former Member
0 Likes
756

HI,

In module pool the function keys can be called in PAI,

'Module |At User-Command' since you need to process data or say you need to call diffferent screens according to the function keys.

Hope this helps.

Thanks,

Rashmi

Read only

0 Likes
756

Thanks rashmi

tu sangitlya pramane me try karto...

points det aahe me tula full...

thanks

rohan

Read only

0 Likes
756

language you using is not allowed here.

please stop.

Read only

0 Likes
756

My Hindi is a bit rusty... but I am going to take a shot at translating this because I would not like to lock a thread for an incorrect reason...

>

> tu sangitlya pramane me try karto...

> points det aahe me tula full...

=

>The doubtfull monkey has gone shopping...

>Points given for pain and sufferring...

However, please take note that English is the lowest common denominator language here at SDN, so please use English!

Imagine if the whole site were in Zulu? You probably wouldn't be able to search for the answer to your question....

Cheers,

Julius

Read only

0 Likes
756

Second attempt: One of my colleagues tells me that this is Marathi, written in what he calls "Hinglish"...

>

> tu sangitlya pramane me try karto...

> points det aahe me tula full...

=

>Try to do what you told me...

>I will give you full credit... <= against the rules!

Thread locked.

Read only

Former Member
0 Likes
756

Hi Rohan,

In the ABAP Dynpro , you will have multiple Screen Elements. Among them, you can assign some Function Codes to Screen Elements like Pushbutton, Dropdown, etc.

So once these screen elements are triggered, you can capture the Function code generated by the elements. You can then process these User Commands in a module in the PAI ( Process After Input ) Event.

For a complete feel of the scenario, browse this link:

http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbab0235c111d1829f0000e829fbfe/frameset.htm

For complete DEMO Codes, have a look at these:

Search ABAP Editor with DEMO_DYNPRO. You will get a complete list of Screen Examples.

Thanks,

Samantak.