Hi All,
I found the way as suggest by peers in the forum. I copied the PBO module to Z model and assigned that under maintain survey attribute.
In the FM, i have a class CL_CRM_SVY_VALUES, which is part of parameters. In this i am using values_get_all method.
I am able to read all the question id, answer id & value for the survey :-)
Now the issue is i am getting all the ID's and no text. How would i know which QID belong to which text.
I am looking for method in the same class which by passing Text, gives me what the QID or answer id.
I don't have that method, but have one which pass the ID and gets value.
I tried using cl_crm_svy_survey_texts but while installing the object, it is giving me error.
Please advice how to get the Text field based on ID so i can pick the correct value for my calculation.