Application Development 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: 

POP to enter TEXT and send it through mail

Former Member
0 Kudos

Hello to all Gurus!

I have developed a report for approving some figures for users , while completion of the approval i am sending a mail to a specific user and its going pretty well, now the concern is i want to have a pop up after the approval and in that popup whatever the TEXT i would enter that text should go to the user through mail , so for this i have searched for some FMs but did not get any suitable one.

Please suggest me to resolve this .

Regards,

HiM

2 REPLIES 2

kesavadas_thekkillath
Active Contributor
0 Kudos

Hi Joshi,

You have to look at the text edit control functions like TERM_CONTROL_EDIT. Include it in your program flow and proceed.

Kesav

0 Kudos

Thank you for an important input.

I am using this FM TRM_POPUP_TEXT_INPUT now , since it fits to my requirment pretty well.

but i got this one by keeping your input in mind..thanks again.

Regards,

HiM