cancel
Showing results for 
Search instead for 
Did you mean: 

input field with Standard value help

Former Member
0 Kudos

Hi Gurus,

Is there any standard code to generate the input field of type S_CARR_ID , so that it will gets the value help automatically from the system or we need to generate the value help to it ..?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

As srividya said , go to link for simple way to assign F4 in BSP , and there are very good blogs also for for providing F4 help but those are little complecated for initial.

just search and try.

Sachin

Former Member
0 Kudos

Hi Friend,

You can refer to the domain S_CARR_ID for your inputfield.You can get the values too as F4 help.What you are expecting can be achieved.

With Regards,

SHARMILA BRINDHA.M

Edited by: SHARMILA BRINDHA on Dec 22, 2008 7:54 AM

Former Member
0 Kudos

Hi SHARMILA,

I am new to this BSP Programming , here is the Code tried to get the value help for the Input field, but it is giving the error to use other data types STRING/DATE .... How to achieve the value help for it.

<htmlb:inputField id = "CARRID_ID"

showHelp = "X"

type = "S_CARRID"/>

Correct me if this is not the standard way of implementing the input field code.

Former Member
0 Kudos

Hi,

You have to give the input field type either STRING or DATE

<htmlb:inputField id = "CARRID_ID"
showHelp = "X"
type = "STRING"/>

and check this blog f4 help for input field

http://saptechnical.com/Tutorials/BSP/F4Help/Tutorial.htm

Former Member
0 Kudos

Dear Vikranth,

This cant be achieved by the way in which you are.This is similar to that of having a help for inputfield.Achieving that is a simple one and lots of blogs are available for that in SDN.You can refer that and your requirement can be easily achieved.

With Regards,

SHARMILA BRINDHA.M

Edited by: SHARMILA BRINDHA on Dec 22, 2008 9:09 AM