CATSSHOW report for CADO transaction

Hello Friends.
I made a copy of standard CATSSHOW report used for CADO transaction I need to add a Profit center field to the Selection Screen in receiver parameters  and the report should display the output based on profitcenter Hierarchy Instead of cost center hierarchy.
There is no profit center field in the CATSDB table from which the output is fetched.
Please any Suggestions?
Regards
Pavan

>
Pavan Kumar wrote:
> Hello Friends.
> There is no profit center field in the CATSDB table from which the output is fetched.
> Regards
> Pavan
Thats b'coz you charge time to a Cost Center! you can probably link it up to a Profit Center via CSKS( Cost Center Master Data).
~Suresh

Similar Messages

  • Reference and Assignment Synchronization Report for FBL5N Transaction

    is ther any standard report for ...Reference and Assignment Synchronization Report for FBL5N Transaction.

    Hi,
    FBL5N is a standard TCode which is used to see Open, Cleared and All line items of customer as per company code.Line items means whatever transaction has been posted to the customer.
    These line items may be related to invoices raised against the customer, payments received from customer and advance receipt from customer.
    Hope you have understood
    Regards
    Tapan

  • Agewise Reports for Vendors - Transaction Code?

    Agewise reports for Vendors are needed.
    What would be the best way and the Transaction code?

    Hi Bhatia,
    Transaction code F.42 via Information systems > Accounting > Financial accounting > Vendor accounts > Account balances ; you may find the balances and movements for different periods by varying the reporting periods and years.
    Hope this helps.
    Please assign points as way to say thanks

  • Item Price in report for every transaction

    Hi Guys.i am using the below queries for Stock report and i am getting the desired output  except the price calculation.
    In that query it is calculated like max(price) or avg(price) but instead of that i need the item price for that particular transaction  and also i need the prices for opening stock , goods issue, goods receipt and closing stock seperately in each column .
    pls provide me the updated query.
    Declare @FromDate Datetime
    Declare @ToDate Datetime
    Declare @Group nvarchar(10)
    Declare @Whse nvarchar(10)
    Set @FromDate = (Select min(S0.Docdate) from dbo.OINM S0 where S0.Docdate >='[%0]')
    Set @ToDate = (Select max(S1.Docdate) from dbo.OINM s1 where S1.Docdate <='[%1]')
    Set @Group = (Select Max(s2.ItmsGrpCod) from dbo.OITB S2 Where S2.ItmsGrpNam = 'Group B')
    Set @Whse = (Select Max(s3.Warehouse) from dbo.OINM S3 Where S3.Warehouse = '03'  )
    Select
    @Whse as 'Warehouse',     
    a.Itemcode,
    max(a.Dscription) as 'Description',MAX(a.Price) as 'Price',
    sum(a.[Opening Balance]) as [Opening Balance],
    sum(a.[IN]) as [Receipt],
    sum(a.OUT) as [Issue],
    ((sum(a.[Opening Balance]) + sum(a.[IN])) - Sum(a.OUT)) as Closing,
    ( MAX(a.Price) *  ((sum(a.[Opening Balance]) + sum(a.[IN])) - Sum(a.OUT)) ) as ClosingValue
    from(
    Select
    N1.Warehouse,
    N1.Itemcode,
    N1.Dscription,N1.Price,
    (sum(N1.inqty)-sum(n1.outqty)) as [Opening Balance],
    0 as [IN],
    0 as OUT
    From dbo.OINM N1
    Where
    N1.DocDate < @FromDate and N1.Warehouse = @Whse
    Group By
    N1.Warehouse,N1.ItemCode,N1.Dscription,N1.Price
    Union All
    select
    N1.Warehouse,
    N1.Itemcode,
    N1.Dscription,N1.price,
    0 as [Opening Balance],
    sum(N1.inqty) as [IN],
    0 as OUT
    From dbo.OINM N1
    Where
    N1.DocDate >= @FromDate and N1.DocDate <= @ToDate and
    N1.Inqty >0
    and N1.Warehouse = @Whse
    Group By
    N1.Warehouse,N1.ItemCode,N1.Dscription,N1.price
    Union All
    select
    N1.Warehouse,
    N1.Itemcode,
    N1.Dscription,N1.price,
    0 as [Opening Balance],
    0 as [IN],
    sum(N1.outqty) as OUT
    From dbo.OINM N1
    Where
    N1.DocDate >= @FromDate and N1.DocDate <=@ToDate and
    N1.OutQty > 0
    and N1.Warehouse = @Whse
    Group By
    N1.Warehouse,N1.ItemCode,N1.Dscription,N1.price) a, dbo.OITM I1
    where
    a.ItemCode=I1.ItemCode and
    I1.ItmsGrpCod = @Group
    Group By
    a.Itemcode
    Having sum(a.[Opening Balance]) + sum(a.[IN]) + sum(a.OUT) > 0
    Order By a.Itemcode
    Regards,
    Vamsi

    Hi Gordon,
    We are maintaining different Price Lists  so is it possible to give the input in the query to select the report based on which price list???
    Or else  is it better to create an udf in item master data for Standard price of the item and display it in report??
    And i have another doutb that while i run the inventory audit report  and the query it is showing different values .. why is it so??
    pls give me the solution for the same,
    thanks in advance..

  • Report for counting transactions (entries) on accounts

    Does anyone know of a specific report that will give you the number of transactions or entries posted against a GL account (or types of acounts such as revenues) during a period of time.

    BSEG table holds the information, but with a little bit of processing.  This table needs to be linked with the header table BKPF, to get the period.
    Or run this standard report S_ALR_87012291, to see if you can get the required number of transaction for an account and period.
    FBL3N can also yield similar information. Restrict by posting dates.

  • Generate report for displaying transaction codes role wise

    hi,
    i want to generate a consolidated report in which all transactions codes are displayed role wise.In TR SUIM the report is generated using one role at a time.i want an option where i can fill the require roles and get the consolidated reports.is it possible.please help..
    thanx,

    Hi,
    Your question is not about SOA.
    You should ask you question in an appropriate forum (Security ?) where you will have more chances to get a useful answer.
    Regards,
    Olivier

  • Report for what transactions a per has used

    Hi Experts
    Is there any way to write our own report to show the trasnsaction code a person has used between dates or year so that we want to trace what transaction code are mostly used by the users .
    There are hundereds of transaction which will has to refered to give access
    Regards
    Piroz

    Hi gautham chakrav...
    Thanks, I know this transaction but it will not show the between dates , we can run start date and time only
    but I want monthly or weekly transaction run by the users. There is an option go to ST03 .
    I want to know which tables they are storing to write the report
    Regards
    Piroz

  • Report for what transactions a person has used

    Hi Experts
    Is there any way to write our own report to show the trasnsaction code a person has used between dates or year so that we want to trace what transaction code are mostly used by the users .
    There are hundereds of transaction which will has to refered to give access
    Regards
    Piroz

    Hi Peter
    Where is the date range i can see only
    Start date                  read time
    start time
    User
    Transaction
    program
    task type
    now tell me where is the date range is there any setup I have to do to see the date range peter

  • Reporting for sap R/3 transaction in sap BI

    Hai frinds,
    I want do reporting for a Transaction made in ABAP in sap R/§.
    I want to do reporting which shows all the data in sapR/3 , after doing reporting in sap BI.

    If you have GUI installed and you want to call ERP transaction from APO then
    1. create rfc function in ERP which call that needed transaction
    2. call that rfc function from APO using destination statement in call
    Is this what you want?
    KK

  • Ar Aging Report based on transaction lines

    Hi all,
    I am trying to write a query to calculate aging report at line level. The user needs a query which calculates the aging value at at line level because the ra_customer_trx_lines_all has attribute1 populated with a value from (A,B,C,D).I need get the aging value for each group(attribute).
    select sum(nvl(lines.line_recoverable,0)+nvl(adj.adj_amt,0)-nvl(rec.rec_amt,0)),lines.attribute1
    from ra_customer_trx_lines_all lines,
    (select CUSTOMER_TRX_LINE_ID trx_line,
    sum(amount) adj_amt
    from ar_adjustments_all
    where status = 'A'
    group by CUSTOMER_TRX_LINE_ID) adj
    ,(select REF_CUSTOMER_TRX_LINE_ID trx_line,
    sum(nvl(amount_cr,0))-sum(nvl(amount_dr,0)) rec_amt
    from ar_distributions_all
    where source_table='RA'
    and source_type='REC'
    group by ref_customer_trx_line_id) rec
    where lines.CUSTOMER_TRX_LINE_ID=adj.trx_line(+)
    and lines.CUSTOMER_TRX_LINE_ID=rec.trx_line(+)
    and lines.customer_trx_line_id in ('18293')
    group by lines.attribute1
    Also I dint yet add the as of date parameter.I suppose the tables have to change in that case.Can any one help me with that tooo.
    The above query kinda generated the value I was looking for.But when I ran the query for just a few more lines included.The query took forever to run.
    Can you please help me on this ASAP.
    Thanks for all your tips in advance.
    Mach
    Edited by: krismach_85 on Oct 27, 2009 8:38 AM

    Hi,
    You can run the Transaction Register report for specific Transaction reason/ a range and see the related material transactions.
    Karthik.

  • Z report for CM56

    Dear all,
    we have to develope report for CM56 transaction which is generally use for resource allotted to pegged requirement.
    can anyone let me know related tables & internal link between them so that i can work on from my side.
    Output required is
    Output report –
    Summary ---Plant ,  work center ,  No. of  Process Orders   Planned , Total  Volume ,   No. of Hours required ,  No. of Hours available  , % Utilization
    Detail --   PO   No. ,   Volume , Hours available , Hrs. required ..

    Have you maintained Tetexxt in ES language or is it that you are expecting  on selecting ES the text from En will get coverted to ES and display in your report?

  • Custom button  on ALV report for Tcode FL10G ?

    Hi All,
    I want to add custom button in the AVL report for FL10G transaction.  And then need to implement logic for that button (calling BAPI to create shipment for the selected records).
    For VL10G alv program GUI Status - STANDARD001  I think I can add button in this gui by using access key.
    But how to implement logic for this custom button?  Where I can put the code for this button logic?
    Please let me know if any one has any ideas on this issue.
    I appreciate your help and time on this.
    Thanks.
    M

    Hi Murali,
    The standard program it will not allow to copy the GUI Status. Because source and target program should not same.
    It will definitely debug will work. Yo can create the GUI Status through SE41. In SE41 Just give Program name :SAPLV50R_VIEW click the button status. here you should not give any gui status. just blindy say create the then it will popup screen appears in the screen. Here you can mention your Z GUI Status. It is not required to create all the menus manually instead of the there is button which is located in the screen next to blue i button. here you can click and select the standard interface. You can get all the menus as similar to standard. Like that you should create Menu Bar, Application Toolbar and Function Keys  Menus. Then you can add your custom button in the Application tool bar button.
    When you execute the Transaction VL10G and check your cusom menu button will appears. Once you click custom button only exit will trigger. Find the below code for your reference.
    CODE
            loop at ct_postab assigning <fs>
                    where selkz = 'X'.
    *To Fill the BAPI  Header Parameters
                  str_ordhdr-ship_cond = w_sval-value.
    *To Fill the BAPI  HeaderX Parameters
                  str_ordhdrx-updateflag = 'U'.
                  str_ordhdrx-ship_cond = 'X'.
                  call function 'BAPI_SALESORDER_CHANGE'
                    exporting
                      salesdocument    = <fs>-vbelv
                      order_header_in  = str_ordhdr
                      order_header_inx = str_ordhdrx
                    tables
                      return           = str_return.
                endloop.
                read table str_return into w_return index 1.
                if sy-subrc eq 0.
                  if not w_return-type = 'S'.
                    message w_return-message type 'E'.
                    leave to current transaction.
                  endif.
                endif.
    *Do the BAPI Commit
                call function 'BAPI_TRANSACTION_COMMIT'
                  exporting
                    wait = 'X'.
              endif.
            endif.
          endif.
    Let me know if you have anything to discuss on the same.

  • Internal Order Report - For the documnets when the cost ele. was not create

    Hi,
    We created internal orders for tracking capital expenditure relating to assets. At that time, we were not created asset GL's as cost element. Recently we created asset GL's as cost elements (category 90).
    Now we are getting the internal order report after creation of cost element for the transactions done thereafter. We mentioned the internal order number in PO but not in accounting document earlier. Now we are maintaining internal order number in accounting document also.
    So when we run OKBA we are getting CO document but, it is not tracking against internal order (since order number was not mentioned earlier). We executed one MM document in which internal order was mentioned through OKBB but there is no change in the internal order report.
    Is there any possibility to get the internal order report for the transactions done before creation of cost element.
    Please guide me
    Best Regards
    Madhusekhar Gupta G

    Hi,
    Thanks for your quick replies.
    Can we get the report as follows.
    1. Total Po's value for the internal Order (through Table EKKN)                                                      xxx
    Less: Value already posted to Internal order after creation of cost elements (S_alr_87013019)  xxx
    Less: Total Value to be invoiced (Tcode -ME2N)                                                                             xxx
    Net amount to be posted to Internal Order manually                                                                        xxx
    Is it correct?
    Regards
    Madhusekhar Gupta G
    Edited by: gms gupta on Feb 20, 2012 4:33 PM

  • How to create a z-tcode for a report in FSI3 transaction

    hi friends,
              i want to create a z tcode for a report in FSI3 transaction, i have copied the program of the report and created a tcode in se93, but some more tabs are getting displayed in selection screen when im executing my Z Tcode, and report is not getting executed. kindly help.
    regards,
    nagarajan.j

    Hi,
    follow these steps:
    1. enter into transaction SE43 and change any Z area menu (we won't save it anyway)
    2. choose to add a new entry
    3. in the popup, choose to add a new report
    4. select "Drilldown"
    5. the application class depends on the area from you are trying to define/launch drilldown reports. In case of transaction FSI3, the appropriate application class is "FBR FI:FIS - Balance sheet, balance sheet key figures
    6. then choose the suitable report type. This corresponds to the nodes that you'll see in transaction FSI3
    7. finally choose a report, and optionally a variant.
    8. you'll return to the screen "Transaction code for reports" (same as in step 4)
    9. expand the button to display further options
    10. optionally, specify a custom transaction code and/or description
    11. accept all popups. This will create the transaction
    12. finally, exit and don't save the area menu
    I hope this helps. Kind regards,
    Alvaro

  • How to take a report for the assigned transaction and activity in a role

    Hi Colleagues,
    I want to take a report for the assigned transaction with activity for all roles, which are assigned to the users,
    Transaction list for a role i can able to take it from SUIM but not able to take the ACTVT for the role.
    Please suggest how to take this information.
    BR,
    Jai

    Hi Jaikumar from the post :
    I think you have reached the state of finding the USER to ROLE relationship
    Take the output to an excel,
    COPY just the roles column exactly in order do not rearrange , use AGR_1251 like other experts have mentioned
    insert the roles copied from you buffer and execute, the output will have multiple entries for each role take the output to an EXCEL again , make it unique and match the outputs between both the EXCELS.
    It will be a little tricky to do this, but I think you are proficient in MS EXCEL.
    This is one of the ways to do , there are many other ways to do it.

Maybe you are looking for

  • Not able to change query definition

    I am working with BI 7.0. In 3.5 I can change the query definition from the display results (Excel) of the query run, but from BI 7.0 I am not able to make changes to the query definition from the query displayed results. Is there an easy and quick w

  • HT5622 Why do I have to reset my apple ID when I dont use the ipad for a while

    Hi, I do not use my ipad everyday, and when I have left it 2/3 days I get a message to Reset my apple ID. Which means I have to keep making up a new password, does anyone know what I have to do to securely keep a password, instead of keep losing it.

  • Exporting web analysis document in .xml format

    Can anyone please let me how to export the web analysis document in .xml format

  • I DON'T FIND MY IPHOTO.

    Okay, so i just bought my new macbook air, and now when i'm looking for iphoto, it's not there. Just for like 20$, but on my app store it says "toplist of the free things" why does this happend to me? And one thing more, i just upgrade to maverics bo

  • Unable to uninstall disk drill

    Hi I recently installed the unpaid version of Disk Drill. As I don't need it any longer, I wanted to uninstall the program. However, it's license and agreement box keeps popping up, no matter what I try to do to uninstall it. I've tried its own unins