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
What is database utility? : abap data dictionary
What does the extract statement do in extract datasets? : abap modularization
Explain how to Handle the internal tables in ABAP?
What are the differences between table and structure in data dictionary?
Concepts of OO ABAP and why we are using it?
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
What are the different control break statements available inside a loop?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
difference between Valuation type and valuation category?
Explain what are the events used in interactive reports?
What are the different types of abap/4 programs?
what are Hana Basics
What are the events we use in dialog programming and explain them?
Can a posting run be deleted? : sap abap hr
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.