Report on tcode kka2

Dear All,
As per requirement of user I was asked to develop a report to get the values of Actual revenue, Actual costs, revenue affecting net income (RANI) etc., the selection screen is based on for a particular period for different projects.
I asked for the fields & tables but my functional consultant gave a reference of transaction code KKA2. He asked to get the details from the tcode KKA2.
When I executed the tcode KKA2 & pressed F1 all the fields are structure fields only and I even debugged the code but could not find any transparent tables in the code.
Kindly help me how to find where data is being stored for KKA2 so that I can retrieve the data. Thanks in advance for the help to find a solution.
Regards,
Rakesh Raj

Hi,
Check BSEG and PRPS table.
You find KKA2  values in BSEG table.
Actual revenues will come from SD billing document.
Actual costs will come from MM module.
Goto SE16. enter BSEG, in selection screen choose fields for selection
BUKRS, BELNR, PROJK
Now enter the WBS element in selection screen and execute.
Check following tables
BSEG, RPSCO, PRPS(WBS element)
Regards,
Chandra

Similar Messages

  • Bussiness logic/technical flow for  report with tcode MB5B

    Guys,
    Please send me any Functional Spec or Technical Spec of the standard SAP report with tcode MB5B ( Stock as on posting date). Any document explaining logic or technical flow is very much useful to me..I need to understand the logic and what are all the underlying tables used. I will assign more points to anyone who help me.

    MB5B - Stock on posting date
    The report Stock for posting date lists a company's own stocks in a particular time period (earliest date/Time 00:00, latest date/time 24:00).
    The posting date is used for selection. Note that the posting date may be different from the entry date (date entered in the system) as well as the document date.
    Starting with the current stock balance, the report uses the material documents to calculate the stock balance for the specified posting date.
    Requirements
    You need authorization to display material documents for all chosen plants (authorization object Material documents: plant, activity 03).
    Output
    Thisreport issues a list with the following information for each material:
    Stock quantity and stock value on first date
    Total and value of all receipts
    Total and value of all issues
    Stock quantity and stock value on last date
    List of the material documents that were posted in the specified time period
    To go to the detail screen for the material document item, place the cursor on a material document and choose Goto -> Document item
    If you require more data and want a detailed evaluation, you can enhance the current layout or choose another existing layout via Settings -> Layout.
    Tables Used :
    t001; t001w; t001l; mchb, mbew,mseg.
    Thanks

  • How to add Additional fields in standard SAP Report RMCLOBJVN ,TCODE CL6BN

    i am facing problem in Report RMclobjvn , TCODE is CL6BN
    i have to add some additional fields on the result screen.
    but when i search inside the report i could not retrieve any user exits but through a search utility i got 4 user exits of which 2 seem to be useful.these are
    <b>Exit name
    CLCLRS01  Additional Fields on the Result Screen
    CLCLRS02  Fill the Additional Fields on the Result Screen</b>
    i activated the these exits and have tried putting in break point in side the include.
    But the problem is this that
    [<b>b]that CL6BN Tcode is not triggering anyhow these userexits.</b></b>
    does anyone has any solution for adding the additional fields.

    Hai Manish
    Check the following Links
    You can do it in two ways using append structure or include structure of that standard table.
    once you added , you need to adjust it and activate using the menu utilities->data base utulity-> Activate and Adjust .
    check this SAP help..
    for append structure
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/frameset.htm
    for include structure.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb54446011d189700000e8322d00/content.htm
    Regards
    Sreeni

  • Submit report using selection-table to report 'RKAEP000'(Tcode ksb1)

    Hi,
    I am calling report "RKAEP000'(This is the report for tcode KSB1) using submit statement in my program to import the ksb1 output in my program. For time being I am calling this report using selection-set 'variant'.
    The selection screen of ksb1 is designed with modulepool program (screen 100).
    The selection screen of my program is similar to ksb1 initial screen, except layout option and controlling area is on the screen itself instead of calling it through menu.
    Please tell me how to post the selction criteria of my report to the calling program 'RKAEP000'.
    Thanks,
    suresh

    You can use WITH addition of SUBMIT statement.
    SUBMIT report1 USING SELECTION-SCREEN '1100'
                   WITH SELECTION-TABLE rspar_tab
                   WITH selcrit2 BETWEEN 'H' AND 'K'
                   WITH selcrit2 IN range_tab
                   AND RETURN.
    Regards,
    Premal

  • Report Painter Tcode

    Hi,
    We are in the process of archiving some report painter reports,
    The Tcode was created in the Dev system  and moved to QA, but the archived program was directly created in the QA system, Now when we run the program thru SE38, we get the execute button in the selection screen,
    but if we run the tcode associated with the same program we do not see the execute button,
    Not sure what is missing
    Appreciate any input
    Lali

    Hello lalitha..
    Could you please help me for the same issue i.e attaching the t.code to a report which has been created through the report painter !!
    I have no idea, how to do it ??
    Please tell me the process of it !!
    Please mail me your reply on [email protected] if possible !!!
    Its getting a firing issue at this time !!
    Thanks in advance !!
    Regards,
    M.Soni

  • Generate Master data IDOC using report-RPCEMDU0_CALL (Tcode-PC00_m10_OTEM)

    Hi All,
    Can anyone please explain me the functionality of report RPCEMDU0_CALL  (Tcode-PC00_m10_OTEM). This is used to generate master data idocs. Any documentation would be really helpful.
    Also is there any way to alter the idoc data before sending. Please let me know.
    Thanks in advance.
    Regards,
    Priti Thakur

    Standard Doc[ for this transaction.|http://help.sap.com/saphelp_erp60_sp/helpdata/EN/f6/2318b13cf011d2a62900104b56737d/frameset.htm]
    There are few threads in SDN and ittoolbox to discuss about the problems but nothing much!
    To alter the format...explore the program. You can use the "Enhancement" part to add your custom logic to add columns to interface internal table. To access the enhancement...go to the program and press the 6th button from left ..the swirl button or press Shift + F4. Then activate enhancements ...to do the necessary coding as required.
    Also try the user exit:
    Note 1515497 - OT: Selection of a Provider - Customization User Exits
    As per this note, there is a contact info of SAP Developer...if the note and the info is helpful and you need help related to that note or that functionality contact them.
    Edited by: Amosha on Jun 22, 2011 10:31 AM

  • User-exit for report RPCAIDP0 (tcode: PC00_M19_CAID)

    Dear Gurus,
    Does anyone know user-exits for report RPCAIDP0 (tcode: PC00_M19_CAID) ?
    Thank you in advance,
    PSC

    Depends on what you want to do Priscilla, i have quite an experience with RPCAIDP0 report and it's not the easiest report to change the standard without copying to an customer report. Also, in the previous year, SAP changed the logic of the report quite a bit in order to have the same logic as in RPCIIDP0, so they created a class (CL_HR_PT_EMPLOYEE_TAX_DATA) in which they encapsulated all the data retrieval regarding payroll results, so it's not that dificult to enhance the class itself but it's a bit dificult to get the logic right away. I have done this for several clients, so if you can be more specific maybe i can help you.
    Best regards.

  • User print out the report of Tcode-fc10 the printing is 7-8 times repeated

    Hi,
    User print out the report of Tcode-fc10 the printing is 7-8 times repeated.printer is SL00004 Korea.What can I do? so that user  gets only  one copy .Is there any setting .User is getting this issue only when they print out the report of T-code(fc10) only.
    Moderator message: no evident relation to ABAP development.
    Edited by: Thomas Zloch on Jan 18, 2011 3:09 PM

    I suspect you may be using ActiveX print control(?). If that is the case, look at permission issues.
    1) If you run the app on the server it's self, are you able to print from there?
    2) If you log in as an admin on the server, can you print?
    3) If you log in as an admin on the a workstation, can you print?
    Process Monitor will be a good utility to use to check permission issues. Process Monitor is here:
    http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx
    Ludek

  • RA Tcode KKA2 error KJ436 (Basic RA version must have valuation category )

    Hello,
    We are having an issue with Results Analysis and would appreciate some help. We are getting the error message shown below when running Tcode KKA2.
    We are using CO plan version 0 and it is set for actual and plan. The RA version (0) is marked as being relevant to settlement. These settings seems to address the error message but I guess we are missing something.
    Any help would be greatly appreciated.
    Thanks
    Joe Hailstone
    ERROR MESSAGE:
    Basic RA version must have valuation category "0" (operational valuation)
    Message no. KJ436
    Diagnosis
    If a version has actual data (see basic version setting), it must be relevant to settlement in results analysis (see maintenance of version of results analysis).
    If a version does not have actual data (see basic version setting), it cannot be relevant to settlement in results analysis (see maintenance of the version of results analysis).
    Procedure
    1. Check the basic version setting in the maintenance of the general versions.
    2. Modify the results analysis version to conform to the basic version setting.
    3. Turn the indicator Version relevant to settlement on or off, whichever is appropriate.

    Dear
    i am not received any input .
    Regards
    SAPFICO

  • REPORT GROUP tcode: gr52

    I have created a custom program and added it to a standard report group in GR52. But when i execute the Main Report group and try to drill down to the custom transaction code. The sy-tcode is still START_REPORT. Is there a setting i am missing when creating the custom report transaction. While creating the transaction i selected it as a regular report transaction.
    thanks
    Kshamatha

    YOu have to create a "Parameter Transaction"
    For "Defualt values" tab,
    transaction - START_REPORT
    Check the "Skip initial screen"
    Press one ENTER here.
    GUI support  - all 3 checkboxes
    Default values (table control at last) .. you can use F4 here for the field optoins on the screen field name
    Screen field name
    D_SREPOVARI-REPORTTYPE     RW  " < you report group
    D_SREPOVARI-REPORT     5A21 " < report
    Save and activate.
    Regards
    Naimesh Patel

  • Need to add custom fields in Report RM06EN00 ( Tcode ME2N ) in the Output

    Hi,
            MY requirement is i need to add 10 custom fields in the standard program RM06EN00  whos tcode is ME2N.
    i have appended the fields in the EKKO table and they r now available in the dynamic selection screen of the report RM06EN00.
    But i need to display this fields in the output and these fields should also be available in the change layout of the ALV report which is displayed when u click on the change button after pointing the cursor on the PO number.
    I am looking out for any enhacement though which this requirement can be met. however my second option is to copy the standard report to a z program and modify it.  but i think it will not going to be east and it may take a lot of time..
    Need both advice and answers for this soon.
    Thanks in advance.
    Best Regards,
    Fardeen

    If you have want to add fields in Field catalog from se11 Add fields in this structure MEREP_OUTTAB_PURCHDOC using append structure and activate and execute ME2N with BEST_ALV IN SCOPE LIST U WILL find in change layout.

  • Report or TCode for Completed Service Entry Sheets

    Hi, I hope someone can help me here.  I want to know the TCode for listing all PO's that have had the Service Entry Sheets completed.  Is there such a report?  I hope so, we are having difficulty matching invoices where no service entry sheets have been completed.  Thanks!

    Hi,
    Use Report ME2S - Here you will get list of all POs with status against PO, SES Completed and Accepted and Invoice posted with Traffic Light.
    Also see report ME2N / ME2M / ME2L with Item Category "D" and Selection Parameter as "WE102" or "WE106".

  • FGI3 Report Painter - Tcode

    Hi All,
    Does anyone know how to create a tcode for reports created in FGI3?
    I tried assigning the program name into a tcode but when I am trying to run the new tcode the selection screen is different from the report painter and it does not retrieved any records.
    Thanks.
    Regards,
    tin

    Hi Tin Cruz,
    To create tcode for report created FGI3, you can do as following
    1. go to tcode SE93
    2. Give it a description and Choose the option 'Transaction with parameters (parameter transaction)'.
    3. In field transaction, type START_REPORT
    4. Check on option 'Skip Initial Screen'.
    5. Check on options GUI SUPPORT
    6. In section Default values, enter
              Name of Screen field                      Value
      D_SREPOVARI-REPORTTYPE              RE
      D_SREPOVARI-EXTDREPORT              FBRG01FAGLFLEXS                     <name_of_report>
    in which, <name_of_report> is the name you see in FGI3, for example 0SAPBSPL-01 for Fin. Statement: Actual/Actual Comparison.
    You can refer to creation of tcode S_PL0_86000028
    rgds,
    Solaris.

  • How to Call Report RBDMON00/ Tcode BD87 and copy output in to externel DB

    Hello,
    for a student project y have to to write the output of some ABAP Reports and Function Modulesin an externel Database.
    This time its about the Transaction Code "bd87" programmname "RBDMON00".
    I've tried to write an RFC Function Module which calls the programm with:
    SUBMIT RBDMN00
    EXPORTING LIST TO MEMORY AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
    CALL FUNCTION 'LIST_TO_ASCI'
    But theres always an exception Raise in the Function 'LIST_FROM_MEMORY' that theres nothign in the List.
    I don't understand why, with other reports it works great.
    Or is there any other way the get the output from Tcode bd87.
    Is ther any body outher who can help me?
    Thank you very.
    Greets
    JP

    Sorry I'm realy new in SAP and ABAP, can you show me an example how to read out the the Idoc headers out of EDIDC table.
    Or is there any other way to get the entries for example from the table "IDoc entries in tRFC queue" and the other tables behind bd87?
    thanks for your patience.

  • Regarding standar report using tcode FAGLL03

    I am creating a report using table bsis in which I am checking total items for a particular GL account in a month.
    I am comparing the report output with tcode FAGLL03 for the same GL account and the same period. But it is not matching.
    Can anybody tell me why??
    The total of data in my report is matching with that of table bsis.

    hi,
    to select open items you must select bsis and bsas (dependent from field target date = STIDA)
    A.

