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

CL_DD_DOCUMENT class HTML Issue

Former Member
0 Likes
1,985

Hi,

I have developed a report and displaying the records ( Right side panel (Which is highlighted below) ) by using

CALL METHOD DD->DISPLAY_DOCUMENT.

Now my issue is, currently the right hand side data which is showing in the boxes are in display mode.

I want to make these boxes in editable mode.

Before DISPLAY_DOCUMENT, i am attaching the final internal table data which contains HTML code with required data.

Please find an attachment.

I tried changing the HTML code to make this as EDIT mode, but it is very difficult for me to handle the same in ABAP program by deleting the unused data.

Can anyone help me , how to edit this data by using ABAP code or by any method.

It is an urgent. Your help will be appreciated and highly rewarded.

Thanks.

Urgency and offering points are not allowed in the forums!!!

Message was edited by: Suhas Saha

6 REPLIES 6
Read only

kjyothiraditya
Participant
0 Likes
1,501

This message was moderated.

Read only

0 Likes
1,501

Hi Jyothir,

Thanks for your Prompt reply.

I tried the way you given.But not working as expected.Please suggest.

Read only

larshp
Active Contributor
0 Likes
1,501

Hi,

I do not know how CL_DD_DOCUMENT works, however it looks like it cannot be used to bind the events.

If you want to use the HTML approach I suggest you take a look at demo program SAPHTML_EVENTS_DEMO, and replace CL_DD_DOCUMENT with an instance of CL_GUI_HTML_VIEWER.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,501

did you try the DD_ADD_FORM_INPUT demo program? (It has input fields, buttons, and the processing varies based on input)

Read only

0 Likes
1,501

Hi Sandra,

I tried.

But i am unable get it.

Any suggestions please.

Read only

0 Likes
1,501

I don't understand. The program is here. Doesn't it correspond to what you need? What did you try? Why can't you make it work?