Re: How can we find a structure from FBI View?
Hi Vimal, If I am not wrong the above FBI view contains the ROOT structure and BASIC_INFO node structure. To check the above FBI view .Goto se54->FBI*view*-> This will help. Regards,Sanket.
View ArticleRe: How can we find a structure from FBI View?
Hi Vimal, Strange. I also have such issue on one of my systems. Maybe it's obsolete object...?In any case you can use this info:Now you know UI-structure and BO-node and can enhance one of them...
View ArticleRe: How to generate a popup in Feeder classes?
Hi Vimal, Just to clarify. You have two applications. Both of them use the same FPM component configuration for FORM (which one? please share id) with location field. In the feeder class of this...
View ArticleRe: How to generate a popup in Feeder classes?
Hi Aliaksandr, Thanks for reply. I have one application where i want to raise popup.Details are as follows : Comp. Config 1 : EHHSS_INC_REC_OIF_V3Form Config : EHHS_INC_REC_OIF_BINF_FRM I have...
View ArticleRe: How to generate a popup in Feeder classes?
Hi Aliaksandr, I tried code in class CL_EHHSS_INC_OIF_CNTRLR_NEW-> method IWCI_IF_FPM_APP_CONTROLLER~AFTER_NEEDS_CONFIRMATION It works fine but the same field is available in different tab,So if...
View ArticleHow to create OVS help for custom field in OIF?
Hi All, I have a requirement where i need to add custom field and display F4 help. I have added the custom field but how to add OVS search help to field as i need to pull data from db tables based on...
View ArticleRe: FPM OVP Form raise event on input field value change
Hi Amit, 1) Create an input field and provide FPM Event id. 2) In feeder class, method GET_DATA you will get the FPM Event id. e.g. IF io_event->mv_event_id ='XYZ'. <Code> Endif...
View ArticleRe: FPM OVP Form raise event on input field value change
Thanks for replying Vimal. But my problem is how do I attach FPM Event id to the input field?Please elaborate.
View ArticleRe: FPM OVP Form raise event on input field value change
Hi Amit, Sorry for misunderstanding it. In GET_DATA there is a parameter "CS_DATA" . If you bind data to it you can see data in browser. Like normal webdynpro we don't use Set_attribute or bind table...
View ArticleRe: FPM OVP Form raise event on input field value change
Thanks for the explaining it so well. But my problem remains as is because the get_data wouldn't get called until some event is raised to call the FPM event loop. So, if I change the material number on...
View ArticleRe: How to create OVS help for custom field in OIF?
I have created field "ZZ_APPOINT_AUTH" in UIBB and in Feeder class added interface IF_FPM_GUIBB_OVS . And impleted the 4 methods given.Also in Get definaition provided the Field name and Feeder calass...
View ArticleRe: How to make fields Read only on all tabs in one go with the help of...
Hi Vimal, If you want to disable all fields in all Tab then you have implement BADIBADI_EHFND_BO_EXT_AUTH_CHECK. Then check your Condition there and Pass IV_ACTIVITY = '2'. You can see all fields read...
View ArticleUse of multiple Applications for single webdynpro component in ABAP WEB DYNPRO
I am working on a object which have multiple webdynpro applications for single webdynnpro component.How to assign a different functionality to each application bcoz when we right click on webdynnpro...
View ArticleRe: Use of multiple Applications for single webdynpro component in ABAP WEB...
Hi Sam, Different functionalities for a single webdynpro component can be achieved by many ways. Among them is the use of multiple applications. Say for example if you want different views/windows to...
View ArticleFreestyle Search Help
Hi Guys,I have createda search helpinSE11 with an Search-Help Exit.ThissearchhelpI want to fill with data at runtime (importparameters) and select only a part of data using the Importparameter. e.g....
View ArticleRe: Freestyle Search Help
Hi Julia, I think that you need to use OVS value Help to fill value at runtime.Please refer to the link below for more information:OVS Value Help - Developing Web Dynpro ABAP Applications - SAP Library...
View ArticleRe: Freestyle Search Help
Hi Julia, You can achieve this by two ways.1) OVS --> **************** - OVS help in the WebDynpro application2) If you want to use search-help, then you need to write search help exit.-->Demo on...
View ArticleRe: Use of multiple Applications for single webdynpro component in ABAP WEB...
thanks for reply , For example you want to display input fields as editable for one application and read only for other application, you can achieve it through application parameters. Based on...
View ArticleRe: Use of multiple Applications for single webdynpro component in ABAP WEB...
Create two applications viz, zapp1, zapp2. 1.Go to parameters tab of the application zapp1 & create a application attribute EDIT of type WDY_BOOLEAN and value as ' '.2.Go to parameters tab of the...
View Article