Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Hotspot opens smartform

0 Kudos
312

Hi,

I have an hotspot in my alv grid vbrk-vbeln column and when it is clicked it has to open an already existing smartform with the data corresponding to that vbeln value, how can i do that? Thanks in advance

Aarush.

2 REPLIES 2

Former Member
0 Kudos
230

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with: https://community.sap.com/resources/questions-and-answers, as it provides tips for preparing questions that draw responses from our members.

For example, you can:

- outline what steps you took to find answers (and why they weren't helpful)

- share screenshots of what you've seen/done

- make sure you've applied the appropriate tags

- use a more descriptive subject line

The more details you provide, the more likely it is that members will be able to respond. Feel free to also take our Q&A tutorial at: https://developers.sap.com/tutorials/community-qa.html

Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your profile you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html

Questions on how to draw responses from members? Check out this discussion on how to improve questions. https://groups.community.sap.com/t5/welcome-corner-discussions/advice-from-sap-champions-questions-a...

former_member188498
Active Participant
230

Hi Aarush,

you can try these steps:

Step 1. save smartform to pdf (xstring) from ABAP

Step 2. display xstring as pdf in html viewer control

Follow these two blogs:

https://blogs.sap.com/2013/03/11/how-to-easy-save-smartform-in-pdf-file/

https://blogs.sap.com/2019/12/30/display-xstring-as-pdf-in-report/