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

Batch Input in function module

Former Member
0 Likes
1,330

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
Read only

Former Member
0 Likes
551

Hi Carl,

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

Then should have no problems.

Brad

2 REPLIES 2
Read only

Former Member
0 Likes
552

Hi Carl,

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

Then should have no problems.

Brad

Read only

0 Likes
551

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