‎2007 Jun 13 7:05 AM
i need a function module to capture the details of a variable used in a standard report and to return those values.
‎2007 Jun 13 7:15 AM
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
‎2007 Jun 13 7:37 AM
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.
‎2007 Jun 13 7:29 AM
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
‎2007 Jun 13 7:30 AM