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

Regarding function module table parameters .

Former Member
0 Likes
1,109

Hi,

I am developing a function module in that function module i need to retrieve data and fill into 3600 table parameters (1. 1200 of one type work area 2. 1200 of 1 type internal table taht is a table type  . 3. 1200 of 1 type that is a table type). A function module doesn,t allow this number of parameters.

Any way to do it .

Regards,

Durga.

12 REPLIES 12
Read only

Former Member
0 Likes
1,077

3600 parameters or 3600 records. ??

Read only

0 Likes
1,077

Hi,

2400 are internal table (which is a table type i need to return it throughs tables).

1200 are work area (which is a struture type)

Read only

0 Likes
1,077

Looks like some crazy requirement, if possible please share what you want to do, so we can suggest some other way for the same. 

Read only

Former Member
0 Likes
1,077

Hi,

3600 table parameters?

What is this requirement? Can you elaborate?

Regards

Abhi

Read only

Former Member
0 Likes
1,077

Hi,

Can you explain your Requirement in detail ???

Rgds,

Vijay SR

Read only

former_member821147
Participant
0 Likes
1,077

Hi,

can provide details of your requirement.

Thanks,

Pradeep P

Read only

ThomasZloch
Active Contributor
0 Likes
1,077

What was the outcome of your previous, similar issue?

Thomas

Read only

0 Likes
1,077

Hi Thomos,

In previous issue i combined 225 work are in 15 internal table after that my problem was solved.

Actually doesn't allow more than 28KB parameters.

In my current requirement size is exceeding so much  that why i am not able to do it .

Regards,

Durga.

Read only

0 Likes
1,077

Please make it a habit to close your questions properly, e.g. by posting the solution that you found yourself. Others may benefit that are looking for help like you now.

This huge amount of parameters still looks completely strange to me, there might be a better way to solve this if you would just disclose what your actual task is.

Thomas

Read only

0 Likes
1,077

Export to memory or database INDX can be used to store parameters.

FM would then import the data and continue processing.

Read only

ThangaPrakash
Active Contributor
0 Likes
1,077

Hello Durga,

Can you elaborate in detail.

Regards,

Thanga

Read only

Former Member
0 Likes
1,077

HI Durga,

Append structures containing fields to a particular structure. So you can include a lot of fields of structures in a particular structure.

Hence you can increase the number of parameters in the FM.


Regards