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

NO DATA IS SELECTED IN BAPI

Former Member
0 Likes
593

Hello Friends,

I had made the structure and the function module. FM is having internal table of structure type and one import parameter.

In the source code TAB i am slecting the data from DATABASE into internal table.

I had then created BAPI through T-Code SWO1, I then added function module successfully in it and completed all the recquired steps.

The problem is in the end when I am testing it by entering the value, then no row is selected from database. I had checked all my structures and function modules they all are activated.

where can be the problem?

Edited by: shubh_ag on Nov 24, 2010 9:54 AM

4 REPLIES 4
Read only

Former Member
0 Likes
532

Hello,

Just check out in Debug mode whether data is getting retrieved from data base table in the BAPI.

Regards,

M M Jaffer.

Read only

0 Likes
532

In the debugg mode there is no data coming in the internal table. But there is data in respective database table for the required selection.

Read only

0 Likes
532

Check the select query also check is data there in the DB table for your selection

Regards

Praveen

Read only

0 Likes
532

Solved.

'CONVERSION_EXIT_ALPHA_INPUT' has to be implemented in function module.

Thank You all of you for your response.