‎2007 Nov 21 5:07 PM
hi,
i want to delcare an internale table in function module. i am geting a record in to the table with 1000 char. is there any structer to to delcare.......
thanks,
ankitha
‎2007 Nov 21 5:51 PM
Hi Ankitha,
Create a Custom table type and use it in Tables Parameter of the Function module, it will work as a table.
Regards,
Satish
‎2007 Nov 21 5:19 PM
Check the structure:
COM_TLINE
Table type:
COM_TLINE_TAB
Regards,
Naimesh Patel
‎2007 Nov 21 5:25 PM
Hi,
You can create custom table type (i.e. ZCHAR1000_T) using SE11 with predefined type (under line type tab) as follows.
- Data Type = CHARS
- No. of Characters = 1000.
Once done, save and activate.
Then you can use in table parameter (FM) with TYPE ZCHAR1000_T.
Regards,
Ferry Lianto
‎2007 Nov 21 5:51 PM
Hi Ankitha,
Create a Custom table type and use it in Tables Parameter of the Function module, it will work as a table.
Regards,
Satish