cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically pass so10 Text Name & generate Adobe Form

former_member191528
Participant
0 Kudos

http://wiki.scn.sap.com/wiki/display/ABAP/Using+of+Standard+Text+%28SO10%29++in+Adobe+Form

I am using the above blog for the info.

Hello All,

I am trying to dynamically pass name of a so10 text name to an adobe form. I want to parameterize the way it is passed ?

Is there a way to do it ?

Thanks,

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

Ryan-Crosby
Active Contributor
0 Kudos

Hi Kiran,

Yes, you only need to create a variable in your importing parameter or global data definition of type 'TDOBNAME'.  We have done something like this in the past for one of our forms:

Regards,

Ryan Crosby

former_member191528
Participant
0 Kudos

Thanks Ryan !! I tried adding interface parameters and it worked. What is the standard way of invoking this PDF ? Through a program or Web Dynpro ?

Thanks,

Kiran

Ryan-Crosby
Active Contributor
0 Kudos

Hi Kiran,

I'm not sure there is any one standard but I know a driver program is a typical way of calling up the PDF.  I have never had the need for doing it in a web dynpro but I would bet that it could be done that way as well.

Regards,

Ryan Crosby

Answers (0)