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 get type any table in function module... or something

Former Member
0 Likes
468

Moderator message: Please use a more informative subject in future, and NOT IN ALL CAPITALS.

Hi experts,

how to get type any table option.

in source code.

*" CHANGING

*" REFERENCE(S_EKORG) TYPE ANY TABLE OPTIONAL

Thank you.

Edited by: Matt on Feb 17, 2009 2:27 PM - subject edited

2 REPLIES 2
Read only

former_member191735
Active Contributor
0 Likes
409

In Function module...... Under changing tab, give the parameter name and type enter associated type any.... You would get that same in the source code and also choose Optional check box.....

You will see exact code in the FM source code

Read only

Former Member
0 Likes
409

Answered