List ats uibb - drop down list
Hello everybody. I need to do a drop down list column in the table.In regular i use the fixed value table in the field catalog table in the get data /get definition table.However now i need that for...
View ArticleRe: How to expand screen called by "launch url".
Try the following code: DATA: lr_fpm TYPE REF TO cl_fpm, lr_comp TYPE REF TO cl_wdr_component_usage, lr_window_manager TYPE REF TO...
View ArticleRe: How to expand screen called by "launch url".
Hi guys,please, please DO NEVER USE NONE PUBLIC APIs. This might help in the short run but may lead to catastrophe in the long run. CL_FPM is internal, the public interface is IF_FPM. Kind regards,Ulrich
View Articlesearch criteria not filled correctly in search uibb
Hi, I have a problem with the search criteria in my search uibb. When I use operator 'starts with' or 'contains' the search criteria in methods PROCESS_EVENT and GET_DATA is not filled correctly. In...
View ArticleRe: search criteria not filled correctly in search uibb
Hi Rebekka,I assume that the data type of the attribue is something string-like, i. e, it is not numeric. Thus the low value contains the leading zeros. That just how alpha numeric input fields work....
View ArticleRe: search criteria not filled correctly in search uibb
Hi Ulrich, thanks for your reply.Yes, as I mentioned, the fields are of datatype CHAR, so they are not numeric.The problem is that i wanted to use the search conversion class provided in the method...
View ArticleRe: search criteria not filled correctly in search uibb
Hi Rebekka,that is right, in the feeder class of the search uibb, in method get_data, if the event id is FPM_EXCEUTE_SEARCH just always call the statement "shift 'low'-valueleft deleting leading '0'"...
View ArticleRe: List ats uibb - drop down list
Hello Bar,it is possible to do that. Here is an example:...
View ArticleDynamic disable/enable print preview purchase order in active queries
Hi Guru'sI have srm7 and i need to enable/disable dynamic button print preview of purchase order in active queries depent of the status of the selected Item.Any Idea how to solve it?thanks in...
View ArticleRe: List ats uibb - drop down list
Bar, Just a quick note...... this is available in recent systems only. First check whether you have the field attribute FIXED_VALUES_IS_ROW_SPECIFIC in the structure: FPMGB_S_LISTFIELD_DESCR. If you...
View ArticleRe: How to expand screen called by "launch url".
Ulrich,In the case of CL_FPM I see that in the description it is mentioned as "Internal". What is the standard way to figure out the given class is "Internal"? Thanks & Regards,Chadnra Indukuri
View ArticleHow to add Freely programmed F4 help in FPM form UIBB on button click?
Hi Experts, We have a requirement to create an freely programmed f4 help(Webdunpro application) which should be shown while clicking on a button in Form UIBB, I see that WD_VALUE_HELP parameter can be...
View ArticleRe: How to add Freely programmed F4 help in FPM form UIBB on button click?
Hi Saya,unfortunately that is not possible. The only way where the freestyle F4 help in Form UIBB works is this: You need to fill the attribute WD_VALUE_HELP with your freestyle F4 value help component...
View ArticleRe: How to expand screen called by "launch url".
Hi Chadnra Indukuri,good question, you can figure this out by looking at the package interface. This can be done e. g. via SE80: Here you will see the package interface, you can access all objects...
View ArticleRe: Passing custom URL parameter to a FPM app
Although the reply is a million years too late you can refer this recently posted threadWD ABAP - Reading the URL Parameters for FPM applicationUse the DOINIT method for the COMPONENTCONTROLLER that...
View ArticleFPM Search UIBB - Gray out fields
Hi, How to Gray-out or non-edictable the input field in SEARCH UIBB, based on some other field in Search UIBB. For Example, If i select some country, then input fields relevant to those fields be...
View ArticleRe: FPM Search UIBB - Gray out fields
Hi Saurabh,you can set the input fields to read only. When the user press enter, in some search input field, then a FPM event is being raised. As a consequence the feeder class method...
View ArticleRe: FPM Search UIBB - Gray out fields
Thanks Miller ! But that logic is not working. Instead of Graying out the field, it simply hide the field. Can you please share the complete code sniipet here for the reference.
View Article