Application Development 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: 

BAPI Input Table

HuseyinBilgen
Active Contributor
0 Kudos

Hi,

1. I need to know how to implement a table as input for a bapi.

We've created a BAPI (RFC Func.) via SE37 and added input tables to tables TAB. But no sure if this is correct.

How can we try this BAPI via SE37.

2. Is there very generic sample RFC Func. which has input table structure in standart SAP system?

regads

3 REPLIES 3

Former Member
0 Kudos

hi

you are correct in having the input tables in tables tab. and you can test the bapi directly by Executing the same in SE37.

for a standard RFC FM that uses Tables you can refer to C1GA_RFC_INIT_TABLES_GET

Regards

santosh

Former Member
0 Kudos

u can type BAPI* and press F4 and checkout for any help

Former Member
0 Kudos

Dear Husyein,

BAPI's are nothing but remote enabled function modules they are similar to any other function modules.You refer tables to function modules to pass internal tables to function modules.

in the tables tab you declare the tables refering to standard structures.

go look into any function module which table is passed .

go a hhead.

cheers,

Suresh.