Hi,
we are on WAS700, internal ITS.
during PBO of a dynpro I have filled an internal table (ig_quantity). I am not using a table control or any visualization on the dynpro layout for this table.
How is the easiest way to loop through the table on the corresponding html template? Is it possible at all if the internal table is not in the dynpro-element list? The point is, I need to insert an input-field on the html side, which needs to be added to an existing tablecontrol.
I am not really into htmlBusiness, but I assume, I need something like this:
`repeat with n from 1 to ig_sublist-quantity`
...<html coding>...
`end`ig_sublist is my internal table, quantity a field in the table
thanx, matthias
Message was edited by:
Matthias Kasig
Message was edited by:
Matthias Kasig
Request clarification before answering.
Hey Hiii....
Can you please let me know how u resolved the issue. Coz I face the same problem. My internal table gets filled in R/3 but is empty in HTML template at times. I need to fix this issue and is urgent.
Thanks in Advance,
Santhoshi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Santoshi,
the clue is as described in my last post in this thread. If you have tables or in general elements, which are not visible in the screenpainter of a dynpro, then you have to transfer it to the html template using FM ITS_CONTEXT_SET. Like this you shall be able to receive the data needed on the template. And the way back from template to dynpro you can use ITS_CONTEXT_GET. It is actually all described in this thread.
If you need further assistance let me know,
regards, matthias
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.