Skip to Content
0
May 27, 2020 at 08:59 AM

How to fetch item data in smartform

457 Views

I need to display the item data in table... I have a program and smartform..

* For example In for interface under tables i have declared the parameter as GT_ITEM TYPE ZTABLE_TYPE_ITEM(tabletype) *Under global definitions i declared IS_ITEM TYPE ZM_STRUCT(structure contains 4 item datas)

ZTABLE_TYPE_ITEM - it is a table type and the line item is ZM_STRUCT

ZM_STRUCT - It is a structure that contains 4 items datas...

The problem is i executed the form but i item data is empty?

i have debugging and checked the program their is no error in program .I have a problem in smartforms can anyone guide me to display the item data???