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

How to use a BAPI function module in programs?

Former Member
0 Likes
384

Hi,

I have developed a BAPI enabled Function module & object type in 4.7. I want to use it to retrieve data from table T001 in 4.7 and display the output in 5.0. I am not able to get the data into 5.0. Please suggest me how to do this.

A program example would be appreciated.

2 REPLIES 2
Read only

Former Member
0 Likes
356

hi prabhu,

in u'r program click on pattern n give the bapi name and execute.

this will allow u to add bapi in u'r program pass the relevent parameters and use it.

regards,

sohi

Read only

Former Member
0 Likes
356

Hi Prabhu,

Firstly to say Bapis are version independent though the version is changed it does nt effect .. But as u said u want to fetch the data frm 4.7 tht too from table t005 observe tht the table data is not independent it is dependent tht is the reason why u r able to call the bapi but not able to display the data here . hope u know the procedue to call it in editor ...So now try it and check tht wether data is present in tht 5.0 version table ...t005 . thn it will be solved..if at all it is not working thn it might be problem with the bapi business object u created might be wrong check...

Regards,

Sana.

reward if useful ...