Question:
Hi,
I am generating HTML Template for a table control (in R/3) via se80 (Create -> Template). SAP generates all the necessary Business HTML codes, the
table control is translated into :
`SAP_DynproLayerBegin(002,014,114,007)`
`SAP_TableControl("IT_ITINERARY")`
`SAP_DynproLayerEnd()`
However, the table control on the web has alot of problems :
- The tab key (and tab order) is not working
- The listbox (one of the field is a listbox) does not work on certain PCs
- The outer border of the table is missing
- The scroll bars are missing.
I reported the problem to OSS, but was told by the development team that one cannot rely on the HTML generated (refering me to OSS note 680932) and asked me to amend accordingly.
How do I build the necessary Business HTML for table control ? Is there any example I can refer to ?
Thank you.
Regards
Kir Chern
Answer:
Check out the Service IT00.
It holds a lot of Code examples.
Hope it helps..