cancel
Showing results for 
Search instead for 
Did you mean: 

Include Standard SO10 Text in ADOBE

Former Member

Hi Experts,

My query is :

1. How can we access variables in adobe forms along with rest of the content which is present in SO10 text.

     E.g. : In SO10 text there is a variable &name_buyer& whose value is getting filled in driver program.

     When I am trying to access this SO10 in adobe at that time getting an error that name_buyer does not exist in form. How to access these variables       in adobe?

2. How can we access image which we have included in SO10 text?

     E.g. : BITMAP image_name OBJECT GRAPHICS IF BMAP TYPE BCOL XPOS 11.95 CM DPI 100.

     This is a syntax which is used in adobe but unfortunately, image is not getting accessed in adobe.

In both cases we don't have to touch so10 text content.

Regards,

Onkar

Accepted Solutions (0)

Answers (1)

Answers (1)

Florian
Active Contributor
0 Kudos

You just need to add your variable name_buyer as a global variable inside the adobe form.

Another easy solution is to use the functionstones TEXT_SYMBOL_SETVALUE or TEXT_SYMBOL_REPLACE to fill your text before with ABAP and pass it to the interface as a dynamic text, this is a lot easier to read prevent you to add a thousand of variables as globals

Second question is easy to answer.... you have to redesign it... it is just not possible.

~Florian