WD abap Query - Regarding Edit note

Hi all,
On click of one button on main screen, i need pop up screen where i can edit this prepopulate text.
Assistant Manager (CSM) request/removal
Organisation reference         : 50158579
Add or Remove (A/R)           :
Employee Full Name            :
TOMI user ID (NOT password)   :
Employee Personnel No         :
Effective date                :
Your Name                     :
Your contact telephone number :
Employee must appear on your timesheet before you can apply for them
to have access. Allow 5 working days. The named employee will then
be able to complete the timesheet on your behalf using a special
link from TOMI headed EFORMS.
User can edit this note and then he will click on Ok button to send this text as Email.
I  tried to achieve this using text edit element  but not able to achieve this functionality.
In module pool we can achieve this functionality using function module which call standard editor. But we could not call this in WD abap.
CALL FUNCTION 'TXW_TEXTNOTE_EDIT'
       EXPORTING
            edit_mode = 'X'
       TABLES
            t_txwnote = note.

>But we could not call this in WD abap.
No, function modules that relie on the control framework, SAPGUI, or office integration of course can not be used within the browser only enviornment of Web Dynpro.
>I tried to achieve this using text edit element but not able to achieve this functionality.
Please elaborate. What about the TextEdit UI element did not meet your needs?  Do you want more editing/formatting functionality?  Or did you have some other problem. Please describe.

