‎2009 Mar 12 6:21 AM
I am looking for a standard function module or a BAPI which will get in a query and returns the result of the query. The query could be some thing like the SELECT query.
Regards,
Sam.
‎2009 Mar 12 6:26 AM
‎2009 Mar 12 6:23 AM
Hi,
Could you please let us know what is your exact requirement so that we can help you out with the right function module.
Regards,
Sakkthiss.R
‎2009 Mar 12 6:30 AM
To make is simpler, I need to execute the query given from an external system, which can be done by a RFC or BAPI. I require a standard RFC or BAPI which could execute the query and return the result. It would be better if the RFC / BAPI are released.
Regards,
Sam.
‎2009 Mar 12 6:25 AM
hi,
Your requirement is not specific.!!!
As far as my understanding, you want to input a value for which corresponding value in the DB table is to be retrieved.? is it so.? in that case be more clear about your requirement since we have various standard function modules for various areas in SAP such as
EG. UNIT_OF_MEASURE_ISO_TO_SAP
this function module retrieves the SAP code for measurement unit for the given ISO code input.
Thanks
Sharath
‎2009 Mar 12 6:26 AM
‎2009 Mar 12 6:36 AM
Hi Sam,
As for as my understanding, when you execute a std FM, it should ask condition on select query , as per your input it should display the data, right??
Eventhough if there is standard FM available for your requirement, you should give your inputs like table name,condition(on which select query should triggers). Instead of looking for standard function, you can write simple 5 line code program, in that u can provide ur own requirement(condition). if you executes this program it should meets ur requirement.
Regards
Arani Bhaskar
‎2009 Mar 12 6:44 AM
Hello Arani,
I could develop a custom RFC to get this working but i am restricted to use only standard RFC.
Regards,
Sam.