‎2007 Jul 09 12:01 PM
Hi,
Can anyone tell me which FM when supplied with an internal table displays a popup similar to the one we get when we click on the variant button on the selection screen.
That popup contains an ALV containing the fields from probably VARI table for eg variant name ,short desc. etc.
‎2007 Jul 09 12:03 PM
Hi
Use below function module for variant operation
RS_CREATE_VARIANT Creating a variant (not using a selection screen)
RS_VARIANT_CATALOG Returns variant directory for a report in an internal table
RS_VARIANT_EXISTS Checks whether variant exists
RS_VARIANT_TEXT Returns text for a variant
<b>Reward points</b>
Regards
‎2007 Jul 09 12:24 PM
Hi ,
i am aware of those MF but they do not take internal table as one of their input params.
i need a FM which takes internal table as input params n shows output similar to the output of FM 'RS_VARIANT_CATALOG'.
‎2007 Jul 09 12:35 PM
Try with :
RS_VARIANT_VALUES_TECH_DATA
RS_CREATE_VARIANT_RFC
RS_CHANGE_CREATED_VARIANT
RS_PROGRAM_POPUP_VARIANT
RS_VARIANT_VARIABLES -> i think you can use this FM
Thanks
Seshu
‎2007 Jul 09 12:51 PM