cancel
Showing results for 
Search instead for 
Did you mean: 

BSP help reqd

Former Member
0 Kudos

HI

Im new to BSP and i have a support requirement

I have a code <htmlb:inputField id = "ConfDetailHeaderDescriptionInputField"

value = "//io_model/PT_CONF_HEADER[1].DESCRIPTION"

disabled = "false" />

Here im need to find the value stored in "//io_model/PT_CONF_HEADER[1].DESCRIPTION"

How to find out.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you´re working with data binding, so how come you want to find out the value stored in your field, if you have that value precisely in field Description of table PT_CONF_HEADER (pos. 1) of your model object IO_MODEL ??

Value is transmitted automatically by the system in a Request/Response cycle.

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Swarna,

Have to debug to know the value of the var as said by Sharmila. While i debug like this scenario,

i got the values for the var model->current_disp-studname.

But the value doesn't return while its like the following code //model/current_disp.studname.

Regards,

Anita Vizhi Arasi B

Former Member
0 Kudos

Hi Friend,

Have a debug point near the place where you need to get the value, and while debugging you can check the value you are receiving in the input field.

With Regards,

SHARMILA BRINDHA.M