cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a pop window in smart forms runtime with text entry

Former Member
0 Kudos

Dear Experts,

I Need to Create a pop window ( in run time of smart forms ) in which the user can enter some text and that text needs to be populated in the smart forms ouput.

i know that I can write code inside smart forms to do it.

I dont know when where and what to done to achieve this functionality.

Can any of you help me out in this scenario.

WIth Thanks and Regards

Ravishankar Vembu.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI

Where u want to call this POPUP.

u can call the popup in INITIALIZATION tab and in PROGRAM LINES also.

eg.. create program lines--> call the FM

data: V_SVAL type sy-ucomm.

CALL FUNCTION 'ACE_POPUP_WITH_4_OPTIONS'
 IMPORTING
   ANSWER        = V_SVAL.

when u call the smatform the popup will be displayed automatically

Please Close this thread.. when u r problem is solved. Reward if Helpful

Regards

Naresh Reddy K