Maybe you are looking for

  • Startup Problems with CQ5.6, Java 1.7, and OSX 10.8

    I'm having a problem with installing CQ5.6 on OSX 10.8 with Java 1.7.  Installing with Java 1.6 is ok, and on OSX 10.7 is ok, but the combo of 10.8 and java 1.7 is having problems.  I've found two issues, but it hasn't gotten us to a solution: 1) Jus

  • Firewire strange problem

    I bought a 800 to 400 firewire adaptor and connected it to the macbook pro while it is switched on and the macbook pro switched off itself.... But it works fine when I connect the adaptor before switching on the macbook pro I want to know what's the

  • Suitable EJB for operations on two tables

    Hi All, I would like to create a stateless session bean that removes a record from one table and inserts into another table. The method I will be using must be transactional integrity giving me "all or nothing proposition". How can I make sure the fa

  • Photo elements 7 need help very new

    Is there a way I can combine two photos with one of the photos(person) going to the top corner to look down on the other person?  I have tried faces and group shots.  However, I can not control where the source picture that I mark goes into the final

  • Custom Function Module for the New Process Codes

    I want to distribute the custom table data . For that i have written the program using MASTER_IDOC_DISTRIBUTE. I have created the custom message & idoc types along with their assignments. I got struck up at the process code. I have to assign the func