Skip to Content
1
Former Member
Mar 25, 2009 at 07:34 AM

Table without a header line error

16755 Views

I have this code.

DATA: lt_httpnvp TYPE TABLE OF TIHTTPNVP,
      ls_httpnvp type TIHTTPNVP.


lt_httpnvp-name = 'WF_USERID'.
lt_httpnvp-value = 'yy029672'.


append ls_httpnvp-value to lt_httpnvp.

it give me an erro

LT_HTTPNVP is a table without a header line and therefore has no

component called "NAME

LT_HTTPNVP is a table without a header line and therefore has no

component called "VALUE

Please help me in this.

BR,