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

Function module TABLES parameter with/without headline?

Former Member
0 Likes
926

Hello everybody,

what happens if a function module works with an internal table provided through the TABLES parameter with a headline, but actually gets a table without a headline?

2 REPLIES 2
Read only

loyd_enochs3
Participant
662

You should get a short dump for invalid parameters.

Read only

SimoneMilesi
Active Contributor
662

loyd.enochs3 are you sure?

I call a lot of BAPIs passing tables without header line and in BAPI they are declared with LIKE (aka table with header line) and i never got any dump.