‎2006 Oct 04 11:12 AM
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
‎2006 Oct 04 11:16 AM
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
‎2006 Oct 04 11:16 AM
Hi,
Try with the search pattern POPUP* in SE37 transaction and press F4, you will get list of function modules,
Rgds,
‎2006 Oct 04 11:27 AM
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
‎2006 Oct 04 11:16 AM
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