Company address to be printed in a new window

Hi all,
I need to print the Company address in a new window. I have created the window, and i have included the standard text to print the Company address, which was specified in the technical Details. But still i don't see the address. Should the address number has to be passed to the standard text ? If so, How it has to be done?
Thanks,
ABAPer

Hi,
If it is a standard text address, pass as follows:
/: INCLUDE &T024E-TXADR& OBJECT TEXT ID ADRS LANGUAGE &EKKO-SPRAS&
Check table T024 for the standard text line.
or pass it as
/:   ADDRESS PARAGRAPH AS
/:     TITLE    &LFA1-ANRED&
/:     NAME     &LFA1-NAME1&, &LFA1-
/:     STREET   &LFA1-STRAS&
/:     POBOX    &LFA1-PFACH&  CODE &
/:     CITY     &LFA1-ORT01&, &LFA1-
/:     POSTCODE &LFA1-PSTLZ&
/:     COUNTRY  &LFA1-LAND1&
/:     REGION   &LFA1-REGIO&
/:     FROMCOUNTRY &T001-LAND1&
/:   ENDADDRESS
Regards
Subramanian

Similar Messages

  • HP C6180 (wireless) gives "Ink System Failure" when trying to print from my new Windows laptop

    HP C6180 (wireless) gives "Ink System Failure" when trying to print from my new Windows laptop

    Hi @Maxuss,
    Thank you for visiting the HP Support Forums! I see you are getting an 'Ink System Failure' on your HP Photosmart C6180, so you are unable to print. 
    Please complete the steps listed here: An 'Ink System' Error Code Displays on the Front Panel
    If after the reset you are still getting the error message, please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assis​t.html
    I hope this helps!
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • How can I make firefox give the focus (the cursor) to the address bar when I open a new window - as it does when I open a new tab (to about:blank)?

    When I open a new tab using CTRL-T, the address/awesome bar has the focus.
    When I open a new window using CTRL-N, it does not.
    Can the behaviours be made consistent via setting a configuration option or key?
    Thanks in advance for any help!

    Hello wodow, please check it in [https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode#firefox:linux:fx27 safe mode], do you have the same behaviour ? DO NOT reset, select "Start in Safe Mode".
    thank you

  • Want to hide address,Tool,link bars of a new window opened using target="a"

    Hi,
    I have to hide the address bar, tools bar, lilnks bar of a new window opened using the target = "detailWindow".
    I am opening the window on click of a link and button but I cannot use window.open();. On click of the link for the first time a popup window should be opened showing respective data and then on click of the hyperlink the same window (pop up) should get refreshed with the new data.
    I have searched a lot regarding it but I haven't found any proper solution for the same. I have tried using the javascript but only solution I found is to make the window fullscreen.
    Can anybody help me by providing the solution for the above problem?
    Thank you.

    Not possible.
    Use window.open(). There it is for.

  • Network printing from my new windows pc using a HP 710 attached to a networked Vista pc

    My setup worked perfectly when I had an xp pc and a vista vc.
    The xp pc had a samsung 6060 laser printer connected by a parallel cable and the vista pc had a HP710C also connected by a parallel cable. I also have a laptop running ubuntu linux. The pcs are networked peer to peer and connected to the internet through a wired router. I was able to share files between all three machines, and print on any printer from any pc.
    I now have a new pc running windows 7 (64)and one of the many problems I am having is getting the printing to work.
    The two pcs can share files ok, I can find and install both printers on both pcs and they both print through the pcs they are attached to. What they won't do is print through the network. though I can select the printers in an application and press print nothing then happens (not even an error message) I am not a pc 'teckie' and don't really understand how it should work, but have tried a variety of things like 'permissions', 'firewalls' and all the automated fault finding fixes,  and so on but have struggled trying to understand what kind of driver should go where, or even to identify if this is a network issue or a printer driver issue
    I'm tearing my hair out! And I've given up on networking the linux machine, and parked all the issues I am having with user account control, permissions and file ownership. 
    Can anyone help on the printing front please? Thanks.

    One, have the printer shared (it sounds like you've already done that) and under the share name...make sure that it is less than twelve characters and includes no spaces or special characters (underscores are okay). Then, you should have no trouble adding it to your Mac.
    On the Mac, go to System Preferences, then go to Print & Fac, then the "+" button, then on the pop-up window, select "More Printers". The top drop-down menu should say "Windows Printing", on the second one, select your Network Neighborhood, then the workgroup your host computer belongs to, then select the name of the computer and the printer shoudl show up. Mac OS X has a multitude of drivers preinstalled for printers, so one it is detected, go to the "Printer Setup" and select your printer model.
    Hopefully that helps

  • When I get directions from Mapquest and click the "print" button, a new window opens but it is blank. How do I fix this? Thanks

    When I click the "print" button a simplified set of directions should pop up for me to print.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • I want the cursor to be in the address bar when creating a new window; it works for new tabs and in a new private window, but not in safe mode.

    I have tried following the advice offered in the few different threads I have found on this but nothing fixes it. I want the cursor to be in the address bar when I open a new window and/or when firefox opens without restoring a previous session. I fixed the issue for new tabs via about:config but this doesn't work for new windows. I tried safe mode and the problem persists. In new private windows the cursor is in the address bar.

    The search box in about:home steals the cursor. Changing your home page to something else will cause the cursor to start in the address bar for new windows.

  • UIX question: Open printable page in a new window

    I am using 10.1.2 version of JDeveloper with UIX/ADF.
    In one of the UIX pages, I am using a submit button to fire an event named printMe to open the uix page in a printable format.
    <event name="printMe">
          <showFacet name="printable"/>
        </event>But, understandably this takes out all the links in the page and the only way to go back to the original page is to use the back button (which users might find unintuitive). I was wondering if there is a way to make the printable page to open in a new window?
    I don't think using the destination or onClick attributes of the submitButton with the javascript:openWindow() function would achieve this. Because this still loads the page in a 'printable' format in the same window and opens a new window in the 'non-printable' format.
    I would like to know, if there is a way to direct the printable facet to open in a new window leaving the original page as-is, so the users can print, close the new window and resume using the application.
    Or is there a better way to handle this, as I am open to ideas if there is a better way to address this usability issue.
    Thanks in advance,
    Karthik

    Dear Sir...
    assume that in order to view the report in the page, you should change the where clause of a view object for example (this is dependent on how and what settings you want to make for the page. it does not have to be like this, it is dependent on how you prepare data, perhaps you do not have to prepare anything at all, i do not know what code you have).
    So, assume that in order to view the print report, your code was something like this:
    public void onViewReport(DataActionContext ctx)
    ViewObject V=GetView(); //
    V.setWhereClause("myfiled=123"); //
    V.executeQuery(); // these steps used for preparing data
    ctx.setActionForward("printpageforward"); // go to print page
    Now you remove this code , go to the print page, and override the print page prepareModel method with something like this:
    protected void prepareModel(DataActionContext actionContext) throws Exception
    super.prepareModel(actionContext);
    ViewObject V=GetView();
    V.setWhereClause("myfiled=123");
    V.executeQuery();
    Now you add the script to your button to show the print page in a new window, and that is it. your print page should work fine.
    best regards

  • Firefox will not open a new window How do I fix it?

    When on a web page, If I right click and choose "Open In A New Window", it will open a new window but the window is always blank. I can copy the address and paste in in the new window and it will then take me to the web site but will not automatically open and take me to the site. Is there a fix for this?

    Try the Firefox SafeMode. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    # You can open the Firefox 4/5/6/7 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    # Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Pass control to a new window opens a small window.

    I am using the following:
    WETargetPath ("rpt", "Name", "My Report", "weWindow=New")
    How do I open the new window so that it is in Full Screen mode (maximized).  Right now, it opens a small window.  On Maximizing the window, the report window still remains small?
    Thanks

    hi shabirdewji,
    i have attached syntax for a new weWindowUtilities function which will address the resizing issue when a New window (not a named window but a new un-named window) is opened. this means that when a New window is opened using the webelements target functions, you can then resize the new window and have no resizing issues.
    please note that you need to use the weTargetPathExt function instead of weTargetPath if you want to specify the initial new window size. please see the weSubmitMethods report in the webelements 246 download for an example.
    the syntax below will open a new window with a size of 500px X 500px. please see the user guide for more info on the wetargetpathext function.
    stringvar item1:= WETargetPathExt ("rpt", "Name", "myreport", "", 500, 500, true, 400, 200, true, true, true, true, true, "");
    WESubmit("cw1", "link", "Open Report in New Custom Window", item1, global stringvar fontlink);
    please replace your webelements246 > admin > wewindowutilities function with the attached syntax.
    thanks,
    jamie

  • Request coming from the new window............... ?

    Hi All,
    Anybody please tell me how to check the request is coming from the new window.
    like if I copy the following url
    http://forum.java.sun.com/post!default.jspa?forumID=33
    and open it in a new window then I have to check that this url is coming from the new window not from the link.
    please reply soon.
    Thanks

    You would have to make the link use javascript to use a Form with a method of POST to add a parameter to the request and submit the form.
    You would have to use POST to hide the fact that you are using a parameter, otherwise the user could just copy the address with the parameter into a new window.
    So this would work in two ways:
    1) You could have a request.getParameter. If it is NULL then the user copy and pasted the link. If it is non-null then the link was clicked on.
    2) This will also force the clicked link to go to your servlet's doPost method and direct navigation to go to the servlet's doGet method.

  • Company Address problem in new Client

    Hi,
    I created a new client and logged in with SAP. I tried to create user but no company address has been maintained in new client. I am getting error: No default co. address has been maint. in the system. Create an address. When I go to define  company address, I am getting time zone error Time zone CET does not exist. How can I create new user with default SAP login and how do I overcome company address, time zone problem? Can someone give step by step after new customizing client?
    Thanks,
    Sangita

    Hi,
    When ever you create a new SAP APP Server you will get 000 client by default ya.
    Create a new user ID SUPERUSER with the method copy  from DDIC and by default all the chk boxes will get selected and one wil not
    be cheked by default i.e. the Address box. see u can select the box here itself (or) u can process the further steps ya.
    Create a new client 100 and select the client possition as CUST client and select the options as below
    1)Dependent Level as : Automatic recording of changes allowed.
    2)Independent Level as : Customizing and Workbench allowed.
    3) Overwriting is allowed.
    Login with 100 client and with SAP* ID and Password as PASS.
    go to SCCL and select SAP ALL and run it in Batch job and in postinstallations steps
    go and chk SICK/ go to SE06 / in configuring STMS it will ask you to maintain the company address here maintain the info and proceed with further ya.
    Note: If you are satisfied with my guided lines drop me the points.
    Prashanth

  • Internal error - NUMBER_GET_NEXT call error while craeating new company address

    Dear Team,
    In solution manager while we going to create company address through tcode SUCOMP and during saving the record error message occur as "Internal error -NUMBER_GET_NEXT call error".
    Please suggest for solution
    Regards,
    Ajay

    Dear Mr. Rafikul,
    There is no ABAP dump but in SM21 there are error message:-
    "Documentation for system log message D0 1 :
    The transaction has been terminated.  This may be caused by a
    termination message from the application (MESSAGE Axxx) or by an
    error detected by the SAP System due to which it makes no sense to
    proceed with the transaction.  The actual reason for the termination
    is indicated by the T100 message and the parameters.
    Additional documentation for message E0                  022
    EDI: Error process code '&' is not available
    &CAUSE&
    A syntax error was identified while processing an inbound
    <DS:GlOS.IDoc>IDoc. There is no entry with the key &v1& in 'Error
    process codes'. However, this process code was determined from the
    table of status values (TEDS1).
    &WHAT_TO_DO&
    Please check the 'Error process codes'.
    IF &DEVICE&='SCREEN'
    <DS:TRAN.WE40>Execute function
    ENDIF
    One document format shows more"
    Now my one of problem solved. When i have go to SU01 and checked in address tab, its work now. Earlier its was not work.May be executed the report Z_OSSNOTE_445575 in system, its should be working. Thanks for your answer.
    But till m facing in SUCOMP for creating company address.
    Regards,
    Ajay Asawa

  • How to pull multiple lines of info from a table for a Specific Company/Address

    What I would like to do is have one Table that I enter all my information on in Numbers for incoming rent like the one below. Since I have 8 spaces to rent I will have up to 96 plus rows of information to look at. But I would like to have Numbers then on separate pages is have the individual Companies have their own rent break down on a table with the Date Recieved and the amount they payed. From there on their separate page I can have the Late Charges come into play or whatever I choose.
    Date
    Company
    Address
    Rent Recieved
    Jan 1, 2011
    X
    430
    $1,100.00
    Jan 3, 2011
    Y
    440
    $1,200.00
    Jan 5, 2011
    Z
    450
    $1,300.00
    Feb 1, 2011
    Y
    440
    $1,200.00
    Feb 3, 2011
    X
    430
    $1,100.00
    Feb 8, 2011
    Z
    450
    $1,300.00
    Mar 1, 2011
    Z
    450
    $1,300.00
    Mar 2, 2011
    X
    430
    $1,100.00
    Mar 5, 2011
    Y
    440
    $1,200.00
    The following table would be on the separate page with the formula (I do not know how to write) grabbing the info from the above table.
    Company X Rent Recieved
    Date
    Rent Recieved
    From the formula that one of you gracious smart people provide I could create a table for each of the Companies that rent from me on their own Tables on separate Tabs.
    I know I could go to each individual Tab and write it in but I will be primarily working on my iPad and this would make it easier. I can also utilize the fresh Tables to do other calculations.

    I got a soluce with no swap.
    I created a new column (E)
    In E2, the formula is :
    =B&IF(ISBLANK(A),"",MONTH(A))
    Apply Fill Down
    In table of each company, I inserted a 2nd header row so that I may store the name of the company in A1.
    In A3, the formula is :
    =IFERROR(OFFSET(Tableau 1 :: $A$1,MATCH($A$1&ROW()-2,Tableau 1 :: $E,0)-1,0),"")
    in B3, the formula is :
    =IFERROR(OFFSET(Tableau 1 :: $D$1,MATCH($A$1&ROW()-2,Tableau 1 :: $E,0)-1,0),"")
    Select A3:B3 then Fill Down.
    That's all folks !
    Yvan KOENIG (VALLAURIS, France) jeudi 19 mai 2011 17:18:32
    Please :
    Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Cannot print from Address Book! Print freezes and will not proceed.

    I want to print an address list for Christmas cards. When I select the Group, select all and select Print I get the option box. I then select my printer and use the down arrow to open the dialog box that shows I am printing from Address Book and gives the different forms I can use (ie list, label, envelope) as well as the fields to include in the list. Once I have everything selected I click the Print radio button. All of the information under the Address Book options line disappears. Print remains highlighted and my printer Que never opens or appears. If I manually open the printer there is no print job showing. At this point the Address Book application is frozen. I cannot select cancel on the print dialog box (I can click it, but it does not highlight and it does not close the dialog box! In order to get out of this situation I have had to close Address Book. The quit option on the menu does work and Force Quit is unnecessary.
    I actually spoke with AppleCare on this issue on Friday 05 Dec 2008. The tech I spoke with knew of no other such situations, but when I started checking on this discussion page I see a posting from REECO from clear back on 24 Sept 2008. His posting can be found at http://discussions.apple.com/message.jspa?messageID=8161605&tstart=0
    The technician had me do several things. One was to pull my Caches folder out of my system Library folder. He also had me remove some Address Book preference items. The end result of these actions was a Mac Pro that would not boot! (The failure followed an Address Book crash with a "KERPROTECTIONFAILURE" and the message that some QualityMedia plugin might have created the problem!)(I could find no such plug in either on my system or via Google search!) The tech had asked me to boot to safe mode by booting while holding down the shift key untill the spinning gear appeared. The machine never progressed to a successful boot! I ended up having to use a 2nd hard drive and physically place it in internal slot 1 on my Mac Pro proceeding to reinstall Tiger! The bad news is that this did NOT solve my printing problem.
    If I am attempting to print from a new install with just the Apple address card and the Owner's card in Address book the print proceeds fine. Once I import my data I am back to the same print failure.
    Some diagnostic steps I have tried. I have tried USB local printers and bonjour printers. I have used Epson and Canon printers. I have tried to print to a PDF. I have tried printing from another computer (12 inch PowerBook) with identical results!
    At this point I am going to call AppleCare Monday morning and see if anyone there has any more suggestions. Any suggestions this forum has will be received gratefully!

    I was having the same crash or "just not print" problem as seen in other posts. I was able to fix it however, by making changes in some of the address cards I was going to print. By editing the "parent", "child", "spouse" fields which will get added to the name line of the label, I was able to get labels to print (or pdf preview) without difficulty.
    I did not try and determine exactly what the problem was, but basically did a data cleanup. Since I didn't know that those fields would print, I had previously included information beyond just a name in the fields, like birthdates and such, eg. "Jimmy - 12/1/05". After either removing the fields entirely where I didn't really need them, or just cleaning them down to names only, they printed just fine. I'd considered trying to disable the feature entirely but the data cleanup was not hard for a dozen or so names.

Maybe you are looking for

  • Capture & Post

    Hello, Can anyone tell me the details steps to be followed for capturing & posting the excise invoice while MIGO. Please consider the Asset & Cost centre PO also. Thanks in Advance.

  • Crashing when trying to respond to a PM on a forum

    When trying to post a reply to a PM on nasioc cursor doesnt show. If I hit the down arrow key on keyboard FF4b7 crashes.

  • Patch won't install!!!!

    I have tried to add a patch, (specifically patch 1), to developer 6.0.5. Every time I enter the installer it seems to think that I have a negative amount of memory available. It then crashes out with no warning when I try to proceed with the installa

  • TV Tuner & Multiple Displays

    I have a computer with 3 video cards: 1 AGP, 2 PCI running WinXP home. I want to get the MSI TV Tuner card for my computer, will it work properly with this setup on all three video cards?  Any gotchas? My hardware: ECS K7S5A + AMD XP 1600 + 256MB RAM

  • Failed on [nsMutableArrayObj removeAllObjects] when rintime

    Hi guys. I am facing to a little problem related NSMutableArray. I declared NSMutableArray proprety in .h file following as : @interface MyCustomController : UIViewController { NSMutableArray *arrayObject; @property (nonatomic, retain) NSMutableArray