SAPscript printing address from FK03

Hi everyone
I haven't dealt with tables and structures yet so please bear with me
We have a SAPscript that prints checks to our venders which prints the address with only 3 lines.
When I look at the SAPscript the address is coming from the table REGUH.
Inside tcode FK03 there are 2 lines for street.  The first field is labeled STREET 2 and the second is
STREET/HOUSE NUMBER.  Street/House number is printing on the check just fine and I can see that it
is being pulled into the table REGUH as field ZSTRA problem is I don't see the STREET 2 being pulled into
table REGUH at all, and if I check inside FK03 all the fields under the STRUCTURE ADDR1_DATA.
So I'm not sure where REGUH is getting its data or how to get my extra street information onto the SAPscript
Thanks in advance

I'm still a bit confused by your approach since it seems that you're referring to the ADDRESS command but the only thing you show in your example is a direct field output.
As far as the 'Pay to...' line goes, though I'm not familiar with your specific design, since it seems that you're working with blank check stock, let me recommend that you separate the 'Pay to' text window from the actual payee information with the name & address.  In your payee address window, you would use the address command similar to the following:
/:           ADDRESS PARAGRAPH L8
/:             NAME        &REGUD-ZNM1S&, &REGUH-ZNME2&, &REGUH-ZNME3&, &REGUH-ZNME4&
/:             STREET      &REGUH-ZSTRA& &WA_ADRC-STR_SUPPL1&
/:             POBOX       &REGUH-ZPFAC& CODE &REGUH-ZPST2&
/:             POSTCODE    &REGUH-ZPSTL&
/:             REGION      &REGUH-ZREGI&
/:             CITY        &REGUH-ZORT1&, &REGUH-ZORT2&
/:             COUNTRY     &REGUH-ZLAND&
/:             FROMCOUNTRY &T001-LAND1&
/:           ENDADDRESS
Now I realize that your case is a bit different in that you have 2 streets but won't want them to appear on the same line, so you may want to play with moving the first street value up to the name line.  The values wrap as well if too long.
You can use additional specifications such as LINES to control the output.  You'll want to refer to the help files.

