‎2010 Nov 24 8:51 AM
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
‎2010 Nov 24 9:13 AM
Hello,
Just check out in Debug mode whether data is getting retrieved from data base table in the BAPI.
Regards,
M M Jaffer.
‎2010 Nov 24 9:57 AM
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.
‎2010 Nov 24 10:12 AM
Check the select query also check is data there in the DB table for your selection
Regards
Praveen
‎2010 Nov 26 1:11 PM
Solved.
'CONVERSION_EXIT_ALPHA_INPUT' has to be implemented in function module.
Thank You all of you for your response.