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

Extracting the Application server path from the variant

Former Member
0 Likes
639

Hi experts,

I have a module screen which contains 1. An input field for variant and

2. An input field for output file path.

Extracting one of the field values from the variant i have to fill the input field for file path.

i.e.,

Variant contains different fields amongst which one of it the fields is output file path field(field name not known as it can be different in different variants).

Is there anyway in which i can extract the file path from the variant and fill it in to the output file path field??

Hi experts,

I have a module screen which contains 1. An input field for variant and

2. An input field for output file path.

Extracting one of the field values from the variant i have to fill the input field for file path.

i.e.,

Variant contains different fields amongst which one of it the fields is output file path field(field name not known as it can be different in different variants).

Is there anyway in which i can extract the file path from the variant and fill it in to the output file path field??

1 REPLY 1
Read only

Former Member
0 Likes
462

use FM RS_VARIANT_CONTENTS .. this will fetch all details of your variant and then you can use the one you need.