Re: FPM and using side panel chips: attachments and notes
Hi Jason, I am currently sitting with the exact same problem. I want to use the notes and attachment from the sidepanel, however the standard bssp_attachment aren't storing the documents the same place...
View ArticleRe: FPM and using side panel chips: attachments and notes
Hi Jakob, The issues I was having that started off this forum post were due to older (dodgy) support packs.... They have been fixed in recent sp's. It was around passing data to the CHIPS via tags....
View ArticleConfiguration Guide
Hey, I am looking for something like the developers guide but just for the configuration side of each GUIBB.Some of the settings are not self explanatory to me and therefore it would be neat to have a...
View ArticleHow to add a button in a list uibb
Hello Volks, I need help. I have to add a Button ( or just events to a button ) to a list uibb dynamically at runtime, which means I can't use the ~get-definition method. This means I have to do it in...
View ArticleRe: How to add buttons in Main toolbar in SAP EHSM?
Hi Vimal, I don't have experience with EHS FPM but in the past we have done this for standard FPM's using the following approaches:1. Check Launchpad configuration for EHS ( transaction LPD_CUST). If...
View ArticleRe: How to add buttons in Main toolbar in SAP EHSM?
Hi Vimal, If we have to add a new button to a toolbar, please right click on the toolbar and get the technical details like the component name, application name , etc. & and based on the...
View ArticleRe: How to add a button in a list uibb
Hi Micheal, We can achieve the required functionality in get_data method. First,Create the button and assign it to concerned action ( initially defined in GET_DEFINITION method ) at UIBB configuration....
View ArticleRe: Configuration Guide
Hi Josh, There is no specific document for this. But this link has all details in different places. Floorplan Manager - Learning Material Best regards,Rohit
View ArticleRe: How to add a button in a list uibb
Hi, Actions in the Toolbar Firstly, the actions must be defined by the feeder. This is done in the feeder method get_definition, using parameter et_action_definition. Additionally, the actions must be...
View ArticleFPM - Business Class
Hi all, I have a question about where I should instantiate my bussines class ( not a BOPF, BOL...) in a OVP/GAF/OIF component. I need access to this instance from every Feeder class (GUIBBs). So...
View ArticleNeed help to write code on toolbar button click
Hi Friends, I have a FPM based UIBB list.On the toolbar there is a SUBMIT button and as per that Standard Code is executed.When the button is clicked i need to write additional code to update a Ztable...
View ArticleException handling in Data feeder class
Hi All, I have written some code in the DATA class feeder. there i am catching some exception and i am displaying the exception using the message manager. So after catching the exception , its going...
View ArticleRe: FPM - Business Class
Hi Carmelo, Generally you have UI Layer then the Business Layer. Take a example of SRM, it will help to understand you. http://scn.sap.com/thread/3242032 SRM is using FPM the way you for OIF, they...
View ArticleRe: Need help to write code on toolbar button click
Hi NAvin, See the FPM developer guide, You will get required information after page 40.Developers' Cookbook Every Action in FPM will be triggering a EVENT ID, Please put the breakpoint in...
View ArticleRe: FPM - Business Class
Hi Rohit, And How can I access to that instance from every Feeder class (Guibbs)? Thxs! Carmelo.
View ArticleRe: FPM - Business Class
Hi Carmelo, Every feeder has standard methods like Process Event, In WDINIT raise a event with parameetrs and in Process event of feeder based on that event and paremeters process that. Rohit
View ArticleRe: Need help to write code on toolbar button click
Hi Navin, Goto PROCESS_EVENT of the feeder class, and capture the event triggered initially and write the required logic within the block of that code. IF IV_EVENTID->MV_EVENT_ID EQ...
View ArticleRe: FPM_CLOSE_DIALOG not triggered when closing dialog box
Hi Trond, We are observing similar behavior. Could you please share how you solved this problem? Thank you,Nidhi
View ArticleFPM : Navigation Between two Application
Hi All, I am developing an FPM application where, i need to navigate my control to another FPM application.I have created navigation using Launchpad (LPD_CUST), it is perfectly working fine while...
View Article