Regarding text in textbox

my text box name is p_out.
how to read the text entered in text box.
and save it.please let me know if any one has idea

Hi,
You can use a text editor control for the text lines.
Pls refer the standard programs given below for example:
SAPTEXTEDIT_DEMO_3
SAPTEXTEDIT_DEMO_1

Similar Messages

  • Regarding text messaging, if I send a message from my iPhone, the reply goes to my ipad, or mini ipad. How can I fix this?

    Regarding text messaging, if I send a message from my iPhone, the reply goes to my ipad, or mini ipad. How can I stop this from happening?

    Go to Settings/ Messaging/ Send & Receive on each device to set the contact points to be reached at, and to set the "from" address when you start a new message.  It sounds like your iPhone might be sending messages out as one thing (e.g. an iCloud address) but set to not receive replies only to your phone number.  Make sure you review settings on each device since you may, or may not, want to have them common.

  • Cannot enter text in textboxes (like passwords) with the newest version of Firefox

    I just downloaded the latest version of Firefox, and now I cannot enter any text in textboxes, like when prompted to enter my passwords for different sites.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    See also:
    * [[Troubleshooting extensions and themes]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Regarding text variable with replacement path.

    Hi Friends,
    Please can any one tell me good scenario where we can use text variable with replacement path..
    i have already searched in forum,but that scenario's i did not under stand.
    Please send.
    i will assign points.
    Thanks in advance.
    Thanks & Regards,

    Hi,
    There is a scenario:
    One has to show, a Period like May 2008 for a report. i.e the report which u r showing is common for May 2008. So u create a text variable on this Fiscal Year Period. When u do this, the Text appears on the Top of the report. So later, whenever u execute a report for a particular month, u get that Header as Jue, July etc etc.
    Its just a header. Text Variable promts u to display the Header with our own uploaded Desire Data.
    Steps.
    1) Edit your query
    2) Right click 'keyfigures' or other structure, choose 'new selection',
    3) beside description there is 'variable' button, click and then choose 'new', a variable screen will come out, type in your variable name, description, choose 'replacement path' for processing by. click 'next'.
    http://help.sap.com/saphelp_nw04/helpdata/en/ac/789b3c4d4d8d15e10000000a114084/content.htm
    Assign Points if helped
    Thanks
    Edited by: Noor Ahmed khan on Jul 21, 2008 5:43 PM

  • Regarding text attachment in Email in ABAP program

    Hello...
    Need your expertise in one of the issues. Requirement is seems to be simple
    but i am stuck up at this moment. i have refereed SDN with Several code but
    some point its not giving the proper solution. So its a request to you please
    do not provide any SDN link for reference as i am very much tried all of them.
    please share piece of code.
    Requirement : Need to develope one ABAP program, Email text attachment with Header line.thought its
    very simple but still facing difficulties.
    i have tried many code either its showing Data in single line without new line , in one of the Codes
    data is coming in successive line but there is lot of spacing within Words means all alphabates are tab
    separated. coud you please provide ,me the proper solution for this.
    in  one of the codes is working fine for excel but when Txt extension done data is not coming in successive line all
    data is coming in single line.
    Ex. Text file should contain 1 head and 4 colunns and Data size 50..
    Thanks
    Nishi

    Hi,
    Another option....
    Some sample code using cl_bcs .
    Note the use of cl_abap_char_utilities=>cr_lf .
    FORM mail_1_prep_10
    USING
        it_data         TYPE table
      CHANGING
        ob_document_bcs TYPE REF TO cl_document_bcs .
      DATA: txt_line TYPE string .
      DATA: txt_data TYPE string .
    * Create some text data .
      DO 20 TIMES .
        txt_line = '' .
        DO 10 TIMES .
          CONCATENATE txt_line '|' 'some data 01' '|'   INTO txt_line .
        ENDDO .
        CONCATENATE txt_line cl_abap_char_utilities=>cr_lf INTO txt_line .
        CONCATENATE txt_data txt_line INTO txt_data .
      ENDDO .
    * Mail stuf....
      DATA: it_solix TYPE solix_tab .
      CALL METHOD cl_bcs_convert=>string_to_solix
        EXPORTING
          iv_string = txt_data
        IMPORTING
          et_solix  = it_solix.
      DATA: attachment_subject TYPE so_obj_des .
      DATA: attachment_type TYPE so_obj_tp .
      attachment_subject = 'Some text data' .
      attachment_type = 'txt' .
      TRY.
          CALL METHOD ob_document_bcs->add_attachment
            EXPORTING
              i_attachment_type    = attachment_type
              i_attachment_subject = attachment_subject
              i_att_content_hex    = it_solix.
        CATCH cx_document_bcs .
      ENDTRY.
    ENDFORM .                    "mail_1_prep_10
    regards.
    This is how I see it in my mail :

  • Align Text in Textbox

    Just upgraded to CS4 when I'm used to working with CS2. I'm trying to align the text in the center of a textbox in InDesign. Now in CS2 the option shows up on the top when you select the textbox. Now that I'm trying to do it in CS4 I can't find the option to "align top", "align center", or "align bottom". Can someone tell me where in the program they moved this option?

    Select the text frame with the Selection tool. The frame alignment options should be in the Control Panel, at the right, between the column fields and the Align icons.
    Also, are you using the Advanced Workspace... or the default Essentials (which lacks many essentials)?
    -mt
    PS: You can also access the control via the
    Object > Text Frame Options...
    CMD+B menu. The Vertical Justification drop down menu gives you the Align Top/Center/bottom/justified that I believe you are seeking.

  • Set text of TextBox coming from Facebook API

    I developing an app in which I need to set some data of user from facebook. So using WebAuthentication broker I get the user to login and then fetch the information and set it to the textbox values. The information is fetched properly but the values are
    not set in Textbox. I can't figure out the reason. Can somebody help? This is my function for setting the data.
    async public void SignUpUsingFacebook(string response)
                if (Utility.isInternetAvailable())
                    try { MainPage.StartAnimation();
                    MainPage.loaderGrid.Visibility = Visibility.Visible;
                    catch
                        setAnimation();
                        StartAnimation();
                        loaderGrid.Visibility = Visibility.Visible;
                    string token = response.Substring(response.IndexOf('=') + 1);
                    string fbGetInfo = "https://graph.facebook.com/me?access_token=" + token;
                    HttpResponseMessage msg = await new HttpClient().GetAsync(new Uri(fbGetInfo), HttpCompletionOption.ResponseContentRead);
                    if (msg.IsSuccessStatusCode)
                        try
                            string fbData = await msg.Content.ReadAsStringAsync();
                            JObject j = JObject.Parse(fbData);
                            string fbId = j["id"].ToString();
                            txt_user_Name.Text = fbId;
                            txt_user_Name.Visibility = Visibility.Collapsed;
                            txt_first_Name.Text = j["first_name"].ToString();
                            txt_last_Name.Text = j["last_name"].ToString();
                            txt_email_Address.Text = j["email"].ToString();
                            txt_retype_email_Address.Text = j["email"].ToString();
                            gender = j["gender"].ToString();
                            if (gender.Equals("male", StringComparison.OrdinalIgnoreCase) || gender.Equals("boy", StringComparison.OrdinalIgnoreCase))
                                boy.Visibility = Visibility.Collapsed;
                                boySelected.Visibility = Visibility.Visible;
                                girlSelected.Visibility = Visibility.Collapsed;
                                girl.Visibility = Visibility.Visible;
                            else if (gender.Equals("female", StringComparison.OrdinalIgnoreCase) || gender.Equals("girl", StringComparison.OrdinalIgnoreCase))
                                girlSelected.Visibility = Visibility.Visible;
                                boySelected.Visibility = Visibility.Collapsed;
                                girl.Visibility = Visibility.Collapsed;
                                boy.Visibility = Visibility.Visible;
                        catch { }
                        try { MainPage.loaderGrid.Visibility = Visibility.Collapsed;
                        MainPage.StopAnimation();
                        catch
                            loaderGrid.Visibility = Visibility.Collapsed;
                            StopAnimation();
                    else
                        Utility.notifyUser("Your information from facebook could not be fetched", "");
                else
                    Utility.showMessage(Utility.msgType.InternetError);

    The WebAuthenticationBroker has nothing to do with the issue of your textboxes not showing the values they were set to show.
    You are basically just setting string values to textboxes on your page. This shouldn't fail unless you are doing something else that is invalidating the values. Are you setting the values on a different page and viewing the changes on another?
    Abdulwahab Suleiman

  • Regarding text printing in SAP Script

    Hi experts,
    I have a form already which has been developed already.
    Now I want to include the text in the footer which should appear only in the last page of the footer.
    How to achive this and how to add the following text into my Script
    All tools used during this task are present and accounted for at completion of this work order.  _______
    All loose parts are present and accounted for at completion of this work order.  ________
    Food Contact Zones are clean and suitable for Food Production at completion of this work order.  _______

    Hi,
    Adding to Chenna kesava reddy's point, if you want to include your texts taht you had mentioned above, create standard texts in SO10 with the language as EN and then include them in ur script withhte following command:
    INCLUDE <textid>  OBJECT TEXT ID ST LANGUAGE E
    Hope this helps
    Regards
    Priya

  • Regarding Text Type

    Dear All,
    There are some details which my client has asked to maintain in the sales order and this needs to be copied in the purchase order ouput, if I maintain a text type in my sales order and this same text type is maintained in the purchase order can the information get copied in the purchase order thru an ABAP run programe and then can data be removed as a purchase order output.
    Data is maintained in text type.
    Regards
    Atul
    Edited by: Atul Keshav on Jun 5, 2008 12:35 PM

    Hi Atul,
    Are you using third-party scenario?
    If yes, please refer to the following note about coping sales order data to PR and PO.
    448814     FAQ: Texts in purchasing
    446949     ME52/N: Texts from order only adopted in d
    28533      Adoption of sales order texts in purchase
    201084     Texts from sales order are not transferred to PReq
    490421     ME52N : Text types not copied from the sales
    Hope it helps.
    Regards,
    Smile

  • Regarding Text in Customer Master

    Dear All,
    How does text maintained in the customer master gets copied in the sales document.What are the configuration settings one shoul maintain for the same.
    Regards
    Atul

    In VOTXN you have to do the following
    - Text object customer, press bullet Sales & Distribution
    - Press button text types.
    - You see that you can create a text ID for object KNVV, create one.
    - Go back and press button change, you are now in the text det. procedure for customer
    - If there is no procedure, create one.
    - You have to assign your procedure to a group (eg. sold to party, ship to etc.)
    - Now you have to go into the text id's in the textprocedure and add your newly created object
    - When you brach to your customer, you will see your object.
    - In VOTXN again, you have to create also a text determination for your sales document.
    - You have to create a new text id for what you want to see in your sales document, so follow the steps like for the customer master, but now you make a text object of type VBBK
    - Next, you have to branch to the bullet sales and distribution header - change.
    - If there is no text determination available, you have to create a text procedure and add the text id with VBBK in this procedure.
    - Now to determine that you have to copy the text from the customer master to the sales document header, you need to create an access sequence. Make one and branch to accesssequence for text id's.
    - Add in this acces sequence your newly created text ID (type KNVV)
    - Go back to the text ID's in Textprocedure and add the accessequence for your ID.
    - You can influence your behaviour (mandatory or that a popup is shown during sales order entering)
    - Last thing assign your created procedure to the sales document type you want this to work for.
    Hope this helps.

  • Regarding texts language after extracting texts from R/3.

    Hi,
    i had created datasource and by scheduling infopackage i had extracted texts to BW for a particular field.
    now the problem is that when i see the extracted data in BW, i could only see one language at a time. i mean to say that in the selection screen it is asking for language. when i enter one langauge say EN ,i could only see the texts of english .For other languages it is just a blank both language and texts.when i enter german language it is again the same (  can see german texts and language de  and not english )
    when i did not enter any value in the selection screen for language it says " " is not available!
    my question is how to get the all languages keys and texts irrespective of language text that it is possessing?
    many thanks,
    Ravi

    Hi,
    in the infoobject maintenance screen, goto to the tab 'master data/texts' and double click on the text table. In the following screen select 'display table contents'. Another option might be copy the name of the text table into memory, goto transaction se16 and display the values.
    kind regards
    Siggi

  • Help : Regarding text object

    Hi All,
    Scenario :
    We have text object in XK02 transaction. at the time of save in user exit i want to check the changes occured in the text of that text object. can you please suggest how to get value of text object before saving. bcoz using FM READ_TEXT i am getting the newer value of text object, but i want to get old value (before change).
    Please suggest your thought.
    Thanks and Regards,
    Sahir Vhora

    sahir,
    check the triggering point of your user exit.
    make sure to use a exit/BADI which triggers right after you press 'SAVE'
    thank you.

  • Regarding  text uploading in bdc

    hi abap groups i am doing text uploding through bdc for c201.i do not know how to use save_text function module.hoping for u r wonderful support.
    regards bala.

    Hi Balachandran,
      This function module writes a text module to the text file or text
      memory, depending on the specific text object.
      The module can be used to change existing texts and to create new texts.
      If it is clear that it is a new text, this can be specified via the
      parameter INSERT. The result is better performance as a test read is not
      performed.
    please check this logic
      DATA: ls_header LIKE thead.
    DATA : BEGIN OF lt_lines OCCURS 0,
              INCLUDE STRUCTURE tline,
            END OF lt_lines.
         CALL FUNCTION 'SAVE_TEXT'
               EXPORTING
                    header          = ls_header
               TABLES
                    lines           = lt_lines
               EXCEPTIONS
                    id              = 1
                    language        = 2
                    name            = 3
                    object          = 4
                    OTHERS          = 5.
    Hope this helps...
    Best regards,
    raam

  • Regarding Text Elements Translation

    Hi Friends
    I had created a text element and using in my program.
    My Requirement is : It has to support all the logon languages.
    To achieve this, please let me know the procedure.
    Regards,
    Sree

    Hi,
    Check this link.
    http://help.sap.com/saphelp_47x200/helpdata/en/e3/960a1aeb0711d194d100a0c94260a5/content.htm
    Reward if helpful.
    Regards,
    Ramya

  • Need Help regarding text Output

    Dear gurus.
    I need help regarding formatting of a text.
    I want to format a employee sub group text.
    im getting a text workers (7) from a table t503t having field ptext.
    i want to show only (7) in the output not the whole text how can i do this ?
    Please help
    regards
    Saad.Nisar

    DATA: BEGIN OF itab_odoe OCCURS 0,
      department_text LIKE t527x-orgtx,"Holds the short text for department
      department_no LIKE pernr-orgeh,
      pernr LIKE pernr-pernr,
      ename LIKE pernr-ename,
      grade like t503t-ptext,   "THIS AREA GET ME TEXT OF EMPLOYEE SUBGROUP"
    *  department_text LIKE t527x-orgtx,"Holds the short text for department
      current_year LIKE sy-datum,
      wt0001 LIKE q0008-betrg,"Basic Pay
      wt1101 LIKE q0008-betrg," COLA
      wt3002 LIKE p0015-betrg,"Overtime
      per_basic type p DECIMALS 2,"Overtime percentage on basic
      per_basic_sum type p decimals 2,"Overtime Sum Division
      overtime_sum LIKE p0015-betrg,"holds sum of overtime
      basic_sum like q0008-betrg,"holds sum of basic
    END OF itab_odoe.
    Im using the select statement to get the employee subgroup from the table
    select single ptext
        from t503t
        into itab_odoe-grade
        where persk eq pernr-persk
        AND SPRSL eq 'EN'.
    now in itab_odoe-grade the values comes is Workers (7) , Snr Mgt (M3)
    i want to show only the text in Brackets.

Maybe you are looking for

  • TA25603 I can't find the advanced menu in order to extract audio.

      I'm using iMovie '09 and I have Advanced features turned on.  I am having issues syncing up audio and video with a few of my clips.

  • After updates the "preview" window is "hazy" CS 4.2.1

    I worked with some .DV files the other day without any issues.  Today I applied all updates to Adobe and now the same project that worked just fine the other day is acting weird.  The preview video has what looks like a hazy on it and it when preview

  • Non Mac URL

    We have some friends we want to do some basic web design for. Can we publish to a non-.mac url using iWeb?

  • Cost of repair to i pad mini

    how much does it usually cost to get an ipad mini fixed by apple?there has been no liquid damage or cracked screen,but i have multicolors all up and down on screen and cant use it at all,does anyone know ?

  • Movie downloaded twice at the same time

    I purchased one movie and it is downloading two at the same time, the same movie...how can this happen? I thought iTunes store ask you if you want to purchase the movie, specially if you are downloading the same???????