cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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

0 Likes
View Entire Topic
Former Member
0 Likes

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

matthias_kasig2
Participant
0 Likes

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