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

give me function module name

Former Member
0 Likes
517

i need a function module to capture the details of a variable used in a standard report and to return those values.

4 REPLIES 4
Read only

Former Member
0 Likes
498

Hi,

Use the FM

RS_VARIANT_CONTENTS

Returns contents of a variant,is also useful as the result lists all variable

names that could be set on screen.

Regards,

Iff

Read only

0 Likes
498

I dont want to capture for variant i need to capture the data of a variable used in a standard report.the variable i have mentioned is used to display a message.

so i need to fetch that message and i have to use it in my own rfc.

Read only

Former Member
0 Likes
498

Hi,

Use the fm: RS_VARIANT_CONTENTS to get the values of the different values in the screen.

move those values to screen fields in the INITIALIZATION event

<b>*Reward points</b>

Regards

Read only

Former Member
0 Likes
498

Use FM RS_VARIANT_CONTENTS ...

Regards

Ravi