Similar Messages

  • I changed an existing abap query ME80FN but not find in production system.

    Hi,
    I have changed an ABAP QUERY  ME80FN for user group SAPQUERY/ME in Dev system via transaction SQ01 & SQ02.
    But when I am searching for same query in Production via transaction SQ01 it is not existing.
    Please give me some inputs.
    Thanks,
    Jwala

    Hi Jwala
    1. Check if that ABAP query is transported to production or not.
    or
    check the versions of the ABAP Query in dev w.r.t Production so that you will know the status of the program in production.
    regards
    PBI

  • Query regarding OdiInvokeWebService, not able to use it with any webservice

    I am trying to invoke a webservice using the OdiInvokeWebservice, but not able to do that, tried with 11.1.1.6 and 11.1.1.5
    any one tried that before in the following version ?
    Please help !!
    Regards,
    Uday

    What did Orange say when you requested them to unlock the iPhone?
    You have to request an unlock - it is not automatic after a period of time.

  • ABAP Query : user is not assigned to user group

    Hello All,
    i have created user group using sq03 and assigned user name for change authorization in 'assign users and infosets'.
    But when user tries to run query using sq01 system is giving message 'User XXX is not assigned to any user group'.
    I tried every thing but facing same problem.
    Could anyone please help me out .
    Thanks

    I actually assigned the user group to a role in SQ10.  The user is assigned to the role.  I also created a new post under Security which has more detail:
    http://scn.sap.com/thread/3198604

  • Abap query regarding lsmw

    hi ,friend  ,i am taking matnr vaue from user and check the value of matnr coming from flat file ,if both are same then i want to skip the row ,but whern i use skip_record it is just replacing the vaue of matnr by'/'in allthe recoreds ,not escaping that par row.
    i want some sugg .
    thanks

    hi Andreas,
    the code let i  am wr.
    p_in ;value in flat flie.
    w_matnr the value i have given.
    if p_in = w_matnr.
    skip_record.
    endif.
    matnr   mbrsh      mtart
    /       s            03
    /        p             04
    it is doing in this way but i want if matnr is 20 in flat file and the value i have given  match , it should take that row ,but it is taking olny by replacing the value of matnr by '/'

  • Reg:Radio button in ABAP Query

    Hi ABAPers ,
    I created radiobuttons in SQ02 there i have to write the coding for it ... what type of coding we have to write
    ALV coding wll work out or what type of coding we have to write can you guys plz suggest me
    Help me out from this problem i am not familiar with ABAP Query
    Regards,
    Y Ravichandra.

    Hi Ravichandra,
       You have to use at selection-screen output event for this purpose here is a sample code try it and you will get the logic.
    PARAMETERS :
       p_flight RADIOBUTTON GROUP r1 ,
       p_book RADIOBUTTON GROUP r1 .
    PARAMETERS :
      w_temp1 RADIOBUTTON GROUP r2 MODIF ID sc1 ,
      w_temp2 RADIOBUTTON GROUP r2 MODIF ID sc1 .
    SELECT-OPTIONS s_carrid FOR sflight-carrid MODIF ID sc1 .
                                           " Airline Code
    PARAMETERS :
    w_temp01 RADIOBUTTON GROUP r3 MODIF ID sc2 ,
    w_temp02 RADIOBUTTON GROUP r3 MODIF ID sc2 .
    SELECT-OPTIONS s_bookid FOR sbook-bookid MODIF ID sc2 .
                                           " Airline Code
    *                       AT SELECTION-SCREEN OUTPUT                    *
    AT SELECTION-SCREEN OUTPUT .
      IF p_flight = 'X'  .
        fl_flag = 1 .
        LOOP AT SCREEN.
          IF screen-group1 = 'SC2'.
            screen-active = 0 .
            MODIFY SCREEN .
          ENDIF.                           " IF SCREEN-GROUP1 = 'SC2'
        ENDLOOP.                           " LOOP AT SCREEN
      ELSEIF p_book = 'X' .
        fl_flag = 2 .
        LOOP AT SCREEN.
          IF screen-group1 = 'SC1'.
            screen-active = 0 .
            MODIFY SCREEN .
          ENDIF.                           " IF SCREEN-GROUP1 = 'SC1'
        ENDLOOP.                           " LOOP AT SCREEN
      ENDIF .                                " IF P_FLIGHT = 'X' .
    Here in this case, There are 2 radio buttons and 2 select options. On clicking the first radio button one of the select option is hidden. If you you just have a single radio button then you can avoid using at selection-screen output and just write your code start-of-selection.
    Much Regards,
    Amuktha

  • Procedure of ABAP Query

    Hi Friends,
                                Can anybody convey how to create ABAP Query in detail...
    Regards,

    hi
    check following
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40bec8da-4cd8-2910-27a9-81f5ce10676c
    http://jelajahsap.files.wordpress.com/2008/01/abap-query.pdf
    http://www.esnips.com/doc/28ca0afc-4520-4ee7-8e6e-b633cb809aa8/ABAP-Query
    http://www.esnips.com/doc/28ca0afc-4520-4ee7-8e6e-b633cb809aa8/ABAP-Query
    hope it is enough to understand ABAP query
    regards
    KI

  • Duplicate Records in ABAP Query

    I have prepared ABAP query with tables KNA1, KNB1, BSID. I have mapped only BUKRS and KUNNR from BSID . as I don't have any condition to map the fields. I want only one record for considering  KUNNR and BUKRS in report . But in report It is displaying all entries from BSID considering BUKRS and KUNNR means for documents all line items.Kindly suggest as soon. How to avoid such duplicate records

    Hi,
    Duplicate Records in ABAP Query
    Regarding on your problem,
    Use these link, It will helps to your post
    ABAP Querry Duplicate entries
    Regards,
    Sekhar

  • ABAP Query Layout not proper

    Hi experts,
    I am facing a problem regarding the output display of ABAP Query that I have created using SAP List Viewer.
    I have used logical database VFV in the query and some selection fields and some additional fields also.
    The output is shown to me as a list output rather than an ALV output.
    Please suggest a solution so that I can display the output in ALV format and not List format.
    Regards,
    Garima.

    Hi,
    I have got the error removed by ensuring that fields from one table are a part of one line ( taking help of ruler) only. But the underlying problem remains, the output is not ALV but List output.
    I do not think having additional fields in the query is reason for this.
    Is it bcoz iI am adjusting the output length of columns to ensure no hierarchical error ?
    Can we not have a query using LDB which is shown as SAP List?
    Regards,
    Garima.

  • ABAP Query - Not showing the required changes through Z T.Code

    Hi,
    I have a ABAP Query for OPEN DELIVERY QUANTITY (T.Code - ZABC).  I change something in QUERY and activate. After that i execute it, and saw required changes.
    But when i execute it with the T.Code - ZABC, it does not show the changes. Even i Save and Test with the SQ01 t.code.
    Please tell me, what is the problem in it. Why not showing the required changes through T.Code - ZABC.
    Regards...

    HI,
    Dear, it seems that you have changed the query in SQ02 and then just save it and not generated.
    or may be after generation again clicked on SAVE button.
    So untill unless you will not generate the query, it won't work.
    Secondly, by chanegs in the query, i don't think it changes the name of the main program.
    Regds,
    Anil

  • ABAP query not executing

    Dear all,
    I have created ABAP query on purchasing. But in SQ1, when I executed " TEST", it throws message "List is wider than 255 characters (generation not possible) ". please let me know what changes I need for successful execution of query?
    thanks and regards,
    Prashanth

    Hi Prashanth,
    It seems that the output that you generate is wider than 255 char. try with lesser fields in the output and check.
    Hope it helps.
    Thanks,
    Anju

  • I am designing ABAP query in SQ01 i have not get one field MATNR

    Dear All,
    I am designing ABAP query in SQ01for MEK2 for Report.
    I  have not get one field MATNR
    I have two table konp and konh i have design in SQ1 i am not get field regarding this table .
    Please Help me.
    Thanks in Advance.
    Regards
    Kumar

    Dear Clemens
    I want MATNR FIELD related to these table.
    I am using KONP AND KONH TABLE .
    Regards
    Kumar

  • ABAP Query Execution via Custom Transaction Code - Not working

    We have created an ABAP Query in our DEV client and we then created a transaction code to run that query. We have done this because the customer does not want anyone to have access to SQ01, SQ02 in production. This works great in DEV but we can not get it to work in production.
    The ABAP Query was exported to our Prod client successfully.  I say exported because you do not do direct transports with queries.
    We then transported the new transaction code to run the query to production and it was successful.
    However, when we run the transaction is production we get a sys dump stating it can not find the query.
    We believe the problem is the TRDIR table is missing an entry for the program in production (it has an entry in DEV).
    I would have thought that the export on the query would have brought in this entry -but obviously not.
    Any suggestions on how we can get this entry into the production client?  Did we miss a step on the export that would do this?  We want to only bring over this entry - not the entire TRDIR table for obvious reasons (size (1.5 million entries, programs not ready for production, etc.).
    Please help!
    Thanks.
    Scott

    Hi,
    The above solution will work if you assign the transaction in one server, If you want this will not work in quality/production boxes when transported the query..the program name will not be the same in all the servers...
    For this. Do the below:
    In SE93, Create a Paramter Transaction
    -> Transaction = Start_report
    -> In default values, give the below details:
         D_SREPOVARI-REPORTTYPE = AQ
         D_SREPOVARI-EXTDREPORT = Name of the Query
         D_SREPOVARI-REPORT = User Group
    Save the transaction..Now if the program is generated with different names in the quality/proudction, this will still work..
    Regards
    Vijay Hebbal

  • ABAP query issue when logoff error message query not created

    Hi All ,
    I created a ABAP query using SQ01 . I saved it and i'm able to see the output . But , if i logoff from the system and relogin again to system and trying to execute the query , it is showing an error message
    " The query has not been created " Please help me , is there any settings change or i have to do any thing else ?
    Thanks & Regards ,
    Sabu

    Hi ,
    Yes you are right , when i try that way i can see , is it the correct solution ?
    i have one more issue , i created the query , i can display and execute the query , but no one in the same system able to display or execute the query . What should i do .
    Thanks & Regards ,
    Sabu.

  • ABAP Query change not coming while execute corresponding T.code

    Hi gurus
      I added some values(country field)  in existing ABAP query in development server using sq01 . Now the changes were not coming  (in the selection screen for field selection) while running the query using corresponding Z T.code. In SE93 it shows START REPORT as report name. Can anyone guide me how to change an existing query and how to transport it properly into production server.
    Regards
    Arun

    This is happened due to
    -ve Qty (Quantity of goods received)

Maybe you are looking for

  • Automator stopped working when I installed a Samsung printer

    Ever since I installed a Samsung ML-2570 printer, I've been having problems with Automator. I can start Automator, but when I try to open a workflow, Automator quits. I've tried downloading the latest drivers from Samsung, but that has had no effect.

  • Changing my Apple ID?

    I've received some conflicting information form the Apple Store (two different store employees). Can I change my Apple ID (email address) associated with all my Apple purchases, iCloud, music, book, Apps, etc? One told me that if I change my email ad

  • What should I do about fraudulent calls?

    It seems as though nowadays the fraudulent phone calls usually have a spoofed caller ID number. As an example, I just received a call that appeared to be from 981-111-1111. Other times a number will end with 0000. In this most recent call, a man with

  • How can i extend a Public internet hotspot?

    Can I use a Wireless-G Range Expander to extend a Public wi-fi network from my bathroom into my flat. It's a free community wireless network, OK signal when up against the window! - but how can i get an 'extender' to see it and boost it 5 metres to m

  • Type corresponding to UNIT in ABAP program

    Hi gurus, I have a field in table MSEG called meins and its datatype is UNIT  and length is 3.Can you please suggest how should be type declaration corresponding to UNIT length 3 in ABAP program.I am facing problem because i have declared a constant