Similar Messages

  • SAPSCRIPT - Print Address

    Hi All,
    I'm using ADDRESS and ENDADDRESS command to display vendor address in my Sapscript. I would like to know how to add text (eg: To) before display the address out? Kindly see below format layout I would like to print out.
    To: <Address Line 1>
          <Address Line 2>
    Date:<Date>

    Hi Michael,
    I would suggest to have an IF condition to achieve this.
    I believe you need this requirement only for Hungary & for other countries,
    Pseudo code :
    If Country code = 'hungary'
    Name
    Postcode City
    Street Streetnumber.
    else.
    Name
    Street Streetnumber
    Postcode City
    endif.
    Hope this will throw a light.
    -Sujatha

  • Removing an address from the footer of SAPSCRIPT form

    Hello Everyone
    I am VERY new to SAPSCRIPT and I am having issues of an address that is showing up on the footer of a QM rejection report.  The address does not even belong to us so advice would be GREATLY appreciated.
    Here is what I have done to date...
    I went to transaction SE71, found my QM form...went to footer...selected the icon for text elemets went to change editor and removed the text that read
    INCLUDE 'ADRS_FOOTER' OBJECT TEXT ID ADRS LANGUAGE &PRINT_LANGUAGE&
    I can not locate the variable that is even related to this anywhere that states an address from a whole different company....
    the only other thing I see is in the main window the above code is there as well but again no variable.  The other companies address is still printing at the footer of my form...
    Please help

    Hi,
      You are saying that you have removed the below line (Which prints the logo).
    INCLUDE 'ADRS_FOOTER' OBJECT TEXT ID ADRS LANGUAGE &PRINT_LANGUAGE&
    This is the line which is printing the footer.If you remove this then it should not print.
    Please check the below.
    1.Goto NACE or check in TNAPR table and check whether this the one which is configured.
    2.If yes for 1, then search for any other statement as above and try to remove it and check.
    Or please check on trial and error basis by removing same type of statements, so you will come to which statement is printing the address.
    Thanks & Regards,
    Vamsi.

  • ADDRESSNUMBER to print address  in sapscript.

    Hi all,
    This is the code in my sapscript, currently it is printing the 'PO Box Addresss'. I know this method calls the function module 'address_into_printform' for printing address. In FM 'address_into_printform' there is a parameter through which we cans set 'Priority to street address' . Is there a way i can pass the same parameter here in the sapscrip to 'ADDRESSNUMBER', so that it prints 'Street Address' with higher priority.
    I dont want to write an extra perform and call the FM 'address_into_printform'.
    Thanks

    Hi,
    This is format of the command.
    /: ADDRESS [DELIVERY] [PARAGRAPH a] [PRIORITY p] [LINES l]
    /: TITLE title
    /: NAME name1[,name2[,name3[,name4]]]
    /: STREET street
    /: POBOX PO box [CODE zip code]
    /: POSTCODE zip code
    /: CITY town1[,town2]
    /: REGION region
    /: COUNTRY country
    /: FROMCOUNTRY from country
    /: ENDADDRESS
    PRIORITY tells program which address lines can be omitted if there is not enough space on the output.
    Values for Prioirty
         A     form of address
         P     mandatory blank line 1
         Q     mandatory blank line 2
         2     name2
         3     name3
         4     name4
         L     country name
         S     line for the street
         O     line for the city
    Hope this helps
    Regards
    Abhi

  • How can I print address labels from numbers spread sheet

    How can I print address labels from numbers spread sheet

    CAB,
    The 5163 template has the following dimensional specs:
    Dimensions & Info
    Length: 4.00000"          Height: 2.00000"
    Top Margin: 0.50000"          Bottom Margin: 0.50000"
    Left Margin: 0.18000"          Right Margin: 0.18000"
    Hor. Spacing (gutter): 0.14000"          Vert. Spacing (gutter): 0.00000"
    Intended Use: Mailing Labels, Shipping Labels, Address Labels
    There's a great vendor site with this data readily available, better than the Avery site in my opinion. But, you can get the same info in the Contacts Print dialog pane.
    You can grab a template matching these dimensions from that vendor site, Copy the table after opening the Word Template in Pages and drop the into a blank Numbers Sheet.
    I found that Sheet side margins of 0.15" worked better than 0.18. For some reason the table wanted to flow to the next page to the right with 0.18". Turning off the Headers and Footers and setting Top and Bottom Margins to 0.5" worked well. These adjustments are made in the Sheets Inspector.
    So, that will put the template you specified into a Numbers document and you can print labels properly aligned from there. Since your problem statement is a bit lacking in detail, that's all I can offer you at this point.
    Jerry

  • Is it possible to print barcodes from LT31 (SAPScript) on a Zebra?

    Hi
    We have a factory that would like to print their picking lists/transfer orders using transaction LT31 to a Zebra ZM600 printer. The transaction appears to create a spool in the SAPScript format.
    We have tried pretty much all of the Zebra drivers (ZEB), a standard HP driver and a ASCII line printer driver (in SPAD) but nothing works - barcodes are not printed. For some drivers the format of the spool looks good in SP01, but then nothing is printed at all at the printer! In other cases the text is okay but barcodes are not, in other cases the text is complete gibberish.
    The user has been informed that SmartForms should be used instead of SAPScript but we believe this would involve changes at ABAP level and our ABAP support is by a third party company which we are trying to avoid using.
    I have seen SAP Note 179534 - Label printing with Zebra printers (SAPscript) but it seems this would also involve Application Support/ABAP teams etc.
    Is there anything we (SAP Basis) or the end user can do to be able to print barcodes from LT31 to the Zebra printer without involving Application/ABAP support?
    Thanks
    Ross

    Tried but get an error:
    SAP spool error log
          =====================
    Print request processing log
    The host spool is reporting errors
    Unintelligible response received from assumed SAPLPD ("#")
    (SAP)LPD cannot accept request (Queue LDSP0092 disabled?)
    Unable to connect to output processor
    Any ideas?

  • I am trying to print labels from my address book, and when I change it to have the first names first, only some names work.  Does anyone know what the problem is or how to fix it?

    I want to print labels from my address book, but when I try to put first names first, only some will work.  Does anyone know why this is happening and how to fix it?

    Hi MollyPhloot07,
    I'm glad you found the coupons.com app and you might also want to take a look at the GroceryIQ app from the same company.  Please note that at this time, printing is only support from iPad to HP wireless inkjet printer.  That's most likely the reason why your Canon isn't displaying when attempting to print.  The other way to go might be emailing the coupons you want to your email address, then open that email and print from a conventional desktop or laptop computer.
    Hope this helps!
    Coupon Support

  • Help...trying to print address labels from an excel document.  I only need info from some of the columns.  Using Avery labels.

    Help...I'm trying to print address labels from an existing Excel document that opens fine in Numbers.  I don't want to print everything from the spreadsheet.  The Avery template and site were no help.  Any suggestions?

    If you do not need all the excel specific items you can just write it to a spreadsheet using the write to spreadsheet file vi's.
    If you want to go the excel route you will have to use active x. you can see a lot of examples on the excel board under the breakpoint forum. please post a sample of how you want your data to look and I can maybe help explain what options you have. and also oyu do not necesarily need the report generation toolkit.
    Joe.
    "NOTHING IS EVER EASY"

  • Can i print address labels from quickbooks pro 2011?

    model HP Photosmart 5510 - needing to print labels for a non-profit I volunteer for.
    any info appreciated - guess I am worried as this is my first  front loading printer.
    thanks!

    HI pitbullm0m,
    Here is a link to a page that is talking about printing address labels from Quickbooks.
    The first response to the question from RCManager gives the steps on how to do it.
    Hopefully you are able to find this helpful.
    Let us know if this helps. 
    If I helped you at all it would be great if you clicked the blue kudos star!
    If I solved your post please mark it as solved to help others.
    I'm a printer tech with HP.

  • When I try to print an address from Address Book on an envelope, the printer menu shows the menu from IPhoto.  All other print requests show the normal pinter menu. How do get the normal menu?

    When I try to print an address from Address Book on an envelope, the printer menu shows the menu from IPhoto.  All other print requests show the normal pinter menu. How do get the normal print menu?

    Mike,
    Are any of your other applications going wonky, or is it just Logic?
    I'm afraid I've never heard of this particular problem before, but if it were happening to me the first thing I would do is delete my "com.apple.logic.express.plist" file in Library>Preferences, then repair permissions in Disc Utility, and finally restart my computer.  Then I would launch Logic and see if the problem has been corrected.  It's amazing how much these two steps can accomplish.
    If that doesn't resolve the issue I would launch Logic and go to Preferences>Audio Units Manager to see if all my plug-ins are properly validated.

  • HT2486 When I use my iPhone Siri for dialing, it is better to have the names in the address book listed singularly. But when I want to print envelopes from the address book in a formal manner - "Mr. & Mrs. Smith". Is there any way to have both options?

    When I use my iPhone Siri for dialing, it is better to have the names in the address book listed singularly. But when I want to print envelopes from the address book in a formal manner - "Mr. & Mrs. Smith". Is there any way to have both options?

    Only way I can figure is having double entries one with singular + some unique field, (maybe called Siri), then making a Smart group for one or both.

  • Printing labels from Address Book

    Hi there,
    I have tried to print labels from Address Book using the provided template within the application.
    The probem however, is that if I want to print a number of labels, say for myself, I can not seem to specify how may labels to print with a selected address.
    As well, if I print one label from the application, I do not see a way to tell the printer or the application to use the next field of the label sheets.
    Am I missing something completly obvious or is it an oversight in the Application?
    Thanks in advance

    Jim,
    I think I understand your question. Hopefully this will help you with at least one of your problems. In order to print out address labels for just your name and address, you'll have to duplicate your personal address card several times. I duplicated mine 29 more times so that I could print out 30 sticky labels. Here's what I'd suggest:
    1. Create a new group in the far left side of your Address Book window by clicking once on the "+" button found at the bottom of the Group column, and then title your new group something like "My Return Labels."
    2. Locate your main personal card in the "All" group, and then slide it (or add it) to your newly created group.
    3. Highlight your card from within your new "My Return Labels" group, copy and paste it about 29 times.
    4. Once done, make sure you have just your "My Return Labels" group highlighted, then go to your Print command.
    5. Choose the proper label style, and print away.
    Good luck, Grampa Doodie.
    PBG4-15 1.67GHZ, eMac, G4 Tower, iMac (Graphite), iMac (BB).   Mac OS X (10.4.2)  

  • I created an envelope template and want to print envelopes inserting addresses from a contact group in address book

    I created an envelope template in Pages and want to print envelopes inserting addresses from a contact group in address book. How do I do that?

    On what word processor will that be?

  • How do I take an address from a letter and print on an envelope

    How do I take an address from a letter and print on an envelope?
    Thank you

    Which word processor are you using? MS Word has en envelope wizard - I don't know about Pages...
    Clinton

  • Recieved emails addresses, [from], not printed on eprinter.

    I have the hp photosmart premium fax all in one eprinter.
     cannot find a solution anywhere to the problem of the printer  NOT printing the FROM address on received
    email.
    It only prints the message sent but no info from where.
    Anybody got a solution please.

    Hi maybefixit,
    I see that you have questions about ePrint.  When someone sends you an ePrint email only the body of the email will print the heading such as to and from and subject line will not print.
    Hope this helps.  

