cancel
Showing results for 
Search instead for 
Did you mean: 

reagrding modification in the select statement of smart form

Former Member
0 Kudos

hi,

i have been assigned to make modifications in smart form and now if i want to add field in the existing slect statement it gives error . when i check smart form there is no structure but dere in types declaration

d internal table is passed as a table itself in the form interface and also defined the variables in the global definations . but problem is how reterive data from dese variables in to smart forms which i want add right now as i am new to the smart forms.

Edited by: ric .s on Mar 12, 2008 10:16 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ric,

The internal table structure also needs to be modified to incorporate the new field that you are retrieving from the database.

In the form interface the internal table will be declared with the type of a structure, this needs to be modified.

Hope this gives you a clue to overcome that error.

Regards,

Narendra.

Former Member
0 Kudos

hi,

i had checked the internal table which is passsed in the program whihc conatins statement :-

data : ivbkd like vbkd occurs 0 with header line.

data : ikna1 like kna1 occurs 0 with header line.

and also passed in the form in d program as it is .

den what s the problem coming after doing all these steps .

plzz help me out as help will be deinfately rewarded.

Former Member
0 Kudos

Hi,

What is the structure of the internal table in your smartform? Is that the same type of VBKD/KNA1? what ever is being passed through?

Your internal table in the smartform should have that extra field that you are adding, also the structure to which the internal table is defined needs to be modified..Hope u understood.

Regards,

Narendra.