Printing A3 page format using ABAP List from SAP is a problem...

Hi Experts,
I am trying to print a standard output (ABAP List) A3 page size from SAP.
I used SWIN, SAPWIN, I9HP4 device types, but none of them worked.
I created page format type ZYEVMIYE 290MM – 420MM and the page format L120, W200. In order to make it usable with page size is A3. Unfortunately this did not work either.
The behaviour of the problem is when I tried to print with the device types that mentioned above then printer indicator comes to an error. And nothing comes out from the printer.
Just to be on the safe side I made a test from windows self test, it resulted success with A3 page size format. So from this point of the view I got a thought that somehow SAP (selected device types) is not able to send correct signal to Printer for page size A3, because on the printer information screen displays ‘load Tray2 for A4’ this is showing that SAP sends Printer a signal for page format A4.
I need help on how to make SAP (selected device type) send a correct signal to Printer in order to printout A3 page size format.
Quick reply will much be appreciated.

Hi,
At last i got a Solution to my Question.
The Problem is that in my SAP-Code they have been translated the PDF into 255 string.But i am retreiving using 132 string.So, i resolved in this way.
<b>For Each dr As DataRow In ds.Tables(0).Rows
Dim dataline As String = dr(0)
If dataline.Length < 255 Then
dataline = dataline.PadRight(255, " ")
End If
sb.Append(dataline)
Next.</b>
May be this Thread is useful to Others.
Regards,
Rajender.

