Re: How to find the Feeder class behind Incident creation in SAP EHS?
Then in feeder class IF_POWL_FEEDER~GET_ACTIONS - buttons definitions IF_POWL_FEEDER~HANDLE_ACTION - buttons actions IF_POWL_FEEDER~GET_ACTION_CONF - define an action confirmation message
View ArticleRe: How to find the Feeder class behind Incident creation in SAP EHS?
Is it POWL feeder? I described solution for POWL.If it is one of GUIBB feeders look for its name in component configuration.
View ArticleRe: How to find the Feeder class behind Incident creation in SAP EHS?
In above pic,if we click on Send button,Which Feeder class is called ?
View ArticleRe: How to find the Feeder class behind Incident creation in SAP EHS?
Maybe this can help.http://scn.sap.com/thread/3479089
View ArticleRe: Column Oder of List Guibb
Hi Liang, Usually columns are sorted by Field Name, you can not get the same order to select, where as you can change the order to display after adding them, as Ravi Kiran suggested. Cheers,Vemula.
View ArticleRe: How to find the Feeder class behind Incident creation in SAP EHS?
Hi Vimal, More often such buttons are processed in application component controller.In your case application component controller class is CL_EHHSS_INC_QAF_CNTRLR_NEW. If you have such message "&1...
View ArticleHow to make fields Read only on all tabs in one go with the help of feeder...
I have a requirement where i have to make all the fields read only in tabs highlighted below.Which is the best method to do it.? There are number of fields in all these tabs and we want to make them...
View ArticleRe: Need expertice opinion on WebDynpro ABAP vs FPM for heavy custom apps
Hello Krishna, as we've developed many "core" Web Dynpro applications and many FPM applications in our team I could summarize our experience in this area as follows:FPM is overall much faster in the...
View ArticleRe: How to make fields Read only on all tabs in one go with the help of...
Hi Vimal, Try to trigger 'READ_ONLY' event.As an example: mo_fpm->raise_event_by_id( iv_event_id = cl_fpm_event=>gc_read_only ).If it's standard application it can help you. In any case such...
View ArticleRe: How to make fields Read only on all tabs in one go with the help of...
Hi Aliksandr, I tried it in GET_DATA,it's not working. Thanks,Vimal
View ArticleRe: How to make fields Read only on all tabs in one go with the help of...
Hi Vimal,Could you share application configuration id?Kind regards, Aliaksandr.
View ArticleRe: How to make fields Read only on all tabs in one go with the help of...
Hi Aliaksandr, Component Configuration: EHHSS_INC_REC_OIF_BINF_V_FRM Let me know of anything else. Thanks,Vimal
View ArticleRe: How to make fields Read only on all tabs in one go with the help of...
earlier Configuaration was for first tab,Following one is for all tabs : Component Configuration: EHHSS_INC_REC_OIF_V3 Please try and let me know,if it's correct. Also i am new to Feeder classes, So...
View ArticleRe: How to make fields Read only on all tabs in one go with the help of...
is there a way that we write in one feeder class and it makes all fields in all tabs read only? Thanks,Vimal
View ArticleRe: How to make fields Read only on all tabs in one go with the help of...
Does it need "Determination" to be created ? We want to make all standard fields read only ,so if it requires determination ,how can we create it?
View ArticleRe: Getting reference to used components of FPM OIF component
Works like a charm. Thanks Christian.
View ArticleRe: How to make fields Read only on all tabs in one go with the help of...
Hi Vimal, If you want to make all the fields read only on all tabs, you will have to write a determination on each node under root. Since all the tabs represent one node under root. But that would be...
View ArticleAdaptable OVP
Hi Folks, Can anyone provide me information on FPM_ADAPTABLE_OVP? Regards,Sanket.
View ArticleRe: Adaptable OVP
Hi Sanket, Refer this link Context-Based Adaptations which will help you. ThanksKH
View ArticleRe: Getting reference to used components of FPM OIF component
Hi Christian, I have a question on a related issue. I created another FPM applicaiton and the used components in this case are using SDC to share data. The used component (SDC) created by the used...
View Article