EHP4- Webdynpro Screens

Hi All,
I am working on Appraisals -EHP4-OSA.  There are some configurations in the back end where we define the text of the appraisals at template level,when we open this on portal webdynpro screens the text will be displayed automatically.
The problem i am facing is that i do not have idea on how to control the text and hopw to include a hyperlink in the text.
Ex: i wamt to give text as paragraphs but it is not taking ,instead its coming as one line
OBJECTIVES
Personnel
Professional  ... its taking as one line in portal---like-objcetives personal professional
Please provide your ideas  and suggestions how to control the text .
Regards
VK

Hi,
If you want to use BSP application on portal create iviews giving following path for appraisee/ appraiser etc
1. documents_received_open2.htm (For Appraisee)
2, document_todo.htm (for Appraiser)
Thanks!
Best Regards,
Chetan Shriraj Wahane

Similar Messages

  • OCI catalog in EHP4 Webdynpro screens

    Hi Folks,
    As of ECC6.0 it is possible to use an OCI compliant catalog from the PO and PR creation screen.
    Do any of you know how to anebla that in the "new" webdynpro screens for creating PO's and PR's either via business client or portal?
    Thanks in advance.
    Thomas

    Hi Vinit
    We're in the exact same situation today. Did you ever solve it? We're able to call the external catalog via OCI and would like to import the http post response containing the catalog items back into our own webdynpro java app. Would be great if you could share your solution.
    BTW: we're not using and do not plan to use SRM
    Thanks and best regards
    Renaud

  • F4 help for Time field in Webdynpro Screen

    Hi Experts,
    I'm using TIMS data type for my Time field. In ECC we will have F4 function for the same data element, but in Webdynpro screen, am not getting the F4 help.
    I got some information from SCN that I need to go for some custom search help. But with which reference to the table, am I want to create it.
    Please let me know, is there any other possible way to create F4 for time field for webdynpro.
    Even I tried to use some standard search help, but am getting an error as 'Sending of dynpro ' ' not possible. No window system type specified'.
    Expecting valuable information from you experts.
    With Regards,
    RAM.

    Hi RAM,
    For time field, there is no SAP delivered search help in WDA , so we need to go for freely programmed search help.
    Please refer the below link, in which Mr. Thomas, has provided the links for search help document you can follow and create new search help component
    and also nugget of the component which can be imported using ZSAPLINK program.
    search help for time
    Regards,
    Rama

  • ABAP Webdynpro: Creating a table on webdynpro screen to enter new data.

    Hello Experts,
    Does anyone know, how to create a  table on webdynpro screen that can be used to enter new data in database?
    I have tried to create a Table UI element (with Standard Cell Editor as Input Field) but it is "Display only" if there is no data in the table. This means, while you can use it to modify the data if some data already exist, but you cannot use it to enter new data if no data already exist. What I am looking for is something similar to a Table Control (or Step-Loop) functionalty of a traditional (non webdynpro) SAP screen. How to achieve this in Webdynpro for ABAP?
    Thanks in advance.
    ABAPer

    Even if no data is not there,  you can pass blank work areas to table, so now table will blank rows where you can enter the data even if  previous data is not there.
    below is the sample code to get blank rows in table in  order to enter data.
      DATA LO_ND_N_EDUCATION1 TYPE REF TO IF_WD_CONTEXT_NODE.
      DATA LO_EL_N_EDUCATION1 TYPE REF TO IF_WD_CONTEXT_ELEMENT.
      DATA LS_N_EDUCATION1 TYPE WD_THIS->ELEMENT_N_EDUCATION1.
    navigate from <CONTEXT> to <N_EDUCATION1> via lead selection
      LO_ND_N_EDUCATION1 = WD_CONTEXT->GET_CHILD_NODE( NAME = WD_THIS->WDCTX_N_EDUCATION1 ).
    DATA: ET_DATA TYPE WD_THIS->ELEMENTS_N_EDUCATION1,
            EW_DATA TYPE WD_THIS->ELEMENT_N_EDUCATION1.
      DO 10 TIMES.
        APPEND EW_DATA TO ET_DATA.
      ENDDO.
    get element via lead selection
      LO_EL_N_EDUCATION1 = LO_ND_N_EDUCATION1->GET_ELEMENT(  ).
      LO_ND_N_EDUCATION1->BIND_TABLE( NEW_ITEMS = ET_DATA SET_INITIAL_ELEMENTS = ABAP_FALSE ).
    now table will have 10 rows, here node name is N_education1.
    Thanks and REgards
    Srinivas

  • Pre-fill Office documents with SAP data from WebDynPro screens

    I have a requirement to have Word/Excel type file templates that we can open and have pre-filled with data attributes from SAP objects.
    I know that we can do this relatively easily from within the SAP GUI in transactions such as SCASE etc... but our solution needs to have this type of functionality invoked from WebDynPro screens that are delivered through the Portal.
    We have looked at Adobe Document Services which will give us the fucntionality as described, but because of licencing constraints we are unable to use ADS at this stage.
    Does anyone have any knowledge or ideas on how we may achieve pre-filling of Word templates etc. from WebDynPro screens?

    Paul,
      Did you figure out how to do this? We have a very similar requirement now. Appreciate any suggestions you may have.
    Thanks
    Madhu

  • Display the webdynpro screen in two languages?

    Hi Gurus,
    I have requirement to display the webdynpro screen in two language(English & Arabic)
    what is the steps involved to achieve this requirement.

    Hallo Dharani,
    NOTE: you cannot switch the session locale of a running Web Dynpro Java application in the same browser window. The only solution is to start a new Web Dynpro application "from scratch" by executing a  new browser instance NOT "browser window" instance. So with Browser -> File menu -> new window you will keep the same session locale even when passing another locale-parameter with the URL-param sap-locale. Sorry, but this is an unsolved restriction in Web Dynpro.
    Regards, Bertram

  • How to add image to webdynpro screen . ?

    How to add image to webdynpro screen . ?

    hi,
    right click ur application and then click on create mime object.
    with Mime Objects u cn upload doc , jpeg, or giff files from our local system into the webdypnpro system .
    You can even try creating the MIME objects in webdynrpo abap .
    Right click on ur component->mime object->import
    after importing you can see that image into your component as MIME object .Now insert a UI element image into your view layout .
    Go to the source property of IMAGE element and select F4 option , u will find a window is opening with some tabs
    Select tab COMPONENT IMAGES and component name select your component .
    You will find the image which you have imported into this section just select the image and save it.
    In the transaction sicf/bc/webdynpro , u cn check your component name there you can view the mime objects created by you .
    also refer the SAP online help :
    http://help.sap.com/saphelp_crm50/helpdata/en/46/bb182fab4811d4968100a0c94260a5/content.htm
    to knw more abt mime repositories.
    http://help.sap.com/saphelp_nw04/helpdata/en/f3/1a61a9dc7f2e4199458e964e76b4ba/content.htm
    regards,
    Amit

  • Colored text in webdynpro screen

    How to have colored text in the webdynpro screen. I am using formatted text view, but there is no color option and also I want buttons to appear big, but there is no option of height for buttons, it would be great if you could let me know how to do this.
    Thanks.

    hi,
    You can change the appearance in the button properties in two ways.
    - The button 'design' can be changed from standard to emphasized, pervious and next.
    - You can add an icon on the button next to (or instead of) the text. Select an icon from the pre-defined catalogue under the 'imageSource' config.
    Refer Button Layout. (Answer by Phil).
    Thanx.

  • Howrto display the webdynpro screen in two language?

    Hi Gurus,
    I have requirement to display the webdynpro screen in two language(English & Arabic).
    User can switch the language (between English& Arabic)
    Whenevr he chose English all the Text in the webdynpro screen should be in english and if he chose Arabic all the text in the webdynpro screen should be in Arabic.
    what is the steps involved to achieve this requirement.
    Thanks in Advance,
    Dharani

    Hallo Dharani,
    NOTE: you cannot switch the session locale of a running Web Dynpro Java application in the same browser window. The only solution is to start a new Web Dynpro application "from scratch" by executing a  new browser instance NOT "browser window" instance. So with Browser -> File menu -> new window you will keep the same session locale even when passing another locale-parameter with the URL-param sap-locale. Sorry, but this is an unsolved restriction in Web Dynpro.
    Regards, Bertram

  • Can we debug Webdynpro Screen

    Hi Guys,
    I need to know can we debug webdynpro screen or scree nrelated method as waht is the procedure and is it possible or not.
    Thanks
    Dhiraj

    Hi Dhiraj,
    This is step wise procedure to enable dubugging.
    1) Go to se80.
      From Menu choose <b>Utilities</b> . >> <b>Setting</b>  .
      Choose <b>ABAP Editor tab</b> in that and then choose <b>Debugging</b> Tab.
    In Debugging tab you will find <b>username and IP matching checkbox</b>. Please make that <b>checkbox checked</b>.
    <i> It will enable you to debug at your ip address.</i>
    2) Now set brake point in code where ever you want .
    Just take case in Wd_init() you add break point .When control come there automatically debugging screen come.
    Hope I have served your purpose.
    If yes reward points.
    Parag.

  • How to upload the document into JAVA Webdynpro screen?

    Hi Gurus,
    I have the requirement where I need offer the document uploading option in my java webdynpro screen to the enduser's through which they will upload the supporting document which can be maximum of size 10 MB.User can upload 2 or 3 documents at a time.
    and another field has to show the number of attachments that are attached with the deleting option as button?
    Then finally,I want to upload file from web dynpro to R/3
    Can you provide me a sample code with respect to Webdynpro Java.
    Thanks in Advance,
    Dharani

    Jasmine,
    There are several methods of uploading documents. Check the following links.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2b/7a3be0e795664cb1d8cae68042ceb7/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/bb/d95a42ea221153e10000000a155106/content.htm
    James

  • Read webdynpro screen value before Search Help call

    Hi Experts,
    For a webdynpro screen I have added a custom field to the layout and mapped to a custom attribute which has a a standard search help determined from the dictionary attribute.
    There are multiple input field in the layout and there is this custom input field with search help in the layout. During runtime is it possible to read the other inputfield in the layout before F4 is clicked? I want to read one of the inputfield whenever the f4 search help is called. None of the methods WDDOAFTERACTION, WDDOBEFOREACTION, WDDOMODIFYVIEW are triggered before the F4 search help call.
    Please let me know if anyone has any idea.

    Hi,
    As suggested you have to use OVS or freely programmed value help. OVS is easy to use , check the below article for OVS Reference : [OVS in WDA|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/606288d6-04c6-2c10-b5ae-a240304c88ea?QuickLink=index&overridelayout=true]  Also [Dynamic F4 in WDA|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70cee684-ccbb-2c10-3c94-91e806e5f7ac?QuickLink=index&overridelayout=true]
    In the event handler method of OVS read the first input value using get attribute method and select the corresponding value.
    Hope this helps u.,
    Thanks & regards,
    Kiran.

  • Calling a WebDynpro Screen through BPS Layout ??

    Hi Experts,
    I have a requirement to call WebDynpro screen through a BPS Layout and pass the same parameters to Wd Screen.
    expecting a quick solutions, I am on Gas.
    Regards
    Astoria

    Hi Marc,
    I too facing similar kinda problem. I am not able to pass fileld variable values from BPS layout to WebDynpro.
    I tried debugging WDYID but couldnt get actual flow of. Plz provide me logic for the transaction WDYID
    Pravin

  • BOBJ Query inside a webdynpro screen

    Hi All
    I called a BI webtemplate from Webdynpro screen using BIAPPLICATIONframe element before. Is it possible to call a BOBJ query similarway. Essentailly we like to display this query or report of BOBJ to be displayed seamlessly inside of a webdynpro screen.
    Please let me know if any of you did anything similar to it.
    thanks
    Krishna

    Without being able to see your XML data structure, I am making a pure guess.
    Have you tried: <?for-each-group:current-group();./_VISIT_TYPE_?><?sort:current-group()/:_VISIT_TYPE_;'ascending';data-type='text'?><?sort:_VISIT_DATE_;'ascending';data-type='text'?>
    or send me your RTF template and sample xml data to [email protected]
    Thanks!

  • Webdynpro screens

    Hi gurus,
    Are the webdynpro screens client dependent or are they client independent??
    If i change a screen in 1 client, will it be visible in other clients??
    Sohil

    hi,
    u wud be able to see the screen in another client
    in ur  shopping cart creation screen instance
    If u change a screen of shopping cart creation in client 100 , it wil be e visible in client 101 definitely ..
    this is wht the meaning of client is all about , but different table enteries for different clients
    to make u more , I give u yet another example , if u r having a client for SALES ORDER , u wud b able to see the web dynpro screen of it in client for Purchase Order
    Yes , it is possible to have different shopping cart creation screens for client 100 and client 101
    I hope u r more clear , and this information helps u
    regards,
    amit
    Edited by: amit saini on Oct 9, 2009 1:26 PM

Maybe you are looking for

  • Using a Global as a value change in an Event Structure

    I have many events I want to react to based on Global buttons.  How do I get the Event Structure to recognize a global button value change?  This screen shot is one of my many attempts.  So far my events only change with a real button on the FP. Than

  • Feature not appearing in site collection features list using powershell

    I created a custom web part solution which adds a custom web part to the web part gallery - simple. I did this on my dev server and used Visual Studio's deploy button to deploy it, and it all worked. The solution was added to the Solution Store, my f

  • Retry mechanism in Fault handling framework SOA 11g

    hi i have used Fault management framework in my project. I have added fault-policies and fault-bindings file. in fault-policies file i am using retry mechanism for any remote or binding fault. but i am not able to see the retry working in flow trace.

  • Agreement

    Hi All I'm implementing a SAP Project. Customer want control Agreement No by manual but Agreement No only have 10 character but customer want in put about 25 character. Could you have any suggest to resolve this problem. I think the Agreement No can

  • New functionality from 12.1.1 to 12.1.3

    Team, Please let me know if someone has list of new functionalities added in 12.1.3 when compare to 12.1.1 specially in financial modules. Thank you so much for your help !! Thanks AJ