About the tab space .......

hi team,
                i need small info. on the tab space ...
i have declared the paragragh format for p1 with different spaces... like
for field like kunnr, name1, land1, ort01
for p1: tab spaces
tab1 : 5 cm - left
tab2  10 cm- left
tab3 15 cm -left
p1 :   &kunnr& ,,,,&name1&,,,,&land1&,,&ort01&
who it will take the tab spaces can any one explain ..........
from the name1 who it will calculate............

for field like kunnr, name1, land1, ort01
for p1: tab spaces
tab1 : 5 cm - left
tab2 10 cm- left
tab3 15 cm -left
p1 : &kunnr&,,,,&name1&,,,,&land1&,,&ort01&
Hi
Dear this is not gonna work....
In scripts evry ',,' counts for tab spclly when they are in same line..here you are using two tabs i.e ,,,, for printing name1 and again printing land1 after 4th tab i.e 2+,,,, i.e. more tabs...
I think you need to create the code as like this....
p1 : &kunnr&,,&name1&,,&land1&,,&ort01&
for p1: tab spaces
tab1 : 5 cm - left
tab2 10 cm- left
tab3 15 cm -left
Reward if useful..
Cheers
Anup

Similar Messages

  • How to define the tab space in the PL/SQL editor with Oracle Forms 4.5?

    When I use the PL/SQL editor with Oracle Form Builder, I found the tab space is very long that affects my programs readability quite a lot. Then, I tried to use Textpad to type my program. It looks fine with Textpad. However, when i tried to 'cut and paste' my code back to the PL/SQL editor, all tab spaces (approx. 8-character) are detected and the program looks awful again ~~ Would any one help me to solve my mentioned problem?
    Thanks for any advices!

    In 4.5 you cannot change this. In Forms 5.0 and above there is a registry value DE_PREFS_TABSIZE which allows you to set a value for the tabsize.

  • About the tab "Method"  in definition of  activity

    In the tab "methods" in the definition of activity, what's meaning of Modal call and how to export paramaters and import parameters there.

    Try searching the SAP Help first for secondary methods in workflow. It is amazing how many answers are in there. And as an added bonus you also comply to the forum guidelines.
    Regards,
    Martin

  • The "+" to add a new tab is missing from my tabs in Firefox 4. How do I restore that "+" so I can quickly add a tab to the tab bar?

    The "+" to add a new tab has disappeared after installing Firefox 4.0. How do I restore it? I am talking about the tab bar at the top of the screen

    Restore your default toolbar by going to Customize - Restore Default Set. I just found it out myself.

  • Suppress tab space

    Hi All,
    I'm writing following code and Im getting out as below.
    I'm capturing this output log in unix. The issue is Im getting tab spaces in the output
    declare
        lv_SQL        VARCHAR2(32000);
        lv_Col        VARCHAR2(256);
    begin
    lv_Sql := 'SELECT ''PL_CUS_DETAILS             :'' || COUNT(1) CNT FROM PL_CUS_DETAILS';
    EXECUTE IMMEDIATE lv_Sql into lv_Col;
    DBMS_OUTPUT.PUT_LINE(lv_Col);
    end
    [CODE]
    declare
        lv_SQL        VARCHAR2(32000);
        lv_Col        VARCHAR2(256);
    begin
    lv_Sql := 'SELECT ''PL_CUS_DETAILS             :'' || COUNT(1) CNT FROM PL_CUS_DETAILS';
    EXECUTE IMMEDIATE lv_Sql into lv_Col;
    DBMS_OUTPUT.PUT_LINE(lv_Col);
    end
    ====OUTPUT=========
    cat -vt output.out
    PL_CUS_DETAILS^I^I   :2note: ^I is the tab space character(unix).
    I have tried different options to suppress this tab space but of no use.
    Plz help in suppressing these tab spaces.
    Thanks & Regards,
    CDPrasad
    Edited by: cdprasad on Aug 16, 2010 8:18 AM
    Edited by: cdprasad on Aug 16, 2010 8:18 AM

    Hi Amit/David,
    Executed the same in different ways.
    ==>  MY_OUTPUT=`sqlplus -s username/password@server<< SQL_EOF
    WHENEVER SQLERROR EXIT 1;
    WHENEVER OSERROR EXIT 1;
    SET FEED OFF
    SET VERIFY OFF
    SET SERVEROUTPUT ON
    declare
    lv_SQL        VARCHAR2(32000);
    lv_Col         VARCHAR2(256);
    BEGIN
    lv_Sql := 'SELECT ''PL_CUS_DETAILS             :'' || COUNT(*) FROM DUAL';
    EXECUTE IMMEDIATE lv_sql into lv_col;
    dbms_output.put_line(lv_col);
    end;
    EXIT
    SQL_EOF`
    ==> echo $MY_OUTPUT | cat -vt
    PL_CUS_DETAILS :1
    ==> cat test.sql
    WHENEVER SQLERROR EXIT 1;
    WHENEVER OSERROR EXIT 1;
    SET FEED OFF
    SET VERIFY OFF
    SET SERVEROUTPUT ON
    SPOOL ABC.TXT
    declare
    lv_SQL        VARCHAR2(32000);
    lv_Col        VARCHAR2(256);
    BEGIN
    lv_Sql := 'SELECT ''PL_CUS_DETAILS             :'' || COUNT(*) FROM DUAL';
    EXECUTE IMMEDIATE lv_sql into lv_col;
    dbms_output.put_line(lv_col);
    end;
    SPOOL OFF
    ==> cat call_sql.sh
    sqlplus -s <<EOF
    @password.sql
    @test.sql
    EOF
    ==> call_sql.sh | cat -vt
    PL_CUS_DETAILS^I^I   :1
    ==> cat -vt ABC.TXT
    PL_CUS_DETAILS             :1 
    ==> nohup call_sql.sh &
    ==> Sending output to nohup.out
    ==> cat -vt nohup.out
    PL_CUS_DETAILS^I^I   :1The first gives output as
    PL_CUS_DETAILS :1 instead of PL_CUS_DETAILS :1
    The second gives output as
    PL_CUS_DETAILS^I^I :1 instead of PL_CUS_DETAILS :1
    but in the spool file it is same as PL_CUS_DETAILS :1
    but the same thing when executed using nohup it looks like below
    PL_CUS_DETAILS^I^I :1 instead of PL_CUS_DETAILS :1
    Note: cat -vt is used to display nonprinted characters(tab is ^I)
    There is something wrong in the way the unix stores the output.
    Thanks & Regards,
    CDPrasad
    Edited by: cdprasad on Aug 18, 2010 9:40 AM

  • Sapscript - Paragraph Format - Tab space Issue

    Hello Experts,
    I'm facing issue with the Tab Space Alignment in the Paragraph Format.
    I'm giving these values for a Paragraph Format Tabs:
    Tab  Position:
    1: 0,10 CH
    2 :3,50CH
    3: 6,50CH
    12: 76,00CH
    Inspite of reducing the TAB position for 5th Tab; it is still aligning a bit far.
    And whenever the Description (Field 3) is longer; all the Values are pushing towards right.
    Alignment is not getting adjusted. How can I make this as Fixed?
    Here's the screenshot:
    Please advise.
    Thanks & Regards,
    Sowmya

    Hi,
    For Standard Text, Paragraph format will be applicable from Standard Styles which will be creating in Transaction code SE72 and apply that Paragraph Format to Text in Standard Text transaction code SO10 then the Paragraph format will be applicable. And transport the Created Style in SE72 to Quality and Production Systems.
    Apply the Created Paragraph format created in SE72 to text by below steps:
    So10>Provide text>Click on CHANGE>Click on MENU FORMAT>Change Style->Double click on STYLE created in SE72-->Apply the newly created Paragraph Format to text in So10
    Edited by: Venkatmani29 on May 2, 2011 12:43 PM

  • How to detect TAB SPACES?

    Hi Experts,
    I'm reading an external file that contains TAB Spaces via GUI_UPLOAD, I transferred it into an internal table and tried to replace the TAB spaces with my line of code below, but still it doesn't work. Below is my line of code and also the structure of the external file that I'm reading, how can I detect TABS? code CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB doesn't work.
    Many Thanks in advance
        LOOP at i_tab into wa_tab.
          REPLACE ALL OCCURRENCES OF CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB IN wa_tab WITH ','.
          WRITE /: wa_tab.
           MODIFY i_tab FROM wa_tab.
        ENDLOOP.
    Structure of my external file
    NAME1                                            Country                     Language                    NAME2                 
    Daiwabo Information System               JP         Japanese                販売推進本部 ソフトウェアセンター
    Hitachi Electronics Services               JP         Japanese             DS本部 DS第2営業部 日本ユニシス様担当営業
    NRI Network Communications, Ltd       JP         Japanese             インターネット事業部
    NEC Nexsolutions, Ltd.                       JP         Japanese             資材部
    Nippon RAD Inc.                               JP         Japanese             第一事業本部 インフラ事業部
    Softbank BB                                       JP         Japanese             MD2/SW2/1課
    Marubeni Infotec                               JP         Japanese             商品MD2部 ソフトウェア1課
    BR,
    LBJ23
    Edited by: LeBron23 on Jul 29, 2009 1:04 PM

    Hi,
        How you have passed values in GUI_UPLOAD FM
    Check below link
    CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                      = lv_file
    *     FILETYPE                      = 'ASC'
         has_field_separator           = 'X'            " -----> Just set this flag and see in debugger after upload, values must be in required fields of Itab
    *     HEADER_LENGTH                 = 1
    *     READ_BY_LINE                  = 'X'
    *     DAT_MODE                      = ' '
    *     CODEPAGE                      = ' '
    *     IGNORE_CERR                   = ABAP_TRUE
    *     REPLACEMENT                   = '#'
    *     CHECK_BOM                     = ' '
    *     VIRUS_SCAN_PROFILE            =
    *     NO_AUTH_CHECK                 = ' '
    *   IMPORTING
    *     FILELENGTH                    =
    *     HEADER                        =
        TABLES
          data_tab                      = lt_ebidclt
       EXCEPTIONS
         file_open_error               = 1
         file_read_error               = 2
         no_batch                      = 3
         gui_refuse_filetransfer       = 4
         invalid_type                  = 5
         no_authority                  = 6
         unknown_error                 = 7
         bad_data_format               = 8
         header_not_allowed            = 9
         separator_not_allowed         = 10
         header_too_long               = 11
         unknown_dp_error              = 12
         access_denied                 = 13
         dp_out_of_memory              = 14
         disk_full                     = 15
         dp_timeout                    = 16
         OTHERS                        = 17
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Regards
    Bala Krishna

  • Information about my disc space is incorrect since Mavericks.

    My hard drive is unstable since Mavericks.
    Information about the free space is modified all time.
    In fact I have 130Go free space but the disc utility says that I have not enought space to open and work with any applications.
    I don't have any Time Machine backup to recovering a last version of OsX.
    Things started when I opened a very heavy file on Keynote. I have 2,3 Ghz processor  with 16Go DDR3 Memory on my MacBook Pro.
    Can anybody help me ?

    Please post a screenshot that shows what you mean. Be careful not to include any private information.
    Start a reply to this message. Click the camera icon in the toolbar of the editing window and select the image file to upload it. You can also include text in the reply.

  • Questions about tabs, spaces and indenting

    I tried to find some information about this in the forum, but I didn't succeed (perhaps I failed at the search). My apologies if this a trivial topic, but as I'm in the learning process of programming (I started with Python and php myself, and Pascal at college) this is a new world to me.
    Yesterday I was editing a txt file in Vim, and I encounter a few issues trying to print it. That's when I learned that tabbing all the way thought to format some text maybe is not a good idea. Then a guy in #Vim directed me to use spaces instead of tabs for indenting and formating the text / programs that I write, as the tab indenting is -almost- only needed by makefiles. Also he showed me than in Python programming it is suggested to use spaces as well.
    I googled a bit and I found sites like this, with pros and cons about both styles. Also I found a Vim plugin (Smart Tabs) that at first sight seems quite nice, like it have the best of both worlds.
    So my question here is: what should I do? Choose one style and stick with it for ever? Choose according the language? Mix up both? Without any experience on this subject it's hard to know the right way, as it seems that both styles have (strong) advantages and disadvantages.
    Also, if is not too much no ask, what tab size should I work with? 8 seems a bit large, although seems to be pretty standard for some languages.
    Currently I've this on my .vimrc (the relevant part, of course):
    set tabstop=4
    set shiftwidth=4
    set softtabstop=4
    set expandtab
    set autoindent
    set smartindent
    Thanks in advance for any advice.

    Yes, I think to "choose one style and stick with it" is the most important thing.
    I always use two spaces to indent because I like the way it looks. Besides makefiles, I don't use any language that forces me to use either tabs or spaces, so that's not a problem.
    I really like this quote:
    Linus Torvalds wrote:If you need more than 3 levels of indentation, you're screwed anyway, and should fix your program.
    (from Wikiquote) After reading that, I don't think about indentation as much anymore.
    Sorry for my English. Feel free to point my errors.
    "Sorry for my English. Feel free to point out my errors." ^_^

  • Huge block of blank space under the tab area?

    Ok i just recently downloaded the fire fox 4, i been using 3 forever and i like the look of it but.. on the top bar under the selected tab there is a wide swath of wasted space all the way across the screen and about 2x as wide as the tab, i want to make that go away i like keeping the top area as small as possible.

    ok... i'm an idiot just seconds after posting this i was looking thru the options and i found that it was "conduit engine" toolbar and i got rid of it so sorry for wasting everyones time.

  • How can I eliminate the pointless top bar, close up the spaces between bars that are wasting space and reduce the depth of the tabs so that I have the space I had before for the websites I am looking at?

    I have updated to the latest form of Mozilla Firefox, and the top of the screen is altered so that it occupies far more space than it used to do, leaving far less space for what I want to look at. Why are there spaces between bars? Why are the tabs deeper than they used to be or need to be? How can I eliminate the pointless top bar which merely duplicates the information in the tab bar? Is there any way of simply restoring the previous arrangement?

    Okay, I accept that this is just how it is, and there is nothing to be done about it, because no-one except me thinks that the icons and toolbars should be organised to take up minimum space in order to allocate maximum space to the page.
    The crowning irony of all this is that, having updated to the latest Mozilla Firefox and consequently having this arrangement at the top of the page which I don't like, the middle of the page now comes up with its old message, 'You are not on the latest version of Firefox. Upgrade now.'
    Computers are very odd. :(

  • There is no facility of bullet points and tabs space I have seen in the any versions of Adobe Muse

    There is no facility of bullet points and tabs space I have seen in the both versions of Adobe Muse while working with paragraph text layouts. Can anyone tell me the about it if there?
    Saleem Pasha
    Graphic Designer
    Toronto, Canada

    It's unlikely Muse will ever have tab stops (since HTML/CSS has no concept of tab stops).
    Lists and tables are both highly requested features. It's likely lists will be supported in Muse before tables, not due to prioritization, but due to the fact tables is vastly more complicated and thus more work to design, implement and test.

  • Somtimes Firefox loads a blank page; the Tab says "New Tab" and the URL is always "about:blank". What's up with that?

    Using Dogpile, I search and a list of URLs comes up. I select and click on one and Firefox opens a new tab. It responds promptly with a blank screen. The Tab says "New Tab" and the URL says "about:blank". The last one came up slowly in IE and turned out to be nothing more than a large pdf. Can you help me figure out what is happening and how to fix it, please? It is happening far too often. Running the virus, etc. software has not stopped this problem. Thank you very much for your help! Hutchy

    Using Dogpile, I search and a list of URLs comes up. I select and click on one and Firefox opens a new tab. It responds promptly with a blank screen. The Tab says "New Tab" and the URL says "about:blank". The last one came up slowly in IE and turned out to be nothing more than a large pdf. Can you help me figure out what is happening and how to fix it, please? It is happening far too often. Running the virus, etc. software has not stopped this problem. Thank you very much for your help! Hutchy

  • Since installing 4.0.1 I can't right click on the Icon in my task bar and have Firefox give me the option of "close and save" the tabs. Only let's me know I'm about to close multiple tabs. How do I get "save and close" back?

    Before installing 4.0.1 I could right click on the Firefox icon on my computer's taskbar and hit close window. It would then give me the option to "save tabs and quit" or "close all tabs."
    Now it just alerts me that I'll be closing multiple tabs.
    It was convenient to be able to close Firefox and open it with all of the tabs in place. There is nothing more irritating than having multiple tabs lost because your computer did an update overnight and restarted. Also it was helpful when you wanted to run a tun-up or cleaner that asked you close out of your browser for optimum result's.
    How do I get "save and quit" back?
    Thanks

    Firefox now always stores the old session, and you can access it by going to the History menu and selecting "Restore Previous Session"
    If you want Firefox to display the message to save the session, it can be turned back on by changing some preferences.
    # Type '''about:config''' into the location bar and press enter
    # Accept the warning message that appears, you will be taken to a list of preferences
    # Locate the preference '''browser.tabs.warnOnClose''', if its value is set to '''false''', double-click on it to change its value to '''true'''
    # Repeat this for these 3 preferences '''browser.warnOnQuit''', '''browser.warnOnRestart''' and '''browser.showQuitWarning'''
    If you always open the last set of tabs, an alternative approach is this:
    # Click the orange Firefox button, then select options to open the options window
    # Go to the General panel
    # Change the setting "When Firefox starts" to "Show my windows and tabs from last time"

  • I use an iPod nano 5th generation. I have had it for 2 years now and then after about a year when I plugged in my iPod to my computer, the iPod is read but the tab where I would always go that showed my list of artists to sync to my iPod does not show up

         I use an iPod nano 5th generation. I have had it for about two years now and after about one year, I plugged in my iPod into my computer to sync more music. Here is the problem: The tab where you go to sync music to your iPod and shows the list of artists and songs you want to sync to the iPod, the tab I can get to but the list of songs and artists does not show up and the only way I can sync music to my iPod is to basically wipe my iPod and start from scratch. Obviously, I do not want to do that because I do not have all the songs in my library that I have on my iPod. I have uninstalled iTunes and then re-installed it, but it did not work and I do not know what else to do. I would really appreciate helpful guidance to get it fixed if it can be fixed. Thanks in advance

    http://support.apple.com/kb/TS1591
    There have been some problems accessing pages on the Apple web site.  If the hyperlink gives you a "We're sorry" message, try again.

Maybe you are looking for