Start of Content Area

Background documentation Step 3: Changes to the Look and Feel  Locate the document in its SAP Library structure

After <sf:SimpleForm> is implemented, there may be requirements for visualization, such as in our example that all field names should be formatted in bold.

This is the advantage of composite elements. Instead of having to individually change all of the BSP elements that were already created, you only need to make one small change to a single BSP element.

Within the coding for <sf:SimpleFormItem>, the change

from: label->text                = me->label.

to: CONCATENATE '<b>' me->label '</b>' INTO label->text.

causes the following task:

This graphic is explained in the accompanying text

 

 

End of Content Area