cancel
Showing results for 
Search instead for 
Did you mean: 

load data to combo box.

Former Member
0 Kudos

Hi

I am developing a ADDOn purchase indent.

in that a field project is placed.

i also added "copy to" button to load the data from indent form to purchase order form.

now the thing is the value from field "project" in indent should be copied to "business partner project" field in purchase order.

please help me in doing this task

thank you...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

1) Set combobox object to the UID(157) of the combo box of PO form

2) then use combobox.select(Value-You-Want-to-copy) to set you Value.

Sandeep

Former Member
0 Kudos

Hi

can i have a sample code for this please..

i am new for sdk.. please help me.

Former Member
0 Kudos

in business partner form use a combo box & load docnum .

Former Member
0 Kudos

can you please clearly.. i am unable to get u.

i need to load the value from the existing form to purchase order form.

this value should be loaded to po>accounting>businesspartner project . field.

which is a combo box.

how to add the data to this combo box.

please get me some hints..