cancel
Showing results for 
Search instead for 
Did you mean: 

Start point don't work

Former Member
0 Kudos

Hello experts,

A VC problem, in design view.

I have an abap function that i checked(test & retrieve info from abap).

In the design view I have an input form, abap function & table view. All working great but... without default values. I try to add some default values(start point), but

no change occur.

Thenks in advanced,

Nadav Finish

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Since this is a form I guess you want the default values displayed to the user before sending them to the function.

Try adding the default values in the form fields' control properties dialogues. Under general tab you will find the Default value field.

Henning

Former Member
0 Kudos

Hi,

Do you want to add default values to the form or do you want to directly display the output when running?