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,