cancel
Showing results for 
Search instead for 
Did you mean: 

ess/cod work information customization

Former Member
0 Kudos

HI,

We have one req,where we need to call custom bapi,in ess/cod appliacationwhich is standard DC of ess,here we are adding two dropdown fields.

In cod application we need to add two dropdown lists ,one for building and another for floor.the req is if we select building from dropdown list,then we need to display corrensponding floor information in floor dropdown list.

can some one already did ,this type of requirement ?

ur inputs will be greatly appreciated.

thanks,

vinay

Accepted Solutions (0)

Answers (1)

Answers (1)

rajendrengovend
Participant
0 Kudos

Hi Vinay,

what you need to do is use events for this, when a user does a selection in the first drop down this will trigger an event/action which will then call the actionmethod created then in that method you can call a BAPI for example to populate the second drop down box context based on the first selection.

Raj