cancel
Showing results for 
Search instead for 
Did you mean: 

Data not printing in adobe form

Former Member
0 Kudos

Hi,

I have copied standard interface PTRV_EXPENSE_FORM to Z interface and assigned the Z interface in my Z form. I have created an internal table GT_HISTORY in Global data. I moved the data from existing table to Global internal table GT_HISTORY in initialization event. Input parameter is IT_HISTORY and ouput parameter is GT_HISTORY for Initializtion event.

Data from GT_HISTORY is not getting printed.

I kept breakpoint in FM generated by the form. Data is being moved to GT_HISTORY table but still it is not getting printed.

I would like to know, do we need to assign this Z interface somewhere?

Thanks in advance.

Mohammed Ibrahim

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The table that was printing data had come out of subform in layout designing. When i placed the table in subform, data printed properly.

Former Member
0 Kudos

Hi Mohammed,

as you explained, it seem you have done things rightly. I think you problem is not of configuration but some coding mistake..

1.Just put break point after the place where you have populated data and check whether internal table has any data or not

2. If you see data in that place then just check your binding of the table fields in layout design...Path... Palletes->object-> Binding...