how to get the pop up screen ?the first screen as display
button ,if we press that button then pop up screen has to
come with same information?
Answer Posted / sudhir koli
Try by using the Function Module ' POPUP_TO_CONFIRM'
You can call POPUP_TO_CONFIRM' as below/
POPUP_TO_CONFIRM will give you default 2 buttons, i guess we cannot change.
Probable solution may be design a screen and set it as MODAL screen.
CALL SCREEN 120 STARTING AT 10 5.
Then Printing the same Info.n after clicking it can be done with corresponding coding.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is main window mandatory in smartforms?
Explain the different types of screen keywords?
Some Realtime Examples on Exits .
What are the personnel administration related Infotypes
What is Transactional based Application & Role based Application?
What are the aggregate objects in the data dictionary? : abap data dictionary
What is a table attribute?
What is the transaction code to display the payroll results ? : abap hr
Explain what is an rfc?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
Explain how many types of tables exist and what are they in data dictionary?
What are the ways you can do the tuning?
Difference between /N and /BEND?
How can we achieve MVC ?