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 / 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 |
How to use messages in lists?
What does the extract statement do in extract datasets? : abap modularization
How do you delete duplicate records from internal table?
What is sap script? Describe its components.
what is the remote system in ale whether it is sender / receiver?
How to add more than one message to one idoc? Tell me Process
What is at exit-command:?
at which situation we create the secondary index?
Explain the program flow when we use logical database PNP or PNPCE
What is the differrences between structure and table in data dictionary in abap? : abap hr
How do you set up background jobs in sap? What are the steps?
how to debug a screen without using /h,break-point,debuging,stop.