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: 

Batch Input in function module

Former Member
0 Kudos

Is it possible to make a batch input in a function module?, i am trying to make a function which have inside a batch input, but i can´t put includes inside, so when i put the declarations and the performs of the modules in my function they give me an error because of the performs bdc_dynpro and bdc_field,

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Carl,

Put the includes in the TOP include of your function group.

Then should have no problems.

Brad

2 REPLIES 2

Former Member
0 Kudos

Hi Carl,

Put the includes in the TOP include of your function group.

Then should have no problems.

Brad

0 Kudos

The name of TOP include is:

LZZZZTOP where ZZZZ is the name of your function group.

You can edit this via SE38 directly or you can use SE80 and view the function group. Expand the includes node and double click on LZZZZTOP.

Hope that helps.

Brad