Re: Click on already selected FPM OIF Tab catchable?
Hi Vivek, Any idea for an enhancement point where I can enable it? Best regards, Lukas
View ArticleRe: Click on already selected FPM OIF Tab catchable?
Hi Lukas, can you please elobrate your requiremnt why you need to click on an already seleted tab. Cheers,Jitendra yadav
View ArticleRe: Click on already selected FPM OIF Tab catchable?
Hi Jitendra, sure:we have an overview screen inside the tab from where you can navigate into details.The users intuitively click the heading of the tab if they want to leave the details to come back to...
View ArticleGroup Radio buttons controlling input fields
Hi All , I have 3 radio buttons which is grouped in teh form component . beside the 3 radio buttons i have 3 input fields , now i when i click the first radio button the input field beside the radio...
View ArticleRe: Group Radio buttons controlling input fields
Hi Pradeep, We can enable & disable the input fields in GET_DATA method.First fetch the value of Radio Button through radio button group event. CASE IO_EVENT->MV_EVENT_ID. When...
View ArticleError during Forward navigation in OIF FPM
Hi All, I am trying to implement OIF FPM configuration for an application. I am getting all the data correctly in the respective tabs. But in each tab, I need to navigate to another view, when I click...
View ArticleButtons Save and Back , Save , Cancel not appear for ESS Personal Profile
Dear experts I have add the infotype 0022 using the steps of the following Adding any Info Type IN ESS in EHP5/6 through WebDynpro Configuration However when try of Edit the data the system not show...
View ArticleRe: Group Radio buttons controlling input fields
Hi Harsha , I have created the event for radio button group. and the rasdio button group has maintained in domain level , so in debug i am getting one field , but i need to write condition for the...
View ArticleEvent on close Browser to unlock Data
Hi experts, I have an OVP Floorplan and the problem is, that by closing the Browser, all Data Locks remain in SM12.Is there an Event or Method called before closing the browser or how can I Unlock the...
View ArticleChange color/style of a row in List GUIBB?
Is it possible to change the colour or the general style of the font or/and background of rows in a list GUIBB? I have a dataset where some entries (rows of the list) should be displayed to be...
View ArticleRe: Change color/style of a row in List GUIBB?
Hi Thomas, Follow below steps: 1. Add additional field into your list structure with data element WDUI_TEXT_VIEW_DESIGN 2. Change the filed description. CLEAR ls_field_def. ls_field_def-name = give...
View ArticleFPM application using FORM GUIBB
Hi experts,Am new to FPM , am start using form GUIBB , the problem that i dont have configure group button in GUIBB component configurationeven if i open SAP demo in display mode its not...
View ArticleRe: Event on close Browser to unlock Data
Hi Sebastian, WDDOINIT( ) method will be present in webdynpro component but not assistance class.And on click of CLOSE browser button we dont have event/control that trigger's because it is browser...
View ArticleRe: Event on close Browser to unlock Data
Hi Katrice, thanks for you reply.We have already a custom close button but the application is embeded in Browser so many user close the application by pressing the close browser button because for them...
View ArticleRe: Event on close Browser to unlock Data
Hi Sebastian, We do not have control on click of Close button(browser). You need to give training to the end user to click of your custom close button but not browser based close button. ThanksKH
View ArticleRe: Event on close Browser to unlock Data
Hi Katrice, thanks for your quick response. That is absolutely annoying. SAP creates a browser based application and it is forbidden to push the browser buttons. But ok, not your fault. According to my...
View ArticleRe: Event on close Browser to unlock Data
Hi Sebastian, We need to wait and see if SAP comes out with any solutions for controlling/handling browser based buttons . ThanksKH
View ArticleRe: Error during Forward navigation in OIF FPM
Hi Divya, Refer this thread Navigate between FPM OIF Tabs which might give you idea. ThanksKH
View ArticleRe: Group Radio buttons controlling input fields
Hi Pradeep, Do u mean, to get the current selected radio button value in radio button group? Regards,Harsha
View ArticleRe: Group Radio buttons controlling input fields
Hi Pradeep, If you want to get the current selected radio button, you can get it through CS_DATA in GET_DATA method of FORM UIBB. Whenever the FPM Radio event is triggered, the CS_DATA will contain all...
View Article