Hi,
I have a query service "BTQSlsOrd". How can I know what are selection parameters available for this Query Service.
Because I need to add a Selection Parameter which is "PACKAGE QUOTE", which is Preceding document for the Sales Order.
But, I donno the name of the Parameter for this. How can I know this.
Please help me.
go_qs_zins = cl_crm_bol_dquery_service=>get_instance( 'BTQSlsOrd' ).
go_qs_zins->add_selection_param( iv_attr_name = ?????????
iv_sign = k_i
iv_option = k_eq
iv_low = g_packageQuote).
Thanks,
Sandeep