E-Recruiting: TEXT change through application configuration

Hi,
When i am replacing texts of different text elements through application configuration(Web dynpro context), I find the spaces preceding and following the text matter being ignored while displaying the same on the front end.
Texts on different lines are shown in a continous  pattern, rather than showing in on different lines.
I want to show them as i configure in the application configuration.
Any help is apprreciated.
Thanks,
Suresh

Hello Suresh,
there are basically two ways of changing e-recruiting texts in web dynpro. As most texts are OTR texts, after implementing BAdI BTFR_CONTEXT, you can create customer contexts on the standard otr texts which will replace them in the ui. This was the only solution in BSP ui and is still very popular. The only restriction is that you can only have one alternative text.
If you want to change the standard text in different customer texts as you want to have different descriptions for different target groups you can only use the web dynpro configuration. Unfortunately web dynpro configuration seems to change with every basis support package. At least in e-recruitng there are at 3 or more different ways to change the configuration for fields and roadmaps depending on the SP you use. I know that when we started with web dynpro for e-recruiting you could not change texts longer than ~40 characters and clearing an otr text resulted in the display of the technical name instead of an empty text.
So far I did not met your problem in detail, but it could be a bug. So if you are on an older support package check the service marketplace. If you are on a current sp or cannot find a solution try to open a support message.
If you need a quick fix, check if you can use the OTR context for a interim solution.
Best regards
Roman

