Expenses in a given time slot

Hi All,,
Where/how can I get the total expenses for a period of time.
The expenses includes -:
1- Cost of Sold Goods,
2- Manufacturing Expenses,
3- Selling and Distribution Expenses.
Is there any standard BAPI for getting the expense figures.
If not, what are the table/fields.
Thanks in Advance

Hi,
Total expenses per period are stored in COSP and COSS tables.
Regards,
Eli

Similar Messages

  • Split the  Time slot divisions

    Hi Experts,
    I am having a small problem. Time slot divisions.
    In my selection screen I have taken Date and time fields. If I entered one date (suppose 03/01/2006) and time slot as (12:04:56 to 05:08:34).
    I need the output as:
    Date:03/01/2006
    12:00:00-12:59:59
    01:00:00-01:59:59
    02:00:00-02:59:59
    03:00:00-03:59:59
    04:00:00-04:59:59
    05:00:00-05:59:59
    I need this output for every date. The date range is given at selection screen.
    Is there any function module for splitting of this. Or any other solution for this. I am waiting for your reply in earlier.
    Regards
    Prabhakararao

    Hi prabhakar,
    1. Exactly as u want !
    07.02.2006 09:00:00     
    07.02.2006 10:00:00     
    07.02.2006 11:00:00     
    07.02.2006 12:00:00     
    07.02.2006 13:00:00     
    08.02.2006 09:00:00     
    08.02.2006 10:00:00     
    08.02.2006 11:00:00     
    08.02.2006 12:00:00     
    08.02.2006 13:00:00     
    2. use this code (just copy paste in new program)
       It will give u ALL INTERVALS (as above)
    REPORT abc.
    DATA : mydt TYPE sy-datum,
           mytm TYPE sy-uzeit.
    Screen
    SELECT-OPTIONS : dt FOR sy-datum,
                     tm FOR sy-uzeit.
    Init
    dt-low = '20060207'.
    dt-high = '20060208'.
    tm-low = '090000'.
    tm-high = '130000'.
    mydt = dt-low.
    DO. "----
    Loop at Dates
      IF mydt > dt-high.
        EXIT.
      ENDIF.
      mytm = tm-low.
      DO. "----
    Loop at times
        IF mytm > tm-high.
          EXIT.
        ENDIF.
        WRITE :/ mydt , mytm.
        mytm  = mytm + 3600.
      ENDDO.
      mydt = mydt + 1.
    ENDDO. 
    regards,
    amit m.

  • Java servlet to check availability of time slots for booking meeting

    I am keeping two time stamps into a table ie start time and end date.Start date and end date should be greater than present system date.In a java servlet i am linking and comparing the time stamps that entered through availability checking form.Availability check form , a jsp ,will take the start time and end time .After pressing the search button it will yield the available slots for choosing to book.Can you please suggest me how can i implement the logic.I have tried to use vector to store the slot info but resulted in error .

    Well, at the minimum you will need a Booking object. It will at a minimum have start and end as Date variables. You probably will also want another Date called bookedOn (or something similar) or use a boolean to indicate that the slot is no longer available.
    You will have to write a SQL query that will use the start and end dates the form supplies for time slots that match these criteria (and likely bookedOn values not equal to null). Your DAO will populate a series of Booking objects based on the query results.
    When the user selects a given slot, populate the bookedOn date or the boolean flag indicating the time slot is now taken.
    Without more requirements or where you are stuck, it's hard to help beyond that.
    - Saish
    PS: Unless you need synchronization, use List/ArrayList rather than Vector

  • Total of the number of stock lines held in storage at any given time

    Hi Experts,
      Is there a transaction we could use that will quickly give us a total of the number of stock lines held in storage at any given time? can anyone please advise
      Many Thanks

    Solved.
    SE16 and table LQUA or LAGP. LAGP is more logical but takes longer to generate the result.
    Regards
    Simon

  • Number of connections made to database at a given time

    Hello,
    I would like to know the number the history and current number of connections made to the database via oracle application server at a given time. I see Active Connection when I click on HTTP Server, but I am not sure what that means. Does that mean the number of users on the site or does it mean the number of connections made to the database?
    Also is there a way to find out the history of connections? Also is there a log file that all this information is recorded into?
    Thanks for your help in advance.

    Hi
    Active Connections in HTTP Server -> Number of users connected to your site (active + inactive)
    You can get information about database connections in v$session, or , in Enterprise manager -> OC4J container -> Home
    If you are using datasources at application level you can get information about pooling in
    Entreprise Manager -> 0C4J Container -> Application (select application ) -> DataSources
    If you have datasources at OC4J container level you can get info in Entreprise Manager -> OC4J container -> Administration -> datasources
    Best Regards
    Rui Madaleno

  • Query for Old Data that does not match New Data within a given time period

    Hello all,
    One of the reports I need to create is for all associates who went from one department to another within a given time period. The way I ran this report in Reportsmith (pulling from our old system) was to compare the dept field from the beginning date to the dept field at the end date and it would give me those associate's that had moved. I had to do it this way b/c dept changes can happen using several different types of actions (supv change, promotion, etc.), none of them exclusive to just dept changes. We are now using Oracle HRMS and I need to create this same report with this system using SQL.
    Does anyone know how to compare data between two different dates and pull the ones that don't match? Your help will be GREATLY appreciated!
    Warm Regards,
    Yasmin E. Alberto
    HRIS Analyst
    [email protected]

    Hi, Yasmin,
    In the sample data you posted, nobody changed departments between May 1 and May 11. In fact, there were no assignments of any kind between January 16 and May 17, so I wouldn't expect any output for that period.
    A person (or rather, a duck) did change deptartments on May 20, so if you change the upper limit of the date range to
    AND    ASG_LAST_UPDATE_DATE < TO_DATE ('05/21/09', 'MM/DD/RR')you should see her.
    You've probably noticed that this site likes to compress white-space.
    To post formatted text (such as table results or indented code) type these 6 characters:
    (small letters only, inside curly brackets) before and after sections of formatted text, to preserve spacing.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • BPM collects messages, and should terminate at a given time

    Hi,
    i'm trying to create a scenario where a business process collects messages. At a certain time each day this process must transform this messages into one message and terminate.
    (I used the BpmPatternCollectTime process as a template)
    My problem is:
    how to tell the deadline branch it should rais an exception every day at a given time, lets say 10pm?
    I already tried to configure this branch with "Reference Date/Time=Expression" and set date and time to 2008-10-04 14:30:00. But the process won't stop at this time.
    Any ideas?
    Thanks in advance,
    ms

    Hi,
    I am not sure if you could use this pattern for stopping at a given time?
    Maybe you could configure a report that sends a message every day at the given time to the PI and your process stops with receiving this message.
    Regards
    Patrick

  • Burning a backup dvd at a given time ?

    I'm a newbie with Automator and AppleScript. Here's what I'd like to be able to do:
    - I have a Burn Folder loaded with files;
    - I want to start the burning at a given time I can choose.
    Do I have to use Automator, or an AppleScript ?
    Where do I start ?
    Any help greatly appreciated because I need a working solution for monday !
    In advance, many thanks !
    Jean-Luc

    You can use Automator...
    2 actions:
    Get Specified Finder Items (select your Burn folder)
    Burn a Disc
    Save As Plugin for iCal Alarm
    In iCal, schedule the event that's created for the alarm to go off at your designated time and set it to repeat.

  • How to find out that the card in a given NIDAQ slot is a DSA card?

    In the description of DAQ_Op(...) function in the traditional NIDAQ function reference one reads:
    "buffer" is an integer array. "buffer" has a length equal to or greater than count.
    When DAQ_Op returns with an error number equal to zero, buffer contains the acquired data.
    For DSA devices, buffer should be an array of i32. These devices return the data
    in a 32-bit format in which the data bits are in the most significant bits.
    Question 1: How to find out programmatically that the card in a given NIDAQ slot is a DSA card?
    Question 2: How many MSB carry the information? How do I find out bit-ness of the card (programmatically)?
    The obvious solution to create and keep updated the table/fil
    e with the data for all existing DAQ cards is unacceptable. This could be maintained by NI itself, but not by 3rd party developpers, like me.

    Bryan, thanks for your answer.
    I hope that my NIDAQ-wish-list will not only reach NIDAQ developers but some of it will be implemented in the next versions of NIDAQ.
    I should say that I am quite pessimistic because I was sending similar requests via German support few YEARS ago and I am still even do not know whether they reached developers or not. Even if yes, the present NIDAQ still does not have these functions and this means that NI takes 2..4 years to react on the feedback.
    At the moment I have no choice, and I do maintain self-made info file (nidaq.ini). But beleive me, it is a pain in the @ss to scan help files and manuals of the DAQ cards which I've never seen just to include info in nidaq.ini. And when my customers of a brand new NIDAQ ca
    rd call and wonder why the card is not reacognized by my application correctly, I tell to them that this is basically fault of NI. Because NI provides no way to get card info. I am doing my best analysing error codes, but it does not help in all cases. Sorry, guys, but you left no choice to me.
    As for NIDAQmx, this is not a solution either. I am not going to rewrite my existing and working rather big application. It could be a good suggestion for those who just starts developing a new applications from the scratch, but not for those who almost finished it. Even for those who begin now, NIDAQmx may not be a good choice, because, as I saw in this forum, it does not support all cards that are supported by NIDAQ. It also looks like that instead of improoving, developing and fixing NIDAQ, NI dicided to change API completely. It is not yet clear to me whether NIDAQmx is supposed to substitute NIDAQ in the future or not. If not, I would concentrate on improoving trad. NIDAQ. If yes, it wou
    ld be a disaster for many developers. :-(
    Anyway, I hope that the interaction between NIDAQ team and application developpers will be improoved, and we will see some results of this feedback.

  • Feasability and approach? I want users to book "shared project calendar" open time slots with me to do a device upgrade.

    Brought in for a limited short time / term project.  I am seeking to minimize the amount of time spend making appointments with individual users who have been selected for a computer upgrade.  2 morning and two afternoon time slots are available
    each day. How can I create a public calendar that I email in a link to a groups of users to select the one on one meeting time slot most convient for them to meet with me for the upgrade?  Do I need to set myself up as a resource? Please advise or
    suggest an appraoch. Thank you.

    Hello,
    I'm afraid I'm not familiar with the specific intricacy of your situation (a hosted domain at Outlook.com), and so do not know if indeed that is causal to your issues. But perhaps a workaround will be useful? For example, if you indeed use your hosted domain for your email, but create a true Outlook.com account for the use of only Calendar and Contact synchronization, then that might work?
    You can find complete instructions here:
    http://supportforums.blackberry.com/t5/General-BlackBerry-10-Smartphone/How-To-OTA-Sync-BB10-and-non...
    For your email account, you simply use the domain they are hosting, and for Contacts/Calendar, the true Outlook.com account that you create for that purpose.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Playing a sound in a given frequency and it paly at given time

    Hi,
    Iam pradeep i had a problem to produce sound at given frequency and it play at given time.
    Please help me to do that program.
    i tried using sound api

    See your other thread, same topic, thanks.

  • Use of MS Project Management 2010 to Manage Multiple projects over a given time period

    Is there some information (article/s) I can research about using MS Project Management 2010 for managing multiple projects over a given time period? I'm being asked by a potential client to take a job as a Program Manager to manage five projects all
    at once. Each of the projects has it's own MS Project Management software, project leader, and project team. An overall project plan has to be put together to manage this large project. There are some dependencies with these projects inorder to complete
    on a specific date.
    Thanks

    SSCDML --
    In order to manage this program of five projects using Microsoft Project 2010, I would recommend you do the following:
    Create a shared resource pool file containing the resources in all five projects.
    Connect each of the five projects as sharing files with the shared resource pool file to share the resources.
    Create a master project for the program containing each of the five projects as subprojects.
    In the master project, set cross-project links as needed to show dependencies between projects.
    Hope this helps.
    Dale A. Howard [MVP]

  • Looking to tell what access point a client was attached to at a given time

    Is there any way to findout what AP a given IP address was attached to at a given time? For instance, we got a hit from our firewall log at 1:30am Sunday. We want to know which MAC had that IP at the time (need to know from WCS who t had given that IP to) and which AP it was associated with at the time.
    Currently it's on one AP, but how do I know what it was on 24 hours ago? I've looked at the association history for the client, and the graph appears to be incorrect, since it's currently on AP "A" but it shows for the recorded history, including right now, it's associated with "B". One or the other of the datapoints is incorrect.
    The WLC 4402 syslogs everything that I can get it to syslog, but the access points do not, since they consuend too many logging licenses. To get this information, will I need to get these APs logging as well, again?
    Thanks for any advice,
    Rich

    I believe you can get that information if you had location services. The applicance can stor information up to 30 days. I don't know if you can get that information form WCS, unless you generate reports every 30 minutes or every hour.... But I might be wrong.

  • How to configure the wifi access with specific time slot for kids?

    how to configure the wifi access with specific time slot for kids?

    Which model of AirPort base station do you have? Which version of OS X is your MacBook Pro running?
    Wi-Fi access can be limited using the Timed Access feature of the AirPort routers. You would do so using the AirPort Utility.

  • Identifying overlapping time slots (clashes) in a oracle timetabling system

    Good Morning
    I have a timetableing table that has 3 fields, student number(number), start time(date), end time(date) where each row which represents an exam event for a student.
    I need to write a query that identifies records for students where there is a clash
    ie) two or more event are scheduled for an individual student where the subsequent events starts while the previous events are still occurring.
    Put another way I need to flag rows for individual students that have time slots that overlap.
    Is a neat way of doing this?
    Any idears
    Thanks
    David Hills

    I've added a unique identifier and a few more records
    also changed the end time of some of the records so
    they end in the middle of another records slot.
    create table timetableing
    as
    select 1 id,12333 student_number, to_date('01012007 120000','ddmmyyyy hh24miss') start_time, to_date('01012007 140000','ddmmyyyy hh24miss') end_time from dual union all
    select 2 id,12333, to_date('01012007 130000','ddmmyyyy hh24miss'), to_date('01012007 150000','ddmmyyyy hh24miss') from dual union all
    select 3 id,12333, to_date('01012007 160000','ddmmyyyy hh24miss'), to_date('01012007 170000','ddmmyyyy hh24miss') from dual union all
    select 4 id,12333, to_date('01012007 120000','ddmmyyyy hh24miss'), to_date('01012007 133000','ddmmyyyy hh24miss') from dual union all
    select 5 id,12345, to_date('01012007 140000','ddmmyyyy hh24miss'), to_date('01012007 150000','ddmmyyyy hh24miss') from dual union all
    select 6 id,12345, to_date('01012007 160000','ddmmyyyy hh24miss'), to_date('01012007 170000','ddmmyyyy hh24miss') from dual union all
    select 7 id,12345, to_date('01012007 130000','ddmmyyyy hh24miss'), to_date('01012007 142000','ddmmyyyy hh24miss') from dual union all
    select 8 id,12345, to_date('01012007 120000','ddmmyyyy hh24miss'), to_date('01012007 150000','ddmmyyyy hh24miss') from dual union all
    select 12 id,12333, to_date('01012007 130000','ddmmyyyy hh24miss'), to_date('01012007 150000','ddmmyyyy hh24miss') from dual union all
    select 13 id,12333, to_date('01012007 160000','ddmmyyyy hh24miss'), to_date('01012007 170000','ddmmyyyy hh24miss') from dual union all
    select 14 id,12333, to_date('01012007 120000','ddmmyyyy hh24miss'), to_date('01012007 133000','ddmmyyyy hh24miss') from dual union all
    select 15 id,12345, to_date('01012007 140000','ddmmyyyy hh24miss'), to_date('01012007 150000','ddmmyyyy hh24miss') from dual union all
    select 16 id,12345, to_date('01012007 160000','ddmmyyyy hh24miss'), to_date('01012007 170000','ddmmyyyy hh24miss') from dual union all
    select 17 id,12345, to_date('01012007 130000','ddmmyyyy hh24miss'), to_date('01012007 142000','ddmmyyyy hh24miss') from dual union all
    select 18 id,12345, to_date('01012007 120000','ddmmyyyy hh24miss'), to_date('01012007 150000','ddmmyyyy hh24miss') from dual
    The required output from the view would be some thing like
    student number _______________clashing records
    12333 ________________________2,4,12
    12333 ________________________3,13
    12333 _______________________4,14
    12345________________________5,7,17
    12345 ________________________8,18
    etc
    Thanks
    David

Maybe you are looking for

  • Issue Regarding Payment recived by cheque

    Dear all Business Process: Sales team pass the Invoice Entry & Billing Entry. Collection of Cheque from Customer is also done by the Sales Team. After that they maintain an Excel Sheet containing Bill Number & Cheque details and send it to the Financ

  • How to get the class name of a page in oracle apex

    Hi All, Can anyone please let me know how we can get the class name of a page or region in oracle apex? I would also like to know how we get the DOM object ID for particular item. I appreciate any help on this. Regards Raj

  • Link material type and item category.

    Hi, Can you brief me on how following setting in SPRO works? Plant maintenance - Maintenance and service processing - Maintenance and service order - General data - Define default values for componenet item category When i checked, this setting is to

  • Cell Def'n editor

    When I create 2 structures and created a cell editor.  I want to use one cell in the calculation.  But I want to display the rows in detail its just giving me only one row.   What if i have 2 char. in the rows structures.  how do i display them both

  • No auto mount of NTFS partititions

    Hi All, I'm a newbie Arch user, few weeks ago I successfully installed Arch x64 + KDE4 on my desktop (dual boot with Windows 7). Earlier all the NTFS partitions were auto mounted on boot but now after booting into the desktop, I get the following err