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

Pop-up Function module for comments.

Former Member
0 Likes
1,921

Hi,

I need Pop-up kind function module, which will show a box and inside that box i should be able to write any text or comments.

Is it possible?

Plz help me.

Thanks & Regards,

Gaurav.

4 REPLIES 4
Read only

Former Member
0 Likes
1,227

Hi Gaurav,

Try these,

POPUP_TO_CONFIRM,

POPUP_TO_CONFIRM_WITH_MESSAGE

POPUP_TO_DISPLAY_TEXT

Google on these FM and u will find the code also.

Regards,

Mayank

Read only

Former Member
0 Likes
1,227

Hi,

Check these out.

POPUP_TO_CONFIRM_LOSS_OF_DATA

Create a dialog box in which you make a question whether the user wishes to perform a processing step with loss of data.

POPUP_TO_CONFIRM_STEP

Create a dialog box in which you make a question whether the user wishes to perform the step.

POPUP_TO_CONFIRM_WITH_MESSAGE

Create a dialog box in which you inform the user about a specific decision point during an action.

POPUP_TO_CONFIRM_WITH_VALUE

Create a dialog box in which you make a question whether the user wishes to perform a processing step with a particular object.

POPUP_TO_DECIDE

provide user with several choices as radio buttons

POPUP_TO_DECIDE_WITH_MESSAGE

Create a dialog box in which you inform the user about a specific decision point via a diagnosis text.

POPUP_TO_DISPLAY_TEXT

Create a dialog box in which you display a two line message

POPUP_TO_SELECT_MONTH

Popup to choose a month

POPUP_WITH_TABLE_DISPLAY

Provide a display of a table for user to select one, with the value of the table line returned when selected.

Reward If Helpful

sandipan

Read only

Former Member
0 Likes
1,227

hai Gaurav

Try This FM's

POPUP_GET_VALUES_USER_BUTTONS

POPUP_TO_INFORM

POPUP_TO_DISPLAY_TEXT

Regards.

Eshwar.

Read only

Former Member
0 Likes
1,227

goto se37 and type popup* you will find lots of FMs read their documents and use them.....

rewards always give motivation..