‎2010 Oct 06 11:30 AM
Hello;
I am working on BAPI.I have created a simple BAPI with constant data as my table does not have any data.Now.I am trying to execute that BAPI it executes but it wont return any data in internal table.My Internal Table shows 0 entries in the table.Can anybody throw some light on this.
Thanks and Regards;
Vidula
Moderator message: too vague, sound advice not possible, or can we magically see your code and context somehow?
[Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers]
locked by: Thomas Zloch on Oct 6, 2010 1:45 PM
‎2010 Oct 06 11:39 AM
Hi,
You need to populate the internal table within the BAPI by putting some logic.
Regards,
Amitava
‎2010 Oct 06 11:39 AM
Hi,
You need to populate the internal table within the BAPI by putting some logic.
Regards,
Amitava
‎2010 Oct 06 11:44 AM
i did that with conditions but still i am facing same problem.
‎2010 Oct 06 12:27 PM
Debug to find the incorrect statements, then correct the code.
‎2010 Oct 06 12:28 PM
Hi,
Use debugging and find out why the internal table is not getting filled.
Sujay