cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Program for picking Variants

Former Member
0 Kudos

Hi Experts,

We need to know the Standard program name that picks up the Variant from Table "VARI". When a batch job is triggred. We have a batch job with a report running with a variant, which got stuck with the SQL statement:

SELECT

*

FROM

"VARI"

WHERE

"MANDT" = ? AND "RELID" = ? AND "REPORT" = ? AND "VARIANT" = ? AND "SRTF2" >= ?

ORDER BY

"MANDT" , "RELID" , "REPORT" , "VARIANT" ,

"SRTF2" WITH CS OPTLEVEL( 5 ) QUERY_DEGREE( 1 ) LOCATION( RSDBSPVD , 107 ) SYSTEM( CIP ,

SAPCIP )

We need to find the program with this piece of code.

Thanks and Regards.

Jude Nazareth

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jude,

Won't be easy but goto se11. Key in the table name VARI and select where userd list. Look for the programs there.

Regards.

Ruchit.

Former Member
0 Kudos

Hi,

As far as i know first you have to run the program and then set and save the variants there then schedule you r job using variants.

Regards,

Vamshi.