cancel
Showing results for 
Search instead for 
Did you mean: 

BC-BSP: What is the JavaScript 'Document' object equivalent in BSP?

Former Member
0 Kudos

Hello experts-

What is the equivalent of the 'document' object in JavaScript in BSP?

- Vik

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181879
Active Contributor
0 Kudos

There is effectively no javascript in BSP. JavaScript is that stuff that runs in your browser, BSP is just the blank paper you write it on.

(In 610 we did support this, but it is not really used anymore and highly not recommended as it can not handle tag libraries.)

++bcm

former_member583013
Active Contributor
0 Kudos

Usage of Document object for client side javascript remais the same. For server side, use the other equivalent functions (eg. write ==> page_context->m_out->print_string etc...)

Regards,

Venky Varadadesigan

SAP NetWeaver consulting