ABAP Query variant - Error during SE93
Team,
I am creating ztransaction codes for abap queries via SE93. Sometimes in SE93 error comes stating that Variant is required. I want to know the table name where this info/indicator/flag is maintained.
I need this info to automate my BDC.
Thanks
*********
Error Msg:
Report AQ10CR==========35============ can only be started with a variant
Message no. DB623
Tags:
Suresh Datti replied
Just like for any normal ABAP report, you will find this info in the TRDIR table. The field SSET will be 'X' if the Query needs to be started with a Variant, where NAME = "Query name.
Regards,
Suresh Datti