cancel
Showing results for 
Search instead for 
Did you mean: 

From which table could i get all the Variants of a ABAP program?

Former Member
0 Kudos

Hi,

From which table could i get all the Variants name which belong to a specific ABAP program?

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

good

Former Member
0 Kudos

Hi Hoo,

You can get the variants of a ABAB Program from table <b>VARID</b>. Give the report name to the VARID-REPORT field and you will the list of variants for this report under field VARID-VARIANT and VARID-ENAME is the user who created the variant.

Otherwise, You can use the function module RM_GET_VARIANTS_4_REPORT_USER to get the variants of a report

Thanks,

Vinay

Former Member
0 Kudos

Hi,

You can get this information from Table - VARID. You need to enter the program name in report name field (not transaction code). You can check the program name from the status tab of the transaction.

Let me know if you need more information.

Please reward if this solves your issue.

Thanks,

ramesh