SO10 tcode as a popup

Hello,
Can anybody tell me is it possible to make SO10 tcode as a popup screen.
Currently it is taking the full screen.
Thanks in advance.
Regards,
Somu
Message was edited by:
        Somu

You can use EDIT_TEXT function, but I guess that also occupies the entire screen.
See the blog, where you can popup the text editor ...
/people/igor.barbaric/blog/2005/06/06/the-standard-text-editor-oo-abap-cfw-class
Regards,
Ravi
Note - Please mark all the helpful answers

Similar Messages

  • Standard Text in Smartforms using SO10 Transaction

    Hi,
    My requirement is i have IF Condition followed by Elseif. when ever any of above conditions satisfy i need to print a text of at least 5 lines.
    If <>
    Print Text upto 5 lines each line at least 100 char(text1)
    elseif <>
    Print Text upto 5 lines each line at least 100 char(text2).
    else <>
    text24.
    If solution for the above  is using SO10 Tcode then  plz expain me in detail.
    thanx in advance

    Hi
    Check this
    for Smartforms material
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sapgenie.com/abap/smartforms.htm
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    http://www.help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    Re: Need FAQ's
    check most imp link
    http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
    step by step good ex link is....
    http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html
    Subtotals - Check the link...
    Re: Subtotal with Table Node in smartforms
    Regards
    Anji

  • So10  how to maintain texts here and have the same copied

    Hi Gurus,
    How to maintain texts here in so10 ? After maintining here how to make it come in the billling or delivery documents.
    Yezdevan

    Hi
    Go to SO10 Tcode and create new Text there with a unique name say 'XYZ' as text name.
    In the print program or directly to the form you can use " INCLUDE XYZ                                                                               
    OBJECT TEXT ID ST                                                                               
    LANGUAGE EN ".
    bye

  • Regarding SO10

    Hi Guys,
                 I went into tcode SE75 to check whether the object VBBK exists or not.
    I have find the object available.
    But when I come into TCODE SO10 and checking for values
    1)Text Name
    2)Text Id          both of them in F4 help I am unable to see th values such as 0001,0002.
    How to get or check them.
    I dont want to use FM(READ_TEXT)
    Thanks,
    Prasad.

    In SO10 tcode you wont find the 0001 0002 text id's, you will find only TEXT, ADRS like
    if you create the text like VA02 , MM02 these text are stored in table STXH, there you will find the 0001,0002 with VBBK .

  • Printing dunning notices using SMARTFORMS,error during parameter transfer

    Hi Friends,
                    I face a error message "Include text ZGA_DUN_HDR does not exist (object TEXT, ID ST)" when i run the dunning run.
                    I had searched every node for text ZGA_DUN_HDR in the smartform,I didnt find the text in it.
    However when I execute the smart form for print preview an error message "Printing dunning notices using SMARTFORMS,error during parameter transfer".This error i believe is due to wrong parameter passing in the fm 'GET_SF_DUNN_DATA'.It raises an error no_parameters_found.All parameters are passed correctly.
                    Can you guys help me out.
    Edited by: RAJIV KAUSHAL on Nov 14, 2008 6:03 PM

    you can create this text ZGA_DUN_HDR  in SO10 tcode and try ...

  • Show Message on Screen in Portal

    Hi Friends,
    I have modified a customer exit for the travel and expense application. In the SAP GUI TCODE PR05 the popup message I display works great and all is well.
    The same customer exit is called in the portal and it errors out ' CX_SY_SEND_DYNPRO_NO_RECEIVER'
    The following error text was processed in the system ECD : Screen output without connection to user.
    The error occurred on the application server casapdev01_ECD_02 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Function: POPUP_TO_DISPLAY_TEXT of program SAPLRHRD
    Function: EXIT_SAPMP56T_003 of program SAPLXTRV
    Form: CUSTOMER_EXIT_003 of program SAPMP56T
    I am new to anything with web dynpro so if anyone can offer some guidance it would help
    This is the popup I am using
    CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT'
      EXPORTING
       TITEL              = TEXT-001
       TEXTLINE1          = TEXT-002
       TEXTLINE2          = TEXT-003
       START_COLUMN       = 25
       START_ROW          = 6
      sy-msgid = 'ZFI'.
      sy-msgno = '035'.
      sy-msgv1 = TRIP_HEADER-REINR.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.

    you must put a control to your code for batch input,
    if sy-binpt is initial.
    endif.

  • Sap Script - Where to find "bipmap" objects.

    Hi All,
    In a window of the Sap Script I find this code:
    BITMAP EC_LG_0020 OBJECT GRAPHICS ID BMAP TYPE BMON
    INCLUDE EC_ST1_0020 OBJECT TEXT ID ST LANGUAGE IT PARAGRAPH H1
    My question: where can I find the objects saved on the Sap System, like EC_LG_0020?
    If I launch the tcode SO10 I can find only the object EC_ST1_0020.
    Any help will be well appreciated.
    Thanks in advance.
    Regards,
        Giovanni

    Hi
    All Images in SAP can be Found using SE78  Tcode , based on the whether it is Color or Blackn white image u can search in this Tcode.
    And all Standard texts can be found using SO10 tcode..
    for further information chk this link
    https://wiki.sdn.sap.com/wiki/display/ABAP/SAPscript
    surya

  • How to get the standard texts available in a smartforms

    Hi Experts,
        How can we find out the standard texts that are exist in a particular smartform . is there any table/function module available to get those standard texts? I am finding the table STXFTXT, from that I am getting only textline. But I need the standard text names that are used in a smartform.
    Thanks & Regards,
    Suresh

    hi,
    1,Use SO10 Tcode to write standard text in Smartform.
    2.For long text
    method1
    Create TEXT node- general attributes change text type to include text
    then you can input text name/text object/text id/language
    method2
    create PROGRAM LINE node - use FM READ_TEXT to read it to a internal table
    then use LOOP or TABLE node to display it
    For TEXT module(For foreign language)
    Tr-code:smartforms -- choose Text module(not choose form)--create a text module object
    then enter smartform Create TEXT node- general attributes change text type to text module
    input the text module name which created by above
    3.
    1. take function module name of the smartform.
    2. goto se37 and type that fm name.
    3. goto attributes tab
    4. double click on either program or include .
    5. There u can find all the subroutines used inside smartform.
    6. search for "perform %move using %textkey-name".
    4.Standard Texts are created in SO10 Tcode and stored in STXH table with OBject ,ID and NAME parameters. We can use Read_Text FM to read the text.
    check the tables STXH & STXL.
    5.
    How to CAll Standard Text in Smart Forms
    In SFs you can insert the standard tests using the TEXT node. Create a TEXT NODE. Then in the GENERAL ATTRIBUTES of this TEXT node select INCLUDE TEXT in the TYPE option. Then you have to enter the text name, object , ID and language in the provided fields. Then if you dont want any error if there is no text in the corresponding text then CHECK the check box "No errors if no text available.

  • Problem in reading the modified text from text editor

    Hi all,
    Im using text editor for saving the long text entered in the text editor as standard text in So10 tcode.
    Here im facing an issue in reading the text from text editor. That is, when the text is entered by the user for first time, then the below method reads the text successfully.   But when i do some changes in the existing text present in the text editor and try to read, then the modified text is not returned by the below method.
    I use the "CALL METHOD g_editor_ftext1->get_text_as_stream" to read the text. Given below is my code.
    CALL METHOD g_editor_ftext1->get_text_as_stream  
       IMPORTING
          text                   = ig_text_table
          is_modified            = g_xthead_updkz
        EXCEPTIONS
          error_dp               = 1
          error_cntl_call_method = 2
          OTHERS                 = 3.
    The return value of "is_modified" is always returned as 0.
    Could anyone pls help how to read the modified text using the above method?

    Check if this works and if it works then there should be some mistake in your coding
    REPORT abc.
    PARAMETERS:pa1 TYPE bwart.
    DATA: container TYPE REF TO cl_gui_docking_container,
          editor    TYPE REF TO cl_gui_textedit,
          report    TYPE syrepid,
          mod TYPE i,
          modon TYPE i.
    DATA:tlines    TYPE TABLE OF tdline,
         wa_tlines TYPE tdline.
    AT SELECTION-SCREEN OUTPUT.
      report = sy-repid.
      IF container IS INITIAL.
        CREATE OBJECT container
                     EXPORTING repid     = report
                               dynnr     = sy-dynnr
                               side      = container->dock_at_left
                               extension = 1070.
        CREATE OBJECT editor
                    EXPORTING
                         parent     = container.
      ENDIF.
      wa_tlines = 'This is test before a change'.
      APPEND wa_tlines TO tlines.
      CALL METHOD editor->set_text_as_r3table
         EXPORTING
               table              =  tlines
         EXCEPTIONS
               OTHERS             = 1.
      CALL METHOD editor->go_to_line( 1 ).
    START-OF-SELECTION.
      CLEAR tlines[].
      CALL METHOD editor->get_text_as_stream
                EXPORTING
                only_when_modified = '1'
                IMPORTING
                text = tlines
                is_modified = modon
                EXCEPTIONS
                error_dp = 1
                  error_cntl_call_method = 2
                  OTHERS = 3.
      IF modon = 1.
        WRITE 'Changed'.
      ELSE.
        WRITE 'Not changed'.
      ENDIF.
      WRITE modon.

  • How to transfer standard text

    hi,
          could u plz tell me  how to transfer the standard test in sap script.
          could u plz explain step by step process.
      regards
    rajesh.

    Hi,
    1. First create the standard texts what u required by going SO10 Tcode.
    2. Go to SE 10 Tcode select modify then click on display button.
    3. Double click on your CTS no then click on change button pass the required standard text parameters.
    R3TR <Standard text name> < object id> < language>
    Ex:    R3TR znlatit   ST  E
    u can pass upto 25 standard text in this way.
                                       Or
    Create manual cts and attach all the standard texts to the cts and then realease the cts.
    4. Now u can transport along with the layout itself.
    Reward points if useful.
    Thanks & Regards,
    Vasudeva Rao.

  • How to Change behavior of standard text object&text ID (SE75)?

    Hello there!!
    I'm struggling with this:
    For standard text object C_SHES_ACH & ID 0001 (EHS: IHS Safety Measures) wichs is used as a description for safety measures (CBIH82/CBIH02..) need that when the user create or edit the text, already appears a "Fill in the blanks"  form.
    For example, in CBIH82, editing an accident log, I go to Safety measures Button, then create a safety meassure, and when i click for long text description something like this should appear:
    TEXT 1 (1st Title)
    user line
    user line
    user line
    user line
    (free amount of user lines)
    TEXT 2 (2nd Title)
    user line
    user line
    user line
    user line
    (free amount of user lines)
    Thanks a lot for your feedback!
    Rgds!!

    Hii,
    I am unable to understand exactly wat you want.
    But for free amount of lines : Keep that text under LOOP. Right click on template or window and create a loop and under that loop keep the text ,you can get many lines. or the given below point plzz follow.
    1,Use SO10 Tcode to write standard text in Smartform.
    2.For long text
    method1
    Create TEXT node- general attributes change text type to include text
    then you can input text name/text object/text id/language
    method2
    create PROGRAM LINE node - use FM READ_TEXT to read it to a internal table
    then use LOOP or TABLE node to display it
    For TEXT module(For foreign language)
    Tr-code:smartforms -- choose Text module(not choose form)--create a text module object
    then enter smartform Create TEXT node- general attributes change text type to text module
    input the text module name which created by above
    3.
    1. take function module name of the smartform.
    2. goto se37 and type that fm name.
    3. goto attributes tab
    4. double click on either program or include .
    5. There u can find all the subroutines used inside smartform.
    6. search for "perform %move using %textkey-name".
    4.Standard Texts are created in SO10 Tcode and stored in STXH table with OBject ,ID and NAME parameters. We can use Read_Text FM to read the text.
    check the tables STXH & STXL.
    5.
    How to CAll Standard Text in Smart Forms
    In SFs you can insert the standard tests using the TEXT node. Create a TEXT NODE. Then in the GENERAL ATTRIBUTES of this TEXT node select INCLUDE TEXT in the TYPE option. Then you have to enter the text name, object , ID and language in the provided fields. Then if you dont want any error if there is no text in the corresponding text then CHECK the check box "No errors if no text available.

  • How to change behavior of Select tag onKeyPress event

    I am populating a netui:select dropdown with a list of around 1200 items. Since it is so long, I would like to allow the user to type in the box to get close to their selection. Right now, the default behavior is to allow only one character to be typed to locate an item.
    I would like to change the behavior so that when the user quickly types three characters (or more), it matches the selection to the three that they typed. It seems to be firing on the onKeyPress event. Is there anyway to modify this?

    Hii,
    I am unable to understand exactly wat you want.
    But for free amount of lines : Keep that text under LOOP. Right click on template or window and create a loop and under that loop keep the text ,you can get many lines. or the given below point plzz follow.
    1,Use SO10 Tcode to write standard text in Smartform.
    2.For long text
    method1
    Create TEXT node- general attributes change text type to include text
    then you can input text name/text object/text id/language
    method2
    create PROGRAM LINE node - use FM READ_TEXT to read it to a internal table
    then use LOOP or TABLE node to display it
    For TEXT module(For foreign language)
    Tr-code:smartforms -- choose Text module(not choose form)--create a text module object
    then enter smartform Create TEXT node- general attributes change text type to text module
    input the text module name which created by above
    3.
    1. take function module name of the smartform.
    2. goto se37 and type that fm name.
    3. goto attributes tab
    4. double click on either program or include .
    5. There u can find all the subroutines used inside smartform.
    6. search for "perform %move using %textkey-name".
    4.Standard Texts are created in SO10 Tcode and stored in STXH table with OBject ,ID and NAME parameters. We can use Read_Text FM to read the text.
    check the tables STXH & STXL.
    5.
    How to CAll Standard Text in Smart Forms
    In SFs you can insert the standard tests using the TEXT node. Create a TEXT NODE. Then in the GENERAL ATTRIBUTES of this TEXT node select INCLUDE TEXT in the TYPE option. Then you have to enter the text name, object , ID and language in the provided fields. Then if you dont want any error if there is no text in the corresponding text then CHECK the check box "No errors if no text available.

  • Problm on selection screen

    1) I have one selection screen field which is meant for only display what will i do?
    2) if i run bpth bdc,call transaction in different sessions i got the message 'successful' wat does mean?
    3) how do u test a sap-script?
    4) wat is standard text? use?
    5) in scripts,i have 10 address lines there were blanks in bw rows how can i avoid?

    Hello,
    <i>1) I have one selection screen field which is meant for only display what will i do?</i>
    Ans.
    Loop at screen .
    if screen-name = 'field name to be only in display mode'.
    screen-input = 0.
    endif.
    modify screen.
    endloop.
    <i>2) if i run bpth bdc,call transaction in different sessions i got the message 'successful' wat does mean?</i>
    Ans. It meand that the data has been successfully uploaded.
    In call Transaction u can check this using BDCMSGCOLL.
    <i>3) how do u test a sap-script?</i>
    Go to NACE Transaction and attach the Output type , form routine nad script name to the type.
    <i>4) wat is standard text? use?</i>
    It is used to display statis texts in the scripts.
    It is created in SO10 Tcode.
    <i>5) in scripts,i have 10 address lines there were blanks in bw rows how can i avoid?</i>
    In the paragraph format under the standard attributes you have an option CHECK BOX called No Blank Lines. Just check that option.
    Regards,
    Deepu.K

  • Problem in standard texts

    Hello experts,
    In so10 tcode when defining the standard text , how to write the french language special characters.
    for example : in french: Nous vous informons par la présente de ce qu'aux termes d'une .
    In the above example when i copy this particular line in text editor of standard text(SO10).
    the words shown in bold are copied like qu'AUX and  d'UNE and when i check for character and paragragh formats its giving error as "too many parameters."
    i have define the standard text in so10 as shown below:
    DEFINE &WA_SECURITY_TEXT00& := 'Nous vous informons par la présente de'
    DEFINE &WA_SECURITY_TEXT01& := 'ce qu'aux termes d'une convention de'.
    kindly avise with solution.
    Thanx in advance .
    Sainath.

    hello,
    i have created the text in FR only.
    cau u please suggest any other solution.
    Thanx in advance.
    sainath

  • Bank balance

    HI
    Guru's
    Here in my Client, requirement is, they want  to see the balance of their house bank
    in day to day(opening balance of day and closing balance of the day)
    Please guide me is there any T code for get this report
    with regards
    Arun Kumar

    Hi,
    Please use this TCode S_ALR_87012309 - Print Cashbook. Here you can display Opening Balance and Daily basis Debit Credit Amount as well as Closing Balance. To use this Transaction you need to create 4 Texts in SO10 TCode.
    Opening balance text - FI_CASH_BB_*       Text for the opening balance
    Closing balance text - FI_CASH_CF_*       Text for the balance carried forward
    Transfer text - FI_CASH_EB_*       Text for the closing balan
    Title text - FI_CASH_SI_*       Text for the signature line
    You also need to create a Variant for this purpose in the above TCode.
    Hope it meets your requirement.
    Regards,
    Sanjay

Maybe you are looking for