Print for range of customers at a time in smartforms

hai all..
  how can we get  thr prints for range of customers in a smartforms.
  here iam giving range of customers kunnr-low and kunnr-high.
  i want the output  should be prints form kunnr-low to kunnr-high.
here iam wriing the bdc fro this smartofrms to print customers.
is there any option option to print the range of customers form smartofroms at a time ...
tanx in advance.

Just write the below code to print multiple customers
Loop at itab.(internal table containing the range of custiomers)
call function (function to call the smartform)
endloop.
Regards
Lalit

Similar Messages

  • Invoice is not getting printed for particular 3 customers

    Hi,
    When user is printing the Invoices, only for specific 3 customers it is it not getting printed automatically, but the output is shows success with green. When they re process it manually, it is printing successfully for the same printer.
    1. Printer setup is checked it is correct
    2. There are two outputs one is External send (E-mail) and one is Printout.
    3. The problem is with only the Printout, where as the external send (E-mail) is sent successfully.
    Help me out in this issue...
    Thanks
    BP

    Hi
    First of all Welcome to SCN Forum
    Please check wheather any subroutine has been assigned to the output type access sequence.If the problem is with printout only then check the Logical destination that has been maintained in VV32 for those 3 customers.In VV32 for those 3 customers check wheather Release Immediately has been checked or not. Before reprocessing it go to VF02 and check on determine analysis
    Regards
    Srinath

  • Condition records- setting printer for multiple vendors at the same time

    Hi all,
    I have maintained condition record for POs for Key combination of Doc type,Purch Org and vendors.Now for a particular doc type and P.Org , I have around 50 vendors. I need to change the printer for all these 50 vendors to 'printerx'.Is it possible? I tried selecting multiple vendors at a time and changed the printer but its not working.

    Hi Saurav ,
    You can achieve this through SCAT transaction.
    For running SCAT take the help of ABAP team.
    I hope u might be having the list in the form of text file.
    If not , download the same from NACH table.
    Regards
    Ramesh Ch

  • One Time Capsule & Two Airport Express for Range Extension but will my time capsule hard drive be accessible to all the user on network ?

    I am planning to buy 2TB time capsule which is [2TB hard drive + Airport Extreme] and two Airport Express to extend the range of my wifi network. we have a large family & because of that we have 1 macbook, 2 laptops , 2 desktops, 4 iphones, 2 ipads, 3 android phones, 2 apple tvs, 2 ps3's. all of these devices are on my Wifi network but some of them are off usually ps3, apple tv and desktops computers r off but still their is alot of traffic. Now i am buying this 2TB time capsule instead of Airport Extreme so that i can save money by getting 2TB hard drive for me only & not the whole family so i want to know if i can keep the hard drive private & at the same time i want to share my internet connection with all of these devices which belongs to my family members, will this be okay ? and they wont be able to access my hard drive ? & will i be able to access my hard drive if i m connected to any of those two airport express & not the main time capsule. indirectly i will be connected to time capsule by using airport expresses in client mode correct me if i am wrong 

    You can use TC with whatever wireless you currently have.. if it works you should not need to buy a pair of express as well. The best method is to bridge the TC and plug it into the main router.
    You can certainly keep it private for your own access only.. simply set a disk password only you know. Easy.
    As long as you have a single network, then wherever you connect in the network will be able to access the TC.. but also note file speeds to the TC with multiple wireless hops will be terrible slow.
    Also note all security on the TC is an illusion. It is a home device.. press reset and anybody can then access it. You can even get past disk password. If you want security keep the device off the network.. use an external hard disk plugged directly into the computer.

  • Which is better for range and speed of wifi, time capsule A1254 or the new airport express? I don't need the hard drive aspect of the time capsule. Thanks!

    Thanks for any help with this.

    You are asking several different questions. If you need to store your photos, music, and movies on an external volume, you certainly can. Any externally connected hard disk drive will work, connected either directly to your Mac or to your Time Capsule as a shared volume.
    You should not rely upon using that as a backup device though. Although you certainly may use it for both purposes, it is a better idea to have dedicated backup devices for a variety of reasons not limited to redundancy. You would not want to simultaneously lose all your pictures as well as your backup. If they are all on the same device, that could happen. Furthermore, a backup cannot back up the volume on which it is running.
    As for adding an Extreme or Express, using its LAN port for your iMac, and then enable Internet sharing so you can effectively use the iMac as a "hotspot", you can do that too, but I am unclear on what benefit you believe this arrangement would convey for you.
    An Extreme's Guest network is separate from its Main network; that is the reason for having it.

  • To download the print format and mail it on giving a range of customers

    Hai
    i have a smartform attached program to a report.
    my selection screen contains only customer number (in range) and sales office code.
    on executing the program will generate a printfile file for each customers.
    i posted this question already and got the reply but the selection screen has only one parameter called p_mail(where u pass the address straight away).but i need the pdf format to get splitted for each and every customers and to mail them automatically.
    where to write the coding for fetching the email addressess of the customers and how to loop it in order to send for all the customers automaticlly.
    how to pass the parameters in the function module.
    please explain to me clearly.i am in need of help.
    this is the program i got for sending one mail.i get confused as how this will work for the range of customers.somebody please solve me this problem.kindly tell me where to do the changes
    REPORT  ztest_smartform.
    DATA:it_nfal      TYPE nfal OCCURS 0 WITH HEADER LINE.
    DATA:fm_name      TYPE rs38l_fnam.
    DATA:ssfctrlop    TYPE ssfctrlop.
    DATA:ssfcompop    TYPE ssfcompop.
    DATA:it_otf_data  TYPE ssfcrescl.
    DATA:it_otf_final TYPE itcoo OCCURS 0 WITH HEADER LINE.
    DATA:bin_filesize TYPE i.
    DATA:it_pdfdata   TYPE TABLE OF tline.
    DATA:it_pdf       TYPE TABLE OF solisti1.
    "  Mail related declarations
    "Variables
    DATA :
         g_sent_to_all   TYPE sonv-flag,
         g_tab_lines     TYPE i.
    "Types
    TYPES:
         t_document_data  TYPE  sodocchgi1,
         t_packing_list   TYPE  sopcklsti1,
         t_attachment     TYPE  solisti1,
         t_body_msg       TYPE  solisti1,
         t_receivers      TYPE  somlreci1,
         t_pdf            TYPE  tline.
    "Workareas
    DATA :
         w_document_data  TYPE  t_document_data,
         w_packing_list   TYPE  t_packing_list,
         w_attachment     TYPE  t_attachment,
         w_body_msg       TYPE  t_body_msg,
         w_receivers      TYPE  t_receivers,
         w_pdf            TYPE  t_pdf.
    "Internal Tables
    DATA :
         i_document_data  TYPE STANDARD TABLE OF t_document_data,
         i_packing_list   TYPE STANDARD TABLE OF t_packing_list,
         i_attachment     TYPE STANDARD TABLE OF t_attachment,
         i_body_msg       TYPE STANDARD TABLE OF t_body_msg,
         i_receivers      TYPE STANDARD TABLE OF t_receivers,
         i_pdf            TYPE STANDARD TABLE OF t_pdf.
    PARAMETERS p_mail type char120.
    *START-OF-SELECTION.
    START-OF-SELECTION.
      "select data
      SELECT * FROM nfal INTO TABLE it_nfal UP TO 10 ROWS.
      ssfctrlop-no_dialog = 'X'.
      ssfctrlop-preview   = 'X'.
      ssfctrlop-getotf    = 'X'.
      ssfcompop-tddest = 'LP01'.
    Continued
    Venkat.O  
    Posts: 1,036
    Registered: 12/2/05
    Forum Points: 1,782 
      Re: to down load the print format to pdf and sent the data thru the mail  
    Posted: Jul 15, 2009 7:31 AM    in response to: amalrose         Reply 
    from above
      "Get Function module name for given smartform
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname = 'ZTEST_SMARTFORM'
        IMPORTING
          fm_name  = fm_name.
      "Call Smartform function module.
      CALL FUNCTION fm_name
        EXPORTING
          control_parameters = ssfctrlop
          output_options     = ssfcompop
        IMPORTING
          job_output_info    = it_otf_data
        TABLES
          it_nfal            = it_nfal.
    ***********appending the otf data into the final table*********************
      it_otf_final[] = it_otf_data-otfdata[].
    converting OTF data into pdf data**************************
      CALL FUNCTION 'CONVERT_OTF'
        EXPORTING
          format                = 'PDF'
        IMPORTING
          bin_filesize          = bin_filesize
        bin_file              =
        TABLES
          otf                   = it_otf_final
          lines                 = it_pdfdata[]
        EXCEPTIONS
          err_max_linewidth     = 1
          err_format            = 2
          err_conv_not_possible = 3
          err_bad_otf           = 4
          OTHERS                = 5.
    To send data as email attachment, we need to have a table of SOLISTI1.
    This table contains line size of 255 characters. Below function module
    does the trick of changing the table from X character sized lines into
    any given Y character sized lines.
      REFRESH it_pdf[].
      CALL FUNCTION 'SX_TABLE_LINE_WIDTH_CHANGE'
        EXPORTING
          line_width_dst              = '255'
        TABLES
          content_in                  = it_pdfdata[]
          content_out                 = it_pdf[]
        EXCEPTIONS
          err_line_width_src_too_long = 1
          err_line_width_dst_too_long = 2
          err_conv_failed             = 3
          OTHERS                      = 4.
      IF sy-subrc  0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ELSE.
    Continued
    Venkat.O  
    Posts: 1,036
    Registered: 12/2/05
    Forum Points: 1,782 
      Re: to down load the print format to pdf and sent the data thru the mail   
    Posted: Jul 15, 2009 7:32 AM    in response to: amalrose         Reply 
    from above
        "Subject of the mail.
        w_document_data-obj_name  = 'MAIL_TO_HEAD'.
        w_document_data-obj_descr = 'Regarding Mail Program by SAP ABAP'.
        "Body of the mail
        w_body_msg = 'This is body of mail msg.'.
        APPEND w_body_msg TO i_body_msg.
        CLEAR  w_body_msg.
        "Write Packing List for Body
        DESCRIBE TABLE i_body_msg LINES g_tab_lines.
        w_packing_list-head_start = 1.
        w_packing_list-head_num   = 0.
        w_packing_list-body_start = 1.
        w_packing_list-body_num   = g_tab_lines.
        w_packing_list-doc_type   = 'RAW'.
        APPEND w_packing_list TO i_packing_list.
        CLEAR  w_packing_list.
        "Write Packing List for Attachment
        w_packing_list-transf_bin = 'X'.
        w_packing_list-head_start = 1.
        w_packing_list-head_num   = 1.
        w_packing_list-body_start = 1.
        DESCRIBE TABLE it_pdf LINES w_packing_list-body_num.
        w_packing_list-doc_type   = 'PDF'.
        w_packing_list-obj_descr  = 'PDF Attachment'.
        w_packing_list-obj_name   = 'PDF_ATTACHMENT'.
        w_packing_list-doc_size   = w_packing_list-body_num * 255.
        APPEND w_packing_list TO i_packing_list.
        CLEAR  w_packing_list.
        "Fill the document data and get size of attachment
        w_document_data-obj_langu  = sy-langu.
        READ TABLE it_pdf INTO w_pdf INDEX g_tab_lines.
        w_document_data-doc_size = ( g_tab_lines - 1 ) * 255 + STRLEN( w_attachment ).
        "Receivers List.
        w_receivers-rec_type   = 'U'."Internet address
        w_receivers-receiver   = p_mail.
        w_receivers-com_type   = 'INT'.
        w_receivers-notif_del  = 'X'.
        w_receivers-notif_ndel = 'X'.
        APPEND w_receivers TO i_receivers .
        CLEAR:w_receivers.
        "Function module to send mail to Recipients
        CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          EXPORTING
            document_data              = w_document_data
            put_in_outbox              = 'X'
            commit_work                = 'X'
          IMPORTING
            sent_to_all                = g_sent_to_all
          TABLES
            packing_list               = i_packing_list
            contents_bin               = it_pdf
            contents_txt               = i_body_msg
            receivers                  = i_receivers
          EXCEPTIONS
            too_many_receivers         = 1
            document_not_sent          = 2
            document_type_not_exist    = 3
            operation_no_authorization = 4
            parameter_error            = 5
            x_error                    = 6
            enqueue_error              = 7
            OTHERS                     = 8.
        IF sy-subrc = 0 .
          MESSAGE i303(me) WITH 'Mail has been Successfully Sent.'.
        ENDIF.
      ENDIF.

    Here:
    http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=en
    Was it deactivated on the old computer?  If not, you may need to contact Adobe support by clicking on "Chat"
    Serial number and activation support

  • Report Open balance for Customers back in time

    Dear All,
    I would like to have a question: How can I report Highest Balances for Customers back in time? So I have to list Date and Amount, in the last one year, when Customers had their Highest Balances (highest outstanding amount). I have a transaction that can show actual status but I cannot report it for a long period in the past.
    Does anyone have an idea how could I do it?
    It would be very helpful.
    Thank you!
    A.

    Hello,
    Solution Manager does not desal with Customer Balances. Perhaps you wanted one of the banking industry forums, or FI AR/AP?
    In any event this question will not help you much in this forum.
    Regards,
    Paul

  • Ms Project 2013 report for resource name, tasks less than 100% complete within a date range I can set each time

    I have seen I can create a report for a resource name with a specified date range, and one that can show me for a resource name any incomplete tasks, but I want to do the following and cant work out how to state it in the report constructor:
    resource name equals - {I want to set a given resource in here}
    % complete is less than 100%
    start - date range is between [today -7 days] and [today +7 days]
    Please can someone show me how this is possible, I know it will be and it is me that has been defeated!!

    workspacedesign,
    Oops, my bad. I missed the point that the Name field for assignment rows will be the task name and that's not what you want. There is also a glitch in the date range filter. So, here's how to fix that.
    First, in the Resource Usage view, copy the Name field to Text1. Now select the resource line and do a fill down for all assignments under that resource. Do that for each resource. This could be automated with VBA, but for now, a manual setup should work
    fine.
    Second, instead of testing for the Name field in the filter, test for the Text1 field.
    Third, change the Finish test to be "less than or equal to".
    Now when you apply that filter, enter beginning date of your range and then the ending date of your range followed by the resource name. You should get the data you want.
    Unfortunately formulas in custom fields are not as flexible in Project as they are in Excel. For example, in Project a formula can only operate on data for that row. Further, even if you use the formula Today() +7 for your filter criteria, the first time
    the filter is used, Project will hard code today's date into the filter. The normal way around both of these shortcomings is to use VBA.
    Hope this helps.
    John

  • Updation of FOC item for multiple customers at a time

    Freinds,
    I have an issue regarding Free Goods item updation using T code - VBN1.  Normally we are updating an FOC item with the main line item along with quantity(exclusive or inclusive) for a particular period. The same process will repeat for each customer code using the T code.  My question is, whether there is any option to update the same set of FOC item for multiple set of customers at a time, instead of entering one by one for each customers.  Please help me out in this.  Thanks.

    If this is going to be a regular exercise, then you need to consider to add one more combination of Customer / Material based on which, you can create LSMW and make use of it regularly.  This is straight and simple approach to achieve the desired result.  On the other hand, if you dont want to touch your existing configuration, then you have to copy the standard program SAPMV13N, create a BDC, add input parameters as you wish and upload.
    G. Lakshmipathi

  • Checking credit limit for some customers at the time of Delivery also

    Hi Experts,
    I have 1 controlling area. Now our new requirment is that for some selected customers we want to implement the credit checking at the time of making the delivery note. How can i configure that in SD.
    Appreciate some support
    SAPXPT

    Madhu,
    I have just pasted the result of CHECK_CM below.
    Please tell me one more thing.I am releasing my SD document by VKM1. Wheni check VKM2, it shows that the delivery document has also been released simultaneously.
    Settings for Credit Check                                                                               
    Delivery Type:                 LIKP-LFART = LF   Outbound Delivery                    
      SD Document Category:          LIKP-VBTYP = J    Delivery                             
      Requirement for Subseq.Functs: TVFO-GRPNO =  000                      (No Standard)                                                                               
    Key Fields for Automatic Credit Check                 (Table T691F, Transaction OVA8) 
      Credit Control Area:           LIKP-KKBER =  1000                                     
      Risk Category:                 LIKP-CTLPC =  005                                      
      Credit Group - Delivery:       TVLK-KKBER =  02                                       
      Credit Group - Goods Issue:    TVLK-KKBER =                                                                               
    Credit Status from Table VBUK                                                                               
    Overall Credit Status                    CMGST =  D      Released                     
    Static                                            CMPSA =         No Check/No Status
    Dynamic                                        CMPSB =         No Check/No Status
    Maximum Document Value            CMPSC =         No Check/No Status
    Critical Fields                                 CMPSD =         No Check/No Status
    Next Inspection Date                     CMPSE =         No Check/No Status
    Open Items                                    CMPSF =         No Check/No Status
    Oldest Open Item                          CMPSG =         No Check/No Status
    Maximum Dunning Level               CMPSH =         No Check/No Status
    Financial Document                      CMPSI =         No Check/No Status
    Export Credit Insurance                CMPSJ =         No Check/No Status
    Payment Card Authorization         CMPSK =         No Check/No Status
    USEREXIT_1                               CMPS0 =         No Check/No Status
    USEREXIT_2                               CMPS1 =         No Check/No Status
    USEREXIT_3                               CMPS2 =         No Check/No Status

  • Advice For Someone Using A Professional Printer For The First Time

    Hello everyone
    1. I'm doing some posters and flyers for my club using Pages. We've got them looking how we want on my home inkjet printer but now we need someone to print out large quantities. I've never used a professional print service before. There are simply loads of posts on this topic but I wonder if there is anyone out there that does this a lot and can tell me how they do it. I was hoping to initiate the definitive Professional Printing FAQ thread.
    2. Reading the numerous posts, there are lots of terms that I don't understand like 'bleeds' and 'pantone'. Understandably, print is a whole new world of technical terms. Can anyone recommend a good introduction to all this on the web?
    Thanks

    I don't know of a good basic FAQ for printing, but I can try to address some of your issues.
    What is a "large quantity", IanB? Tens, hundreds, thousands? In my experience this is probably the most critical issue, since it pretty much determines the printing method used (and thus the cost). Anything under about a thousand copies will these days likely be printed "digitally", which essentially means run off on a colour laser printer. In my experience, as long as you are not fanatical about colour accuracy, this method is very forgiving of the way the source file is set up, and most houses will take standard PDFs. It is much more expensive on a per-unit basis than offset printing, but there is also little/no "set up" cost, which means that for short runs it is often far more affordable in terms of total cost.
    Once you get to big runs, where you need offset printing (presses that use metal plates for different colour inks), things change a fair bit, as you have to deal with colour separations and possibly spot (Pantone) colours as well. The setup costs for this kind of printing can be very substantial (making metal plates is expensive), but once set up, the cost per unit is far less than digital printing. If this is your first time out, I'd suggest either avoiding going this route, or finding a very understanding print shop that is willing to hold your hand through the production process.
    As for bleeds, that refers to when objects on your document go all the way to the edge of a page. The problem with using bleeds is that they require the printer to print the page on a larger physical piece of paper, with the bleeding objects slightly over the desired edge, and then trim that paper down to size, cut so that the bleeding section is cut through (to avoid a white unprinted edge). But because the cutting is not always absolutely accurate, you need to leave space between the edge of the page and any material that absolutely has to be on it (e.g., text), so that the trimming will only cut away some of the bleed, but not the critical material.
    Bleeds make setting up (and printing) your document much more complicated, and you will be much better off if you can avoid bleeds for your first experience doing professional printing. If not, I'd again suggest that you shop around for a print house that says they'll be willing to walk you through the process of how to format your document to do this.
    I'm sure others here that are more experienced in the printing process can point you to more comprehensive resources, or give you more detailed advice.

  • Exclusive update release for Adobe Cloud customers

    Excuse me, Adobe.
    Don't get this wrong, I personally have nothing against Adobe. Please know and realize that Adobe probably don't realize this, or simply don't have a heart to realize this by now. Adobe actually losing some valuable registered lifetime 'diehard' Adobe customers like other creative professionals and myself.
    Yesterday I learned that Adobe released exclusive update release only for Adobe Creative Cloud customers with Illustrator's new package update. I find that very ironic approach, because I know that diehard Adobe Illustrator customers have request for it for years. Adobe basically ignored us, creative professionals, instead of us, focusing on Adobe Creative Cloud customers.
    Rest assured, Adobe Master Collection CS6 is more likely my final upgrade purchase. It was a big slap in my face. I know that it is not just me, knowing that many other creative professionals are upset as I am.
    Don't get me wrong, I wholeheartedly am (now was) a lifetime diehard Adobe customer.
    Dear Adobe, just tell me if I am wrong. I just cannot justify the cost benefit analysis on advantage of Adobe Creative Cloud, where it is more of "renting" while many other creative professionals including myself prefer traditional way of upgrading through Adobe online store just as in the past and at present time. Many of us prefer "traditional" way of "owning" Adobe Creative Suite apps rather than 'renting' apps. In a long run, by owning traditional app/purchase do have super duper advantage over Cloud in terms of real cost of doing business. While traditional customers like myself still own Adobe apps even if when Adobe decides no longer support, we still own the legacy versions regardless.
    So, what happens if one day, out of blue, I fear that Adobe eventually realize that Adobe Creative Cloud is not viable or feasible to continue. That will certainly make some customers not happy. What happens to traditional customers like creative professionals and myself spent huge amount of investment in traditional qualified upgrades, and then switched to Cloud.. then one day Adobe decide not to support Adobe Creative Cloud.. what does this means to traditional customers like myself owned versions of serialization numbers over the years - down in the drain and Adobe Creative Cloud 'temporary' annual serial number no longer viable, and force us to pay FULL traditional license all over again. In that case, that is where I am dealing with this concern. I just cannot possibly trust Adobe on that one. I do have huge benefit of doubt on that one.
    For example, with Adobe decided to invest some of its resources developed new applications such as Adobe Flash Catalyst and few others in Adobe Creative Suite CS5. When Adobe released CS6, Adobe dropped Flash Catalyst. That is one of example on why I do have benefit of doubt on long term viability and feasibility of Adobe Creative Cloud.
    Please listen to us, creative professionals out of our concerns.
    If Adobe refuse to listen, include us in that respect, so be it. It is possible that Adobe eventually be losing many lifetime, diehard Adobe creative professionals.
    To be honest, I am very disappointed with Adobe's attitude toward creative professionals' being diehard lifetime support and invested lot of our time, tools, and skills and everything... time and money. It is all down in the drain. Thanks!
    Have a fabulous day!

    And customers fall for it like suckers.
    Software development during the emergence of a new category has always been lucrative. A small handful of developers with a good idea sweat blood for a couple years building the core application. Once it exists, delivery is cheap and profit-per-sale is high. Users buy licenses for several hundreds of dollars each. Each new license sale costs next to nothing to replicate in terms of manufacturing. It's all marketing, packaging, and distrubution. Disks are copied and printed for less than $1 each. Printed manuals, of course, may cost $20 or so, depending on color, quality, etc. There is real overhead, of course, in developing good content for manuals.
    When all this stuff was new software titles used to cost less, but shipped with installation disks and thorough printed manuals, and a set of added-value extras, like utilities, fonts, clipart. And new version improvements were quite significant and innovative.
    But once the software category "matures," with each version, the prices go up; the bundled "extras" become fewer. The focus shifts toward continually look for ways to cheap-out on the customers in order to "improve" the margin for the stockholders, and "milk" the increasingly archaic and mundane software for all that can be got out of it. One way this is done is by turning real value into mere perceived value. Adobe is the worst offender in this regard.
    Print manuals have become pay-extra, or non-existent. It astounds me that in the much-ballyhooed age of "information at your fingertips" the ondisk local help has become increasingly difficult and tedious to access. Now, the default behavior of the Help menu has even been modified to disuade users from accessing local PDF versions of the documentation to coerce them to go online for help files access (this from the company that is highly dependent upon PDF). Slow, tedious, and non-contextual as it is, PDF was bad enough. Having to go to Adobe's crappy "community help" system is ridiculous.
    This is all promoted, of course, as "immediate access to continual improvement." And customers fall for it like suckers.
    Look at the increasingly innane questions that occur  daily in this Forum. Newcomers ask the most basic questions, making it obvious they haven't even tried to read page one of the documentation. I've been at this stuff since the beginning. It didn't used to be this way.
    Are they all lazy dolts? No. Documentation has become less accessible and less thorough.
    Next, Adobe turns the online documentation essentially into blogs. "Live feedback"? "Continual improvement"? Baloney. Beginners clutter what should be authoritative documentation with innane comments. Questions get transferred to the User Forums, where Adobe sluffs off its responsibility for product support to its users; which more often than not turns into a time-wasting process of the blind leading the blind.
    Of course, only a mere mention of the term "tech support" will suffice. Everyone knows what thas become.
    Once you've eliminated the costs of printing, packaging, and delivering disks and documentation, and turned everything into electronic downloads (causing each customer hours of downtime--often even days futzing around with Adobe's horrible installers), what's next? Stockholders still want increased margin.
    Software by subscription and web-centric automation--while still increasing prices, of course--has long been the holy grail of software developers. This is true of all the biggies, including Microsoft, and of course Adobe. But how do you pull it off? How do you convince the suckers?
    Releasing new features to the buzzword "cloud" before making them available to perpetual licensees will be Adobe's attempt to "sweeten the pot" to con those who buy into the software subscription scheme. Time will tell how successful the ruse is for Adobe.
    The truth is, though, in terms of actual quality of the product, (especially Illustrator) nothing has changed for the better. Look at the very features that we who choose to stay with the relative safety of a traditional license are so upset about: Bundle for output? Export embedded images?
    People, how archaic, how old, how yesterdecade's news is that? This is "quick development" that can only be delivered by the "cloud"? Give me a break.
    It's utterly laughable, as Illustrator's cobby, clumsy, over-glorified, under-delivered, decades-late-to-the-game delevery of practical functionality always has been. So what's the big rush anyway for features that are already literal decades late? Sheesh, guys, Illustrator is not the only game in town.
    Consider: Since the release of CS6, how many posts have you forum regulars seen expressing excitement over the precious few actually new features, like grads-on-strokes? How many stunning examples of use of that feature have you seen users post?
    By comarison, how many posts have you seen on complaints about performance and buggy behavior? And proportionally how many are still the endless stream of repeats of the same old questions from newcomers trying to make sense out of Illustrator's uncomparably unintuitive, cluttered, and confused interface? I see the latter largely increasing. And I take that as clear indication that Adobe's treatment of "newfangled" documentation is not working. (And, of course, that Illustrator's interface is still as hideously unintutitve as it has always been.)
    Meanwhile, for the first time in too many years, I actually experienced again that new-purchase satisfaction of money-well-spent when I opened the Corel Graphic Design X6 Suite package to find a full-color manual with a hard-bound cover no less! Upgrade cost for anyone with a copy two full versions old? $200. Comes with 1000 OpenType fonts, huge clipart collection, truly useful utilities, and alot more.
    I still get a thrill out of every new release of Xara Designer Pro. So much elegant functionality, such clean-running speed, so stunning results possible from that tidy, inviting, intuitive interface in so affordably-priced and fun-to-use application.
    Meanwhile, Adobe upgrades have become more burden than pleasure. I actually dread them, especially having been suckered into the whole "Master Collection" thing. CS6 still sits on my desk uninstalled. I just dread having to mess with it.
    Oh, but James! That's why you should buy into "the creative cloud"!
    Well, don't hold your breath, bucko. If I decide to let CS7 or whatever just slide right by, I'll still be able to keep running the version I've got--without sending a monthly check to Adobe.
    These days--when so many younsters who have never swung a hammer at a nail actually try to rationalize renting over home ownership; and when so many middle-agers rationalize making perpetual interest payments for the instant gratification of driving a new car every year--who knows; the "creative cloud" sham may actually succeed.
    But not with me. Instead of watching money automatically fly out the window by itself, I'll be chuckling away, using whichever of my usual collection of 2D vector drawing programs I feel most advantageous--or most fun--for the task at hand.
    JET

  • Printing same Smartfom using single click on PRINT for many employee no.

    Hi All,
    This is my first question that i'm posting in the forum, hope u dont disappont me.
    We made a smart form for HR-pay slip. It is working fine for one employee, but when a range of employees are selected it asks a print preview screen each time for every single employee. We managed to get rid of the pop up print preview screen but still on clicking PRINT, it prints first emp. smart form, then back (F3), and again print for second emp. HR people need to run this for hundreds of employee and cannot click print for each one of them.
    So, all I wanted was that somehow on clicking PRINT the very first time it shall print for all the range of employees given.
    Step.1.Get pernr.
    Call SSFfunction module name for smartform ZHR_PAYSLIP
    go back to (Step.1) picking the next pernr given while execution

    Hi Vivek,
    Thanks for your response, now i feel a member of the forum.
    I am just a beginner in Smartforms.
    Ur reply made me realise that i had not used SSF Open N SSF Close FM.
    the fraction of the code is:
    ========================================
    GET pernr.
    CALL FUNCTION 'HR_READ_INFOTYPE'.
    PERFORM process_pernr                                     "VKIK032705
        USING pernr-pernr pn-paper pn-permo payty payid bondt mc_incl
          pnpabkrs[] subrc.
    IF exp_frm EQ false.
         CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
             EXPORTING
               formname             = 'ZHR_PAYSLIP'IMPORTING
              fm_name                  = formname
         control-no_dialog = 'X'.
           control-PREVIEW = 'X'.
             output_options-tdnoprint = 'X'.
             output_options-tdnoprev = 'X'.
             output_options-tdimmed = 'X'.
             output_options-tdiexit = 'X'.
         CALL FUNCTION formname
             EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
            CONTROL_PARAMETERS         = control
       NO_DIALOG                 =
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
            OUTPUT_OPTIONS             = output_options
      'output_options added by himanshu 6.12.2006
            USER_SETTINGS              = ' '
               v_amount                   = v_amount
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
    ENDIF.
    ===========================================
    so u see as i have embedded the Call SSF FM stmnt. it executes the smartform for one pernr (personnel no.) and when it fetches the next pernr in the stmnt. GET PERNR, it executes the smartform again.
    Is there a way when the smartform can call itself so that the output is successive and i dont have to press back button each time to see the payslip of the next personnel no.
    Also plz advise where shall I use the SSF_Open and SSF_Close FMs.

  • Reliable, Affordable Printer for Macbook Pro w/ Retina??

    I apologize ahead of time if this is being posted in the wrong place, but i'm looking for advice on getting a good printer for my Macbook Pro w/ Retina. I currently have an old Dell 1320c and although it setup fine and prints correctly the toner is now printing in gray and the lack of proper driver support makes troubleshooting the printer very difficult. In light of my recent printer troubles I decided to come here for some printer suggestions. As far as price range, I would like to spend no more than $150 for a new printer but if jumping up to $200 or something close greatly improves the quality, i'm open to more suggestions. This printer would only be used by myself at home and strictly for school assignments like word documents, powerpoints w/ pictures, etc. nothing too intense. I would not be printing actual photos and I don't think I need the speed of a laser printer to be honest. I would like a printer with GOOD support, meaning I can easily replace cartridges and not have to worry about replacing my printer for at least 2 years. Dell cartridges were pretty expensive and a lot of people had the same gray output problem that I experienced before the printer even reached 1000 prints. Regardless, this baby lasted me a good 4-5 years before giving me real trouble so I'm hoping a decent printer won't be hard to find.
    My main concern is compatibility! I want a printer that is fully compatible with my macbook pro and allows me to utilize their menu services, easily access printer menus, check ink, etc. After that I just want something reliable and consistent with good product support. I will be using the printer every week during school to print notes and assignments, but not photographs and no need for a scanner. I'm not sure what other information to include but I hope I covered enough to give you guys an idea of what im looking for. Ive had trouble with DELL products in general so maybe just a different brand suggestion would be helpful but thanks ahead of time!
    EDIT: Forgot to mention that I don't mind wireless vs. usb as long as theres not much price difference. Also it might be worth noting that the macbook I have has no CD drive so I would want a printer that I can set up without a CD drive, thanks!

    I don't have a specific recommendation, but if at all possible you should choose an AirPrint-enabled printer from the (possibly incomplete) list in the linked support article. It will need no software or configuration, and will work with iOS devices.

  • Seperate Adobe Form printing for each order

    Hi,
    I have a scenario where i need to print Adobe Form for each order.
    Right now i am handling this from print program(Executable) by looping at the Adobe form FM for each order.
    So it will print seperate Adobe form for each order with corresponding Header & Item Data.
    To get next order i need to hit on right & last arrows etc...
    So right now i am handling it through Print Program.
    Is there any way it can be handled directly at Adobe Form level.
    By passing all orders to Adobe FM at a time (Intsead of looping) and handling Adobe Form printing for each order at Adobe Form level itself!
    Thanks in advance.
    Thanks,
    Kumar.

    simple,
    create one new program  not driver program . Then u have to call that FORM
    1.Get all the data created during the dates.
    split the data into , based on the date ranges.
    2.
    loop at itab1.
    perform open_form
                write_form
                close_form
    endloop.
    loop at itab2.
    endloop.
    1) I need to print the form automatically when an Order is created.<b>---->COnfig</b>
    2) Every June 15th and Dec 15th I need to print the form for that Order
    automatically with some other data.
    <b>---> what ? what u split ?</b>
    *--Similarly I need to trigger the form in this way automatically for all Orders.
    <b>---> Config+ABAP</b>
    How can I trigger the Form automaticall for the above requirement
    Regards
    Prabhu

Maybe you are looking for

  • How to download payload from b2b_instancemessage view in Oracle b2b 10g

    I am not able to extract message payload from B2B_INSTANCEMESSAGE VIEW. when i execute this query: select payload from b2b_instancemessage where documenttype like '%rsConfirmIncid%'; the output I get is "BLOB" I need the complete payload. can somebod

  • How to read from untrusted https connection?

    i try to read the content of a https URL but when calling httpsurl.getContent() or con.getInputStream() i get the following exception: javax.net.ssl.SSLException: untrusted server cert chain      at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA

  • Display blacks out when panel is extended

    My pbg4 screen turns black (no light) when the display panel is open about 80 degrees or further. Just started...like a short in a wire. Sound familiar? Any help on downloading instructions to remove display panel will be appreciated.

  • How To Close Documents Without Closing Entire App

    Since the latest Pages update, when I close all open documents, it automatically closes the entire program and then I have to wait 15 minutes to start it back up. Is there any setting I can change to fix this?

  • Tab Name to be wrapped

    Is there any option available to wrap the tab name in 11g?