Application Development and Automation 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: 
Read only

including variables in SO10 OBJECT

Former Member
0 Likes
2,282

Hi abapers,

My requirment is as follows:

I wanted to include the variable ekpo-konnr which i have

already fetched in the inerface of my abode form in the so10 object.

for eg:

the so10 object should be displayed this way:

dear vendor you Konnr is &ekpo-konnr&

where &ekpo-konnr& should be the value that i have fetched earlier...

Hi abapers,

My requirment is as follows:

I wanted to include the variable ekpo-konnr which i have

already fetched in the inerface of my abode form in the so10 object.

for eg:

the so10 object should be displayed this way:

dear vendor you Konnr is &ekpo-konnr&

where &ekpo-konnr& should be the value that i have fetched earlier...

4 REPLIES 4
Read only

Former Member
0 Likes
1,460

Hi,

You can use this variable with IF...ELSEIF.....ENDIF.... Condition's....

For Eg:

IF &ekpo-konnr& EQ '001'

.....

......

ELSE

....

....

ENDIF.

Alternatively you may use the option INSERT VARIABLE in the SO10....

Read only

0 Likes
1,460

can you please give me more more details on the syntax on the insert variable clause...

regards

Aditya

Read only

0 Likes
1,460

Hi

SO10 object is like a sapscript, so u need to insert your variable between & and it will be printed automatically, but the value to be printed depends on the program runs the print for SO10 objects.

Max

Read only

Former Member
0 Likes
1,460

this works in case of script and smart forms. i tried once in adobeforms, but no success. i tried various ways.., but no luck. search in the designer help. i read the documenation on that. check it once.