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

smtable

Former Member
0 Likes
303

hi guru's,

i'm trying to display date in table which has done by table painter. i initially defined it_vbap type vbap in form interface, and defined wa_vbap type vbap in global definitions. i constucted loop as it_vbrp into wa_vbrp.

but it is giving error that 'it_vbrp neither specified under tables nor defined as internal table'

how to solve this.

thanks in advcnce.

1 REPLY 1
Read only

Former Member
0 Likes
265

Define it in FORM Interface but under TABLES tab.