Blank line in SAP-Script Address

Hi all,
I'm desparatly seaching for a way to leave a blank line in a SAP-Script Address (sender Germany, address Germany) between the street (or PO-BOX) and the postcode - town line.
I'm using the SAP-Script address command:
/: ADDRESS
/: ENDADDRESS
In OY01 address-format for Germay is "015".
Everything I tried leaves to:
"Name
Straße
PLZ Ort"
but my customer wants:
"Name
Straße
PLZ Ort"
Help is appreciated.
Thanks.

Hi Norman,
Ok. I got it . It is my mistake I though you need blank lines.
OK, in ADDRESS formating .
Please try command "/" or 'add a default paragraph Example : TD "  between your entries.
Lanka

Similar Messages

  • How to Avoid blank page in SAP Script

    I am working on a Script. My Script prints a check.
    This script is a copy of a std script.
    It has 3 pages - First Next Last
    My First page has all the required data.
    My second page is empty with out any values.
    I am getting the blank page as Page 2 when executing. How can we avoid it ?
    Senthil

    Hi Senthil,
    Please see the below points:
    1. Please check what have you defined as the NEXT PAGE for your first page. If so change it and make the first page itself as the next page.
    2. Check your main Window, may be there is blank line at the last of the main window, so check that abd remove that,so you won't get the blank page
    Please see the link which is similar to your problem:
    Re: How to remove blank page in sap script
    May it helps you.
    Regards.
    Deepak Sharma.

  • How to delete a line in SAP Script

    Hi,
         How to delete a line in SAP Script.
    Cheers
    S Kumar

    Okay.if still you are looking the option of deleting line there is one solution.
    Just delete the all contents of perticuler(which needs to deleted) line including the tag column(Where you are /*) and save.if you see again than line would not be seen as blank,you will found it has been deleted.

  • SAP Script   ADDRESS....ENDADDRESS

    Hi,
    I have the following code in one window of my SAP Script
    /: ADDRESS
    /: NAME &SHIPINV-S2NAME1&, &SHIPINV-S2NAME2&, &SHIPINV-S2NAME3&
    All other address nodes
    /: ENDADDRESS
    All the 3 names are printed successfully.
    Now i want to add &SHIPINV-S2NAME4& to NAME node of ADDRESS. Since the length of the line in editor window is occupied by first 3 name fields I had to put my 4th field in next line.
    /: ADDRESS
    /: NAME &SHIPINV-S2NAME1&, &SHIPINV-S2NAME2&, &SHIPINV-S2NAME3&
    <b>/: &SHIPINV-S2NAME4&</b> <i>is this correct ??</i>
    All other address nodes
    /: ENDADDRESS
    But its not at all printing the 4th value (In debugger i checked the value s available in &SHIPINV-S2NAME4&). I am not sure about the syntax for next line in NAME node & also notation to use like /: or /( or space, or /= and so on. I tried many combinations but cudn't get thru it. So i am confused with NAME node of ADDRESS...ENDADDRESS
    Please help me out in this case.
    Thanks,
    Sail

    Hello if things don't work as suggested.
    Try this simple solution:
    /: DEFINE &NAME1& = &SHIPINV-S2NAME1&
    /: DEFINE &NAME2& = &SHIPINV-S2NAME2&
    /: DEFINE &NAME3& = &SHIPINV-S2NAME3&
    /: DEFINE &NAME4& = &SHIPINV-S2NAME4&
    /: ADDRESS
    /: NAME &NAME1& &NAME2& &NAME3& &NAME4&
    By the way Have you tried with this also:
    /: NAME &SHIPINV-S2NAME1& &SHIPINV-S2NAME2& ....S2NAME3& =       &SHIPINV-S2NAME4&
    Enjoy !!
    Message was edited by:
            Amarjit Singh

  • Print data at new line in SAP Scripts

    Hi,
    Is there any way that i can print data at new line in sap scripts. I am looping my data and its printing in the same line but i need to print it at new line. Is there any formating options or any command to do that.
    Thanks

    Than you must take all the values from the internal table into the different variables and than print them.
    In program:
    READ TABLE ITAB INTO WA_TAB INDEX 1.
    IF SY-SUBRC = 0.
      VAR1 = WA_TAB-FIELD1.
    ENDIF.
    * read all the lines and fill the VAR variables
    In SAPScript:
    /E LINE_VAR
    /P &VAR1&
    /P &VAR2&
    /P &VAR3&
    /P &VAR4&
    Regards,
    Naimesh Patel

  • I  want to write data in 10th line or 20th line in sap scripts

    i  want to write data in 10th line or 20th line in sap scripts,how can write it

    Give 10 line feeds in your Paragraph Formats
    then write your Data there &DATA1&
    again give 10 line feeds and write your data2 there
    Reward Points if helpful .
    Regards,
    Ismail

  • Dotted vertical line in sap script

    Hi all,
      Can anyone help me drawing dotted vertical line in sap script?
    Thanks in advance.
    bipen

    hi,
    u can use
    for a horizontal line---
    &ULINE(71)&
    for a vertical line---
    &vline&
    regards,
    krishna

  • How to remove blank page in sap script

    hi ,
    I have a problem in sap script. I copied one std. script and made some changes i.e removing the unwanted pages from the script.
    no where NEW-PAGE kind of command is declared in window but still a new blank page is coming in printing.
    i checked with the posted comments in forum n what i found .. i did that part for my script..but no progress.
    so help needed.
    thnx,
    m

    Hi,
    If there is no any "NEW-PAGE" command in your any window, Pls check following probable causes.
    1. Check your main Window, may be there is blank line at the last of the main window, so check that and remove that,so you won't get the blank page
    2.Please check what have you defined as the NEXT PAGE for your first page. If so change it and make the first page itself as the next page.
    Hope it help you.
    Regrads,
    Lokesh.

  • Get no. of lines in sap script

    I am using Command  'Address / End address' in sap script for printing address.
    How do I get the Number of Lines we get from this command.

    /: ADDRESS [DELIVERY] [TYPE t] [PARAGRAPH a] [PRIORITY p] [LINES l]
    /: ENDADDRESS
    LINES
    This specifies how many lines may be used for formatting the address.
    If there are too few lines available to allow all the address data to be formatted,
    then the data specified in the PRIORITY parameter are omitted.
    If there is no LINES parameter and if this command is in a layout set window of
    a type other than MAIN, then the number of lines available for formatting
    the address are automatically calculated based on the current output position
    and the size of the window.

  • BOX command does not print vertical/horizontal lines in SAP Script

    Dear all,
    in sap script we are using the BOX command to draw some boxes. DUring the print preview, all the boxes look
    just fine including horizontal and vertial lines. But, when we print the output, I get the output minus
    the vertical lines and some horizontal lines.
    Regards,
    rukku
    Edited by: Rukmangada Reddy Ramala on Mar 23, 2010 2:23 PM

    Hi rukku,
    Which device type are you using?
    Please have a look at SAP notes:
    77976, 19807 and 183948.
    Regards,
    David

  • PRoblem in SAP Script Address Comand

    HI Frnds,
    I am using Address command to display Vendor Address in SAP Script.
    But I am facing problem like that vendor's post code is display first rather then City name and after PO code.
    I have change alignment to display format for City and PO Code display. But it also gives same error.
    Kindly Help me out for this problem.
    Regards,
    PRiyank

    I am using same format.. then also gives such display in output as: First City then POstal code
    my code:
    /:   ADDRESS DELIVERY PARAGRAPH AN                      
    /:   NAME    &LFA1-NAME2&, &LFA1-NAME3&, &LFA1-NAME4&   
    /:   STREET   &LFA1-STRAS&                              
    /:   CITY     &LFA1-ORT01&, &LFA1-ORT02&                
    /:   POSTCODE &LFA1-PSTLZ&                              
    /:   COUNTRY  &LFA1-LAND1&                              
    /:   REGION   &LFA1-REGIO&                              
    /:   ENDADDRESS

  • Counting lines in SAP script

    Hi Gurus,
    Can someone help me count the number of lines in a sap script in a page.
    Thanks in advance!

    Hi rajbans..
    Try with this  code....
    /: DEFINE &COUNTER& = &Counter& + 1.
    /: DEFINE &SAPSCRIPT-COUNTER_9& = 0
    /: &SAPSCRIPT-COUNTER_9(+)&
    I hope this will work but am not sure.
    Thanks & Regards
    Gopal.B

  • How to break the command line in SAP scripts

    Hi,
      Can any one Please guide me how to continue the command line( /: ) of SAP SCPRIPT into multiple lines.
    Regards
    Kiran

    Hi Kiran,
    U can continue in the same line itself by pressing SHIFT+F8
    If u want it in the next line then u can give space in the tag column.
    Thanks,
    Vinod.

  • Under line in Sap Script

    Hi Experts,
    can body let me know how can we underline for word or sentence in sap script out put?
    Regards

    hi,
    for undeline u can do it two ways.
        1. create a  character format and enable underline option and use it where u require
                              or
        2. u can use keyword ULINE in coding part of script as
    /: ULINE
    IF HELPFUL REWARD SOME POINTS.
    WITH REGARDS,
    SURESH ALURI.

  • Regarding SAP Scripts Address printing

    Hi All,
    I am using ADDRESS ...  ENDADDRESS to print country specific adress for vendors.
    In this i am not using 'Title' but still it is printing can anybody tell me how to discard this.
    If i remove ADDress no from this syntax it is not getting printed but some other fields are also not getting printed so this option is not working, I have tried with Priority & LINES options but they are not correct.
    Can anybody resolve this issue!
    Thanks,
    Deep.

    refer below lines
    TITLE
    Title or form of address. Used only with addresses of types 1 and 3.
    TYPE
    Specifies the type of address. The following types are possible:
    -->Normal address (ADRS1). This is the address of a company or organization. It corresponds to the address structure that is expected in most SAP applications.
    --->Private or personal address (ADRS2). This is the address of a natural person, a private or home address.
    --->Company addressDienstadresse (ADRS3) with contact person. This is the address of a colleague or contact within a company or organization. The company name should be specified in the TITLE and NAME fields; the ATTN: contact person should be named in PERSON and TITLE.
    Should you enter another address type or leave the field blank, then type 1 is used for formatting.

Maybe you are looking for

  • How to connect network with java?

    If I have already configured the network connection, my java application can work through it. But if I don't configure the network connection, how can my java application connect the nwtwork automatically? For example, popup a dialup dialog. Please t

  • Nokia Lumia 800 Backup power

    Hi! Do Nokia have any official Backup power or Portable power device with could be used in Lumia 800. If not, what 3rd party device (or what kind of device) they would recommend to use with 800. -Juho

  • How can I disable 'Faces' in i-Photo?

    How can I disable 'Faces' in i-Photo? This feature kicks in automatically after downloading new photos. I want to stop that. I don't want the feature. Thanks.

  • Issues in performance

    Hello I had an web template which has 9 reports into it. we were having some performance proble while executing the template,It took 50 seconds to 70 seconds initially. Then we created aggredates, Compressed the request , then i filled the OLAP cache

  • Problem with DateDiff and Date/Time value.

    The form below displayed perfectly until I added the line for DateDiff between VacStart and VacEnd. I receive an error message; An error occurred while evaluating the expression: #DateDiff("w", "VacStart", "VacEnd")# Error near line 48, column 51. Pa