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

Need Some help in BAPI's Function module

Former Member
0 Likes
604

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
576

Hi,

You need to populate the internal table within the BAPI by putting some logic.

Regards,

Amitava

4 REPLIES 4
Read only

Former Member
0 Likes
577

Hi,

You need to populate the internal table within the BAPI by putting some logic.

Regards,

Amitava

Read only

0 Likes
576

i did that with conditions but still i am facing same problem.

Read only

Former Member
0 Likes
576

Debug to find the incorrect statements, then correct the code.

Read only

Former Member
0 Likes
576

Hi,

Use debugging and find out why the internal table is not getting filled.

Sujay