cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP RESTful Programming - Unmanaged with Draft Value Help with Binding not working

grigore_turcan
Explorer
0 Kudos
482

I created an app using Unmanaged with Draft(early numbering). I have a Header and an Item level.

At the Item level I have some fields with Value Help which have additional bindings related to the fields defined at the header level. When I am creating a new Iteam with Draft the fields derived from the header are initial. If I can put default value to these binding fields during the creation of the item I would solve my issue (I tried in method earlynumbering_cba_items)

Also I have to set some default values for some of these fields based on the header level fields.

Accepted Solutions (0)

Answers (2)

Answers (2)

grigore_turcan
Explorer
0 Kudos

Yes, the views are exposed, and everything works if I read from original Database Table. But when I am creating a new line item in draft the values are not read from the header:

pmcfarling
Participant
0 Kudos

If you're having issues with your value helps, are the views expsoed in your service definition and service binding?

You need to use a determination to set default values.

Not sure I understand your issue.