Table Control

Question:
I've developed a new infotype with the following fields in the structure
yylang(20),yyRead(1),yyWrite(1),yySpeak(1),yyMT(20),yyOL(20). These fields store information about the languages an employee/applicant knows.SAP generated everything. The char(1) fields were shown as textboxes. I replaced them with checkboxes and added 1st four fields in a table cnt_lang. I've added LOOP..ENDLOOP in both PBO and PAI. but still it gives me error Field not associated to any loop. This error is for only those fields that are in the table control cnt_lang. I've used all combinations of LOOP...ENDLOOP. Please help
_________________
Thanks for your help,
Abhijit
==============================
It is never late to become what you could have been
Answer:
hi,
in the PBO, instead of simple loop endloop, use loop at itab with control 'tablecontrolname' cursor tablecontrolname-currentline .
endloop.
Good luck
Gmat.

More Articles:

Any BAPIs for Account G/L Posting from XLS file ?
Using field name in itab with a field-symbol ?
variant function module?
about upload a xls file to R3.?
RFC?
Debug Vs Background - Different results?