Issue in me9f transaction po printing.

Hi
     in me9f when try to print a po, there was a z program
     ZPOPRINT which prints it, i think it is a routine.
     it is giving a dump. i want information on routines
     regarding this.
Thanks & Regards,
Abhimanyu.L

Hi,
     the short dump.   
Error in ABAP application program.
    The current ABAP program "ZPOPRINT" had to be terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_CONVERSION_OVERFLOW',
     was neither
    caught nor passed along using a RAISING clause, in the procedure "PRINT_SRVPOS"
     "(FORM)"
    Since the caller of the procedure could not have expected this exception
     to occur, the running program was terminated.
    The reason for the exception is:
    A value generated during processing is too large for the
    field "ML_ESLL-NETWR" of the program "ZPOPRINT".
  189 *   ml_esll-brtwr = ml_esll-brtwr / ml_esll-peinh.
  190     H_BRTWR = ML_ESLL-BRTWR * 1000.
  191     IF ML_ESLL-MENGE NE 0.
  192        HELP_NETWR = H_BRTWR / ML_ESLL-MENGE * ML_ESLL-PEINH.  "<CH40B/1
>>>>>        <b>MOVE HELP_NETWR TO ML_ESLL-NETWR.                      "<CH40B/1</b>
  194 *  ml_esll-netwr = h_brtwr / ml_esll-menge * ml_esll-peinh.   "<CH40B/1
  195     ENDIF.
Regards,
Abhimanyu.L

