cancel
Showing results for 
Search instead for 
Did you mean: 

Template language of webDynpro ABAP : Docs

Former Member
0 Kudos

Hi,

There is any documentation on the template language of webDynpro ABAP ?

Thanks & regards

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

for better explaining what i mean : in “service Internet” bbp_bid_inv, we find a folder in which are placed the “HTML templates” that help the ITS to translate screens of "function group" bbp_bid_inv to HTML web pages.

these "HTML templates" are written in HTML and "template code" whose syntax is like :



`TD(nowrap="X",align="middle", valign="middle")`
         `if (GS_GLOBAL-MODE == "A")` 
            `BBPCheckbox(nameCheckbox, "", "")` 
         `else`
            <input type="checkbox" onclick="SetOkCode('`BUTTON_DESEL_ALL.okcode`','BBPForm','','','')">               
         `end`

Thanks

thomas_szcs
Active Contributor
0 Kudos

Hello Hassan,

Rendering in Web Dynpro works differently from ITS. There are no such things as HTML templates. Reason is that Web Dynpro intents to support non-HTML clients as well. Hence, an application developer does not work with HTML directly, but with client-independent ui elements. Integrating your own isn't allowed for that reason.

Best regards,

Thomas

Former Member
0 Kudos

Hi,

I mean by "HTML Template" those used by the ITS in order to translate ABAP dynpro to web dynpro using "HTML template language" of SAP.

Thanks for your help

thomas_szcs
Active Contributor
0 Kudos

Hello Hassan,

Web Dynpro does not use a template language. Nonetheless, you can import the layout of a dynpro into a Web Dynpro view. The can be done by using the Web Dynpro code wizard, which can be started using the menu "edit"->"code wizard" while being at the layout tab of a view.

Best regards,

Thomas

Former Member
0 Kudos

Can you please explain what you refer to when you say template language.

regards

Phil.