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: 

Request number along with a table update

Former Member
0 Kudos

Hi,

I have a program which updates a table.

Along with the updation that happens with respect to this program, I want the program to display a pop-up which will ask for a request . This should be similar to the pop-up for request that we get when we make entries into a table.

Regards,

Sushanth H.S.

4 REPLIES 4

former_member1245113
Active Contributor
0 Kudos

Hi

Use POPUP_TO_CONFIRM

Or

POPUP_TO_GET_VALUE

or search POPUP* in SE37

regards

Ramchander Rao.K

Former Member
0 Kudos

Yes! we can use popup function module...

Regeards,

Kumar

Former Member
0 Kudos

Hi Srinivas,

Try the FM's below:

POPUP_TO_CONFIRM

Standard Dialog Popup

POPUP_EXTRACTION_DATES

Dialog box to confirm any processing step (CONFIRM, POPUP)

POPUP_TO_CONFIRM_VALUES

Dialog box to confirm processing step with object specification

With luck,

Pritam.

0 Kudos

Hi All,

This poup-up should be exactly similar to the pop-up that we get when we are trying to save a table.

Regards,

Sushanth H.S.