Similar Messages

  • How to edit font of printer depend on size of abap list report.

    Hi all,
    How to edit Format type"X_65_255"  of HP Laser printer  when print out the same preview in abap list?
    Example:
    I want print as below:
         Title of abap list:                 AAAAAAAAAAAA --> size 15
        body of abap list:        
                                               colum1   column2   columm3 ---> size 10
                                                s1          cccc          bbbb    -
    > size 10
    I need it whenever you find time out of your busy schedule.. Please help me .. Thank you so much.
    Edited by: kishan P on Oct 13, 2010 12:02 PM

    Hi,
    I have to set font type on matrix printer.
    Can You please explain how did you find
    \e(s0p24h15v0s0b16602T
    for
    select arial 24 cpi 15 point normal
    As I can see, all the escapes defined in "Printer initialization" are in
    \e\0xqw\0xer0x\tz
    form, where qw, er, tz are hexa decimal interpretation of escapes from printer manual.
    I am confused where did You find annotation such as
    \e(s0p24h15v0s3b16602T
    Thank you, cheers.
    p.s. - if You want me to open another subject with this question so I can express my gratitude, please let me know.
    p.s. - in SPAD > Device Type, Print Control tab, we have
    SF005     |     1B6B001B4D121B57001B461B35
    and I know the
    "1B"
    stands for
    \e
    but then at "6b........" I am lost...

  • Why can't i print my calendar i use in iCLOUD from a PC

    Why can't i print my calendar i use in iCLOUD from a PC

    You're welcome, and I agree that it needs to be fixed.
    www.apple.com/feedback is where you can give your feedback to Apple as well as here.

  • Login pop-up when launching Webdynpro ABAP application from SAP Inbox

    Hello All,
    We have configured our workflow to trigger WD ABAP application from SAP Inbox.
    However when we launch the workitem from SAP Inbox, we are getting a login pop-up screen in IE which prompts us to enter SAP password.
    Can you please help how can we avoid getting that login screen and how the WD ABAP application can single sign on from SAP GUI to IE for that user-id.
    Appreciate all your help.
    Regards,
    Samta.

    Hi Samta,
    You can configure User(RFC) and password for your webdynpro appl'n using SICF tcode.
    Path : /default_host/sap/bc/webdynpro/sap/(your wdp appln)
    Thanks
    Katrice

  • What are  Pre Database Copy and Post data base copy activity list, Pre Migration and Post Migration activity list from SAP BW 7.0 to SAP BW 7.4 SPS6.

    BW on HANA :  Pre Database Copy and Post data base copy activity list, Pre Migration and Post Migration activity list from SAP BW 7.0 to SAP BW 7.4 SPS6.
    We are trying to copy database from SAP BW7.0 to SAP BW on HANA 7.4 SPS6 so we are in search for list of steps or activities during database copy both pre and post steps.
    Along with the above we are in search of Pre and post migration steps ones database is transferred successfully from oracle to HANA on 7.4 SPS6.
    Kindly help us in getting the exact course of action as requested.
    Thanks and Regards,
    Lavina Joshi

    Hi Lavina,
    try this link for starters: Upgrade and Migration - BW on HANA | SAP HANA
    Points to remember are:
    Preparation:
         -- Hardware Sizing
         -- Preparation of Data Centres
         -- HANA Hardware preparation
         -- System Landscape Readiness (upgrade software downloads, system readiness checks, etc)
         -- House Keeping activities on BW system (data clean up, etc)
    Post Installation:
         -- Sanity checks / Preparation and License checks
         -- JAVA Configurations
         -- Infoprovider conversions 
    Overall Stages are described below:
    # Environmental setup (HANA box)
         -- Initial system checks and Building Activities (system copy, Appln server setups, etc)
    # System readiness
                   - ZBW_HANA_COCKPIT Tool
                   - ZBW_HANA_CHECKLIST Tool
                   - ZBW_ABAP_ANALYZER Tool
                   - ZBW_TRANSFORM_FINDER Tool
                   - SIZING Report
                   - System Clean up Activities
                   - Impact of 7.4 on source system checks
                   - Java Upgrade for portal
    # DMO Stages
                   - Preparation & Pre Migration checks
                   - Execution / Migration
                   - Post Migration Activities
    # Testing Phase
                   - Source system checks/Activities
                   - System and Integration Testing
                   - End to End Testing
                   - Performance testing
                   - Reports
                   - BO reports / Interfaces
    Do let me know if you require any further information.
    Regards,
    Naren

  • Problem Setting Item on a Page when using a List

    I have setup a List of reports. On the Page where the List displays, the user selects a Project Manager from a select list. In the List target section, I set the item for the project manager on the report page to the project manager selected on the List page.
    When I click on the report in the list, I am directed to the correct page, but the project manager item is not being set to the project manager selected on the original page. The report is showing information for all project managers.
    I am able to accomplish what I want if I use buttons, but I would prefer to use a list of all the reports. Why is the item not being set as indicated in the target section of the list?

    It sounds like you have two different items on two different pages for your project manager value. ApEx will treat them separately unless you tell it otherwise, via a calculation/process. In otherwords, if you want the second list set to the value of the first one then do it in a page process on the second page. Something like:
    :P2_PM_ID := :P1_PM_ID;
    This particular example would be a 'page rendering' process with the process type of PL/SQL Expression. There are certainly other options possible as well.
    Earl

  • While Changing ABAP List from Spool to PDF Whole List is not displaying

    Hi,
    There is Z Program to convert Payslip ABAP List to PDF, when it is generating in PDF from Spool, I cannot view whole Payslip.
    Previously it is dislpaying fully in PDF file, But not Now.
    Please Help me...............
    With Regards,
    Gaurav.

    Hi,
    Thank you very much. My problem has been solved
    Thanks & Regards,
    Gaurav Mittal

  • Creating 'print this page' button using AS3

    Hi all,
    I need to create a button, or at least a movie clip that
    functions like a button that will print a page when clicked.
    Ideally I would like to have the button as part of the flash
    application, which will be online embedded into a web page as a
    .swf. on click the print page dialog box will appear, and the user
    will be able to print out the web page. What is the best way to
    code this?

    sure. the swf's main timeline is a movieclip, so if you want
    to print everything that's on the swf stage, use the printjob()
    class to print the main timeline.

  • Print Layouts in Daily Use (Follow-Up from P2P)

    SAP Business One team is working on enhancements of standard B1 print layout templates with goal to reach a situation where further customization of the most important layouts will not be needed. As a part of this review we would like to know your feedback on current print layouts and required modifications.
    This thread is continuation from 'Print Layouts in Daily Use' <a href="http://p2p.sap.com/businessoneforum?type=join&login=1&uid=41FB661A76CED536C825C4E2B6FF4397&cid=91&go=z37225">discussion</a> in P2P SAP Business One Forum (Product Development Collaboration). Previous discussion on P2P is summarized in the attached file.

    As there are no other postings, I am closing the thread.
    Thank you for understanding.

  • How can i print only pages which have been highlighted, from a multi page file?

    How can i print only pages which have been highlighted, in a multi page file.

    Ah, I see want you mean. This might not be practical for you, but if you select one instance of the highlighted text and add a [space] to the little sticky note, all of the highlighted text on that page will appear in the summary.

  • Page restriction in adobe design from sap

    Hi,
    Iam designing my adobe form from SAP-ABAP transaction SFP.
    In my form i have two pages
    Page1 and page2.
    I want to restrict the printing of these pages conditionally means.
    based on my requirement, i want to print either page1 or page2 or some times both.
    Can any one help me in scripting this.
    Regards,
    sasidhar

    Hi Lisa,
    Please see the following topic where I provided links to information about creating URL redirects:
    Problem: 2 different URL's for the same homepage
    http://forums.adobe.com/message/4623619#4623619
    What you're trying to accomplish (301 Redirect) requires making changes on your web server and cannot be done within Muse.
    Best regards,
    Corey

  • Email to distribution list from SAP Internal Email

    I have a scenario where in I have to send email from sap internal email (T-code:-SBWP) to the distribution list.
    Can some one give me some idea on the same .
    When we go to T-code: - SBWP, for unread email we right click and fwd the email to distribution list, can we achieve the same functionality by a program so that we can automate the process.
    Thanks in Advance.
    Regards,
    Pawan.

    Hi,
    Yes ,one can write an ABAP code to send the mail to a distribution list.
    Please try and use the Function Module 'SO_NEW_DOCUMENT_SEND_API1' and you need to pass the import and export parameters to this FM which needs to be defined and populated before you use this FM.
    The first Exporting parameter is 'document_data' which will be of type 'sodocchgi1'.In order to populate this, you can use the structure of type 'sodocchgi1' and give the name, description, sensitivity and the language by referring to the data type mentioned above('sodocchgi1').
    The next is the document type and you can mention any one of them from 'RAW' to anything again refering to the document type.
    The next are the tables parameters and the first one is "object_content" which would be of type "solisti1" and you need to populate this one as well.This table would contain the contents of the mail.
    The next Tables parameters is "receivers" which would be of type 'somlreci1' and in order to populate this,you need to use the below like code:
    smtp_addr = any valid email id.
          gi_recievers-receiver = smtp_addr.
          gi_recievers-rec_type = 'U'.
          gi_recievers-com_type = 'INT'.
          APPEND gi_recievers.
    once this is done, an email will be sent to the recipient which can be monitored in the T-code SCOT and SOST.It will take sometime for the mail to be sent as there is a fixed timeline after which the R/3 system pushes the mails through it to the recipients.
    I guess, I have tried to answer your question.
    In case of any queries,please let me know.
    Regards,
    Puneet Jhari.

  • How to get data from Oracle using Native SQL in SAP.. Problem with date

    Hi Masters.
    I'm trying to get data from an Oracle DB. I was able to connect to Oracle using tcode DBCO. The connetion works fine
    I wrote this code and it works fine without the statement of where date > '01-09-2010'
    But i need that statement on the select. I read a lot about this issue, but no answer.
    My code is (this code is in SAP ECC 6.0)
    DATA: BEGIN OF datos OCCURS 0,
          id_numeric(10),
          component_name(40),
          comuna(10),
          record_id(10),
          status,
          sampled_date(10),
          END OF datos.
    DATA: c TYPE cursor.
    EXEC SQL.
      connect to 'LIM' as 'MYDB'
    ENDEXEC.
    EXEC SQL.
      SET CONNECTION 'MYDB'
    ENDEXEC.
    EXEC SQL PERFORMING loop_output.
      SELECT ID_NUMERIC, COMPONENT_NAME, COMUNA, RECORD_ID, STATUS, SAMPLED_DATE
      into :datos from lims.SAMP_TEST_RESULT
      where     date > '01-09-2010'
    ENDEXEC.
    EXEC SQL.
      disconnect 'MYDB'
    ENDEXEC.
    How can i get the data from that date?? If i delete the where statemet, the program works well, it takes 30 mins and show all the data, I just need the data from that date.
    Any help
    Regards

    Please refer the example in this link which deals with Oracle date format.
    You can finnd a command DECODE which is used for date formats. If you have a look at whole theory then you will get an idea.
    Link:[Bulk insert SQL command to transfer data from SAP to Oracle|http://sap.ittoolbox.com/groups/technical-functional/sap-dev/bulk-insert-sql-command-to-transfer-data-from-sap-to-oracle-cl_sql_connection-3780804]

  • Calling CRM ABAP class from SAP Jco

    Hi,
    In CRM,  there is a class interface called CL_CRM_DOCUMENTS with static methods. I need to make call to these methods from my Java application that uses JCo. Is it possible to call ABAP methods from JCo? Any help in this regard will be highly appreciated.
    Thanks,
    Praneeth

    Hello Praneeth,
    CL_CRM_DOCUMENTS problem  -- URGENT!!
    Activity Mgmt - Attachment
    See if this helps.
    regards,
    Muralidhar Prasad.C

  • Uploading File to ABAP AS from SAP UI5

    Hello,
    I am attempting to upload files from SAP UI5 to ABAP AS.
    How can I do that?
    I did try via PHP to my local server and the same worked but do not know how to upload in case of ABAP AS.
    Please help,
    Thanks in advance.
    Thanks and Regards,
    Sarath

    Hi Sarath,
    I suggest you to try the following:
    Create a service in the ICF (tcode SICF) and set a custom handler class that implements the interface IF_HTTP_EXTENSION.
    Sample code for the custom handler class, (method IF_HTTP_EXTENSION~HANDLE_REQUEST)
    DATA: lo_entity  TYPE REF TO if_http_entity.
    DATA: l_data     TYPE string,
          l_filename TYPE string.
    lo_entity = server->request->get_multipart( 1 ).
    IF lo_entity IS BOUND.
      " If you want to retrieve the original name of the file
      l_filename = lo_entity->get_header_field( '~content_filename' ).
      " If the content of the file is not binary you can retrieve with the GET_CDATA,
      " otherwise you will have to use the GET_DATA method
      CALL METHOD lo_entity->get_cdata
            RECEIVING
              data = l_data.
    ENDIF.
    Set the service endpoint URL as the uploadUrl parameter of the FileUploader.
    Hope it helps.
    Regards,
    Christian

Maybe you are looking for

  • How to Connect my PC to Mac Mini Airport wirelessly?

    This may be more of a PC question, but I'm trying to connect my PC laptop to my mac mini. I turned on internet sharing on the Mini. I can see my Airport wireless network on the PC, it says I'm connected. I do not have a password enabled on the airpor

  • What format do I use to upload a 5 min. movie to a website?

    What 'format' in the drop down options do I use if I want the video to be flash on the website? ie: wave, FLC..... Any other settings that I should have as presets? - fps? - Quality? - Size? Thanks in advance!

  • Execute stored procedure throu function

    I have table which has list of all the procedures. I need to run them thru a function. I have written the code to fetch the values from table, but I am not sure how the function will execute them. Can someone pls help? Here is my code. c2.function_na

  • I never deleted the videos. so where are they

    so i sold my ipod then when i want to watch my tv show i downloaded, they weren't there. now i never deleted them, im 100% sure. and the space on my hard drive is still getting taken up. in my tv show folder it only shows the shows i've already downl

  • Updated Adobe Content Viewer for Windows Store now available

    The latest release of Adobe Content Viewer for Windows Store is now available for download. Note that depending on your location it could take up to 24 hours for the updated viewer to appear in the store. If you already have a previous version of the