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

not able to enter data in Function module

Former Member
0 Likes
1,609

Hi,

I have created a function module with import parameter as a table.

I have executed the function module from SE37 and tried to enter the data in the table.

If I click the table...its not showing new line...its displaying a message that "THE OBJECT CAN ONLY BE DISPLAYED"

I dont thinkso taht I have done a setting like this...

please help me what might be the problem...

5 REPLIES 5
Read only

Former Member
0 Likes
1,018

Hi,

Will you check out the FM ->REUSE_ALV_GRID_DISPLAY.....

where so many tables are declared as import parameters.....

Regards,

Venkatesh

Read only

Former Member
0 Likes
1,018

In my function module I have 2 import parameters...

for one its working fine...Im able to enter the row...

for the next one Im getting this error

Read only

Former Member
0 Likes
1,018

Hi,

Do one thing , please make a ZPROGRAM, and call ur function there and put Commit work and wait after function call.

lets se what happend it store data in table or not .

Read only

Former Member
0 Likes
1,018

Hi ,

Try recreating a table type for the second Importing parameter and using it.

It might work.

Regards,

Radhika

Read only

Former Member
0 Likes
1,018

Hi All,

the issue has been resolved.

data can be changed only if the internal table creation is not in the form of SORTED table.

the internal table entries should not refer dataelement of type STRING.

because of these two things, I was not able to edit the internal table in the function modul.

thanks for ur replies.

Sumithra