Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
SAP ABAP Advanced Cookbook

You're reading from   SAP ABAP Advanced Cookbook Featuring over 80 sophisticated recipes, this is a superb tutorial for ABAP developers and consultants. It teaches you advanced SAP programming using the high level language through diagrams, step-by-step instructions, and real-time examples.

Arrow left icon
Product type Paperback
Published in Dec 2012
Publisher Packt
ISBN-13 9781849684880
Length 316 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Rehan Zaidi Rehan Zaidi
Author Profile Icon Rehan Zaidi
Rehan Zaidi
Arrow right icon
View More author details
Toc

Table of Contents (22) Chapters Close

SAP ABAP Advanced Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. ABAP Objects FREE CHAPTER 2. Dynamic Programming 3. ALV Tricks 4. Regular Expressions 5. Optimizing Programs 6. Doing More with Selection Screens 7. Smart Forms – Tips and Tricks 8. Working with SQL Trace 9. Code Inspector 10. Simple Transformations 11. Sending E-mail Using BCS Classes 12. Creating and Consuming Web Services 13. SAP Interactive Forms by Adobe 14. Web Dynpro for ABAP 15. Floorplan Manager Index

Calling dialog boxes of same component


In this recipe, we will see how we can display a dialog box based on a view of the same component. We will create a MAIN view in the MAIN window and another view by the name POP_UP in a new window, WIND_POP_UP. We will then create a button on the MAIN view, which when clicked will display the POP_UP view as a dialog box.

How to do it...

We will now carry out the following steps:

  1. We will define a public attribute by the name MY_WINDOW to the IF_WD_WINDOW interface.

  2. We will have a main view embedded within the MAIN window.

  3. In addition, we will create a POP_UP view embedded within a WIND_POP_UP window.

  4. On the MAIN view, we will create a button.

  5. On action button event handler method, we will write the appropriate code for calling the POP_UP view as a pop-up dialog box. We use the WD_GET_API method of the component controller to get access to the relevant APIs. The GET_WINDOW_MANAGER function is then called in order to get reference to the IF_WD_WINDOW_MANAGER...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime