cancel
Showing results for 
Search instead for 
Did you mean: 

Get values in a uibb list event

former_member202733
Participant
0 Kudos

Hi guys how are you?

Let's see if I can explain my request.

I have a uibb list, and when a click in the pencil or in the link "detalles" it loads a form.

What I need is get the ADDRNO value of the line I select before the form is loaded. Is it possible?

I appreciate any help.

Best regards.

Ronaldo S. Vieira

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member202733
Participant
0 Kudos

I solved this one, creating a dummy field in the entity and put this dummy field as hidden field in the form, because I need this value in method get_data in my feeder class. I save the value of addrno in this field in method derive_entity of badi SERVICE_VALIDATE.

But now, I need the same in method GET_ATTR_VALUE_SET of my feeder class, because I need load a combo box with municipality data, depending on a state, but this approach does not work in this case.

So, I still need a help on this.

I hope somebody knows how can I get it.

I appreciate any help.


Best regards


Ronaldo S. Vieira