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

Function Module

Former Member
0 Likes
395

Hi

i need a function module to take 2 input parameters using POP UP and display results based on the result.

Help me please.

praveen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
365

Hi Praveen,

You need to create a FM for this. Goto SE80 and create a Function Group.

Then goto SE37 and create a Function Module. It will ask for a Function Group. Give the name which you have created. In the Import parameters specify the names.

In the Export parameter specify the result field name.

Do the processing in the FM.

Best regards,

Prashant

Pls. mark points for helpful answers

3 REPLIES 3
Read only

Former Member
0 Likes
365

Hi,

Try with the search pattern POPUP* in SE37 transaction and press F4, you will get list of function modules,

Rgds,

Read only

0 Likes
365

hi,

use : POPUP_TO_SHOW_DB_DATA_IN_TABLE

-> create 2 fields (e.g. bseg-sgtxt) in table fields and 2 in table valuetab

A.

Message was edited by: Andreas Mann

Read only

Former Member
0 Likes
366

Hi Praveen,

You need to create a FM for this. Goto SE80 and create a Function Group.

Then goto SE37 and create a Function Module. It will ask for a Function Group. Give the name which you have created. In the Import parameters specify the names.

In the Export parameter specify the result field name.

Do the processing in the FM.

Best regards,

Prashant

Pls. mark points for helpful answers