Maybe you are looking for

  • HP Laserjet1200 Printer and Windows 7

    I have a HP Laserjet 1200 which I used when I was in the mortgage business and it's still a perfectly GREAT printer however I recently aquired an HP Proboiok Laptop which has Windows 7 on it. I have tried downloading drivers and everything else I knp

  • Why do my imported files or created titles always go to some random bin and not the one I want?

    Everytime I import a file via right clicking > Import. It will always go to some random bin that I don't want it to. Each project it's a different bin. Even if I right click > import on the bin I want it to import into, the file will still go to some

  • Arrow key in the keydown event

    Hello, I used the keydown event to display the characters on the Screen depending on the key which is pressed, but if I press arrow keys and want to display "x" on the extreme right side of the characters for example : abcsdex here x is displayed whe

  • Extract Edit Across a Dissolve causes Serious Error Crash

    Hoping that: 1 - There's an update soon - it's been a while since we've had anything significant. 2 - This particular bug gets addressed. I'm on a new Mac Pro - 64 GB Dual Hexacore 2.93 GHz.  Running Raid 0 internal with a Blade SSD in the 16x PCI sl

  • NO BATCH INPUT DATA FOR SCREEN SAPMV50A ERROR FROM BDC

    HI I get the following error when my program runs inforeground, using a BDC(VL02N)- 'NO BATCH INPUT DATA FOR SCREEN SAPMV50A SCREEN 1000.' i am trying to attach a serial number to the sales order and it seems that the warning message is causing the e