Standrard program/BAPI/FM to display days taken for PO

Hi Experts,
I have a requirement to display days taken for PO of given month interval ( from creation date to release ).
Is there any Standard program or BAPI or FM is there to achieve the same.
For example, in selection screen user entered 022008 to 062009.
Output should be
Days taken   022008       032008    042008     052008   062008 ..............062009
0                     4                   1                              3             9     
1                     3                 3               2              1              5
2                     7                5                3             5               2
and so on...
means 0 days taken PO's in 022008 is 4 and in 032008 is 1
           1 day   taken PO's in 022008 is 3 and in 032008 is 3 and so on....
Please let me is there any standrard program or BAPI is there to achieve the same.
Regards
Shaik

Resolved

Similar Messages

  • Report to display Average time taken for processing payments".

    Hi,
    I have been asked to develop a report for "Report to display Average time taken for processing payments".
    Could any one guide me technically what are the different tables i need to take to generate the report. Treat this is very urgent. Pls provide sample code too....
    Thanks in advance....

    Given below is the set up for credit card payment processing:
    Set Up Credit Control Areas:
    Define Credit Control Area
    Transaction: OB45 
    Tables: T014
    Action: Define a credit control area and its associated currency.  The Update Group should be ‘00012’.  This entry is required so the sales order will calculate the value to authorize
    Assign Company Code to Credit Control Area
    Transaction: OB38
    Tables: T001
    Action: Assign a default credit control area for each company code
    Define Permitted Credit Control Area for a Company
    Code
    Transaction: 
    Tables: T001CM
    Action: For each company code enter every credit control area that can be used
    Identify Credit Price
    Transaction: V/08
    Tables: T683S
    Action: Towards the end of the pricing procedure, after all pricing and tax determination, create a subtotal line to store the value of the price plus any sales tax.  Make the following entries:
    Sub to:  “A”
    Reqt:  “2”
    AltCTy:  “4”
    Automatic Credit Checking
    Transaction: OVA8
    Tables: T691F
    Action: Select each combination of credit control areas, risk categories and document types for which credit checking should be bypassed.  You need to mark the field “no Credit Check” with the valid number for sales documents.
    Set Up Payment Guarantees
    Define Forms of Payment Guarantee
    Transaction: OVFD
    Tables: T691K
    Action: R/3 is delivered with form “02” defined for payment cards.  Other than the descriptor, the only other entry should be “3” in the column labeled “PymtGuaCat”
    Define Payment Guarantee Procedure
    Transaction: 
    Tables: T691M/T691O
    Action: Define a procedure and a description. 
    Forms of Payment Guarantee and make the following entries Sequential Number  “1” 
    Payment Guarantee Form “02”
    Routine Number   “0”    Routine Number can be used to validate payment card presence.
    Define Customer Payment Guarantee Flag
    Transaction: 
    Tables: T691P
    Action: Define a flag to be stored in table. 
    Create Customer Payment Guarantee = “Payment Card Payment Cards (All Customers can use Payment Cards)”.
    Define Sales Document Payment Guarantee Flag
    Transaction: 
    Tables: T691R
    Action: Define the flag that will be associated with sales document types that are relevant for payment cards
    Assign Sales Document Payment Guarantee Flag
    Transaction: 
    Tables: TVAK
    Action: Assign the document flag type the sales documents types that are relevant for payment cards.
    Determine Payment Guarantee Procedure
    Transaction: OVFJ
    Tables: T691U
    Action: Combine the Customer flag and the sales document flag to derive the payment guarantee procedure
    Payment Card Configuration
    Define Card Types
    Transaction: 
    Tables: TVCIN
    Action: Create the different card types plus the routine that validates the card for length and prefix (etc…) 
    Visa , Mastercard, American Express, and Discover 
    Create the following entries for each payment card 
    AMEX  American Express ZCCARD_CHECK_AMEX Month
    DC  Discover Card  ZCCARD_CHECK_DC  Month*****
    MC  Mastercard  ZCCARD_CHECK_MC  Month
    VISA  Visa   ZCCARD_CHECK_VISA  Month
    The Routines can be created based on the original routines delivered by SAP. 
    *****SAP does not deliver a card check for Discover Card. We created our own routine.
    Define Card Categories
    Transaction: 
    Tables: TVCTY
    Action: Define the card category to determine if a
    payment card is a credit card or a procurement card.
    Create the following two entries
    Cat Description  One Card  Additional Data
    CC Credit Cards  No-check  No-check
    PC Procurement Cards No-check  Check
    Determine Card Categories
    Transaction: 
    Tables: TVCTD
    Action: For each card category map the account number range to a card category.  Multiple ranges are possible for each card category or a masking technique can be used.  Get the card number ranges from user community.  Below is just a sample of what I am aware are the different types of cards. 
    Visa Credit  Expires in 7 days. 
        400000   405500
        405505   405549
        405555   415927
        415929   424603
        424606   427532
        427534   428799
        428900   471699
        471700   499999
    Visa Procurement  Expires in 7 days.
        405501   405504
        405550   405554
        415928   415928
        424604   424605
        427533   427533
        428800   428899
    Mastercard Credit Expires in 30 days
        500000   540499
        540600   554999
        557000   599999
    Mastercard Procurement Expires in 30 days
        540500   540599
        555000   556999
    American Express Credit Expires in 30 days
        340000   349999
        370000   379999
    Discover Card Credit Expires in 30 days
        601100   601199
    Set Sales Documents to accept Payment Card Information Transaction: 
    Tables: TVAK
    Action: Review the listing of Sales Document types and enter “03” in the column labeled “PT” for each type which can accept a payment card
    Configuration for Authorization Request
    Maintain Authorization Requirements
    Transaction: OV9A
    Tables: TFRM
    Action: Define and activate the abap requirement that determines when an authorization is sent.  Note that the following tables are available to be used in the abap requirement (VBAK, VBAP, VBKD, VBUK, and VBUP).
    Define Checking Group
    Transaction: 
    Tables: CCPGA
    Action: Define a checking group and enter the
    description.  Then follow the below guidelines for the remaining fields to be filled.
    AuthReq Routine 901 is set here.
    PreAu  If checked R/3 will request an authorization for a .01 and the authorization will be flagged as such. (Insight does not use pre-authorization check).
    A horizon This is the days in the future SAP will use to determine the value to authorize
    (Insight does not use auth horizon period).
    Valid  You will get warning message if the payment card is expiring within 30 days of order entry date. 
    Assign Checking Group to Sales Document
    Transaction: 
    Tables: TVAK
    Action: Assign the checking group to the sales order types relevant for payment cards
    Define Authorization Validity Periods
    Transaction: 
    Tables: TVCIN
    Action: For each card type enter the authorization validity period in days.
    AMEX American Express 30
    DC Discover card  30
    MC Master card  30
    VISA Visa   7
    Configuration for clearing houses
    Create new General Ledger Accounts
    Transaction: FS01
    Tables: 
    Action: Two General Ledger accounts need to be created for each payment card type.  One for A/R reconciliation purposes and one for credit card clearing.
    Maintain Condition Types
    Transaction: OV85
    Tables: T685
    Action: Define a condition type for account determination and assign it to access sequence “A001”
    Define account determination procedure
    Transaction: OV86
    Tables: T683 / T683S
    Action: Define procedure name and select the procedure for control.  Enter the condition type defined in the previous step.
    Assign account determination procedure
    Transaction: 
    Tables:
    Action: Determine which billing type we are using for payment card process.
    Authorization and Settlement Control
    Transaction: 
    Tables: TCCAA
    Action: Define the general ledger accounts for reconciliation and clearing and assign the function modules for authorization and settlement along with the proper RFC destinations for each.
    Enter Merchant ID’s
    Transaction: 
    Tables: TCCM
    Action: Create the merchant id’s that the company uses to process payment cards
    Assign merchant id’s
    Transaction: 
    Tables: TCCAA
    Action: Enter the merchant id’s with each clearinghouse account

  • St03n : no display Day, Week, Month in Workload tree

    hi all
    Environment : ECC 6.0 sp13, Oracle10g
    I can`t see workload data currently and weekly, only see old Data 01/2008 in Month.
    No display Day, Week in Workload tree and no display week data on TOTAL,
    Only see today in Day and 01/2008 in Month on TOTAL
    When I click today in Day on TOTAL, short dump is happend
    I attach in part
    Runtime Errors         DYNPRO_NOT_FOUND
    Error analysis
        The system attempted to use dynpro 0000 in program "SAPWL_ST03N".
        This dynpro does not exist.
    TimeZone is right, Performance monitor Collector logs are all right, Work load Collector configration is right
    What can I do any more?
    As irony not happen to QA, DEV, Only PRD
    every setting is same

    Hi,
    It seems that you have no historical data. You need to schedule the job SAP_COLLECTOR_FOR_PERFMONITOR hourly.
    See if the data is collected.
    Please see the note [1158293|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1158293] - ST03N: Display TOTAL data for Current day, week and month for details.
    Also Check the note [127642|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=127642] - RSCOLL00: Tuning COLLECTOR_FOR_PERFORMANCEMONITOR
    Regards,
    Srihari

  • Purchase Request (PR) to Purchase Order (PO) days taken

    Expert,
    We are using SAP 9.0 PL4
    We need Query for PR to PO days taken
    Example
    I make Purchase Request on 05/09/14 than make Purchase Quotation on 07/09/14 finally made Purchase Order on 10/09/14 with line item 5
    We need report
    From PR date to PO date. How many days taken?
    My problem is how to join with PR to PO directly because PR to PO not tag directly in between we made Purchase Quotation.
    Please advise
    Thanks in advance
    Mukesh Singh

    Hi Mukesh,
    Try this query. It connects the 3 tables that you need. You need to add the fields that you want to see on the report.
    SELECT T0.[DocNum], T1.LineNum, T0.[DocDate], T1.[ItemCode], T1.[Dscription], T1.WhsCode, T1.[Quantity], T3.CardCode, T3.Cardname, T2.BaseType , T2.[BaseRef] , T2.[BaseLine],  T2.DocENtry , T2.[Quantity] , T4.DocEntry, T5.DocNum, T4.Quantity, t4.price, t4.basetype
    FROM OPRQ T0  INNER JOIN PRQ1 T1 ON T0.DocEntry = T1.DocEntry
    left outer join PQT1 T2 on T1.DocENtry = T2.BaseEntry and T1.LineNum = T2.BaseLine and T2.BaseType = '1470000113'
    left outer join OPQT T3 on T3.DocEntry = T2.DocEntry
    left outer join POR1 T4 on T2.DocENtry = T4.BaseEntry and T2.LineNum = T4.BaseLine and T4.BaseType = '540000006'
    left outer join OPOR T5 on T5.DocEntry = T4.DocEntry
    order by t0.docnum, T1.LineNum
    Regards,

  • Is there any TCODE or Report Program or way to display the enterprise struc

    Hi,
    Is there any TCODE or Report Program or way to display the enterprise strucdture in a pictorial view.
    I want to see like:
    Financial Accounting
          Company
           Business Area
           Functional Area
           FM Area
            Segment
           Profit Center.
    I will appreciate your help.
    Thanks
    Bashir Awan

    Did u checked thse reports
    S_AHR_61016499 - Job Description
    S_AHR_61016501 - Complete Job Description
    S_AHR_61016498 - Job Index
    S_AHR_61016497 - Existing Jobs

  • In the report we have to display DAY DESCRIPTION(Ex:Monday,Sunday,...)

    In the report we have to display DAY DESCRIPTION(Ex:Monday,Sunday,...)in  columns. How to get it? Can anyone help me?
    Thanks in Advance

    If we put calday in dril down we can display mm/dd/yyyy formate. Instead of this we have to display monday,tuesday,wednesday etc. corresponding to that date.
    In the repot level if i go to properties there is no option for key and text. i think time charecteristics don't have that type of option.
    If any doughts plz let me know
    thanks 4 ur reply

  • How to display icon symbols for a field in se38 program

    HI
    IAM VIJAY. PLS GIVE ME THE SOLUTION .
    how to display icon symbols for a field in se38 program.
    WITH REGARDS.
    VIJAY.

    Hi
    you cab use INCLUDE <ICON> and use standard icons provided by sap.
    Sample code:
    WRITE /20(2) ICON_DATE AS ICON.
    WRITE /20(2) ICON_TIME AS ICON.
    WRITE /20(2) ICON_ADDRESS AS ICON.
    Thanks!!

  • How to run the program in background job,program should run in 3 days.

    Dear Gurus,
    i have a program , that program should run approximately 3 days to get the result.
    i scheduled this program as a background job.
    how can i run sto5 t-code for this same program.
    i that case how we can trace the output.
    Experts please help me out.
    Thank u very much.
    Regards
    sudheer

    Hello Sudheer,
    The trace can be set on background jobs by using ST12 transaction. Please make sure that the trace is activated for only few minutes in production environment.
    Contact your basis team to activate trace on background job and the transaction used is ST12.
    Thanks

  • How can i display days(Feb 28,Mar 30&April 31...Dec) in layout

    Hi Experts,
    i am facing smal problem if you have any solution please can you respond...
    this is my requirement :
    i am calaculating days for each month using funtion module.
    once i'll get those days (eg:28 days,30 days 31 days depends upon month)how can i display days in ayout ????.
    what steps i have to follow????how can i desing in data column for display of my month days??
    i'll assign full points..
    Thanks.

    Hi Bindu,
    Here is the my full code of FM.
    in this function module input value is another variabel i am passing that variable value to FM(it is fine).
    export parameters is : REFERENCE(BEGINDATE) TYPE  SY-DATUM
                                     REFERENCE(ETO_CHARSEL) TYPE  UPC_YTO_CHARSEL
                                    REFERENCE(ENDDATE) TYPE  SY-DATUM
    now you can have better idea on my FM.
    FUNCTION ZDAYS_IN_MONTH.
    ""Local Interface:
    *"  EXPORTING
    *"     REFERENCE(BEGINDATE) TYPE  SY-DATUM
    *"     REFERENCE(ETO_CHARSEL) TYPE  UPC_YTO_CHARSEL
    *"     REFERENCE(ENDDATE) TYPE  SY-DATUM
      CONSTANTS:  lc_jan(2)     TYPE n VALUE '01',
                  lc_feb(2)     TYPE n VALUE '02',
                  lc_mar(2)     TYPE n VALUE '03',
                  lc_apr(2)     TYPE n VALUE '04',
                  lc_may(2)     TYPE n VALUE '05',
                  lc_jun(2)     TYPE n VALUE '06',
                  lc_jul(2)     TYPE n VALUE '07',
                  lc_aug(2)     TYPE n VALUE '08',
                  lc_sep(2)     TYPE n VALUE '09',
                  lc_oct(2)     TYPE n VALUE '10',
                  lc_nov(2)     TYPE n VALUE '11',
                  lc_dec(2)     TYPE n VALUE '12',
                  lc_days_28(2) TYPE n VALUE '28',
                  lc_days_29(2) TYPE n VALUE '29',
                  lc_days_30(2) TYPE n VALUE '30',
                  lc_days_31(2) TYPE n VALUE '31'.
      DATA:  lv_hlp_date_year TYPE i,
             lv_hlp_rest      TYPE i,
             iv_date TYPE D,
             iv_month(2) type C,
             iv_year(4) type C,
             lsr_var TYPE REF TO cl_sem_variable,
            enddate  TYPE upc_yto_charsel,
             l_area            TYPE upc_y_area,
             l_co_area_var     TYPE upc_y_variable,
             lto_value         TYPE upc_yto_charsel,
             lso_value         TYPE upc_ys_charsel,
             i_month(6) type c,
             i_area(8) type c.
            count type i,
            lv_days type i.
       i_area = 'ZNTEST1'.
       l_co_area_var = 'ZVC0123'.
    PERFORM instantiate_object USING    i_area
                                        l_co_area_var
                                 CHANGING lsr_var.
    PERFORM get_current_value_of_variable
                            USING lsr_var
                            CHANGING lto_value.
    READ TABLE lto_value INTO lso_value INDEX 1.
    i_month = lso_value-low.
    iv_month = i_month+4(2).
    iv_year = i_month(4).
    concatenate iv_year iv_month '01' into iv_date.
    begindate = iv_date.
    CALL FUNCTION 'SLS_MISC_GET_LAST_DAY_OF_MONTH'
      EXPORTING
        DAY_IN                  = iv_date
    IMPORTING
       LAST_DAY_OF_MONTH       = enddate
    EXCEPTIONS
      DAY_IN_NOT_VALID        = 1
      OTHERS                  = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    DATA:BEGIN OF itb OCCURS 0,
              dates LIKE sy-datum,
           END OF itb.
    DATA: w_date LIKE sy-datum.
                                                         comment* Data: w_date type UPC_YTO_CHARSEL.
    CLEAR:w_date.
    WHILE w_date < enddate .
      w_date = ( begindate + ( sy-index - 1 ) ).
      itb-dates = w_date.
      APPEND itb.
      CLEAR itb.
    ENDWHILE.
    LOOP AT itb.
      MOVE itb-dates TO w_date.
    ENDLOOP.
    can you help me this is very urgent.
    Edited by: Eyda rose on May 23, 2008 3:21 PM

  • Adobe acrobat pro x change the program's default page display to single page view - Windows 8, HP La

    adobe acrobat pro x change the program's default page display to single page view - Windows 8, HP Laptop

    Since there were no answers, I will take a stab at a reponse. For the 2nd method, I suspect you could simply select the print or press job options to get the desired results or turn off "use local fonts" in Acrobat. If you check the font list, the fonts are probably not embedded and that is likely the problem.
    I noticed that you have both Reader and Acrobat installed and that might cause some conflict, but should not be the issue here. If you were to uninstall Reader, you would have to repair Acrobat. The conflict here is that you might have problems with the one opening when you want the other. If it works for you, then don't worry about it.
    For technique 1, I suspect you may be using IE 9 that has apparently been a problem since it came out. I have refused to install it. However, it may simply be that PDF Maker does not work correctly with your browser, or got deactivated and needs to be allowed to run in your browser (IE I am assuming).

  • My CS5 program does not support CR2 photo taken with Canon Rebel T5i. Why?

    My CS5 program does not support CR2 photo taken with Canon Rebel T5i camera.  Why?

    If you take a look at the following charts, you will find that both the S110 and the T5i are not supported in CS5, both cameras require photoshop CS6 with a camera raw point upgrade, Photoshop CC or Lightroom 4.3(s110) 4.4(T5).
    Camera Raw plug-in Supported cameras
    http://helpx.adobe.com/creative-suite/kb/camera-raw-plug-supported-cameras.html
    Photoshop CC indepth : camera raw - Supported cameras for plugin and lightroom
    http://www.adobe.com/products/photoshop/extend.html
    Camera Raw-compatable Adobe applications
    http://helpx.adobe.com/x-productkb/global/camera-raw-compatible-applications.html

  • Total time taken for the quiz needs to be displayed in the report

    Hi,
    I would want tthe total time taken for the quiz to be displayed in the report...Let me know if its possible

    Hi,
    Please try this.
    Define three user variables - StartTime, EndTime and Duration.
    At the start of the quiz ('On Slide Enter' of the first Question Slide). have an advanced action with the following actions.
    Assign: StartTime with cpInfoElapsedTimeMS  
    Continue
    At the end of the quiz ('On Success' or 'On Failure' of the last Question Slide or 'On Slide Enter' of Result Slide), have this advanced action.
    Assign: EndTime with cpInfoElapsedTimeMS
    Expression: Duration = EndTime - StartTime
    Expression: Duration = Duration / 1000
    Continue
    The variable 'Duration' will have the time taken by the user for the Quiz in seconds.
    Let me know if you have any queries.
    Thanks,
    Thejas

  • Program/BAPI for intercompany asset transfer

    Hello guys,
    I have to industrialize the company code fusion. One of the fusion step is the transfer of the asset from company A to company B.
    I am looking for a tool that will allow me to automate the asset transfer.
    Does any one of you know a batch program, BAPI...that will allow me to automate this porcess?
    I don't want to use the worklist logic because I need to update the target asset master data from the file content...
    Thank you in advance for your help
    regards
    Pascal

    Hi,
    I hope that you want to transfer assets from one company code to another...right?
    You need to use transaction ABT1N.
    But if you want to transfer multiple assets, then there is no SAP standard program or BAPi available to automate the process.
    But you can use either develop a program using BDC recording.
    Or
    Create 2 LSMW batch input recordings. (1 for creation of target asset master(as01) and 2nd for ABT1N)
    Hope this information would help you.
    Regards,
    Srinu

  • Hi my name is Aditya. i am using ipad 2. 2 days ago my ipad fall down from my hand and now its screen is not working it is totally blank but shocking thing is that when i take a screen shot the display came back for 2-3 second. any one like me?

    hi my name is Aditya. i am using ipad 2. 2 days ago my ipad fall down from my hand and now its screen is not working it is totally blank but shocking thing is that when i take a screen shot the display came back for 2-3 second. dose ne 1 have same problem....?

    Anyone have any suggestions? or is everyone else just as clueless as me !

  • How can i make simple program to match colors ?(photos taken by camera)

    how can i make simple program to match colors ?(photos taken by camera)

    Hi khaledyr,
    use a "random number" and compare for ">0.5" to get a (1 or 0) signal
    What exactly are you searching for?
    - Hints for choosing hardware?
    - How to output voltage or relais signals?
    - Help on using DAQ(mx)?
    - Help on generating (boolean) waveforms?
    Message Edited by GerdW on 04-16-2010 08:15 AM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

Maybe you are looking for

  • Problem with ALV gird

    hi i have an ALV grid in my screen in that one of my field (quantity field )is editable when user changes that quantity value and say he will press enter button i need my control of the program in my PAI. but this is not happening, if  any one knows

  • PVC2300 - Video Monitoring System (3 urgent questions)

    Hi there, I'm pretty sure these questions have been asked before - but could not find answers to these. Setup: When running a Video Surveillance setup, with up to 16, PVC2300 cameras connected to the Video Monitoring System (LBAVMS16): 1. Does the PC

  • Dbms_scheduler problem

    I'm having a problem with scheduling a job from HTML DB/Oracle Apps Express. Simply stated: it doesn't run. I have put all the actions inside a stored procedure, when I call that stored procedure as the owner of the job (and the application) from Rap

  • Automatic lot creation

    Please guide, How to do automatic lot creation in Recurring Inspection in whole day per hour? Which setting required?

  • Trying to figure out why is there a keystroke delay many times in Pages and Numbers? I'm on a 2010 macPro running Lion

    Trying to figure out why is there a keystroke delay many times in Pages and Numbers? I'm on a 2010 macPro running Lion