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

Multiple Object Input

0 Likes
959

Hello,

I am a little newer to ABAP and was wondering how I could provide multiple objects as an input for a function module?

Thanks

3 REPLIES 3
Read only

Former Member
0 Likes
916

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with: https://community.sap.com/resources/questions-and-answers, as it provides tips for preparing questions that draw responses from our members.

For example, you can:

- outline what steps you took to find answers (and why they weren't helpful)

- share screenshots of what you've seen/done

- make sure you've applied the appropriate tags

- use a more descriptive subject line

The more details you provide, the more likely it is that members will be able to respond. Feel free to also take our Q&A tutorial at: https://developers.sap.com/tutorials/community-qa.html

Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your profile you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html

Read only

Sandra_Rossi
Active Contributor
0 Likes
916

What "objects"? You mean a list of anything? -> parameter of type table.

NB: do you really need a function module? It's kind of obsolete... Better go for class/method.

Read only

Berinath_Ulisi
Participant
0 Likes
916

Hi joem21901,

explain your question clearly. If possiable please provide screenshots.