Hi Experts,
When we click on New Organization for creating a customer, Customer Creation screen will appear.
But I have developed one Web Dynpro application which will shows all account groups. When user click on New Organization, i am displaying my Web Dynpro Component ( Pop Up) which will display all Account groups. When user select Account group from these pop up, i have to default selected Account Group in Customer Creation Account group field.
For these, i have created Singleton class which i am calling when user select Account group and clicking on 'OK' button, I am getting Instance of Singleton Class and i am storing selected Account Group in Static Variable of Singleton Class.
But When cursor is going to feader class(Get Data Method) of Customer General Data UIBB (Where Grouping field is present), these instance is getting lost and it is creating new instance thats why my Account group field value (which user have selected and i have stored in Static variable) is getting lost.
Please Suggest me Suitable way of doing it.
Thanks..
Regards,
Sudhir Wakodikar