PO output -Urgent

Experts,
I am facing a strange problem. This is related E-mail output
Email id is maintained in vendor master.
PO has been created without Message Output (vendor or Partner not selected in messages)
So it is <b>not</b> supposed to send email to any vendor. But systems sends an email to a <b>different vendor other than vendor</b> on PO.
I do not understand the relation between the Vendor on PO and the second vendor who received the E-mail.
Please help me out.

Please check your print program. If you are processing multiple PO outputs at the same time, then some variable is not getting cleared.
For eg. If in the print program, you processed PO 1,2 and 3 at the same time (via select options). 1 was email, 2 had nothing. Then if the variables are not cleared properly, the output definitions of 1 will remain until you exit the program. Please debug it with an ABAP person.
Best of luck
Lakshman

Similar Messages

  • Extra Page coming in the PDF output -- Urgent

    Hi All,
    I have created an AR Invoice Print report (pre-printed).
    size of the stationary is half of A4.
    In a single A4 page two invocies will be accommodated.
    Here i have not used page break concept. I have adjusted the template with spaces.
    But when are invoices are given in a range lets say 1 to 10.
    The PDF output should have 5 pages accommodating 2 invoice in each page (this is working perfectly), but with this an extra black page is also getting generated. (The PDF is having 6 pages).
    If the range is given between 1 to 9 the extra blank page will not get generated.
    Is there any way to solve this issue???
    It little bit urgent.. :)
    Regards,
    Jana

    Jana,
    http://blogs.oracle.com/xmlpublisher/2007/03/
    Check on the "Anatomy of a Template I & II"... should work on your case. Also, make sure extra carriage returns and unnecessary spaces between tables are removed. If you use fillers, be sure to have the same height attribute as the field being filled.
    regards,
    Rownald

  • How to find a report output - URGENT

    Hi all,
    We have an ABAP program and its basically a report, how can I see the output of the report ie the list.
    Please let me know
    thanks
    Sabrina.

    thanks Priyank for your reply.
    Well we have an ABAP program in BW that outputs a flat file of data.  It is basically a report, it runs every morning and I need to find out the output of the report.  In SM37 when I select the job and click the button SPOOL, I get the following message that I don't have authorization to view the list.
    No authorization to select from spool request 24,323 in system CBP
    and then it says list contains no data.
    What should I do?  Please let me know.
    thanks
    Sabrina.

  • Display empty fields in between the output, urgent

    hi
    i need to display some empty fields in the output txt file, in between teh normal database fields i am displaying
    for eg if first field is f1 (1-10)
    second is f2 (11-35)
    third field is empty i need todisplay as (12-45)
    and again f4 as (13-60) so on
    such there are multiple fields in between dattabase field which just needs to be displayed as empty only and all fields should be seperated by space as showni above eg
    regards
    arora

    closed got solution

  • Graph  for a query output---urgent

    Hi,
    My requirment is to have a report which shows top 3 cubes based on number of records for each week.I also have to plot this in a graph
    the graph should be as follows
    Y axis : No of records
    X axis : Cubes which are grouped based on week.ie Suppose top 3 cubes for
    Week 1 is c11,c12,c13
    and
    Week 2 is c21,c22,c23
    then graph should show
    no of records on Yaxis
    and
    C11,c12,c13 as one series and
    c21,c22,c23 as second series.
    I tries this but Xaxis is showing either C11,c12,c13  or
                                                          c21,c22,c23
    since we cannot give values  to X axias on a series basis.
    Please suggest a way to solve it or a different approch for th above requirment
    Please help this urgent....

    Hi,
    I think you need to develop multiprovider over 3 cubes. Build a single query on this multiprovider and then plot the graph.
    Other way you can try Excel Macro to plot the graph.
    Hope it helps.
    Regards,
    Aditya

  • ME2N -Customized output -Urgent!!!

    I have customized ME2N transaction, my output is ALV format , Here I just changed to logic of 2 performs where I can add the my own flds into the output list.
    for the GUI status which is not working like PO changes,scheduled...buttons (also there in the standard transaction).
    Please help me

    Hi,
    You can create your own local strcutureby inlcuding this strucutre as follows.
    TYPES: begin of new_struct.
    INCLUDE STRUCUTRE MEREP_OUTTAB_PURCHDOC.
    TYPES: new_filed type <give your type here>,
    end of new_Struct.
    then create table type and work area for the new type.
    DATA: itab type table of new_Struct,
               wa_area like line of itab.
    now copy data as followows.
    LOOP at original_ta into origianl_workarea.
    move-corresponding original_workarea to wa_area.
    wa_area-new_filed = <assign your value using some code READ TABLE etc>.
    append wa_area to itab.
    endloop.
    then create list using ITAB instead of original table.
    Regards,
    Sesh

  • NaN output - Urgent

    I am using DAQc 9172 Chassis and obtaining temperature using NI 9217 and Pressure from NI 9205. I get the output properly from the vi file. I am using Lab view 8.2.1 version. But when I build the executable  (Application.exe) and use it for execution at the standalone PC which already has been installed with only (LV version 8.5)Ni DAQmx and runtime Engine , I get the pressure and temperature values as NaN. 
    However the application.exe file runs fine in the main PC which has been installed with Labview 8.2.1.
    Can anyone help me in fixing this problem?
    Solved!
    Go to Solution.

    If your target computer have LV8.5 You may do some debugging on this computer. Check with MAX to sort out naming problems with the daq unit
    Message Edited by t06afre on 02-09-2009 03:15 PM
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • XML Output(Urgent)

    Hi,
    I want to build XML file like this(below one) in .NET.I am
    getting one sub element i.e Year .But I am not getting Item and its
    attributes within the Year element.Its very Urgent.I am using XML
    serializer for this.
    <energyrecap>
    <year id="2006">
    <item type="usage" value="4.666" month="Jan" />
    <item type="usage" value="4.666" month="Feb" />
    <item type="usage" value="4.666" month="Mar" />
    <item type="usage" value="4.666" month="Apr" />
    </year>
    <year id="2007">
    <item type="usage" value="5.666" month="Sep" />
    <item type="usage" value="4.666" month="Oct" />
    <item type="usage" value="3.666" month="Nov" />
    <item type="usage" value="5.666" month="Dec" />
    </year>
    </energyrecap>

    You'll have a lot more luck with this question on dot.net
    forum than here.
    I use dot.net to return xml, but I have never used
    XMLSerializer.
    Tracy

  • BA00 Output Urgent

    Hi all,
    I created a new payment terms but the invoice output shows
    the one thats in the order i.e. the correct one.
    but the order output shows the diffrent payment terms the one that is not in the order or the customer master.
    all partner functions are same.
    Rgds

    hi,
    check your layout program with help of your abaper. It seems that part of text is either hardcoded or you would then need to check the print program whcih is fetching the values from VBKD table.
    Your abaper can simply debug the output program and can fix it.
    regards
    sadhu kishore

  • Packaging output.-URGENT

    Hi Guru,
    When user creating delivery and changing PGI date e.g 27/09 to 26/09 he is unable to view the output of packaging material. When he is not changing PGI date it is coming.
    The same scenario I run it's working properly. I checked configuration as well as condition record are maintained properly.
    I created one document and told to verify the user he told that it's coming. Then user changed PGI date of document which I created and told that out-put is not coming.Where could be the problem.
    Please help.

    If this is the case take help of Basis consultant.
    Best Regards
    Sainath

  • Report output - - - Urgent

    I have an existing report. The first data field is concatenation of three fields and this fields data is like the following
    ABCD ( X12 )
    DEFF ( Y34 )
    GSSD ( TST )
    Here I need to get the data output in the order of values within the parentheses instead of starting values of the fields data. Desired output should be like
    GSSD ( TST )
    ABCD ( X12 )
    DEFF ( Y34 )
    To get these values I have added an order by clause to the existing query like
    ORDER BY SUBSTR (field_name, INSTR (field_name, ( ) )
    But I havent got the report output in required order. (ButIf I check this query in SQL I am getting the values in desired order).
    Please tell me a solution to resolve this issue (because existing report is quite complex and I dont want to create this report from scratch).
    Thank you in advance
    Prasad
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Ileana Bblcu ([email protected]):
    I suppose this is the master group of a query and you also have a detail group. The detail group is ordered by the order by in aselect, but the master group is ordered by the break order. Add the substr... as a column to the query. In the Data model move this new column as the first one in the group, so the break order will be dictated by it.<HR></BLOCKQUOTE>
    Thank you for response... i did try that scenario before but it wasn't work.
    null

  • Weird Issue : Difference in HTML/excel output and pdf/rtf output--Urgent

    Hi There,
    I am facing a weird issue. I created one rtf template. When I preview the o/p in rtf or pdf, everything comes up as expected. When I preview the same in html or excel, few rows come up as bold though they were not supposed to. What could be the problem ?
    This is extremly urgent as the users primarily use the excel or html as o/p.
    Thanks in advance.
    Regards,
    Saurabh

    Hi Brett,
    I am using Oracle XML Publisher standalone (not with oracle apps). The version is 10.1.3.2 . The issue comes up while previewing as well as when the report is run from the XMLP server.
    Regards,
    Saurabh

  • ME32 Outline agreement problem(when saving it issuing message output)urgent

    Hi ALL,
    I executing Tcode me32 and make changes on this. It will issuing output message.My need is to suppress <b>output message</b> while executing this in Background.Because me32 uses more than 500 PO orders.This will posted data to IDOC(For LSMW processing).IDOC uses message type BLOACH.IDOC type is basic(BLAORD03).

    Hi
    If the requirement is for one time data transfer then it is better to delete the condition records before the transfer and then add it again after the transfer.
    ( This is the way we normally do for initial data transfer ).
    If its an ongoing process then you will have to use routines as IDOC will only create the document . Output processing is done by the Contract Create program itself and not by IDOC Function Module .  The only thing is intead of SY-BATCH you can use some other way to distinguish whether the contract is being created by IDOC .
    Now you have not mentioned whether you will use standard FM IDOC_INPUT_BLAORD or write your own Z Function for IDOC processing.
    I am giving a sloution for both.
    In IDOC_INPUT_BLAORD  there is a user exit
    EXIT_SAPLEINN_002 ( ZXM06U10 ). You can just write one line here
    DATA FLAG VALUE 'X'.
    EXPORT FLAG TO MEMORY ID 'BLAORD'
    Or In you custom FM you can write
    DATA FLAG VALUE 'X'.
    EXPORT FLAG TO MEMORY ID 'BLAORD'
    In the requirement routine as suggested in previous post
    use
    DATA FLAG.
    SY-SUBRC = 0 .
    IMPORT FLAG TO MEMORY ID 'BLAORD'.
    IF SY-SUBRC EQ 0 AND FLAG = 'X'.
    >>> C0de will branch here only when executed thru IDOCs
      SY-SUBRC = 4 .
    ENDIF.
    With above method only when contract created thru IDOCs messages will be suppressed.
    Cheers

  • JSP compilation error, IOException, can not output (Urgent)

              Hi,
              I met the error that Weblogic can compile the jsp to a temporary java file but can
              not compile the temporary java file to class file, it said java.io.IOException, anybody
              can tell why?
              Thanks a millon!
              

              Your system does not have enough swap space to run the JSP compiler.
              Add swap space.
              Mike
              "dai shui" <[email protected]> wrote:
              >
              >Hi,
              >I met the error that Weblogic can compile the jsp to a
              >temporary java file but can
              >not compile the temporary java file to class file, it
              >said java.io.IOException, anybody
              >can tell why?
              >
              >Thanks a millon!
              

  • Report Output in a web browser. URGENT!!!

    Email: [email protected]
    I would appreciate if someone can solve my problem....
    When I run a report from the report builder, the output is displayed in the web browser as when in live previwer, In view menu, web preview, Generate to Web browser in checked.
    I want to have a shortcut to this report on my desktop. I want that whenever I click this short cut, my report should run in the default internet browser but it is not executing.
    I have also tried to run this report by making a button in a Form and using run_product on the when-button-pressed trigger but this is also not working.
    I want an output in the web browser 'cuz the output contain some hyperlinks pointing to some word documents saved as html.
    Awaiting an urgent reply.....
    HASAN.

    Hello Hassan,
    try it with an Batch File
    c:\orant\bin\rwrun60.exe userid=scott/tiger@oracledb module=c:\test1.rep
    before you compile the report to an rep-file you have to do some settings in the systemparameters "atributepallete" under your module.
    1. set the parameter Desformat under value* on "htmlcss"
    2. set the parameter Desname under value* on "c:\test1.html" or the "wwwroot" directory.
    3. set the parameter Destype under value* on "file"
    then compile the report to c:\test1.rep an test the batch file you've created.
    much luck
    Udo
    * dont know the correct spelling in the englishversion of the RB6i, but its allways the 2. desc row in the atrribute pallet

Maybe you are looking for

  • How can I get another email to verify my icloud account

    How do I get another email to verify my icloud account the last one timed out so I could not use it ??

  • Creating a manual data link

    Using Oracle Report Builder 10g(Report Builder 9.0.4.2.0), and trying to create a manual data link between two queries. But the problem is that whenever I create a manual data link between two queries my report builder shutoff with this message “rw

  • Toshiba WT8-A-102 hdmi problem

    I recently bought a Toshiba encore tablet (WT8-A-102, windows 8.1). However, i can't connect it to an external monitor (tv) via hdmi. I use a micro hdmi to hdmi cable. The tablet can't recognize the tv. The tv always displays the message "no signal",

  • When will come this error Could not connect to SMTP host: son1175, port: 25

    Hi all we configure SMTP server on Linux ES,my java application run on same server from my application trying to send a mail i got this error [0] EmailConnection.getConnection: Attempting connection... DEBUG: setDebug: JavaMail version 1.3.1 DEBUG: g

  • "General Error" when I export to quicktime movie .mov

    I have no idea why all of a sudden FCE4 says "General Error" when I export using quicktime movie... If i use another option like mpeg4 or other it works fine. What could be a problem? I have lots of memory.