Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Recover data from HTML control with CL_DD_DOCUMENT class

Former Member
0 Likes
797

Hi,

I have a problem when get the data from a HTML created with a dynamic document (CL_DD_DOCUMENT). The control HTML contains several input fields, and it's possible modfiy the values if the ENTER key is pressed.

But in the screen there are a several controls. If it's pressed with the mouse, on a control outside, like a ALV grid ó a tabscript. The changes do not recover, and the HTML control show the old values.

Could be sent the event that generates the pressing of a key ENTER from the program?

Thanks in advance!

JR

Hi,

I have a problem when get the data from a HTML created with a dynamic document (CL_DD_DOCUMENT). The control HTML contains several input fields, and it's possible modfiy the values if the ENTER key is pressed.

But in the screen there are a several controls. If it's pressed with the mouse, on a control outside, like a ALV grid ó a tabscript. The changes do not recover, and the HTML control show the old values.

Could be sent the event that generates the pressing of a key ENTER from the program?

Thanks in advance!

JR

4 REPLIES 4
Read only

Former Member
0 Likes
618

Somebody knows something?

Whatever information will be welcome

Read only

0 Likes
618

check out package SDYNAMICDOCUMENTS its got sample programs .

regards

raja

Read only

Former Member
0 Likes
618

Hi,

Check the sample program<b> DD_STYLE_TABLE</b>

Regards

Vijay

Read only

Former Member
0 Likes
618

Thanks for the replies.

I have seen the example DD_ADD_FORM_INPUT.

But in this example where is only a one custom control, to receive events.

In my case furthermore there are severals control (tabscript, ALV grid,) so can receive event (double click on ALV grid, click on another tabscrip, etc).

These events are out of HTML, so that if you make a change on an input field (in HTML) and click in the ALV (out HTML), the event that dispatch is over the ALV object, and isn't executed the event over the HTML object that recovers the changes on this field.

I don't konw if i explain