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
How do you delete duplicate records from internal table?
What are extracts?
How would you suppress the display of a parameter on the selection screen?
What is internal payroll process? : sap abap hr
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
Can matchcode object contain ids with different update types? : abap data dictionary
In which cluster time results are stored? : abap hr
Which objects are independent transport objects? : abap data dictionary
What are conversion routines? : abap data dictionary
What are the two ways for restricting the value range for a domain ?
How do you control printer functions from sapscript?
What is the function module to popup contents in the internal table?
while implementing badi what are the tables u find??
How many main windows are allowed in sapscript?
What is Transactional based Application & Role based Application?