Similar Messages

  • E-recruitment - Text Changes - High Priority

    Hi,
    Which is the best way to change standard text accross the e-recruitment webdynpro applications.
    Example: If the term requisition is to be rrenamed to XYZ. what is the best possible way to do the renaming, so that the changes appear in all the applications consistently
    regards,
    David

    Hi,
    the most efficient way here is creating customer contexts for the different standard OTR texts and replace the standard text. As the change is UI independent it is much faster than changig every web dynpro using the web dynpro configuration.
    Rgds.
    Roman
    PS: don't forget to refresh the OTR buffer using /$OTR
    PPS: overall I would not recomment replacing central standard terms of an application by customer ones. If you replace something like requisition you will probably get into trouble later as all SAP documentation will not be understandable to your project members and all communication between end users and developers or your company and SAP for bug repors will not be understandable if people are only used to their own terms instead of the standard ones.

  • Reg: Tabstrip  tab text change through program.

    Dear all,
       I am using tabstrip in my program, my requirement is to change the text of the tab dynamically in the program .
    please help me in this regard.
    thanks in advance.
    Haritha

    can u please make it clear  that u want to change tab text when u click on any button
    or mouse move
    regards
    anil

  • How to call the Application configuration in run time.

    hi guru,
    i have created two  Application configuraton   and it working fine.
    my question how to call the application configuration in run time.
    Example :
    Based on the user i want to change the Application Configuration.like Super user and Normal user.
    Advance thank's
    Regard's
    Vivekanathan.S

    Hi,
    Please try out this way-
    Have a look at this table -
    WDY_CONF_APPLU - (Customizing Data for Web Dynpro Applications).
    after you are done with the configuration--
    Ge the config id for the given application from this table. And depending on the user get an entry from this table and display accordingly.
    Please refer to these links -
    different default layouts for different CONFIG_IDs
    Get WDCONFIGURATIONID
    Regards
    Lekha

  • Custom Application Configuration not pulling the data in E-Recruiting

    Hello,
    My requirement is to make some fields 'required', hide some buttons, change button texts & hide some columns in standard wd component (ERC_A_REQ_MGMT) delivered by SAP. So I created an application configuration and component configuration and did the layout customization. Now in the application I am passing this new configuration name with the parameter (sap-wd-configId)(......sap/bc/webdynpro/sap/erc_a_req_mgmt?sap-wd-configId=ZZERC_A_REQ_MGMT)
    As this is a portal environment, in LPD_CUST, In the application parameters, I've used this parameter (sap-wd-configId=ZZERC_A_REQ_MGMT). The custom application is displayed, however, the data is not being passed to this custom configuration, so when I open a exisiting requisition from dashboard, this is shown as empty screen (like a new requisition), but when I take off this parameter from the lpd_cust, the standard app is working fine. Can you please help me understand why the data is not being passed to the custom application configuration?
    Really appreciate your insights.
    Thank you.

    Hi,
    We faced the same issue in SAP E-recruiting EHP4 solution. The reason is, the configuration which is assigned statically in FPM editor is loaded after the OVERRIDE_EVENT_OIF and thus discards all context nodes which have been already initialized. Afterwards, the context node of has no value anymore and the field on UI doesnu2019t display anything.
    Remove the static component configuration in the FPM editor and use the following code in the wddoinit method of the view V_GEN_JOB_INFO. This assignment happens at the runtime.
      data: lo_api_controller          type ref to if_wd_component,
            lo_pers_manager            type ref to if_wd_personalization,
            ls_configuration           type wdy_config_key,
            lt_config_table            type wdy_config_table,
            ls_config_header           type wdy_config_header,
            lo_fpm                     type fpm_s_runtime_info,
            ls_fpm                     type fpm_s_runtime_info.
          lo_api_controller = wd_comp_controller->wd_get_api( ).
         lo_pers_manager = lo_api_controller->get_personalization_manager( ).
         lo_fpm = wd_comp_controller->go_fpm->get_runtime_info( ).
        ls_configuration-config_id    = u2018ZERU_REG_REQ_MGMT_UIu2019 u201C Your Component configuration name
        lo_pers_manager->load_config_by_key( ls_configuration ).
       Thanks,
       S Rajkumar.
    Edited by: Rajkumar S on Aug 24, 2010 7:54 AM

  • Application Configuration changes not showing in Portal

    Hello Guru's,
    We are on EP 7.02 and EhP6 on backend.
    We are using WDA based ESS Applications.
    We have a requirement to hide Directory and Index tabs on ESS Homepage .
    So followed the below steps to do the same:
    1. SE80 - FPM_OVP_COMPONENT
    2. Application  HRESS_A_MENU - Application Configuration ZHRESS
    3. Start Configurator - and click on Component Configuration to hide the tabs.
    4. Done with the changes and modified Overview page in Portal to have the new Aplication Configuration.
    The issue is, for me it is working fine, it is hiding the tabs and showing only the Map. But for other users it is showing all the tabs Map, Directory, and Index.
    Please help. And also when a user does personalization in Portal where do the changes  go ?
    Thanks,
    Pramod

    Hi Pramod,
                     How were you able to solve this issue. I am having the same problem. I did the Z copy for all the standard configuration and assigned the custom role ZESS to ZHRESS_CC_MENU_AREA_GROUP. When i change the the options in general settings to invisible for MAP and Index , I can see the tabs getting hidden in the preview mode.In portal the changes are not getting reflected. You said about enhancement. Could you please explain what you did ? . Your help is greatly appreciated.
    Thanks,
    Vishnu

  • ESS EhP 5 Application Configuration Change?

    We installed the WDA ESS EhP 5 business package. For the Leave Overview application HRESS_A_PTARQ_LEAVREQ_APPL, I copied and modified its application configuration HRESS_AC_PTARQ_LEAVREQ and component configuration HRESS_CC_GUIBBL_PTARQ_LEAVREQOVV to Z versions with the deep copy feature. Now, I would like to know the recommended approach to get the SAP standard application HRESS_A_PTARQ_LEAVREQ_APPL to use my Z_ESS_AC_PTARQ_LEAVREQ instead.
    The confusing thing for me is that the Portal only has a single top level iView named Overview which calls the application HRESS_A_MENU. Thereafter, the other applications within ESS seem to be called from inside WDA applications specifying the standard application configurations. What is the recommended way to override the application configurations used for applications that are within a chain such as Employee Self-Service>Working Time>Leave Overview?
    Thanks in advance.

    Nevermind. I found where (in transaction LPD_CUST) to do this configuration change.

  • Regarding changing the application settings for Financial management (BPM)

    Hi,
    I have built the sample Comma application in HFM 9.3.1 using the BPM functionality from workspace as outlined in the documentation. The consolidation rules are set to "N" for this application when I open the XML using the window client. Can anyone tell me how I can change this to "Y" through workspace and load the application again. Since its a BPM application it does not allow me to load from window client. How to modify the application properties of a Financial manegement application through workspace (BPM). Any help will be appreciated.
    Thanks in Advance......

    If you extract your application from the web using the extract tasks, check on the Financial Management Application format, this should provide you with a file with an app extension something like this:
    hfmmetada.app
    When you hit extract and then click on 1 Click here to download, then save, on the save as file type button, make sure is .app; then open your app file with a text editor, change the application settings for ConsolidationRules=N to Y.

  • Creation of an Application Configuration and corresponding Component Config

    I try to create an application configuration , by going  to the object tree at the left hand side and do right click on the application object and select Create/Change Configuration
    but i get the following error text  : Screen output without connection to user.
    why ?
    any help

    Hi,
    i dont see this problem ever.
    Please check this Article to create Application configuration.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b52e13c3-0901-0010-8fa6-d11a51821b7c
    Thanks
    Suman
    Edited by: suman kumar chinnam on Sep 17, 2008 2:25 PM

  • How to make changes through JAG without affecting manual changes in jspx?

    hi,
    In our Application , we are using JHeadStart for creating JSPX pages. We made manual changes to some component in Jspx page. Now I has to change TextBox Component to LOV (List Of values) Component. So I made changes in the ApplicationDefinition. xml file. Now If I run the ApplicationDefinition File, the Manual changes (adding setActionListener,creating ManagedBean, etc...) whatever I had made to the particular page is updated to its own default page based on ApplicationDefinition.xml.
    So , is there any possibility that manual changes made to jspx file should not be affected even if we make changes through ApplicationDefinition.xml file.
    Thanks,

    You should write your customizations in generator templates before you JAG. You can add your customizations to affect various components, beans, etc. You then configure these templates to be used by JAG. Once you do this you do not need to re-write your customized code. You will need to know the basics of VTL (velocity template language) as all the templates used by JAG are written in .vm files that use VTL.
    For a more detailed understanding of how using and implementing customized templates read Oracle JHeadstart 10g for ADF Developers Guide, chapter 4.7
    Regards,
    Amit

  • Unable to load application configuration?

    All of a sudden, a couple of weeks ago, adobe flash stopped working in Internet Explorer 10. I've gone through all the steps I can find on the forum to try to get it
    to load. I even uninstalled it and the plug in for firefox, but it still wouldn't download, even directly. The error message that boinks and shows up as the exe file is installing it is:
    Unable to load application configuration.
    I'm running windows 7 pro 64 bit, service pack 1
    Internet Explorer 10, 10.0.9200.16635   v 10.0.7
    Adobe Flash version is gone, now that I uninstalled it to try to install, but was trying to install the update that it alerted me to, that is version 11.8.800.94, I think.
    I went away from IE when there was no adobe flash for 64 bit, but came back and have enjoyed it. I see others have had similar problems, seemingly around installing an update.
    Thanks for anyone's help.

    Download and run the offline installers from http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_header (nder the heading Progress bar hangs...).

  • Error while creating Application Configuration as given in WDP-tutorial5

    Hi All,
    I'm a beginner to webdynpro ABAP. I tried the example given in
    'Web Dynpro for ABAP: Tutorial 5 u2013 Component and Application Configuration', but got stuck when tried creating  an Appication Configuration.
    ie. in Web dynpro application create/change configuration  after giving the configuration name I clicked on create in the browser, but it resulted in a error message saying
    'Error sending data, session terminated ' of termaination type TH_RES_FREE.
    Please suggest me a solution to resolve this.
    Regards,
    Manoj Kumar P

    That sounds like lower level system problems - like like of available memory.  That doesn't sound like a normal application error or even a short dump.  You should have your Basis administrator look at the system logs for that time period.  Does this happen every time you try this particular action?  Have you checked ST22 to see if there are any other details on the error?

  • ABAP Web Dynpro: Application Configuration vs Admin Personalization problem

    Hi,
    I created an application configuration for the application MT_ORDER_APP with a component configuration on RPLM_MT_ORDER_COMP.  I changed several Labels and UI Element visibility... and saved.
    When I test this application config for viewing an order of type ZX99, I don't see my changes.  If I right-click on the page, I see that the configuration Id used is MT_ORDER_ZX99.
    Why my Z config is overrided by this one???
    By testing in Admin mode, I discovered that I can personalize this MT_ORDER_ZX99 Config.... But then, the changes are visible to all users viewing ZX99 type orders.
    How to manage to make my Application Config highest in priority?

    Hi,
    how did  you  open in administrative mode?
    to open in adminstrative mode do as follows:
    In se80 ,i.e in the menu bar:
    Web Dynpro Application->Test->Test in Administation mode.
    i hope u can see the option "Settings for surrent config" .
    you can refer the thread.
    [Re: ABAP Web Dynpro Application changes in Administation mode]
    Priya.

  • Error while application configuration

    Hi All,
    While doing application configuration, following error was encounterd.
    "The following error text was processed in the system SEC : Screen output without connection to user "
    I am sending details of error.
    Error when processing your request
    What has happened?
    The URL http://bomw087a.in002.siemens.net:8001/sap/bc/webdynpro/sap/configure_application/ was not called due to an error.
    Note
    The following error text was processed in the system SEC : Screen output without connection to user.
    The error occurred on the application server bomw087a_SEC_01 and in the work process 1 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    SYSTEM-EXIT of program SAPLSKEY
    Function: TADIR_OBJECT_CHECK of program SAPLSKEY
    Function: CHECK_ACCESS_KEYS of program SAPLSKEY
    Method: CHECK_TROBJ_BEFORE_EDIT of program CL_WD_CONFIGURATION_MODEL=====CP
    Method: FILL_APPL_CONFIG_CONTEXT of program CL_WD_CONFIGURATION_MODEL=====CP
    Method: UPDATE_APPLICATION_TREE of program /1BCWDY/1AA7FKM75T65WGDCR1RV==CP
    Method: IF_COMPONENTCONTROLLER~UPDATE_APPLICATION_TREE of program /1BCWDY/1AA7FKM75T65WGDCR1RV==CP
    Method: ONACTIONACTION of program /1BCWDY/1AA7FKM75T65WGDCR1RV==CP
    Method: ONACTIONACTION of program /1BCWDY/1AA7FKM75T65WGDCR1RV==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/1AA7FKM75T65WGDCR1RV==CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system SEC in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server bomw087a_SEC_01 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 1 in transaction ST11 on the application server bomw087a_SEC_01 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 800 -u: IC007322SM -l: E -s: SEC -i: bomw087a_SEC_01 -w: 1 -d: 20071214 -t: 171249 -v: RABAX_STATE -e: DYNPRO_SEND_IN_BACKGROUND
    Thanks,
    Rahul

    Hi Rahul,
    this seems to be a flaw in the configure_applicaton web dynpro application. As a temporary work-around you might want to use the old configurator ..webdynpro/sap/configure_application_old (activate pertaining node in SICF if not yet done). I had the same problem and the old configurator did the job.
    Regards,
    Sebastian
    P.S. There are several postings regarding this topic in this forum..

  • How to get the source code of an HTML page in Text file Through java?

    How to get the source code of an HTML page in Text file Through java?
    I am coding an application.one module of that application is given below:
    The first part of the application is to connect our application to the existing HTML form.
    This module would make a connection with the HTML page. The HTML page contains the coding for the Form with various elements. The form may be a simple form with one or two fields or a complex one like the form for registering for a new Bank Account or new email account.
    The module will first connect through the HTML page and will fetch the HTML code into a Text File so that the code can be further processed.
    Could any body provide coding hint for that

    You're welcome. How about awarding them duke stars?
    edit: cheers!

Maybe you are looking for

  • How do i transfer the songs on my IPOD to itunes on the computer?

    i have my IPOD which is full of songs, and my itunes which has no songs. I want to transfer the songs on my IPOD to itunes on the computer

  • Gatekeeper

    Gatekeeper ruined my dashboard development completely. No security certificate for Dashboard Widgets. Here are some tips to fix this: “App can’t be opened because it is from an unidentified developer” Since OS X Mountain Lion, the Mac defaults to pre

  • Scenario File-XI-RFC-File

    hi, I have send a file to a RFC  using XI.The RFC.response is being received by XI correctly in XI Monitor. Now,I need to send this RFC.response to Flat file. For this,What i need to do? The only way is using BPM? ¿all the interfaces should be async?

  • "We could not complete your request." (WHAT?!)

    i can't download/update any app...its said "There was an error in the App Store. Please try again later. (-1003)"....what's that mean?

  • Delete single photos in photostream

    How do I delete one og more pictures from photostream? I've already found out that I can delete my entire photostream "library". But it should be possible to mark and delete 1 or more photos. Does anybody know how to do that? If it's not possible: AP