Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Standard Function Modules Required

Former Member
0 Likes
678

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
650

Hi Samson,

I think RFC_READ_TABLE can solve your purpose

6 REPLIES 6
Read only

Former Member
0 Likes
650

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

Read only

0 Likes
650

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.

Read only

Former Member
0 Likes
650

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

Read only

Former Member
0 Likes
651

Hi Samson,

I think RFC_READ_TABLE can solve your purpose

Read only

Former Member
0 Likes
650

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

Read only

0 Likes
650

Hello Arani,

I could develop a custom RFC to get this working but i am restricted to use only standard RFC.

Regards,

Sam.