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

how to create include from which a function module will be called

Former Member
0 Likes
563

Hi folks,

How to create an include zxxxxxxx from which a function module will be called to handle the entire logic.

Thanks,

Rao

3 REPLIES 3
Read only

Former Member
0 Likes
517

Hi

By SE38, just only u need to insert the TYPE I in the attribute instead of 1.

Max

Read only

SG141
Active Participant
0 Likes
517

Just create a new include and call the function from that.

Please correct me if I am wrong.

Read only

Former Member
0 Likes
517

Hi

Write:

<b>INCLUDE include_name</b>. in your report prog

double click on the include name to create it and then place your function module inside it.

Then save and activate the include first and then you main prog.

Regards

Ravish Garg

<b>

Reward if useful</b>