Confirmation POWL is not giving Output

Hi Guys,
In our SRM 6.0 system, POWL for confirmation is not giving any output. It is showing zero entries.
You can reach to this POWL using following path: -
SCSC Helpdesk -> Overview -> Purchase Orders -> Purchasing Documents.
There we have different documents listed like PO, SC, Confirmation and others. Output is coming for PO and SC but not for Confirmation.
Is there anything we need to activate for this? Please do let me know. i have tried with all the search criterion as well.
Thanks
Siddarth

Hello Siddhart,
This is standard SAP behaviour. By default no output for confirmation is configured nor activated. It is possible though to activate output for confirmations. You would need to configure a confirmation action profile, action definition and processing types via customizing transaction: 'Define Actions for Document Output' (cross-application basic settings) (read the help file).
Note: You can choose between both PDF-Based forms and Smartforms.
Kind regards,
Tim

Similar Messages

  • Report not giving Output correctly

    hi all
    The problem is about Pending invoice report. But this report is not giving output correctly.
    Plz help me to solve the problem.
    Thanks
    Subhasish

    Hi Mishra,
    Invoice output is coming correctly- assuming you have calculation error then check the print program assigned to your invoice output condition type. It must be having some logic error.
    If the issue is with improper formatting then check the layout assigned to your invoice output conditon. You can check both the program and layout assingment to ouput condition at NACE transaction.
    This is regular task which abapers can do with ease. so please take their help. They can just do a simple debug to understand the issue.
    regards
    sadhu kishore

  • Crystal Report Not giving output

    GoodMorning Gurus!!!
    I created a crystal report in XI R2 based on a Multiprovider. Though the Multiprovider is active and the DSO has the Data correctly activated, the crystal report is not giving the output.
    Could someone please tell the reasons...also i have checked the server connections as well..they are right.
    Please give me the options to chk some more criterias.
    Thanks & Regards
    Jiten

    not answered

  • Inventory reports are not giving output while executing in rsrt

    Hi,
    I am running inventory reports in RSRT. But for every report when i run, a debugger comes and its not showing any output. And the break-point in it is a standard one. so atleast standard reports must execute, but they are not giving me any output.
    Please tell me what can i do to resolve the error.
    Roma

    Hi Roma,
    Just press F8 key and keep executing report .
    Usually Bex Show this when either there is some problem with Report or Some variables you have  used in query  or you have not sufficient memory .
    Run the report and you will definately get some ides.
    key F6 to go to next line of execution
    key F8 to go to next breakpoint .
    Regards,
    Jaya Tiwari

  • Macro is not giving output

    Hi All,
    I have written 2 macros for a DP book, Consensus forecast and Final Forecast.
    CF is running fine and giving desired output, while Final forecast is simple sum up macro, but not giving any results.
    I keep it at everywhere, default, start and even tried to keep it in macro builder and run it, but it is not giving any output.
    Please help.
    Screenshot is attached for reference.

    Hello Hemant,
    Your Final Forecast macro should work. There is nothing wrong as far as code - semantics and syntax is concerned.  
    May be just drop this current macro and create the same logic in new one. 
    Please see if it works.
    Thank you
    Satish Waghmare

  • MRRL BACKGROUND NOT GIVING OUTPUT

    Hi all
    I created ZMRRL for value range etc… in this program foreground working fine but in background not giving out put (spool) in SM37. its very urgent for me…
                     submit RMMR1MRS
                            with B_BUKRS in gB_BUKRS
                            with B_WERKS in gB_WERKS
                            with B_BUDAT in gB_BUDAT
                            with B_MBLNR in gB_MBLNR
                            with B_MJAHR in gB_MJAHR
                            with B_LIFNR in gB_LIFNR
                            with B_EBELN in gB_EBELN
                            with B_EBELP in gB_EBELP
                            with ERSBA     = gERSBA
                            with B_XTEST   = gB_XTEST
                            with PA_VARIA  = gP_VARIA
                            exporting list to memory
                            and return.
    Im waiting for your answer

    You put the results in memory not in spool. So that the calling program can read these.
    The calling program must use FM 'LIST_FROM_MEMORY to recover the data.
    If you have no caller, use TO SAP-SPOOL
    regards.

  • Bw report not giving output

    Hi,
    We have  a BW report which was published in WEB. It is based on one infoset.
    The variable screen has date entry in range.
    when i give one date in the variable screen , iam getting the output.
    But if i give  a range , then , the query runs  but the webpage after one hour shows " Cannot find server"
    But the workprocess for that particular query runs on and on.
    Is there is any way to increase the webpage life , any suggestions to overcome this is welcome
    PVC

    Hi,
    Data is there in the underlying objects of the infosets.
    If i  give single value in the variable screen , iam getting the report.
    But if i give a range , the report runs on and on withouit giving any output.
    Is there a way to increase the waiting time of the webpage.
    PVC

  • Smartform not giving output if more than 2 pages

    Hi1
    I have a smartform which basically has three parts the first page , the next page and the TC page which is the terms and conditionspage. This is a smartform for printing QUotes. If the quote has a very few line items in it then its running out fine printing the first page and followed by the terms an conditions page , but if there are say 100 items in it and I try outputting the form , it tells output cannot be issued, I treid with various options and I see that whevere the items are more than it can fit into two pages it gioves me a message that output cannot be issued. I have a very similar form for another region , that seems to be working fine , even when there are more than 2 or more pages but for this one of my form it dosent go beyound the second page of line items , it just gives me the message output cannot be issued.
    Could anyone please indicate where teh problem could be that si cauisng this .
    Thanks

    Hi!
    I just get a system message at teh bottom of teh screen saying "output cannot be issued " and it remains on teh same screen . I goto t-code va23 and enter my quotation number and on the top I select sales document ...issue output and select my output type and print preview or prnit , it comes out of that screen into the first screen and at the bottom gives msg "Output cannot be issued". I beleiev its not allowing the smartform to display when there are more than 2 pages , because I tried it with a contact which has 2 pages and it shows output but when I try with the one having more items i.e more than 2 pages it comes out of it . Its a smartform issue and something in the smartform is causing problem I beleive.
    Thanks

  • FM not giving output

    Hi,
    Me and my colleague are facing a strange problem. DC1 contains all our models. When i execute one of the FM from a model from DC2, it works fine whereas when it is executed from my colleague's DC3 it is always returning the error message from the FM instead of the output.
    Same inputs are passed from both DC2 and DC3 but the output is received only in one and the other receives the returned error message (which is designed to be returned only when entered inputs are invalid).
    Another strange problem here is, when i call from DC2 i could successfully do external debugging (through external break point in the function module) and see what inputs are passed to the FM from the screen. Where as, when i call from DC3 "external break point" is not getting triggered. But the FM returns the error which is meant to return when invalid inputs are given. When i print the inputs set in the screen, the inputs are perfect.
    Have any of you experienced this or know why this strange problem occurs? Please do respond asap..
    Thanks & Regards,
    Kavitha

    Hi Nikhil,
    No mapping is required between DC2 and DC3. DC1 contains the models, and mapping is required between
    1. DC1 and DC2
    2. DC1 and DC3.
    both 1 and 2 looks exactly fine. But the problem occurs only in case 2. Any other clue?.. As i said, i have checked mapping and the code of executing. Everything looks perfect
    Thanks & Regards,
    Kavitha

  • Report not giving output

    Dear All,
    I have created a new report and registered in con.curr.program with output format as 'XML'. After running the report with a parameter, the output is showing the value as '0'.
    But if i run the same report through Oracle Report Builder for the same parameter, it is giving the value.
    Please suggest me in this.
    Thanks in Advance
    Rgds,
    Bopty
    Edited by: Bopty on Feb 14, 2012 11:00 AM
    Edited by: Bopty on Feb 14, 2012 11:06 AM

    Bopty wrote:
    Dear All,
    I have created a new report and registered in con.curr.program with output format as 'XML'. After running the report with a parameter, the output is showing the value as '0'.
    But if i run the same report through Oracle Report Builder for the same parameter, it is giving the value.
    When you run report through report builder with parameter and works fine.. then problem is in parameter passing at mail calling report. check it.
    Hope this will help you

  • Query is not giving output after changing some init parameter

    HI,
    I had recently changed some parameter:
    oracle version:8.1.7.0.0.
    database size =800gb
    os:SunOS suportal01 5.9 Generic_118558-08 sun4u sparc SUNW,Sun-Fire-V440
    load averages:  1.44,  1.32,  1.53                                                                                  13:36:42
    288 processes: 287 sleeping, 1 on cpu
    CPU states:     % idle,     % user,     % kernel,     % iowait,     % swap
    Memory: 16G real, 6726M free, 6563M swap in use, 9289M swap free
       PID USERNAME THR PRI NICE  SIZE   RES STATE    TIME    CPU COMMAND
    18856 oracle     1  59    0    0K    0K sleep    1:24 15.08% oracle
      1911 oracle    11  59    0    0K    0K sleep    4:47  4.38% oracle
    18870 oracle     1  59    0    0K    0K sleep    0:28  2.14% oracle
      4044 oracle     1  59    0    0K    0K sleep    2:29  0.50% oracle
    12753 oracle     1  59    0    0K    0K sleep    2:29  0.45% oracle
    18904 oracle     1  59    0    0K    0K sleep    0:25  0.38% oracle
      2996 oracle     1  59    0    0K    0K sleep   30:54  0.30% oracle
      4088 oracle     1  59    0    0K    0K sleep   23:43  0.30% oracle
       714 root      12  29   10   65M   23M sleep  785:09  0.12% java
    12042 oracle     1  59    0    0K    0K sleep    3:26  0.07% oracle
      2208 oracle     1  59    0    0K    0K sleep    7:03  0.06% oracle
      2602 oracle     1  59    0    0K    0K sleep   34:01  0.04% oracle
    19009 oracle     1  49    0 2440K 1376K cpu/3    0:00  0.03% top
    18996 oracle     1  59    0    0K    0K sleep    0:00  0.03% oracle
      6928 oracle     1  59    0    0K    0K sleep   11:19  0.03% oracle#sort_area_retained_size= 2097152(old)
    sort_area_retained_size= 104857600(new)
    #log_buffer = 163840(old)
    log_buffer = 1048576(new)
    #hash_area_size=8388608(old)
    hash_area_size = 209715200(new)
    The below query is to get withing 15 minutes, now it is taking more than 3 hours after changint this parameter.
    SQL> explain plan for
    2 SELECT /*+INDEX (D I_EVENT_TOTAL__ID)*/
    3 (SUM(D.AMOUNT)/1024) AS RATED_GBS
    4 FROM EVENT_TOTAL_T D,
    5 (select b.POID_ID0
    6 FROM EVENT_T B,
    7 account_t f,
    8 EVENT_SESSION_DIALUP_T A
    9 WHERE B.POID_ID0=A.OBJ_ID0
    10 and f.business_type < 4
    11 and f.poid_id0=b.account_obj_id0
    12 AND B.END_T BETWEEN PIN_DATE_TO_SECONDS('20-jan-2009', NULL) AND PIN_DATE_TO_SECONDS('21-jan-2009', NULL)) TMP
    13 WHERE D.OBJ_ID0 = TMP.POID_ID0 AND D.REC_ID IN (1000050, 1000114);
    Explained.
    SQL> @?/rdbms/admin/utlxpls.sql;
    Plan Table
    | Operation | Name | Rows | Bytes| Cost | Pstart| Pstop |
    | SELECT STATEMENT | | 1 | 55 | 876776 | | |
    | SORT AGGREGATE | | 1 | 55 | | | |
    | NESTED LOOPS | | 454K| 23M| 876776 | | |
    | HASH JOIN | | 454K| 16M| 331239 | | |
    | TABLE ACCESS FULL |ACCOUNT_T | 247K| 1M| 4704 | | |
    | MERGE JOIN | | 454K| 12M| 326302 | | |
    | SORT JOIN | | 108M| 934M| | | |
    | INDEX FAST FULL SCAN|I_EVENT_S | 108M| 934M| 852080 | | |
    | SORT JOIN | | 454K| 8M| 3854 | | |
    | TABLE ACCESS BY INDE|EVENT_T | 454K| 8M| 66825 | | |
    | INDEX RANGE SCAN |I_EVENT__ | 454K| | 5042 | | |
    | TABLE ACCESS BY INDEX R|EVENT_TOT | 119M| 2G| 2 | | |
    | INDEX RANGE SCAN |I_EVENT_T | 119M| | 3 | | |
    16 rows selected.
    tables sizes:
    EVENT_T=246 GB
    ACCOUNT_T= 150 mb
    EVENT_SESSION_DIALUP_T=15 GB
    Thanks
    Prakash GR
    Edited by: prakashdba on Jan 21, 2009 12:06 AM

    Hi Randolf,
    session wise i changed the the old init parameter:
    SQL> alter session set hash_area_size=8388608;
    Session altered.
    SQL> alter session set sort_area_retained_size= 2097152;
    Session altered.
    SQL> explain plan for
      2  SELECT  --+INDEX (D I_EVENT_TOTAL__ID)
      3  (SUM(D.AMOUNT)/1024)  AS RATED_GBS
      4  FROM EVENT_TOTAL_T D,
      5  (SELECT  b.POID_ID0
      6  FROM EVENT_T B,
      7  account_t f,
      8  EVENT_SESSION_DIALUP_T A
      9  WHERE B.POID_ID0=A.OBJ_ID0
    10  and f.business_type  < 4
    11  and f.poid_id0=b.account_obj_id0
    12  AND B.END_T BETWEEN PIN_DATE_TO_SECONDS('21-jan-2009', NULL) AND PIN_DATE_TO_SECONDS('21-jan-2009', NULL)) TMP
    13  WHERE D.OBJ_ID0 = TMP.POID_ID0 AND D.REC_ID IN (1000050, 1000114);
    Explained.
    SQL> @?/rdbms/admin/utlxpls.sql;
    Plan Table
    | Operation                 |  Name    |  Rows | Bytes|  Cost  | Pstart| Pstop |
    | SELECT STATEMENT          |          |     1 |   55 | 877951 |       |       |
    |  SORT AGGREGATE           |          |     1 |   55 |        |       |       |
    |   NESTED LOOPS            |          |   454K|   23M| 877951 |       |       |
    |    HASH JOIN              |          |   454K|   16M| 332414 |       |       |
    |     TABLE ACCESS FULL     |ACCOUNT_T |   247K|    1M|   4704 |       |       |
    |     MERGE JOIN            |          |   454K|   12M| 326302 |       |       |
    |      SORT JOIN            |          |   108M|  934M|        |       |       |
    |       INDEX FAST FULL SCAN|I_EVENT_S |   108M|  934M| 852080 |       |       |
    |      SORT JOIN            |          |   454K|    8M|   3854 |       |       |
    |       TABLE ACCESS BY INDE|EVENT_T   |   454K|    8M|  66825 |       |       |
    |        INDEX RANGE SCAN   |I_EVENT__ |   454K|      |   5042 |       |       |
    |    TABLE ACCESS BY INDEX R|EVENT_TOT |   119M|    2G|      2 |       |       |
    |     INDEX RANGE SCAN      |I_EVENT_T |   119M|      |      3 |       |       |
    16 rows selected.
    I think these parameters are not culprit, but apart from these parameters i haven't changed anything database level and this problem is coming from last 3 days afetr changing these parameters.
    [pre]
    What is your block size and what is your db_file_multiblock_read_count setting?
    [/pre]
    SQL> show parameter db_block_size
    NAME                                 TYPE    VALUE
    db_block_size                        integer 4096
    SQL> show parameter db_file_multiblock_read_count
    NAME                                 TYPE    VALUE
    db_file_multiblock_read_count        integer 8
    and
    EVENT_TOTAL_T table size =9 GB
    Thanks for your valuable time.
    Prakash GR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Sql not giving output when run thru sql client

    Hi all,
    I am facing a very strange problem. When I run a query which is part of PL SQL directly at server through sqlplus I am able to get the output but when I do the same through PL-SQL Developer or by connecting via SQL client the same query gives blank output.
    Please help..
    vip

    user510155 wrote:
    Hi all,
    I am facing a very strange problem. When I run a query which is part of PL SQL directly at server through sqlplus I am able to get the output but when I do the same through PL-SQL Developer or by connecting via SQL client the same query gives blank output.
    Please help..
    vipyou have a mystery & we have no clues.
    something is different; but impossible to say exactly what results in different output.
    How do I ask a question on the forums?
    SQL and PL/SQL FAQ
    post COPY & PASTE resuts so we can see exactly what you do & how Oracle responds.
    Handle:     user510155
    Status Level:     Newbie
    Registered:     May 16, 2006
    Total Posts:     46
    Total Questions:     4 (4 unresolved)
    Name     vip

  • System not giving Forward date when Material will be available

    Dear All,
    I have a problem of system not giving me the forward date when material will be available in the schedule line. I will give you an example - say material - A01 , stock of same is - 500 qty available. Availability check - 02(Individual reqt), all other MRP controllers also set properly.
    Now i create Sales order for the same material  for 650qty, system confirming 500qty but not giving me the confirmed date when rest 150qty will be available in the schedule line.
    Kindly tell me which config setting needs to be enabled to get this in sales order.
    Thanks in advance...

    Is there a MRP element which could cover the remaining 150? Like a purchase or production order, for example?
    If there's none, and you still want to have a confirmation after the replenishment lead time, maintain the RLT in material master, and use/define an ATP check that is taking in consideration RLT.
    If there's such an element, use/define/review ATP checking logic, to include such elements in the check.

  • BoP is not giving partial confirmation

    Dear Experts,
    I have three sales orders of 80 qty each. I have stock of 100 qty and a purchase requsition of 100 qty. During SO entry, I got partial confirmation. Now using BOP i am redistributing confirmaiton based on delivery priority. But system is not giving partial confirmation.
    For SO 1, it is showing full confirmaiton.
    For SO 2, full confirmation but on PR date.
    For So 3, no confirmaiton.
    Whereas, SO 3 can still get 40 qty. I tried all possible combination, somehow BOP is not giving partial confirmation. Please let me know what setting do I need to change? I am on SCM 7.0.
    Regards
    Rinju

    HI Rinju,
    You need to change your customizing in R/3. Goto transaction OVZJ and change the check rule to "E" for the corresponding sales org. Afterwards you have to trigger a update in the sales order e.g. run a new ATP check in VA02 and save the order. Due to this update the database tables in APO will be updated so that BOP can work now with the new result mode - Delivery proposal. The next BOP should be able to confirm partial deliveries then.
    best regards,
    Michael

  • My ipod is not giving good music output in any earphones.why please help me!

    please help me .my ipod is not giving good output in any earphones please help me

    Which model Nano? Have you checked the headphone jack for debris and cleaned it if necessary?

Maybe you are looking for

  • IPod Touch connected to home wi-fi but not working?

    I have an 16GB iPod Touch. When I first bought my iPod, I had nothing wrong with connecting and using the wifi @ home with it. But after I restored it yesterday, something went wrong. My iPod is connected to the wi-fi at home, but when I use it, it d

  • IBASE Bump Process - Configuration change

    Hi, we are configuring the IBASE process for bump processing. http://fmis.minfin.bg/help/EN/50/b6d83855a1df4be10000000a11402f/frameset.htm I am basically aware of the main configuration and the processes as well how it should work. It does also work

  • Use of Integration Scenario & Actions??????

    Can body tell me the use of Integration Scenario & actions in Integration repository?

  • Trouble with image quality upon transfer in CS5

    when dragging a high resolution JPEG image onto the canvas (958 px by 480 px) I'm working on, this message appears: "the target document has a different depth than the source document. this may result in lower than expected quality..." does that mean

  • Impossible is 7230

    impossible to have the software update over ovi or fota impossible to use im without subscription (nm isnt available in turkey) nokia means = good in hardware , bad in software management (bookmark as application lol @ovi, no updates , really patheti