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

structures in smartforms

Former Member
0 Likes
552

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..

1 ACCEPTED SOLUTION
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
509

Hi,

If it is the structure ,declare the same zstructure in SE11.Then only you can get the values from the programs.

5 REPLIES 5
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
510

Hi,

If it is the structure ,declare the same zstructure in SE11.Then only you can get the values from the programs.

Read only

0 Likes
509

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

Read only

Former Member
0 Likes
509

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

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
509

Hi

Can u name that table?

Regards,

Sreeram

Read only

0 Likes
509

the structure name BBP_PDS_VERSION_LIST_INTERNAL.

i need values from this..