‎2009 Jan 13 10:46 AM
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...
‎2009 Jan 13 10:53 AM
Hi,
Will you check out the FM ->REUSE_ALV_GRID_DISPLAY.....
where so many tables are declared as import parameters.....
Regards,
Venkatesh
‎2009 Jan 13 10:54 AM
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
‎2009 Jan 13 10:57 AM
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 .
‎2009 Jan 13 12:09 PM
Hi ,
Try recreating a table type for the second Importing parameter and using it.
It might work.
Regards,
Radhika
‎2009 Jan 15 8:36 AM
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