cancel
Showing results for 
Search instead for 
Did you mean: 

ISR, SCENARIO_SET_ADDITIONAL_VALUES, drop down does't drop down

Former Member
0 Kudos

adobe livecycle designer 7.0

sap_basis 640, support pack level 18

-


We're implementing E-Recruitment. This question is regarding the Personnel Requistion that runs in MSS.

I've created a BAdI to customize my field values used in the Adobe Form.

INT_SERVICE_REQUEST_INIT works perfect, my fields all contain the correct data when the form is executed through MSS.

I've added a field to the form using the "ISR DDL no element preselected" from the Library in the ISR Controls tab.

I've bound this field to my custom field.

I've added code to populate ADDITIONAL_DATA in SCENARIO_SET_ADDITIONAL_VALUES.

I've added the KEY and LABEL field names in the "settings for input help" in the appropriate characteristic in the scenario definition.

When I click on the drop down field in the form, nothing happens.

When I test the function directly in SE37 it works correctly.

What am I missing in my setup?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Lori,

Key items for DDL are BADI method and binding

1. As mentioned by Raja,

Make sure BADI method SCENARIO_SET_ADDITIONAL_VALUES is being exectued.

2. Make sure in DDL field attributes in binding tab you have defined value list attributes.

See "B. van Prooijen" response in

thanks

sridhar

Former Member
0 Kudos

Hi,

Also check there are no unwanted scripts like making it read only etc.

don't forget to increment the index on adding values in the dropdown at te said additional values method of the QISR1 BAdi.

Hope it may help.

Thanks and Regards,

Anto

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you all. To test, I hard coded 2 keys and labels in the additional_values table. These 2 DO appear in my drop down. The function module does not appear to recognize a screen value being entered. It's part of the code used to determine the drop down values, which is why there are no drop down values. thank you again, points have been awarded.

Former Member
0 Kudos

Hi Lori,

Did you trigger event on click of dropdown?

Check that out.

Regards

<i><b>Raja Sekhar</b></i>