Re: How to identify which POWL screen has been used?
Thanks Yugesh,Issue resolved.Appreciate your help. ThanksKH
View ArticleRe: Feeder class enhancement for Incident creation(EHHS 3.0)
Hi Sanket,I tried again and it worked. There is some IDR override in Near Miss which was not showing my validation message so I added pre exit to do validation but I could save data in my PROCESS_EVENT...
View ArticleRe: The ASSERT condition was violated in FPM
Hi Ajeet,I am not doing anything with standard classes,Actually we are getting this error after putting 2-3 values in the change request screen. I have also checked all the classes and all are active...
View ArticleRe: Feeder class enhancement for Incident creation(EHHS 3.0)
Hi Sanket,My webdynpro component has IF_FPM_UI_BUILDING_BLOCK in my component.I have tried to put code in PROCESS_EVENT this but in certain scenario I do not get control in my proces_event. I need to...
View ArticleRe: Where is the code mentain for Submit and Check button ?
Hello Biren patro, For Check button there is no such code written.It triggers each and every consistency validation.If you want some piece of code to be written then write a validation. Hope this helps...
View ArticleRe: Method OVERRIDE_EVENT_OVP is not triggering
Hi Pavan,Have you maintained your WD component as a Application controller in your fpm application.??If not first maintain that as per below screen shot, thn save your component configuration.Place a...
View ArticleRe: How to programmatically create FPM popup window or new UIBB for OVP...
Hi Alex,1. You can create new UIBB by using the APPCC controller class by implementing IF_FPM_OVP_CONF_EXIT interface and implementing OVERRIDE_EVENT_OVP method.Use IO_OVP type IF_FPM_OVP and call...
View ArticleRe: HCM Form Scenario Integrate with FPM in WD ABAP
Hi Soumya, In HRASR_DT T-code Form Scenario is assigned to a Process to start the step and in Form Scenario we define Fields which can be infotype fields or custom fields also Back-End Services is...
View ArticleRe: The ASSERT condition was violated in FPM
Hi Biren, Check what is the data type of the field. Check the flush method. Usually this error comes when an unimplemented method is being called.Regards,Ajeet
View ArticleRe: HCM Form Scenario Integrate with FPM in WD ABAP
Hi Soumya rudra, Take a look into class CL_HRASR00_FPM_FEEDER, get_data method. Hope this helps. Regards,Sahir.
View ArticleAccess W4 WDA Overview screen in Personal Information
Hi Gurus, I have a requirement where I need to access W4 application view in personal information overview page as another block along with Address, bank information, W4 is going to be another one...
View ArticleA copied component configuration doesn't work
Hi people, I want do conform an application configuration in NWBC.Therefore I copied the application configuration and the component configuration into Z-namespace and assigned the Z-component...
View ArticleRe: A copied component configuration doesn't work
Hi Barbara, As i understand from your problem you want to hide some unnecessory uibb. 1. For that you can personalization Web Dynpro ABAP that takes place atruntime and settings can be made by end...
View ArticleHow to show all steps in FPM GAF Application
Hi, My application has 20 steps and I want to display all the steps always instead of showing first few steps. Please let me know how can this be achieved ? Thanks in Advance. Regards,Aleem.
View ArticleRe: SRM FPM_SAVE
Hi, It seems that you are using an OIF Floorplan.Usually, the Save button is shown in the toolbar, simply check the configuration, it fires the FPM_SAVE event. Check whether you have Application...
View ArticleRe: Access W4 WDA Application in Employee personal profile application
Hi, There are plenty of documents out there about ESS customization, have you checked...
View ArticleRe: How to provide different color for each series in webdynpro Business...
Hi, You should use the Chart Designer.Right-click your Business Graphics in SE80 or use program GRAPHICS_GUI_CE_DEMO to produce an XML customizing file. Check also :...
View ArticleIs possible to get OVP instance without FPM?
Hi Experts, I know the approach to get OVP instance from FPM instance:lo_fpm = cl_fpm_factory=>get_instance( ).lo_fpm_cnr_ovp ?= lo_fpm->get_service( cl_fpm_service_manager=>gc_key_cnr_ovp...
View ArticleRe: Feeder class enhancement for Incident creation(EHHS 3.0)
Hello Nilesh, Would like to know whether your WD component is visible or not. By visible I meant is currently active on the screen. If its not active on the screen then you will not be able to get...
View Article[Search GUIBB] Hide operator
Hi, Let's say that there is only 1 available operator (equals for instance) that I would like to hide to the user.Is this possible to hide operator in Search GUIBB?I though I had seen this in 7.31 or...
View Article