Similar Messages

  • Print unreleased purchase order using ME9F transaction

    Dear All;
    Can anyone let me know how to print an unreleased purchase order ?
    I have to use ME9F transaction.
    Thanks in advance.

    Hi,
    In standard SAP, you cannot print an unreleased PO using ME9F Tcode.
    You can create a z-program to print the unreleased PO as per your requirement with the help of ABAPers.
    Regards,
    Komal

  • HT5243 Issue with Java operation on printer operation using Shipping software.

    We are running a shipping system from APC couriers using the online booking system, there system runs using Java for the printing but it will not print normally due to a Java issue so has to be printed from another screen, our system has the latest version of Java any suggestions

    4 x 146.8Gb local disks RAID 5 mirrored using the hardware raid controller HP Smart Array 5i+.
    2 Emulex LP10000 HBA cards dual path connected to EMC Symmetrix and IBM DS4800 SAN Storage. There's your problem right there.
    In almost every situation I've encountered as a DBA, RAID5 is slow. Slower than single disk. If you have 4 drives, you're better off doing a RAID10 so that your hardware doesn't have to compute the parity bit. You'll lose 145GB, but you're MUCH better off in terms of performance. RAID5 was meant for file servers and low-load webservers, not high-end databases.
    The only time I've ever seen RAID5 perform acceptably was when we had redo, rollback and the default tablespaces on a different set of disks, and the main data tablespaces on a RAID5. There were very few updates/inserts to the main tablespaces and mostly reads. That's the only time you can use RAID5. But I'd still suggest doing RAID10 and just putting everything on it.
    In general, I also have NOT seen good performance with a SAN. The only time you should use a SAN is when you can't get the capacity you need onto a SCSI channel (or, again, you don't need it to be fast). Otherwise go internal disks on a RAID10 and forget about the SAN. SANs have the disadvantage of having to be shared with a large number of hosts to be cost-effective and shared IO isn't something you want on a high-end database.
    For more information, check this out:
    http://asktom.oracle.com/pls/ask/f?p=4950:8:3322095211375936281::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:359617936136

  • 2 issues with call transaction to LS24

    Hello All,
    There are 2 issues with call transaction to LS24.
    <b>1) It doesn't take batch value and displays stock for all batches.
    2) When you go back, it doesn't go back to the calling program.</b>
    Any thoughts ?
    <u>Here is my code:</u>
    PARAMETERS: p_lgnum TYPE lgnum,
                p_matnr TYPE matnr,
                p_werks TYPE werks_d,
                p_lgort TYPE lgort_d,
                p_charg TYPE charg_d.
    START-OF-SELECTION.
    END-OF-SELECTION.
      PERFORM display_stock_per_batch.
    *&      Form  DISPLAY_STOCK_PER_BATCH
    FORM display_stock_per_batch .
      SET PARAMETER ID 'LGN' FIELD p_lgnum.
      SET PARAMETER ID 'MAT' FIELD p_matnr.
      SET PARAMETER ID 'WRK' FIELD p_werks.
      SET PARAMETER ID 'LAG' FIELD p_lgort.
      SET PARAMETER ID 'CHA' FIELD p_charg.
      CALL TRANSACTION 'LS24' AND SKIP FIRST SCREEN.
    ENDFORM.                    " DISPLAY_STOCK_PER_BATCH

    hello
    use this code
    perform bdc_dynpro      using 'SAPML01S' '0209'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RL01S-CHARG'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'RL01S-LGNUM'
                                  p_lgnum.
    perform bdc_field       using 'RL01S-MATNR'
                                  p_matnr.
    perform bdc_field       using 'RL01S-WERKS'
                                  p_werks.
    perform bdc_field       using 'RL01S-LGORT'
                                  p_lgort.
    perform bdc_field       using 'RL01S-BESTQ'
    perform bdc_field       using 'RL01S-SOBKZ'
    perform bdc_field       using 'RL01S-CHARG'
                                  p_charg.
    perform bdc_dynpro      using 'SAPML01S' '0209'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/EBACK'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RL01S-LGNUM'.
    perform bdc_transaction using 'LS24'.
    may be it will help u

  • Transaction Journal Print Layout Design

    Hi all
    Is it possible to show in Transaction Journal Print Layout Design Report to show details of Journal Entry line details like Profit Center, Tax base amount and Tax Code?
    Kedalene

    Hi,
    Not possible to get those information in above PLD. Please raise ticket to SAP support.
    Thanks & Regards,
    Nagarajan

  • Find smartform or sapscript for me2s and me9f transaction

    HI, i want to find smartform or sapscript for me2s and me9f transactions, because i want to do  z smartforms for those transactions.
    How can i find it?
    How can i use NACE to customize the smartforms?
    thanks
    REward POints

    Hi Gurus
    I can able to open the form from t code f.64 but what is the form name how do i know............It make me crazy I am searching to find but unable to locate the name
    please help
    regards

  • P.O.'s Posting to ME9F Transaction

    Hi All,
    I am posting the P.O.'s to ME9F Transaction by using session method. Suppose if any of the purchase order fails to get posted into the transaction is there any way of getting this details. I have to shoot a MAIL that the particular P.O. failed.
    Please let me know the solution ASAP.
    Regards,
    Suresh

    Hi,
    Yes, the solution depends on communication protocol which you want to use.
    Option1: SAP receives the data through IDOC from EPOS and pass these values to BAPI BAPI_RE_SALES_REP_REPORT
    Option2: In case if you are using any middle-ware, middle-ware receives the data from EPOS and tell your middle-ware consultant to consume BAPI BAPI_RE_SALES_REP_REPORT in middle-ware. You can use .Net connector / Java connector in middle-ware to consume SAP BAPI's directly.
    rgds,
    Srini

  • Printing issue in smartforms (Bullets are printed as #)

    Hi Guys,
    I've an issue in printing one of the forms. I'm using bullets in the form and when I see the print preview, i can see the bullets.
    But when I print the document, instead of bullets, I see '#'. Is it something to do with the printer drivers or anything I can do and prevent it.
    Thanks in advance.

    Hi,
    Infact it is a printer issue.
    Please contact the printer incharge to configure the printer so as to print the bullets properly.
    Regards,
    Ram

  • I have a new Macbook pro and need to run some Windows software, it appears "Parallel" should work well from what I've have read. Will I have any issues or problems accessing and printing from various printers on my Windows 7 network within Parallel?

    I have a new Macbook pro and need to run some Windows software, it appears "Parallel" should work well from what I've have read. Will I have any issues or problems accessing and printing from various printers on my Windows 7 network within Parallel? Is Parallel in fact the best way to go?

    First, back up all data immediately, as your boot drive might be failing.
    There are a few other possible causes of generalized slow performance that you can rule out easily.
    Reset the System Management Controller.
    If you have many image or video files on the Desktop with preview icons, move them to another folder.
    If applicable, uncheck all boxes in the iCloud preference pane.
    Disconnect all non-essential wired peripherals and remove aftermarket expansion cards, if any.
    Check your keychains in Keychain Access for excessively duplicated items.
    If you have more than one user account, you must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way you launched Activity Monitor. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Select the 50 or so most recent entries in the log. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V). You're looking for entries at the end of the log, not at the beginning.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some personal information, such as your name, may appear in the log. Anonymize before posting. That should be easy to do if your extract is not too long.

  • Having issue when we try to print more than 300 container labels

    Hi Gurus,
    We are having issue when we try to print more than 300 container labels. Once it reaches 300 it starts to jump the sequence and we are not able to complete all the tickets if itu2019s more than 300.
    Regards
    Rajib Pathak

    dear friend,
    first, i recommend to analyse the spool request and discuss it with your basis/technical guys (use SP01)
    second,
    you would try to run t-code SPAD for your output device and check out the checkbox "Process requests sequentially" (ON)
    regards,

  • Batch No. Transaction Report Printing

    Hi,
    My client requires the GRPO no. of the raw material of which a finished good is produced to be printed on the batch no. transaction document or delivery/invoice. If the item is produced from two components, then GRPO no. of both. How to achieve this?

    Amol,
    You probably can create a custom query report.  It would be not possible to get this detail on
    Batch No. Transaction Report Printing
    Suda

  • Selection of Printer while printing through the ME9F transaction

    Dear Team
    While printing the Purchase Orders using the print command ME9F the system does not ask for any specific printer, instead the default printer is selected and the print is executed. But in practical several printers are available in the network and I need an option to selct a perticular printer.
    Suresh

    Hi,
    In the condition records or in the message details of the PO we l assign the type of printer like LP01, LP02 and etc but not the printer. Under LP01 we may have more than one printer and similarly under LP02 we may have more than one printer. In such cases how to select a particular printer.
    Regards
    Suresh

  • I am trying to print a booklet.  I have printed it several times without issue.  Now when I print, it gives me one blank page or else 2 out of my 8 pages?

    I am trying to print a booklet.  I have printed it several times with no issues.  Now when I try to print it (with no changes in the program) it will either give me a blank page or will print one of my pages (there are 8 pages total). Any help?

    No I didn't even read through your post, to long.
    You said that "No matter what program I try to install, as soon as the installer opens it crashes". Were you talking about the install for this/these 3D programs or ANY program? As it is worded it sounded like ANY program. That tells me there is a problem with your Mac, software or hardware.
    Now you say others install programs, which is it. Programs other then the 3D ones install or no programs install?
    Could simply be your Mac is to old to run these programs and the installer knows that. You never said what model or year Mac it is.

  • Photosmart D7160 connected to desktop with Windows XP, issues with new laptop & network printing

    We have a Photosmart D7160 connected to our desktop that runs Windows XP. I just got a new Acer laptop that runs Windows 7 (64bit). We set up a network to connect to the internet and so I can access documents that had been made on the desktop. I have not had issues using the printer off the desktop with any programs. I installed a creative program to create flyers, cards, etc onto the laptop. Same one as on the desktop. When trying to print off the laptop, I can not access the whole options on the printer. I forget the name of the options I want (maybe called printing preferences) but I would like to choose wether I am using the photo tray or presentation printing or economy printing, etc. I can only choose print.  That is not  good for printing cards, etc. I had made a recipe care template with that program and wanted to print one out.
    What have I not done in setting up my laptop? I tried the to "add a printer" on a network and that did not fix my issue. Any help is appreciated. thanks.

    Hi Bayratlj
    Dunno if you've sorted your problem out, but I had exactly the same problem with a HP Photosmart 3100. I found some advice on http://discussions.apple.com/thread.jspa?messageID=6201674 regarding the firewall on the Mac and yes that is the problem. But as you'll see with my last post in that topic I cant figure out how to keep my firewall on AND have printer sharing. Just allowing printer sharing in the firewall settings is no help.
    Cheers

  • Authorization issue on SHD0 transaction variant in R/3

    Hi,
    Can anyone help me on the below issue?
    Created a transaction variant ZME31K using SHD0 on R/3 system with the base transaction ME31K.
    And created a transaction ZME31K for the above transaction variant.
    Created one ID which has access only to transaction ZME31K.
    But when tried to create contract using ZME31K, it allows to create the contract, but ended up with message  "You are not authorized to use ME31K".
    Anyone faced similar issue before? how this can be resolved? As per the busniess requirement, they can provide access only to the transaction variant for the user and they will not be assigned to ME31K.
    -Thanks,

    > We are doing an Upgrade assessment wherein at R/3 side, the system is being upgraded from 4.6 to ECC 6.0.
    > I wanted to know the impact the Change in Transactions at R/3 side..  namely transactions..
    > AS02, CT02, F-02, F-41, F-49, FB01 would have on BW.
    What do you mean? I don't get your question. What impact should those transaction have on BI?
    Markus

Maybe you are looking for