Re: Display message raised at the user exit level in Web dynpro screen
hi, not sure if this works. if your user exit is getting calles inside the FPM applicaiton try this get instance of fpm using lo_fpm = cl_fpm_factory=>get_instance( ). get reference to message...
View ArticleRe: Display message raised at the user exit level in Web dynpro screen
Hi, Thanks for the information but the message is not raised in fpm. Its raised in backend sap system and have to show the message at fpm screen, Thanks and Regards,Shitanshu Sahai
View ArticleRe: Display message raised at the user exit level in Web dynpro screen
I think you should explain your scenario in more detail - where is the FPM applicaiton running- where is your user exit etc.,
View Articlebutton choice text replaced
Hi experts, I have problem with button-choice text, which somehow is replaced with text of first action (of the button-choice actions) In UIBB List configuration on Toolbar Schema tab I have added...
View ArticleRe: Display message raised at the user exit level in Web dynpro screen
Hi, The user exit is in MV45AFZZ, while debugging I found that once the user clicks on the save button on the floor plan manager the control reaches this program and after that the control again...
View Articlehow to display a pop up information message in a standard fpm application?
Hi Experts, Please let me know how to get a pop up information message in a standard fpm application? Thanks and Regards,Shitanshu Sahai
View ArticleRe: Dynmically Create a Pop up with Input fields in FPM
Hi, Can you tell me how did you resolved your problem? Thanks and Regards,Shitanshu Sahai
View ArticleRe: how to display a pop up information message in a standard fpm application?
Hi Shitanshu,the most easiest and fastet way to have a popup with some simple text on it is through the FPM needs confirmation concept. Just google the key words "FPM needs confirmation" or check our...
View ArticleFPM - Input Ready Component missing new line button
Hello Community, I am trying to use the FPM Framework to provide input ready BW-Queries in Web Dynpros. Using WDC_BS_ANLY_LIST_ALV component it was possible to create a simple webdynpro to display and...
View ArticleInitial values in FPM_SEARCH_UIBB
Hi! Is there any possibility to pre-fill the search criteria with initial values in component FPM_SEARCH_UIBB?Basically, when the user opens the UI there should be some default search criteria.Thanks...
View ArticleRe: Initial values in FPM_SEARCH_UIBB
Hi there,yes I think this is possible. In method get_data, you can fill the parameter CT_FPM_SEARCH_CRITERIA and set EV_SEARCH_CRITERIA_CHANGED = abap_true. Kind regards,Ulrich
View ArticleRe: Initial values in FPM_SEARCH_UIBB
Hi!Thx, but is there an easier solution without coding?Basically, can I finish this task with the component by default?
View ArticleRe: Initial values in FPM_SEARCH_UIBB
I am afraid, this is only possible via feeder class coding, not by configuration.
View ArticleEvent Handling in Dialog Box FPM
Hi , I have created a Dialog Box using 2 feeder class. In the first feeder class added a button to pop-up a dialog box using API and then the event is navigated to second feeder class to create the...
View ArticleRe: Create DropDown from Domain in Sap FPM
Hello Vicky, Fetch the value range table values using select query and keep those values into one internal table(it_tab_values) . In GET_DEFINITION method, assign these internal table (it_tab_values)...
View ArticleRe: FPM Close button is not visible
Hi, maybe note 1526176 - FPM: Visibility of Close Button in FPM applications helps you. regardsJohannes
View ArticleIssue with Updating BOL
Hi guys, I am facing an issue in HCM ESS portal. The scenario is, when an employee waives a particular benefit plan, some related plans also has to be dropped in back end. We have added the code tho...
View ArticleRe: Issue with Updating BOL
One more thing to add. This was working fine before the EHP7 upgrade.
View ArticleRe: how to display a pop up information message in a standard fpm application?
Hi Shitanshu, I'd say you have to create a dialog box via FLUID editor, with a simple form GUIBB in it so you can add text (or whatever FPM block you need).Then, at the event processing of your...
View ArticleRe: Display message raised at the user exit level in Web dynpro screen
Hi shitanshu, If I understand correctly your issue, I've faced exactly the same.This is how I solved it.I've created an enhancement in the form USEREXIT_SAVE_DOCUMENT_PREPARE, and after the checks, if...
View Article