Select multi-line of table

Hi,
how to use muti-row selection feature of table component?
when I check the checkbox on table component , how can I find the seleceted Row?
is there user guide for java creator all components?
detail user guide is useful and important for new user.
Thanks

Hi,
Please go through the tutorials at
http://developers.sun.com/prodtech/javatools/jscreator/ea/jsc2/learning/tutorials/index.html
Also see "Case Study: Developing a Web-based Enterprise Application with Sun Java Studio Creator 2 )" at
http://developers.sun.com/prodtech/javatools/jscreator/ea/jsc2/reference/techart/index.html
MJ

Similar Messages

  • Issue with selecting a line on table control

    Hello Experts,
    We have a table control and using w/ SelColumn for selecting the highlighted line on a table control. It's working fine sometimes but not working in other cases. It's really wierd.
    On this screen, under the Table Control, we have provided Bottons do some functionality.
    When the users select a row and click on this push button, it has to call another pop-up screen.
    We have the code like this:
    PROCESS BEFORE OUTPUT.
      MODULE INIT_0600.
      LOOP AT T_qacomp_prt INTO qacomp_prt WITH CONTROL TC_qacomp_prt.
        module fill_part_number.
        MODULE Gray_Parts.
        FIELD T_qacomp_prt-MARK.
        module highlight_lines.
        MODULE LINES_0600.
      ENDLOOP.
    PROCESS AFTER INPUT.
      MODULE CANCEL_600 AT EXIT-COMMAND.
      LOOP AT T_qacomp_prt.
        FIELD T_qacomp_prt-MARK.
        MODULE READ_TABLE_CONTROL_600.
      ENDLOOP.
      MODULE USER_COMMAND_0600.
    In User-Command the code is like this:
    MODULE USER_COMMAND_0600 INPUT.
      when 'ADD'.
       if t_qacomp_prt-mark = 'X'.
        get cursor line lin.
      call screen 0615 starting at 30 15.
    else.
       message i999(zxx) with 'Please select a line'.
    endif.
    For eg, When there are 5 lines on the table control, If I select the 2nd line and click on "ADD", it is calling the pop-up correctly.
    However, If I select the 4th line and click on "ADD" button, it is giving the message "Please select the line".
    PS: PBO, PAI code already exists, I only added the "USER-COMMAND" code.
    Can you please let me know what went wrong? I greatly appreciate your help.
    Thanks.

    Hi,
    Provide a Check box for that table control. Declare that Check box field as Type c in Main program. Go to screen PAI module write code for deleting that lines by clicking one button using sy-ucomm. Delete it where is_chk = 'X'..like try

  • SAP Personas - multiple selection of lines in table

    Hello,
    i am trying to figure out if it is possible to get/process all selected lines in SAP Personas for table with multiple line selection enabled. i found only posts where actual selected line can be identified in script - e.g. in this post: SAP Personas - dynamic selection of line from report .
    I am currently working with SAP Personas 2.0, but I am interested also in Personas 3.0 functionality.
    Thank you in advance,
    Jan Weissensteiner

    In Personas 2.0, it depends on how do you want to process the marked table entries.
    Since the Personas 2.0 scripting engine doesn't support looping, you can only read the entire content of the table into an array using a JavaScript step and then evaluate this and determine which lines have been selected. Then you could process the result, for instance you could add field values from the selected rows or something like this, since it is possible to perform looping in JavaScript. However you cannot do certain actions like pressing a script button for each selected row, for instance.
    In Personas 3.0, you can pretty much do anything you want since the scripting engine uses JavaScript and you can rely on JS functionality to have much more freedom, including pressing buttons.

  • Multiple Selection multi-line per choice

    I have a bunch of multiple selection items which are all the same, so I copied and pasted them where I wanted them. The pasted ones are taking up two to three lines per choice (one word per line) even though they are very short and the original that I copied from only takes one line each. Does this mean I have to do each one manually? Why are the copied ones different from the original? Thanks!

    Hi,
    It sounds like a bug, since this shouldn't be happening.  However I tried to reproduce the problem, but couldn't.  It's probably a bug, that specific to your choices labels.  Could you share your form to me ([email protected]), so I can take a look at the specifics?  Once I can see it, I can provide some guidance about the issue and how to work around it (if posisble) until we've fixed it.  You can share a form by clicking the share button, and then clicking add collaborators.
    Thanks,
    Todd

  • Alignment of multi-line text field in PDF form

    I am trying to create a simple form with text fields and check boxes. In several of my text fields I would like the user to enter multiple lines of text aligned at the top-left of the textbox. Everything appears proper until I check the "Multi-line" option within the properties menu. The text then jumps down the textbox several lines. In the attached image I have selected multi-line for the "Responsibilities:" and "Objectives:" fields but not the three following. I am using Acrobat Pro 9 to develop the form. Any help is greatly appreciated.

    Thanks for your reply. The entered text then shifts down the textbox (as shown).

  • Selection of line item

    hi,
    Hi,
    i want to select the lines in table control of transaction va02 and then want to delete that line through a program for selection, but how can i know that this line is selected and then proceed further.
    regards
    m.phanindra

    Hi
       I may not give you the exact answer, but i think this will give you an idea in solving your issue.
       1) When we select some line from the list, then 'AT LINE-SELECTION' event will get triggered... You can write the required coding in this block of the code.
       2) Inorder know which line is selected, we use the HIDE area for that.
       ex: HIDE: wa_spfli-carrid,
                      wa_spfli-connid.
        This HIDE will store all the field values which come through it, and When a row is selected the data that has been hidden for that particular row will be made available again in the AT LINE-SELECTION block.
       Hope this will help you.
    Thanks
    Ravi

  • How to create a multi-line table/column comment

    Can someone tell me how to create a multi-line table or column comment?
    Apparently, the concatenate operator (||) does not work with the COMMENT statement.
    I've searched the Oracle manuals and couldn't find an answer.
    COMMENT ON TABLE sometbl IS 'i would like to break up this comment into several lines in order to improve readability'; Effectively, this is what I'd like to do (but it doesn't work):
    COMMENT ON TABLE sometbl IS
      'i would like to break up ' || CHAR(10) ||
      'this comment into several lines ' || CHAR(10) ||
      'in order to improve readability' || CHAR(10); Oracle version is 10.2.0.4

    Why not just
    SQL> create table t (a int)
    Createtable successfully completed.
    SQL> comment on table t is 'i would like to break up 
    this comment into several lines 
    in order to improve readability'
    Commenton successfully completed.
    SQL> select * from user_tab_comments where table_name = 'T'
    TABLE_NAME           TABLE_TYPE  COMMENTS                               
    T                    TABLE       i would like to break up               
                                     this comment into several lines        
                                     in order to improve readability        
    1 row selected.?

  • Multi line issue in Table Cell Editor

    Hi,
    I am developing an occasionally connected application for handheld devices using NetWeaver Mobile 7.1. In one of the view, I have a table which display items information from the data source. In one of the column I need to display item description so I used TextEdit in the Cell Editor to display the information in multi line format and also wrapping is enabled.
    But during testing of the application the TextEdit control does not wraps the text and as well as only first line of TextEdit control is visible inside the table and rest of the rows are not visible because of table's row height is not adjusted to the TextEdit control. I couldn't find any option to vary the size of the row height of the table.
    Please suggest a solution to bring multi line display with in the table.
    Also, check out my other issue posted here.
    [Issue in wrapping of text in TextEdit control|Issue in wrapping of text in TextEdit control]
    Thanks in advance.
    Regards,
    DVR.
    Edited by: Vinodh Raj D on May 28, 2009 8:18 AM

    Hi Vinodh,
                   Mutliline text in a text view/edit control inside a table cell is not supported.
    You can view multiline text in a text view/edit as a seperate control inside a view. I think in case you want to see the whole address you can create a detail(s) view which can be navigated from the list (table) view.
    Regards,
    Nipun

  • Append table with multi-line cells to word report

    Hi,
    I am using LabView 7.0. I need to append table to word report and I am using Append Table to Report VI. My VI works fine as long as the table cells do not have multiple lines. For multiple lines, each line is put is a seperate cell in the word report.
    Is there a way to append multi-line cells to Word Report??? If not, any suggestions on how I can copy the multi-line table to Word report???
    Please kindly help!!
    Please see the attached document for details on the problem.
    Thanks,
    Mim
    Attachments:
    Table with multiple line cells.doc ‏33 KB

    Hi Mim,
    Yes I understood the multiple-lines part. I think the doc is the report you want. Correct ?
    The doc is generated with your VI without any modifications.
    I am using XP, Office 2002 SP3 and LV7.1
    Attachments:
    Verification Report.doc ‏39 KB

  • Automatic lead selection change line in WD table

    Hi all,
    In footer of WD table, there is an input field, where user can specify number of record, which will be shown in first visible line.   
    I need to automatically select this line as lead selection. How can I achieve this behaviour? ( I'm using NW 2004 SP 19)
    Thanks for any answer.
    Regards,
    Juraj

    Hi Juraj,
    Assuming that when first time the view containing the table is loaded their is no changes required.
    Only when you enter some value in the input field then that record should be shown as first visible row ans should be lead selected.
    Now,
    1. Create a context attribute ctx_rowinput.Bind this context to the input field.
    2. Create a action say onInputShow and associate this with the input field.
        Either use a button and associate the action to the button or OnEnter event of input field.
    3. In your action onInputShow();
      public void onActionInputShow(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        int i = wdContext.currentContextElement().getctx_rowinput();
        wdContext.node<table node>().setLeadSelection(i);
    4. In your wdDoModifyView add the following code
      public static void wdDoModifyView(IPrivateTest_Table_View wdThis, IPrivateTest_Table_View.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
        //@@begin wdDoModifyView
        if(!firstTime)
              IWDTable table =(IWDTable)view.getElement("Table");
              table.setFirstVisibleRow(wdContext.currentContextElement().getctx_rowinput());
        //@@end
    <b>Note: If you enter 3 in the input field it will show 2 record as the node index
    starts from 0.And also before setting the leadselection and visible row check if
    the input value exceeds the nuber of rows in the table.</b>
    This has worked for me.

  • OM: Multi-select order lines to apply hold

    We are using Standard Oracle Multi-Select order lines (Ctrl or Shift keys) to apply hold and would like to pop-up an alert when any of the selected lines is having an open delivery. Appreciate any suggestions to handle this requirement. Thanks !

    These are good links for the Apply Hold functionalities.
    What we are looking for is to alert users that any of the multi-selected lines is having an open delivery/shipper.
    Need to identify the internal Line_id multi-selected by users for validating if there is an open delivery/shipper.
    Appreciate any advise.

  • How to create a dynamic multi-line function in SQL Server

    I am attempting to create a Multi-Line Function in SQL Server that accepts a dynamic WHERE clause as a parameter. I need this so that the function can be as versatile as possible for the filter that needs to be applied. I am unfortunately getting an error
    upon creation of the function.  I don't know how to solve the problem. Can someone advise me?
    SQL:
    SET
    ANSI_NULLSON
    GO
    SET
    QUOTED_IDENTIFIERON
    GO
    -- =============================================
    -- Author:
    -- Create date: 2/3/2014
    -- Description: This multiline function will accept a generic WHERE Clause and apply it to the query for return.
    -- =============================================
    CREATE
    FUNCTIONTESTMULTILINEFUNCTION
    @WHEREvarchar(1024)
    ,@CHANGEDDATEasdatetime
    RETURNS
    @TESTTABLE
    TABLE
    IDint
    ,REVint
    AS
    BEGIN
    Declare@SQLSTRINGvarchar(4096)
    SET@SQLSTRING=''
    SET@SQLSTRING=@SQLSTRING+'SELECT
    REVS.ID, REVS.Revision
    FROM
    Select distinct result.ID, Max(Rev) as ''''Revision''''
    FROM
    Select * from dbo.BugsAll
    where
    [Changed Date] < @CHANGEDDATE
    ) result
    GROUP BY result.ID
    ) REVS
    join dbo.BugsAll BA on (BA.ID=REVS.ID AND BA.REV=REVS.revision)'
    IF
    (@WHEREisnotnullOR@WHERE<>'')
    BEGIN
    SET@SQLSTRING=@SQLSTRING+'
    WHERE '+@WHERE;
    END
    INSERT@TESTTABLE
    EXEC
    (@SQLSTRING)
    RETURN
    END
    GO
    ERROR:
    Msg 443, Level 16, State 14, Procedure TESTMULTILINEFUNCTION, Line 44
    Invalid use of a side-effecting operator 'INSERT EXEC' within a function.
    Senior Test Lead -- Microsoft

    >> Unfortunately I really need to form a dynamic query in a table valued function on the SQL SERVER. I have another tabled valued function that needs something returned as a table in order to further join the data. I am not allowed to use Stored
    Procedures in that function. <<
    You do know that real SQL programmers hate the proprietary nightmare of tabled valued functions?  This is how you procedural programmers avoid learning set-oriented declarative and functional programming. 
    Your mindset wants to write to a scratch tape or disk file (aka “tabled valued function result table”) just like you did BASIC, FORTRAN or COBOL. QL programmers do not have to materialize their data. We can use VIEW or a drive table as well as a base table. 
    >> Plus, there are occasions where I don't want to pass in a field [sic: columns are not fields] parameter or need to change a parameter list such that I don't wish the table function to filter by a particular field [sic] or other setting. <<
    What you want is a magical “Automobiles, Squids and Lady Gaga” function. An SQL programmer might write a complex VIEW then do simpler SELECTs off it. 
    >> My application pushes the WHERE clause from EXCEL to SQL to do the hard work as EXCEL is not the application in which I want to process the SQL statement and pass it via ODBC. I cannot run macros in Excel on the web.<< 
    This is a crazy language system. Usually we fetch data in SQL and then pass it to a math package, report writer, etc. We never keep logic (aka WHERE clauses) outside the database. 
    >> I am bummed about the fact that this feature doesn't work. It will up my server management costs to maintain unique tabular based functions based on WHERE clause query <<
    So stop writing those “tabular based functions”, change your mindset and start learning SQL and do it right. 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • Sdo_util.polygontoline on polygon with hole - multi line?

    If I run sdo_util.polygontoline on a polygon with hole I would expect it to return a multi line with gtype=2006.
    Is that right?
    It doesn't in this case:
    jot_test@johnot> SELECT * FROM v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    5 rows selected.
    jot_test@johnot>
    jot_test@johnot> CREATE TABLE polygon_test (
      2  what varchar2(100),
      3  geometry sdo_geometry);
    Table created.
    jot_test@johnot>
    jot_test@johnot> INSERT INTO polygon_test (what, geometry) VALUES ('polygon with 3 holes',
      2  MDSYS.SDO_GEOMETRY(2003, 2157, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1,1003,1,41,2003,1,51,2003,1,61,2003,1), MDSYS.SDO_ORDINATE_ARRAY(644507.868,753517.124,
      3  644631.7897, 753533.6922, 644611.409, 753534.591, 644610.6025, 753545.5654, 644533.3319, 753588.8677, 644508.545, 753574.04, 644489.2124, 753613.5921,
      4  644454.5051, 753632.781, 644448.097, 753629.818, 644443.393, 753638.8542, 644410.0624, 753657.0707, 644396.379, 753651.217, 644392.824, 753655.998,
      5  644403.559, 753660.6251, 644390.1554, 753667.9506, 644385.891, 753666.108, 644363.783, 753682.497, 644430.984, 753599.479, 644490.526, 753515.738,
      6  644507.868, 753517.124, 644422.11, 753642.465, 644407.545, 753636.233, 644403.653, 753641.432, 644422.426, 753649.114, 644422.11, 753642.465,
      7  644417.5533, 753621.438, 644432.735, 753628.312, 644435.627, 753622.475, 644420.7838, 753615.5539, 644417.5533, 753621.438, 644453.003, 753576.579,
      8  644436.343, 753599.448, 644471.478, 753620.606, 644518.412, 753525.872, 644493.611, 753520.131, 644453.003, 753576.579)));
    1 row created.
    jot_test@johnot>
    jot_test@johnot> SELECT sdo_geom.validate_geometry_with_context(geometry, 0.0005) FROM polygon_test;
    SDO_GEOM.VALIDATE_GEOMETRY_WITH_CONTEXT(GEOMETRY,0.0005)
    TRUE
    1 row selected.
    jot_test@johnot>
    jot_test@johnot> SELECT sdo_util.polygontoline(geometry) FROM polygon_test;
    SDO_UTIL.POLYGONTOLINE(GEOMETRY)(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES)
    SDO_GEOMETRY(2002, 2157, NULL, SDO_ELEM_INFO_ARRAY(1, 2, 1, 41, 2, 1, 51, 2, 1, 61, 2, 1), SDO_ORDINATE_ARRAY(644507.868, 753517.124, 644631.79, 753533.692,
    644611.409, 753534.591, 644610.603, 753545.565, 644533.332, 753588.868, 644508.545, 753574.04, 644489.212, 753613.592, 644454.505, 753632.781, 644448.097, 753629.818,
    644443.393, 753638.854, 644410.062, 753657.071, 644396.379, 753651.217, 644392.824, 753655.998, 644403.559, 753660.625, 644390.155, 753667.951, 644385.891, 753666.108,
    644363.783, 753682.497, 644430.984, 753599.479, 644490.526, 753515.738, 644507.868, 753517.124, 644422.11, 753642.465, 644407.545, 753636.233, 644403.653, 753641.432,
    644422.426, 753649.114, 644422.11, 753642.465, 644417.553, 753621.438, 644432.735, 753628.312, 644435.627, 753622.475, 644420.784, 753615.554, 644417.553, 753621.438,
    644453.003, 753576.579, 644436.343, 753599.448, 644471.478, 753620.606, 644518.412, 753525.872, 644493.611, 753520.131, 644453.003, 753576.579))
    1 row selected.I was expecting that to return gtype=2006 and I think that's causing me some problems which I now need to investigate further.
    If someone can confirm that it should be returning gtype=2006 then I'll get open a tar on metalink.
    Thanks,
    John

    sdo_aggr_union seems to know to make it a multiline...
    jot_test@johnot> SELECT sdo_aggr_union(sdoaggrtype(sdo_util.polygontoline(geometry),0.0005)) FROM polygon_test;
    SDO_AGGR_UNION(SDOAGGRTYPE(SDO_UTIL.POLYGONTOLINE(GEOMETRY),0.0005))(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES)
    SDO_GEOMETRY(2006, 2157, NULL, SDO_ELEM_INFO_ARRAY(1, 2, 1, 41, 2, 1, 53, 2, 1, 63, 2, 1), SDO_ORDINATE_ARRAY(644631.79, 753533.692, 644507.868, 753517.124,
    644490.526,753515.738, 644430.984, 753599.479, 644363.783, 753682.497, 644385.891, 753666.108, 644390.155, 753667.951, 644403.559, 753660.625, 644392.824, 753655.998,
    644396.379, 753651.217, 644410.062, 753657.071, 644443.393, 753638.854, 644448.097, 753629.818, 644454.505, 753632.781, 644489.212, 753613.592, 644508.545, 753574.04,
    644533.332, 753588.868, 644610.603, 753545.565, 644611.409, 753534.591, 644631.79, 753533.692, 644518.412, 753525.872, 644471.478, 753620.606, 644436.343, 753599.448,
    644453.003, 753576.579, 644493.611, 753520.131, 644518.412, 753525.872, 644435.627, 753622.475, 644420.784, 753615.554, 644417.553, 753621.438, 644432.735, 753628.312,
    644435.627, 753622.475, 644422.426, 753649.114, 644403.653, 753641.432, 644407.545, 753636.233, 644422.11, 753642.465, 644422.426, 753649.114))

  • Multi-line toggle button bar labels?

    I am trying to do a grid of buttons where only one button in a row can be "pressed".  Seems, based on suggestions here as well, the easiest way is one togglebuttonbar per row of a grid.
    Anyway, I need to have taller buttons with a few lines of text in each label (button).  Think of a table where the cells are selectable.
    I found a way to extend a simple button's label to make it multi-line, but not sure on how to do this for a togglebuttonbar:
    package tools
    import flash.text.TextFieldAutoSize;
    import mx.controls.Button;
    import mx.core.mx_internal;
    use namespace mx_internal;
    public class MultilineButton extends Button {
    public function MultilineButton()
    {super();}
    override protected function createChildren():void
    super.createChildren();
    textField.multiline = true;
    textField.wordWrap = true;
    textField.autoSize = TextFieldAutoSize.LEFT;
    override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void {
    super.updateDisplayList(unscaledWidth, unscaledHeight);
    textField.y = (this.height-textField.height)>>1;
    And then I call it with <t:MultilineButton label="four score and seven years ago" width="150" height="150" textAlign="left"/>
    Should I just use this single button in a Repeater?  Or is there a way to work with the togglebuttonbar?

    I tried that, I guess I am doing it wrong since it is still doing centered
    and bold:
    package tools
    import flash.text.*;
    import mx.core.mx_internal;
    use namespace mx_internal;
    public class MultilineToggleButtonBar extends ToggleButtonBar
    public function MultilineToggleButtonBar()
    super();
    override protected function createChildren():void
    super.createChildren();
    textField.multiline = true;
    textField.wordWrap = true;
    textField.autoSize = TextFieldAutoSize.LEFT;
    var format:TextFormat = new TextFormat();
    format.bold = false;
    format.align = "left";
    textField.defaultTextFormat = format;
    override protected function updateDisplayList(unscaledWidth:Number,
    unscaledHeight:Number):void {
    super.updateDisplayList(unscaledWidth, unscaledHeight);
    textField.y = (this.height-textField.height)>>1;

  • How to display multi-line popup message in user exit?

    Hi,
    I need to display a multi-line popup text message with controllable response buttons in a user exit.
    I looked at POPUP_TO_CONFIRM with its DIAGNOSE_OBJECT, but I need substitution parameters and the FM doesn't support this functionality. So this won't meet my needs.
    Does anyone have any suggestions (maybe with some example code?) about how to do this?
    Thx.
    Andy

    Code:
    LOOP AT I_KNB1 WHERE ZTERM NE ZPAGDESCR-ZZTERM.
    IF SY-TABIX = 1.
      IF I_TEXT_TABLE[] IS INITIAL.
         PERFORM HEADER TABLES I_TEXT_TABLE.
         REFRESH :  I_T052U.
            SELECT ZTERM ZTAGG TEXT1
           FROM T052U
           INTO TABLE I_T052U
           FOR ALL ENTRIES IN  I_KNB1
           WHERE SPRAS = SY-LANGU AND
                 ZTERM = I_KNB1-ZTERM.
        ELSE.
        REFRESH :  I_T052U.
        SELECT ZTERM ZTAGG TEXT1
           FROM T052U
           INTO TABLE I_T052U
           FOR ALL ENTRIES IN  I_KNB1
           WHERE SPRAS = SY-LANGU AND
                 ZTERM = I_KNB1-ZTERM.
           I_TEXT_TABLE-TDLINE = TEXT-T01.
           APPEND I_TEXT_TABLE.
           CLEAR I_TEXT_TABLE-TDLINE.
      ENDIF.
         MOVE 'Company' TO I_TEXT_TABLE-TDLINE+0(10).
         MOVE 'Payment' TO I_TEXT_TABLE-TDLINE+10(10).
         MOVE 'Day' TO I_TEXT_TABLE-TDLINE+20(5).
         MOVE 'Description' TO I_TEXT_TABLE-TDLINE+26(100).
         APPEND I_TEXT_TABLE.
         CLEAR I_TEXT_TABLE-TDLINE.
         MOVE 'Code' TO I_TEXT_TABLE-TDLINE+0(10).
         MOVE 'Term' TO I_TEXT_TABLE-TDLINE+10(10).
         MOVE 'Limit' TO I_TEXT_TABLE-TDLINE+20(5).
         APPEND I_TEXT_TABLE.
         CLEAR I_TEXT_TABLE-TDLINE.
         I_TEXT_TABLE-TDLINE = TEXT-T01.
         APPEND I_TEXT_TABLE.
         CLEAR I_TEXT_TABLE-TDLINE.
    ENDIF.
         MOVE I_KNB1-BUKRS TO I_TEXT_TABLE-TDLINE+0(10).
         MOVE I_KNB1-ZTERM TO I_TEXT_TABLE-TDLINE+10(10).
         LOOP AT I_T052U WHERE ZTERM = I_KNB1-ZTERM .
           MOVE I_T052U-ZTAGG TO I_TEXT_TABLE-TDLINE+20(5).
           MOVE I_T052U-TEXT1 TO I_TEXT_TABLE-TDLINE+26(100).
          APPEND I_TEXT_TABLE.
          CLEAR I_TEXT_TABLE-TDLINE.
         ENDLOOP.
    ENDLOOP.
    ENDIF.
    IF NOT I_TEXT_TABLE[] IS INITIAL.
      CALL FUNCTION '/RWD/POPUP_TO_DISPLAY_TEXTLIST'
        EXPORTING
      TASK             = 'DISPLAY'
          TITEL            = 'Inco term payment term mismatch'
    IMPORTING
      FUNCTION         =
        TABLES
          TEXT_TABLE       = I_TEXT_TABLE .
    ENDIF.

Maybe you are looking for

  • I have a problem in the secret answer to my account I forgot

    I have a problem in the secret answer to my account I forgot When you buy any software ask me secret answer to a question

  • Problem saving ActionErrors

    I have my Action class and i am using struts framework.I am using Oracle JDeveloper 10g for developing web application.I am trying to save ActionErrors using saveErrors method but i get this follownig error Error(80,14): method saveErrors(javax.servl

  • Unable to connect r/3 to bw

    Hi eveybody, My problem is I want to connect r/3 to bw r/3 side : host name :erp, database : oracle, database name : erp, windows 2000 server bw side : host name : biw , database : sqlserver, database name : biw , windows 2003 server i can connect fr

  • Translate and next day function

    hi everybody, i am trying to learn how translate and next_day function works in oracle. i have the following query select translate(to_char(sysdate,'yyyy/mm/dd'), 'A0123456789','A') FROM DUAL; when i execute it, the result is // my question is why is

  • T500 Shuts Down on Temperature Limits

    Hi, So: T500 Visa Ultimate SP2 + Linux  Fedora 16 Intel Core Duo CPU P8400 CPU Speed 2.26Gz Memory 2048MB My laptop is 3 years old.  While doing Windows and Fedora reinstallations caused by the gradual failure and change of a HDD, I had high temperat