Re: EX-PLACE navigation does not work in Portal
Hi Jens, I came across one SAP note. Navigation from FPM Search Result Lists SAP Note Number: 1879171I have handed it over to the Basis team here for analysis. In the mean time, I have implemented...
View ArticleRe: EX-PLACE navigation does not work in Portal
Hi Ajith,thanks for the info. Then note may indeed solve the issue - there is a good chance. It was written 19 month ago, and I forgot a little about it.Thanks for pointing my attention back to it!Best...
View ArticleRe: FPM: Application Specific component controller
Hi Vivek - Somehow I can't follow the demo fully as a few things are not clear for me. For example the override_event_oif is not getting triggered in my case, may be I am a bad follower Anyways, do...
View ArticleRe: FPM: Application Specific component controller
Somnath, Try testing demo application FPM_DEMO_OIF_ADMIN_Advanced from SE80 transaction in your system. Before execution put a break point in METHOD override_event_oif of COMPONENTCONTROLLER of...
View ArticleHow to find the custom logic in Standard webdynpro component FPM_GAF_COMPONENT
Hi Friends, I am creating shopping cart. while creating when I click on Order button it is giving the custom error message. I have right clicked on order button and then clicked on more field help and...
View ArticleFPM error message- Not able to highlight field
Hi Experts, I have got a strange problem in my OIF application. I am raising errors by writing code inside my feeder class for form GUIBB. I am doing it the 'usual' way which is by modifying the...
View ArticleRe: FPM error message- Not able to highlight field
Hi Saikat, 1. Is it a LIST UIBB? if yes, you need to ti define "line_index"lwa_message-line_index = 1 "(e.g. the first line has error)2. If its not a List, then try to change the field to input field...
View ArticleRead data from HRESS_C_CATS to custom fpm component
Hi Guys, We created an attachments table in ESS->Record Working Time->Release View.My question is: during the process_event of our custom fpm component, how can I read the data entered in Record...
View ArticleRe: Read data from HRESS_C_CATS to custom fpm component
Hi, you need to be more specific, we could not (or we do not need to ) know and see your FPM component.So you need to inform us what kind of FPM is that, what have you implemented. I assumed you are...
View ArticleRe: Event on close Browser to unlock Data
Hello Sebastian, I solved the browser close problem enhancing the class CL_FPM, to release locks/resources (since the exit event is not propagated from WD to FPM). To do this our own methods have to be...
View ArticleRe: Read data from HRESS_C_CATS to custom fpm component
Hi Steve, Thanks for the reply.Excuse my limited knowledge as I'm new to FPM. If you're meaning whether we're using FPM_LIST_UIBB_ATS and the likes? No. We're using a custom web dynpro that makes use...
View ArticleRe: Enable user at runtime to adjust column width of list-uibb
Hello Jens , Sorry for Cross answering, how shall we provide users with a default column setting and width in ATS LISTs? Entering the Width in configuration seems far too much afford. ( Nobody want's...
View ArticleDisplaying zeros as blanks in list column not working
Hi, I designed an FPM application with a list UIBB. One of the columns of the list has numerical values (NUMC 10), mostly zeros. I am trying to get rid of those zeros by displaying them as blanks, but...
View ArticleRe: Displaying zeros as blanks in list column not working
There was an image supposed to be in the text. The resulting column in my application looks like this:
View ArticleRe: Enable user at runtime to adjust column width of list-uibb
Thanks a lot jens! Actually even a customzing seems to be created if not existing. Nice. And sorry for stupid beginner questions. (Just evaluating this stuff and need to make it easier for all...
View ArticleRe: Enable user at runtime to adjust column width of list-uibb
Hi Uli,you can also use sap-config-mode=config. If your list configuration allows creation of new views, you can save then your settings as a new view on configuration level (in any package). However,...
View ArticleRe: FPM error message- Not able to highlight field
HI Steve, Thanks for your response. I have List as well as Form GUIBBs but whatever that you are saying, I have done. In case of List I have assigned the index field and all my fields in the form are...
View ArticleLIST UIBB- Row specific field attribute change
Hi Experts, I am using a List UIBB ( FPM_LIST_UIBB ) in my OIF application to show material data.Now the requirement is that, for every row on a condition we will have to make all fields (of that...
View ArticleData transfer between GUIBB using events
Hi Experts, At the moment I'm trying to pass data between GUIBBs by using the events and setting the data to the event data. In detail: I do have 3 GUIBBs a search, a list and a chart (in fact only two...
View ArticleRe: FPM error message- Not able to highlight field
Hi Saikat,in the FPM_LIST_UIBB the field references get lost if the messages are issued in PROCESS_EVENT and new data are set in GET_DATA (as EV_DATA_CHANGED = ABAP_TRUE). If you do not indicate data...
View Article