Re: How to display data from search UIBB to list UIBB
Hi, I found the solution. Created one singleton class to set and get data and used raise_event_by_id method to call the PROCESS_EVENT method. sample code: in PROCESS_EVENT method of Search UIBB CHECK...
View ArticleFPM_LIST_GUIBB scrollbar
Hi Experts, we are facing an issue with a List GUIBB and its vertical scrollbar. We have configured the list so that all the available records to be displayed. However, when opening the dialog, where...
View ArticleRe: send mail from FPM LIST UIBB?
Hi Narasimha,unfortunately there is no standard functionality in FPM for sending emails. Kind regards,Ulrich
View Articleintegration of Business Object In FPM
Hello Experts, I'm kinda new to BOPF technology, to familiarize myself to this technology I've referred number of documents here on SDN to be honest I'm still confused what exactly, it could do to ease...
View ArticleRe: integration of Business Object In FPM
Hello learners, I'm still awaiting reply . Regards,Nagendra
View ArticleRe: integration of Business Object In FPM
Hi Nagendra, Good Evening. Hope http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0864a37-45f1-3010-ae81-c7076358a039?QuickLink=index&… will help you. Regards,Dhivya
View ArticleRe: Changing field usage in Feeder class for Lists
Hi Guys, I'm still searching for the answer to this and still not getting the desired results. I've tried editing the GET_DEFINITION method with the following enhancement code: FIELD-SYMBOLS...
View ArticleRe: Changing field usage in Feeder class for Lists
Hi Benjamin, Could please share your code?? Is there any problem with display type in the list uibb? Regards,Naga
View ArticleRe: Changing field usage in Feeder class for Lists
Benjamin, I also faced the same problem setting the read_only field in the list UIBB and it didn't work . In our requirement we have to disable the manual entry of Articles and we used following code...
View ArticleRe: Changing field usage in Feeder class for Lists
Hi there,just a small question: You say you like to change the property read_only and that it does not work. Well in your code snippet I can see this: <FS_FIELD>-ENABLED = ' 'but why not doing...
View ArticleRe: Changing field usage in Feeder class for Lists
Hi, In our requirement , we wanted to disable the entry Material number ( ERP_SLS_LO_OIF Lean Order ) dynamically ( Based on the order types ) . We did try with READ_ONLY property , but the based...
View ArticleRe: Changing field usage in Feeder class for Lists
I see, my recommendation would be to just set both read_only and enabled.
View ArticleRe: Changing field usage in Feeder class for Lists
Thanks Rebekka, This would mean we'd have to combine several bits of coding into what should be a simple job:Dynamically (for different CR types and steps) disable the Action buttons on the list UIBBs...
View ArticleRe: Changing field usage in Feeder class for Lists
Do you know which standard config was overwriting your values?
View ArticleRe: Changing field usage in Feeder class for Lists
Below is the exact code I am using at the moment - this is a copy of code I am using in the FEEDER_FORM class which works as desired.zmdgm_ui_config is a custom table containing lists of fields against...
View ArticleFPM Forms, Process not displaying in ESS/MSS Portal
Hi Friends,Thanks in Advance, I have created a process in HRASR_DT successfully, but the same is not displaying in ESS/MSS Portal. Do any body having idea on this.The same is executing fine in...
View ArticleProcess ID and Form Scenario
Hi Friends, Thanks in Advance, I am unable to find out the below standard Process ID and Form Scenario in my system. Process ID : HRPAO_US_TERMINATIONForm Scenario :...
View ArticleRe: Changing field usage in Feeder class for Lists
I am sorry, what do you mean by "standard config"?
View ArticleRe: Changing field usage in Feeder class for Lists
Sorry, that wasn't very well phrased. I was referring to whatever was overwriting the read only flag in Dingari's message.Haricharan Dingari wrote: ...but the based on SD System level configuration...
View Article