Formula to calculate SAPS from dialog step

Hi All
Can anyone let me know the formula to calculate SAPS from dialog steps
Regards
Brijesh Prasad

Hi
you may use material quantity calculation to achieve this. Have a look at the help files: http://help.sap.com/saphelp_erp60_sp/helpdata/en/05/603bc6462311d182b50000e829fbfe/frameset.htm, then Process Orders > Material List Components > Material Quantity Calculation. See the "Example: Calculating Product and Component Quantities".
Good luck
Eivind

Similar Messages

  • Calculate No of Dialog Steps

    Hi Experts,
    Hw do you calculate No of Dialog Steps by user for given period?
    Note: -
    From structure using ST03N
            For  each transaction get
                  Number of Dialog Steps (SAPWLTCOD0 u2013 DIASTEPCNT)
            Using selection
                  Period (month)
                  User (instance)
    Edited by: Kosala  Wijesuriya on Jan 19, 2009 1:22 PM

    see comments of this weblog : /people/andreas.vogel/blog/2007/01/12/statistical-records-part-1-inside-stad

  • Dialog Step Number at SAP Workload Monitor (ST03)

    Hi.
    We want to get a number of today's dialog step from SAP.
    I know we can get a this number at ST03.
    If we want to get a number from outside SAP, Which function module at SAP can return this number ?
    Any idea ?
    Regards, Arnold.

    Hi,
    - goto ST03N
    - choose Expert Mode
    - on workload section (top left), choose you server (or you can choose total too) and period (on your case select day)
    - choose today
    - on the right, tab frontend, the first column (#steps) will show you the number of dialog step performed by each user/ terminal.
    - if you choose instance tab, the first column (#steps) will show you summary the number of dialog steps on that server (or total)
    from SAP Help (F1)
    description of #Steps field :
    SAP Workload: Number of Steps
    Number of transaction steps in the SAP System.
    In a dialog task, one transaction step corresponds to a screen change; a request executed by the R/3 System for a user.
    A background job can consist of one or more transaction steps, if several job steps are processed.
    An update request triggered by a call from the dialog or the background corresponds to one transaction step, even if several updates are processed.
    Several print requests are usually processed during one spool step.
    The R/3 kernel generates a statistical entry for each transaction step; you can analyze the entries using the business transaction analysis.
    hope it help you.
    rgds,
    Alfonsus Guritno

  • How can we remove the commas from the Formula value in SAP BW BEx query

    Hi All,
    How can we remove the commas from the Formula value in SAP BW BEx query
    We are using the formula replacing with characteristic.The characteristic value needs to be display as number with out commas.
    Regards
    Venkat.

    Do you want to remove the commas when you run the query on Bex Web or in RSRT?
    Regards

  • Workflow Dialog Step from WD ABAP.

    Hi Friends,
    I want to display User Decision steps / Dialog Step (where user can approve/reject )from my WD application . I was trying with the FM "SWL_WI_EXECUTE" and "SWL_WI_DISPATCH" but both are giving Null Pointer Dump. I debug and found that there is some problem which it generating HTML file .Has anybody any idea .
    Thanks In Advance.
    Satya

    Hi Satya,
    I am using the same FM SAP_WAPI_DECISION_COMPLETE for approving/rejecting from within my WDA application. I dont see as to why this should not be working for you.
    CALL FUNCTION 'SAP_WAPI_DECISION_COMPLETE'
        EXPORTING
          workitem_id          = im_workitem_id
          language             = sy-langu
          decision_key         = im_decision_key
       IMPORTING
          return_code          = ex_return_code.
    Here the decision key is a value which my workflow consultant had provided me. (In my case its like 0001 for approval, 0002 for rejection & 0003 for sending back the form to the initiator.)
    Regards,
    Uday

  • Formula to calculate two fiscal year/period difference for non null quantit

    We'd like to have a query result like the following:
    Person -- Jan_2007 -- Feb_2007 -- Mar_2007  --  No. of Months
    Tom --- 21 --- 54 --- 10 --- 2
    John --- 0 ---  3 --- 15 --- 1  
    In the above query, the row is sales persons, the 1st three columns list the sales quantity by each sales person restricted by fiscal year/period and we would like to create 4th column "No. of Months" to calculate (will use formula) the month span (difference) for each sales person from his last sale activity (the last month he performed sales) and the 1st sale activity (the first month he performed sales) as listed in the above query result, e.g.,  Tom performed his first sales (sales quantity: 21) in the month of January of year 2007, and he performed his last sales (sales quantity of 10) in the month of March, 2007, then the "No. of Months" column value for Tom is 2.  The calculation formula will be performed based on the last quantity value (> 0) to trace it's corresponding column fiscal year/period value (max of the fiscal year/period value with quantity value >0) and on the 1st quantity value (>0) to trace it's corresonding column fiscal year/period value (min of the fiscal year/period value with quantity value >0) and then do the subtraction between the max of the fiscal year/period value and the min one. 
    Would be appreciated if BEx experts here give the detailed steps on how to build up this formula to calculate the number of month difference and we will give you reward points!
    Edited by: Kevin Smith on Mar 18, 2008 1:47 PM

    hi Danny,
    I only gave an example of 3 columns, but actually, yes, the report can have more than 12 months, e.g. from Jan_1999, Feb_1999, ..., Mar_2011, Apr_2011.
    In our simple example of 3 columns for the three consecutive months, if John had (3)(0)(15), then the No. of Months is 2, or the last month value he performed sales and 1st month he performed sales.
    You said macro in Excel sheet?  Not sure if macro will work on web since we will eventually run the reports on web browser, therefore we still prefer using Formula.
    Any idea/solution?
    Thanks!

  • Response times -- Dialog Steps  Week / Weekend: How to compare it?

    Hello,
    We have SAP ECC 6.0 running on a HP-UX Cluster. Our service is a  7x7 24x24.
    Like most of companies system activity is lower in the weekend, for example:
    From Monday to Friday an average of 2.500.000 DIALOG Steps with a response time of 900 ms.
    On Saturday we have an average of: 650.000 DIALOGS Steps with a response time of 650 ms.
    On Sunday we have an average of: 250.000 DIALOG Steps with a response time of 450 ms.
    So the question is: It have sense that with 10% of user activity on sunday response time is near to 50% (comparing 450ms on sunday with 900 ms in the week) why the response time on sunday is not 10% of response time in the week, something like 90 ms?
    What is the correct way to analyze this numbers? Probably you never will have a linear function to represent this situation (in fact this is a Exponential function). SAP always have this behavior?
    sap_responseTime(t) = exp(t) Where t  is the time in ms.
    F(450) = 250.000    
    F(650) = 650.000    
    F(900) = 2.500.000 
    Please some tips about this topic.
    Best Regards,
    Erick Ilarraza

    Hi Erick
    Response times entirely depend on the overall system hardware, usage and user activities over the system. In your case, during weekends , a lower number of dialog steps suggest fewer dialog logons in comparison to the weekdays.
    In contrast, the response time ( 50%) in comparison to weekdays suggest that the users are executing some heavy transactions that show increased overall response time. These may be transactions that run reports with expensive SQL statements or fetch huge volumes of data from your database ( in comparison to the weekdays).
    There cannot be a linearity maintained between the dialog steps and response times when users log in and work randomly in a system
    I hope this helps
    Regards
    Chen

  • How to use formulas to calculate data variance?

    Hi!
    I tried to use the variance formula to calculate the data variance but the answer is always wrong. I've tried this on excel and I get the right answer. Is it possible that there is a bug with NUMBERS? coz the sample variance should be the sum of the squared differences between each observation and the sample mean divided by the sample size, n, minus 1. but what i always get is the population variance, which is the sum of the squared differences bewteen each observation and the population mean divided by the population size,N. and I have no idea what should I input in the two blanks which will be showed in the following pic.
    Thank you!

    Hi Kenny,
    Apple provides an excellent manual, the iWork Formulas and Functions User Guide, which lists, describes, and gives one or more example for using each of the 250+ functions supported by Numbers.
    The entry for VAR includes the following:
    Usage Notes
    The VAR function finds the sample (unbiased) variance by dividing the sum of the 
    squares of the deviations of the data points by one less than the number of values.
    Here are the results of a small test.
    Sample data is in cells B2:B6.
    The result of the VAR function calculation (=VAR(B2:B6) is shown in B10.
    The rest of the table shows a stepp by step calculation of the Variance of the sample:
    B8 shows the mean, calculates with =AVERAGE(B2:B6)
    C2:C6 show the deviation of each value in B from the mean.
    D2:D6 show the square of that deviation.
    D10 shows the sum of D2:D6,
    And E10 shows that sum divided by one less than the number of values in the sample, which, you'll note, agrees with the result obtained with VAR.
    "I've tried this on excel and I get the right answer."
    I fired up the Windows netbook, launched Excel and plugged in the same set of sample data and the same =VAR(B2:B6) formula, and got the same result, 467.5.
    And =VARP(B2:B6), using the same sample data set, gave identical results ( 374) on both Numbers and Excel.
    If there's an issue, it's not showing up here.
    If you'd like me to try it with a larger data set, you could send me your numbers. My address is available by clicking my name above this post.
    "I have no idea what should I input in the two blanks which will be showed in the following pic."
    num-date indicates a Number or Date (and Time) value may be used. Individual values should be separated by commas (except in regions where the comma is the decimal separator.
    For VAR, a range of cells may be referenced, as I've done above.
    Regards,
    Barry

  • PO Release workflow: mail and Sub workflow/Dialog step related issue

    Dear All,
    I have crated a two step work flow for release of  purchase order with two release code X & Y.Creator C1 creates PO.A mail is trigger to X&Y .In first step  X release the PO.
    Then Notification send to C1 & Y that the Release of 1st step is effected.Then Y releases it and a mail of completions is sent to C1 .(Structure is as follows: Po creation ->Mail to XY->
    X releases(PO release)->Mail toC1 &Y->Y Releases->Mail to C1&X->Workflow complete).My workflow works fine but have following problems.
    1) System gives the three stages mail properly.But after completions also generates 2nd stage mail(Mail toC1 &Y).I have used "process control"at the end but
    still the mail reoccurs.How to control it?
    2) Two types of messages appears in the SAP business w/p of user.Sub work flow and dialog step.4 mesgs appears in the sap inbox of X & Y .2 of
    Sub work flow & 2 of Dialog step.How can i control it .Can i set 1 out of them?
    3) After completion ,work flow log shows two Graphical Workflow Log.One is completed and other up to stage ->Mail to XY-> How to clear this
    4) Organization plan is always must? or w/o that we can proceed?
    Pls Guide
    Regards
    Sachin

    Hello Rick,
    Sorry for any inconvenience caused.Intension is only to get quick focus from experts.
    I have redrafted my query .Please check
    I have crated a two step work flow for release of purchase order with two release code X & Y.Creator C1 creates PO.A mail is trigger to X&Y .(Structure is as follows: Po creation ->Mail to XY->X releases(PO release)->Mail toC1 &Y->Y Releases->Mail to C1&X->Workflow complete).My workflow works fine but have following problems.
    1) Reoccurring of 2nd stage mail.How to avoid this?At the end i  used"process control" with "outcome name=work flow completed.
    2) Two "work item type" message apeears in the out box of PO creators(sub)work flow and Dialog Step.Is this a standard or I need to correct it?
    3) After completion ,work flow log shows two Graphical Workflow Log.One is completed and other up to stage ->Mail to XY-> How to clear this
    4) Organization plan is always must? or w/o that we can proceed?
    Sachin

  • Dialog step

    hello,
       Do u know Dialog step ?
      Thank you.

    A dialog step from a program is assigned to a single work process for execution.
    The individual dialog steps of a program can be executed on different work processes, and the program context must be addressed for each new work process.
    A work process can execute dialog steps of different programs from different users.
    a work process must open a separate datables LUW for each dialog step. The work process sends a commit command (database commit) to the database at the end of each dialog step in which it makes database changes. These commit commands are called implicit database commits, since they are not explicitly written into the application program.
    Have a look at below link for details:
    [Application Servers|http://help.sap.com/saphelp_46c/helpdata/en/fc/eb2e8a358411d1829f0000e829fbfe/frameset.htm]
    I hope it helps.
    Thanks,
    Vibha
    Please mark all the useful answers

  • Top 10 transactions in terms of dialog steps

    Hi,
    I have a client that I need to compare their top 10 transactions in terms of dialog steps to the SAP average.  I don't know where to go to get that average.  I know not all systems are the same and I also know this is pretty much an impossible task.  Is there some place where averages for different configurations might be posted?

    Hi ,
    Well, if they asked you to fly to Mars what would you tell them?  Olivier is exactly right...not only is this an impossible task -- such an "average" simply does not exist -- but any such average would have absolutely no meaning.
    What you need to come up with is a graceful explanation of the fact that they do not understand what they are asking in the first place.  I have been a consultant before and still talk to customers on a regular basis, so I understand that this may not be the easiest task.  However, it is much easier that what they are asking for in the first place!  Your best route will be to educate them.  In the long run they will respect you more for it.
    Best Regards,
    Matt

  • Formula to calculate mean Quality Score

    Hello!
    What is the formula to calculate mean quality score?
    Regards,
    VM

    Means quality score in broader prospect means
    summation of quality score of number of inspection lots divided by the number of inspection lots...
    for more Refer
    Re: REGARDING VENDOR QUALITY RATING
    http://www.sap-basis-abap.com/sapqm004.htm
    Quality Score Calculation?

  • How to config new plant in SAP MM. Steps required

    how to config new plant in SAP MM. Steps required pls help

    Hi,
    1S pro---enterprise structure-definition -logistic general-define,check ,delete plant
    here click on copy object icon
    then copy your plant from stander plant or existing one
    2and then define storage location if required
    3then assign plant to company code
    4if purchasing organization is there for your plant then assign plant to purchasing organization
    Regards
    kailas

  • How to calculate AGE from two different date fields

    hi
    I need to calculate AGE from two different date fields.
    Can some help me how to do, when i try to do substraction formula it is showing error.
    Thank You
    Manu

    Manu wrote:
    Hi
    Both fields are in date format only, i need to calculate no . of days between two different dates
    Thanks
    ManuThe reason for the question about the format of the column is because the simplest solution only works on DATE columns. Others have mentioned this here, but if you want the difference between two date fields, you can use this formula:
    TIMESTAMPDIFF(SQL_TSI_DAY, date_column1, date_column2)
    The above being said, you still didn't tell me what you did, or what error message you received. So again, if the above formula didn't work, what did you do? Where did you put the formula? What was the exact syntax you used? What was the error message you got?
    Please don't make us work more than we need to. Answer all the questions in your next post. Thanks.

  • WF with OO - dialog step issue

    Hi folks.
    I'm on ECC 6.0. My Zwf works with a Zclass. There is a dialog step that user receive in workplace ans can execute. BUT this WI terminates even user do nothing.
    I'd like the WI get out its inbox ONLY if hin/her does the correct action in SAP document.
    This step is configured with a method of a Zclass that calls a transaction.
    I tryied configurations like explained in others posts, but without sucess.
    I followed this explanation ( ABAP OO Method, you can select it as "Background Processing" else it will be a "Dialog Process) but it doesn't work. The WI always gets out of users workplace inbox. I want it to stay there while user did nothing in document.
    Thanks.
    Glauco

    When a method completes execution it is finished and workflow moves on.
    If you want to control when it is considered complete, you can either:
    - Use "Confirm end of Processing" on the task
    - Raise an exception CX_BO_CANCELLED or a subtype thereof in your method (this does not set the item into error)
    - Use a condition on the WF step if there is something you can check
    - Make it asynchronous with a terminating event
    The first two options are the easiest to implement.
    Hope that helps,
    Mike

Maybe you are looking for

  • Internal table & Work area

    Hi Experts, I am a novice to ABAP. Can anyone tell me whats the difference b/w internal table and work area. In writing function modules how these will be utilized and in what way. Regards ss

  • Youtube video's | bug?

    Hello all, Since a couple of weeks were distributing folio's. In this edition, a page contains 6 different youtube video's. I've created a box for all video's, inserted their URL by youtube's share - embed. In Adobe content viewer everything works No

  • G4 not adding HP LaserJet 6/6mp Printer

    I have connected this HP LaserJet 6/6mp to my G4 Mac 10.2.8. Nothing happened like " driver not installed " so I went to the HP site and downloaded the drivers. An icon appeared on the desktop. I went to a word document and proceeded to print but the

  • Reading EAN128 Barcodes

    I'm trying to read barcode from some LTxx or LM (rf) transaction. That barcode has the EAN application identifyer 10 (batch) plus the batch number: (10)1234123412. I did setup in SPRO>Logist.Exec>Mobile data Entry>Barcode> Assign barcode types to WH,

  • How to enter bios on Qosmio E10?

    I only need to know how to enter the BIOS on Qosmio E10! Thanks in advance globii