2016 Mar 01 12:37 PM
Hi
FM BP_FIND_JOBS_WITH_PROGRAM tells us the job created for a report and variant name (and not the value in that variant)
Do you know if exist some FM to give us the jobs for a report and input value?
Ex: Report AAA with input data Material
I need to know if exist a job for report AAA and wit material data equal to 1234.
Thanks
Dora
2016 Mar 01 12:54 PM
Maybe you can enhance your approach with FM RS_VARIANT_CONTENTS to get the data of a variant.
2016 Mar 01 12:54 PM
Maybe you can enhance your approach with FM RS_VARIANT_CONTENTS to get the data of a variant.
2016 Mar 01 1:34 PM
Hi,
Once you get the variant name you can use FM RS_VARIANT_VALUES_TECH_DATA to read the values in the variant.
This FM is internally using FM RS_VARIANT_CONTENTS. So as mentioned by Michael in the above post you can use either .
Thanks.