‎2007 May 04 8:09 AM
Hi friends,
I am working in smartforms. I have called a function module and then in that module, i am getting the table values. But i am getting a error saying that the table is not in the abap dictionary. when i saw the table declaration it is given as a structure type. how to get the values from the table..
Thanks in advance..
‎2007 May 04 8:16 AM
Hi,
If it is the structure ,declare the same zstructure in SE11.Then only you can get the values from the programs.
‎2007 May 04 8:16 AM
Hi,
If it is the structure ,declare the same zstructure in SE11.Then only you can get the values from the programs.
‎2007 May 04 8:19 AM
Thanks for ur immediate response
but my customer wants only the standard tables.
also the structure value is called from a function module using a userdefined values
‎2007 May 04 8:19 AM
Hi Reena,
Declare the table structure like a structure that are stored in se11.
smartforms takes structure that are stored in ABAP DICTIONARY.
Reward points if helpful.
Regards,
Hemant
‎2007 May 04 8:40 AM
‎2007 May 04 9:16 AM
the structure name BBP_PDS_VERSION_LIST_INTERNAL.
i need values from this..