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

Variant Directory

Former Member
0 Likes
780

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.

4 REPLIES 4
Read only

Former Member
0 Likes
689

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

Read only

0 Likes
689

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'.

Read only

0 Likes
689

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

Read only

Former Member
0 Likes
689

You can try with

POPUP_WITH_TABLE_DISPLAY

Regards,

Manju