cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding HTMLBusiness Functions.

former_member184111
Active Contributor
0 Kudos

Hi All,

In ABAP Workbench when we click <b>Tag Browser</b> the first node displayed is HTMLBUsiness Functions under this node there are various nodes like:

Wizards

Pushbuttons

Fields

General , etc. etc .

What is the use of these functions and how can we use them.

A simple example with code will be a great help.

Regards,

Anubhav.

Accepted Solutions (1)

Accepted Solutions (1)

raja_thangamani
Active Contributor
0 Kudos

Look at the PDF.

<a href="http://www.sapdesignguild.org/resources/htmlb_guidance/htmlb_guidance.zip">HTMLB Guide</a>

<i>*Reward each useful answer</i>

Raja T

former_member184111
Active Contributor
0 Kudos

Hi Raja,

Many thanks for the awesome PDF , But a quick snapshot of HTMLBusines Functions is appreciated.

I have already started with the PDF.

Regards,

Anubhav.

raja_thangamani
Active Contributor
0 Kudos

HTMLB was introduced to minimize the HTML code. you can create any UI(user interface) element using HTMLB without having knowledge of HTML & Javascript. So when you develop BSP application using HTMLB, you can mainly concentrate on Business logic & less on Layout design since HTMLB will take care of generating necessary embedded HTML & Javascrip.

Hope this will make u clear.

Raja T

former_member184111
Active Contributor
0 Kudos

Hi,

That was a good chunck of knowledge, but how does HTMLBusiness Functions help in acchieving all that you described?

Best Regards,

Anubhav.

raja_thangamani
Active Contributor
0 Kudos

Look at the below link. It will help you start using HTMLB in BSP:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/1a/c5133a62983c0ae10000000a114084/frameset.htm">BSP with HTMLB</a>

Raja T

Former Member
0 Kudos

hi

HTMLB greatly reduces ur layout coding .

We can take the eg of table view tag of HTMLB.

In Normal HTML one has to mention the <td><tr> for every row and column

whereas in HTMLB in one tag one can define the number of rows and column and

the tables content, table designing , table iterator etc...

HTMLB tags can be easily handeled in all the event handelers as there are predefined classes already defined to handel all the the data entered in layout and handel all the events triggered on the layout.

In HTMLB one can also use Javascript(for Client side Validations) and CSS(For designing of layout) .

U will understand the actual functioning once u start working with the HTMLB Tags.

Hope this has helped u ..

former_member184111
Active Contributor
0 Kudos

Thanks everyone for all your replies.

Best Regards,

Anubhav.

athavanraja
Active Contributor
0 Kudos

the HTMLBUsiness Functions you had referred in the initial post is "set of functions for ITS templates" they have nothing to do with BSP.

to learn more about them , you can ue the folowing link

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESITSHBLR/BCFESITSHBLR.pdf

http://help.sap.com/saphelp_nw04/helpdata/en/5f/1fb1804aee11d189740000e8322d00/frameset.htm

former_member184111
Active Contributor
0 Kudos

Hi Durairaj,

Now thats the exaxct answer!!!

Thanks a lot.

Best Regards,

Anubhav.

Answers (0)