Split lines in Table painter

Hi Guys
I have to split a line in a table painter in smartform, which I did by right clicking the mouse and choosing split from the context menu.
1. But the problem is that It does not show in the output
2. Even if it shows, how do I put data in it?
Thanks for reading .

Hi,
Once you split the line.. you need to select the cell containing the line you just split.. and look for little icons on the top menu that look like boxes that are used to create borders.. click on the appropriate one depending on where yu want a line to be drawn.. yu could draw all four sides or just one side depending on what you want.
Putting data in it.. you need to double click on the text node that has the data yu need to display on the smartform.. under the output options tab.. right at the bottom you will see column and row boxes.. so this is where you need to specify the column and row number of the table.
Hopefully this helps!

Similar Messages

  • Update Profit Center Field in CO Line item tables

    Hi,
    We are working on ECC6.0 NewGL with Real-time CO-FI integration for Cross Company Code and Cross Pofit Center.
    For those CO internal documents (like activity confirmation at production order) where there is no cross company code or cross profit center postings, no FI document is generated and hence table FAGLFLEXA is not updated. So, we wanted to take data from CO table COEP / COVP for these internal CO documents. However, there is no Profit Center field in CO line item tables COEP / COVP. We don't want to refer to Object Number (OBJNR) of COEP / COVP tables and take profit center from master table of cost centers, IOs etc..,as Profit center in the cost center, IO masters may get changed latter.
    I tried to generate a new report through report painter from structure CCSS, but Profit center is not defined as Charactericts there. Hence of no use.
    Can we append Profit Center field in CO line item tables COEP / COVP and update tatabase at the time of posting? Is there any risk?
    Please suggest any other alternative...
    Thanks,
    Bijay

    Hi,
    As per the standard process we can't derive PC from CO-internal Object...as per my knowledge.
    Better you can derive from IO-CC master PC ....if your question that it will change frequently then -no control can make.
    Regd,
    Kha

  • Substitution of Split Line Items that appear only in FI - New GL?

    Hi,
    The new GL incorporation has brought in a functionality to automatically split user entered line items during GL Posting to create ledger balance at Profit Centre(or Company code) level in-case line items have multiple Pofit Centres(or Co.Code) etc.
    I have a requirement wherein I need to do substitution and validation of line-items created after splitting of document(which are visible only in general Ledge view of New GL). The line-items created after splitting don't show at runtime(ie during substitution using GGB1), we can only see user entered line-items that are present in BKPF and BSEG tables.
    Is there any way by which we can get hold of system created split line items that are present only in FAGLFLEXA/FAGLFLEAXT table for substitution/validation ?
    I need to substitute Transaction Type field BEWAR.
    Message was edited by: Tabishul Haque

    All ,
    As per SAP it doesn't allow substitution of fields after splitting of documents in new GL in case of Cross Profit Centre documents postings.

  • Template and  Table painter

    Difference b/t
    Template    and 
    Table painter

    Hi,
    Table Painter is used to design layout of Templates & Tables.
    http://help.sap.com/saphelp_nw04/helpdata/en/4b/83fb4edf8f11d3969700a0c930660b/frameset.htm
    You can say its nothing but graphical format of template.
    Template is to display a table whose layout and size (number of lines and columns) is determined before the runtime of the application program. For this reason, a template is also called a static table.
    Best regards,
    Prashant

  • Splitting Large internal tables

    Hi All,
    How to split large internal table into smaller ones of fixed number of lines.
    The total number of lines are not known and is subjected to vary.
    Regards,
    Naba

    I am not sure about your requirements, you try with the below solution
    Itab : contains all entries  let us say 3000
    Itab1 
    itab2
    itab3
    No.of entries to be split based on 3000/n  ( 3000/3)  = 1000
    split_val = 1000
    N_split_from = 1
    N_split_to = 1000
    APPEND LINES OF ITAB1 FROM N_split_from TO N_split TO ITAB1.
    N_split_from = 1 +  split_val
    N_split_to = 1000 + split_val
    APPEND LINES OF ITAB1 FROM N_split_from TO N_split TO ITAB2.
    N_split_from = 1 +  split_val
    N_split_to = 1000 + split_val
    APPEND LINES OF ITAB1 FROM N_split_from TO N_split TO ITAB3.
    Regards
    Sasi

  • Passing values to an internal table and use it with the table painter

    Hi,
    I have seen this topic here before but the answers didn't help me. Maybe I,m doing something wrong.
    The problem is that I defined the following structure on the |Types| tab of the |Global Definitions| section:
    TYPES: BEGIN OF DETAILS,
           EBELP  TYPE EKPO-EBELP,
           BSMNG  TYPE EBAN-BSMNG,
           LFDAT  TYPE RM06P-LFDAT,
    END OF DETAILS.
    Then defined the following definition on the |Global Data| section:
    WA_DETAILS TYPE STANDARD TABLE OF DETAILS WITH HEADER LINE
    The problem is that when I try to assign a value to one of the fields in the program code like this:
    LOOP AT WA_EKPO.
         WA_DETAILS-EBELP = WA_EKPO-EBELP.
         WA_DETAILS-EMATN = WA_EKPO-EMATN.
         MODIFY WA_DETAILS.
    ENDLOOP.
    gives me the following error:
    "WA_DETAILS" is not an internal table -the "OCCURS n" specification is missing.
    Then if I add the "OCCURS 10" to the definition of the Global Data the error "OCCURS 10" is not expected.
    How can I define, assign values and use as a parameter an internal table defined with types for use it with the table painter?

    Hi,
    if it is one record in wa_details. you can directly write as follows..
    REPORT  ZCR_TEST1                               .
    TYPES: BEGIN OF details,
              ebelp TYPE ekpo-ebelp,
              bsmng TYPE eban-bsmng,
              lfdat TYPE rm06p-lfdat,
              ematn TYPE ekpo-ematn,
           END OF details.
    DATA: wa_details TYPE STANDARD TABLE OF details WITH HEADER LINE,
          wa_ekpo    TYPE STANDARD TABLE OF details WITH HEADER LINE.
    wa_details-ebelp = '1'.
    append wa_details.
    wa_ekpo-ebelp = '3'.
    append wa_ekpo.
    LOOP AT wa_ekpo.
      wa_ekpo-ebelp = wa_details-ebelp.
      wa_ekpo-ematn = wa_details-ematn.
      modify wa_ekpo.
    endloop.
    Normally it wont be one record, so u need to put <b>read statement with key</b> in LOOP and ENDLOOP.
    Regards,
    Sriram

  • Thicker lines in table

    Hi,
    Is it possible to have differences in thickness of the lines in a table? I would need a line between all my data and also lines for the header but those should be thicker so there is a clear difference.
    Can't find any information about this
    Thanks!

    Sorry, i wasn't complete in my explanation.
    If you start the table with the width of each column, press the button "Table Painter" in this screen.
    Then you'll see the possibility for the Box width.
    Don't forget to select the row/columns (in the bottom) for which you want to change the width of the box.

  • Reg: Smartforms Table Painter

    Hi  Folks,
    In the smart forms in the main window I have used table for printing data of the internal table.  Also for giving the borders in the table I have used the framed patterns in the table.
    So I have declared the main window sizes same as paper size and in the main window it contains only the table.
    I have created a table in the smart forms and I was doing the loop of internal table data.
    So when in the internal table contains one line item currently it was printing like this.
    1     23     45     56     76
    But my requirement is like this if the internal table contains one data, still the boxes should be extended upto end of page.
    1     23     45     56     76
    In the smart forms table painter is there any setting is there so that I can extend the boxes up to the end of page if data was not present in the internal table also.
    Or how can I will print the boxes in the smart forms and each box contains the print the data of the internal table.
    Please help me on the above issue and let me know for any clarifications.
    Thanks in advance.

    there is not such setting in smartform...
    you can append blank lines in the itab..
    e.g if page can hold 10 line items from itab
         and you are passing oly 5 lines of data
         then append 5 blank lines at the end of itab..
    in this case you need to take care for numeric fields.. as black fields will display zeros... so convert them in char field and then append blank lines...

  • How to adjust splitted lines into one line in Text file?

    Hi Guys,
    I have a text file with 3 fields(comma separated): GLCode (Number), Desc1 (Char), Desc2(Char) and need to load it into BW.
    My Text file looks like:
    1011.00,"Mejor PC Infrastructure","This line is ok."
    1012.00,"Telephone Equipment $","This line ends in next line.   
    1)Need to change the equipment immediately.
    2)Take immediate action"
    1013.00,"V1 Computer Server Infrastructure # Equip","For purchases
    of components that make up the company's network, such as servers, hubs, routers etc."
    1014.00,"Flash Drive","Need to provide all IT Developer"
    This is how file looks like. Now I need the followings:
    1. Need to remove the space and need to adjust the splitted line into one. Say here
    line/record 2 is splitted into 3 lines and need to adjust in 1 line.
    2. In Line 5 (Record 3) data splitted into 2 lines and need to make 1 line.
    3. Need to remove bad characters.
    Could someone help me please how to proceed ?
    Regards,

    Not quite correct by my testing.  Try:
    $i=0
    Get-Content .\test.txt | ForEach {
    If ($i%2){
    ("$Keep $($_)").Trim()
    }Else{
    $keep=$_
    }$i++
    Good catch!
    Boe Prox
    Blog |
    Twitter
    PoshWSUS |
    PoshPAIG | PoshChat |
    PoshEventUI
    PowerShell Deep Dives Book

  • End line of table in XML Publsiher Report in EBS

    We report the invoice lines in a table with the row separator (horizontal) lines hidden. When there are more number of lines and this table goes for next page, then bottom line of table border doesn’t appear in the current page. It appears only once in the page where the table ends. We need this in each page. Any help?

    Got the modified template from you Kavipriya. It works.
    The solution is to add <?table-footer:?> at the end of the table.
    Thanks a lot.

  • How to set border lines in table and also in template in the smartforms ?

    How to set border lines in table and also in template in the smartforms ?
    As I have to create table with following detals
    total row = 3
    row1 = 3 column
    row2 = 6 column
    row3 = 9 column
    for 2nd and 3rd row data to be fetched using coding.
    so can anybody explain me what should i use
    Table or Template ?
    and I want the border like excel format.
    Can anybody suggest me ?
    Thanks
    naresh

    if the data is multiple i.e. line items choose table.
    if the data is single i.e. fixed choose template.
    Create table
    >  Draw u r no lines
    > choose option select pattern
    > select display framed patterns
    Choose u r required one.
    out lined, or full lined. u can choose option.
    same procedure to be followed for template also.
    with regards,
    Kiran.G

  • How to view lines in table control after pressing vertical scroll bar

    Hi Experts, 
    I created table control in MPP, While design my layout I design table control with 12 lines(Fixed),  But I am moving my internal table values to table control. my internal table have more then 12 lines. My problem is I cant view my 13, 14th line in table control.  Could you help me in solve this issue?

    Please make sure that you have used the following code in the PBO
    DESCRIBE TABLE it_tab LINES tab_ctrl-lines.

  • White Lines in Tables

    I don't seem to be able to get rid of white lines between
    tables/cells on my websites. I have the borders set to "0" and no
    "Padding", etc. Does anyone have an idea of how to remove these so
    the cells blend together. You can see an example on the top graphic
    of this website:
    http://www.peterburnett.org/
    Thanks!

    > Looks to me like you have *table* borders set to "0,"
    and cell bordercolor
    > set to "0" (not even sure what that does - pretty sure
    the answer is
    > "nothing").
    It also would make your page fail validation!
    > You need to set the *td* (cell) borders to none.
    >
    > In CSS:
    >
    > td { border:none; }
    Not at all. Adding the cellspacing="0" will do the trick.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Tim G" <[email protected]> wrote in
    message
    news:ggka1n$hsh$[email protected]..
    > "Westsidebill" <[email protected]>
    wrote in message
    > news:ggk89j$fpf$[email protected]..
    >>I don't seem to be able to get rid of white lines
    between tables/cells on
    >>my
    >> websites. I have the borders set to "0" and no
    "Padding", etc. Does
    >> anyone
    >> have an idea of how to remove these so the cells
    blend together. You can
    >> see
    >> an example on the top graphic of this website:
    >>
    http://www.peterburnett.org/
    >
    > Looks to me like you have *table* borders set to "0,"
    and cell bordercolor
    > set to "0" (not even sure what that does - pretty sure
    the answer is
    > "nothing").
    >
    > You need to set the *td* (cell) borders to none.
    >
    > In CSS:
    >
    > td { border:none; }
    >
    >
    >
    > --
    > Tim G.
    >
    http://www.pactumweb.com
    >
    http://www.shortordersite.com
    >

  • White lines in tables after conversion

    RH8 and Word 2007
    I've just done my first successful printed document, and some of the tables (only some) come across with white lines above and below the text that's in them.  If I delete the text, the lines stay there.  I've tried everything in Word I can to get rid of them (these are single-cell tables that contain Tips and such, with shading and a single outside border), but nothing seems to work.  Could it have something to do with the way I'm formatting the tables in RH?  Like I said, it's only some tables, but sometimes I will copy one and paste it into another topic and change the text.  That's the only thing I do that I'm aware of that might be "unusual."
    Thanks!

    > Looks to me like you have *table* borders set to "0,"
    and cell bordercolor
    > set to "0" (not even sure what that does - pretty sure
    the answer is
    > "nothing").
    It also would make your page fail validation!
    > You need to set the *td* (cell) borders to none.
    >
    > In CSS:
    >
    > td { border:none; }
    Not at all. Adding the cellspacing="0" will do the trick.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Tim G" <[email protected]> wrote in
    message
    news:ggka1n$hsh$[email protected]..
    > "Westsidebill" <[email protected]>
    wrote in message
    > news:ggk89j$fpf$[email protected]..
    >>I don't seem to be able to get rid of white lines
    between tables/cells on
    >>my
    >> websites. I have the borders set to "0" and no
    "Padding", etc. Does
    >> anyone
    >> have an idea of how to remove these so the cells
    blend together. You can
    >> see
    >> an example on the top graphic of this website:
    >>
    http://www.peterburnett.org/
    >
    > Looks to me like you have *table* borders set to "0,"
    and cell bordercolor
    > set to "0" (not even sure what that does - pretty sure
    the answer is
    > "nothing").
    >
    > You need to set the *td* (cell) borders to none.
    >
    > In CSS:
    >
    > td { border:none; }
    >
    >
    >
    > --
    > Tim G.
    >
    http://www.pactumweb.com
    >
    http://www.shortordersite.com
    >

  • Not able to view more than two line in table control

    Hi all,
    I am not able to see more than two lines in table control. Although my table control height is 21...
    Please see attached pic and suggest me what to do.

    hi,
    You have to set the LINES property of the table control In the PBO of your screen, to the number of entries in the internal table.
    data: lv_line type i.
    DESCRIBE TABLE  gt_table LINES lv_line.
    table_control-lines = lv_line + 1.
    or else
    You can do two thing in table control properties check horizontal and vertical scroll options plus in PBO you can based on number of lines in internal table assign it to TC_ABC-LINES if no lines are there then add by default 20..10.. any number of lines as you want.

Maybe you are looking for

  • How to use smb share for home directory with AD account

    I have extended the schema of our AD and bound a macbook pro running 10.6.8 to the domain. AD users are able to logon, and if I select the option to use their AD homedirectory attribute then this smb share is used as a network drive. My question is t

  • Unable to use wi-fi or bluetooth on my iphone 4s

    unable to use wi-fi or bluetooth on my iphone 4s

  • Dreamweaver CS6 wont' open in Mavericks 10.9

    I just made a clean install of CS6 on my machine, running Mavericks 10.9.5. When i try to open Dreamweaver, the icon appears on the dock then closes. Following instructions in a previous tech note, i created a new admin user and Dreamweaver opens fin

  • How can I add a JButton in a JList

    Hello every one, Please, if some one knows how to put a JButton or JLabel in a JList let me know. Thank you in advance

  • Use of macro's in Integrated Planning

    Dear all, Considerations regarding planning in Excel or Web are taken into account. Customer likes to connect existing Excel-sheets to Planning Excel-sheet. Macro’s are available for this in BPS-Excel (transfer data to SEM-BPS1 sheet). Some questions