cancel
Showing results for 
Search instead for 
Did you mean: 

Web dynpro and DDIC based output forms

Former Member
0 Kudos

For all the forms we've developed in abap web dynpro, we've used XML based.

Now however, we have a requirement to pass rich text format and the only way, from our reserch, we can do that is using DDIC based interface (using TLINE structure for a table type) and passing this to a Dynamic Text object defined in the interface.

However, we're having the most difficult time getting ANY data to show up on a test form. Is there anything special to take into consideration when creating a DDIC-based form from WDA?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

the trick is to assign the DDIC to your Interface. Assign the SFP form to your interactive form element in web dynpro and let it create the context for you based on the DDIC structure in the interface.