Need to build a report similar to t-code  MCTA  but with some modifications

HI ABAPers
this query is as assignment for me (i am undergoing abap training)
there is build in transaction in sap (MCTA) for SIS: CUSTOMER ANALYSIS SELECTION.
THE DETIALS OF THIS TRANCTION ARE AS FOLLOWS.
T-CODE:- MCTA
Pacakage:- MCV
Transaction text: SIS: Customer Analysis - Selection
Program : RMCV0100
Selection Screen: 1000
i want to build a similar report as this one but in my report i want to enter more than one currency values in currency field (for ex: i want the report o/p for USD,INR & EURO on the same output screen)
in the report (mcta) it accepts only one currency and gives the o/p for that currency only but i want it to accept 3 currency types and give me the output for all the 3 currency types.
i have tried a lot but unable to find the solution.
if anybody knows solution for this query then reply back to me
i think i need to change some changes in the logic which extracts the data from the database but where to do and what logic to be implement iam unable to get that.
waiting for ur early positive replys
regards,
maqsood

hi
thanx for ur reply.
i think the select-options is the best way to get more then one currency values.
but i need to know what code i have to write for display of this day.
in the standard report MCTA there he is using only one currency. similarly i need to add 2 more columns for each currency in that same report o/p.
how to do that can any body help me
regards,
maqsood

Similar Messages

  • Need a GR/IR report similar to MB5S but with dates

    Hello MM Gurus,
    Is there a GR/IR report similar to MB5S but with dates?
    Is there an S_ALR report?
    Thanks
    George

    ME80FN with document date field, select purchase order history. Both GR and IR documents displayed here. Also use LIS reports like MCE3, MCE1 and othere but with period selection.
    If it helps, kindly give points.
    Regards,
    RM

  • Need to Build the report on Campagins and custom object 01

    Hi All,
    I am building the report on campaigns and customobject 01 ,But wen i build the report i was not able to get all the project ID that are associated to the campaigns.
    The issue is when i pull the campaign id it wont fetches all the ID for customobject01 (becoz the relation is M:M)
    Can u please guide how to build the report.
    Regards
    Anu

    Hi,
    you can try to add the metric fields to your report for all involved objects, like # of Campaigns, # of Projects and # of Custom Object 1. Afterwards you can hide these fields from layout. For me this has always helped.
    Regards

  • How do I install OS X Mountain Lion in a machine that came with OS X Yosemite already?? I need to do it in order for me to keep working with some of my softwares.

    How do I install OS X Mountain Lion in a machine that came with OS X Yosemite already?? I need to do it in order for me to keep working with some of my softwares with are very expensive and can't afford to buy new versions.

    Parallels
    VirtualBox
    VM Fusion

  • TS3694 My iPad says it has to restore to update, but it will not.  It is caught in a cycle of not being able to restore but needed to restore.  I keep getting error code 3014 but I can not figure out what this means!

    My iPad says it has to restore to update, but it will not.  It is caught in a cycle of not being able to restore but needed to restore.  I keep getting error code 3014 but I can not figure out what this means! nor can I do anything about it!  So Frutrated!

    Also...
    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...
    But... if the Device has been Modified... this will Not necessarily work.

  • Report Similar to T.Code : MB5B

    Hi,
    Is there any Standard report that gives the same values similar to T.Code : MB5B.
    If there is no such Standard report apart from MB5B that shows stock as on a particular period with the stock movements.
    What are the tables that i can use, to build in the same logic.
    Thanks in advance!!
    Kalyan

    You can try standard information system reports like MC.B, or develop custom report based on structures.
    If you find something else, please let me know. We also have same requirement, If I find/develop something I will post as well.
    Thanks-

  • Need Adobe Plugin that creates a view like 'story editor' but with text formatting

    We would ideally like a third view in InDesign (other than the layout and story editor views) that behaves like MS Word's 'Normal View' ie. a long 'roll' of text like the story editor (no page breaks viewable) but with the text retaining its formatting (like layout view). Ideally anchored images would also be visible. This feature would be very helpful for us when working on long documents such as books when both content and layout is done from within InDesign. Does anyone know if a Plug-in like this exists? If not, would it be difficult for an InDesign developer to create such a plugin?
    Many thanks for your assistance! Heulwen

    so odd, really. just because sometimes workflow separates copy writers and stylists -- sometimes -- it's one person.
    so just to write a document - and edit it normally - you need to use two applications?
    how does that make sense?
    i understand making it *possible* to separate content and style -- but forcing everyone to do so -- even publishers of regular ole multi-page documents -- i mean -- why?
    why does it make sense to force people into such a workflow -- where you cannot even edit your whole document?
    oh -- but you can -- but you have to use a separate application?
    how does that make sense?
    weren't we able to do this in, what was it called: pagemaker?

  • Help need to build a report query

    Hi all
    I am using reports 6i and 10 g db.
    I am asked to generate letter format report. The content of letter format will be from employee_deschange_details.edcd_desc field .
    The parameter i have to pass is emp_code and dsm_code. Based on it the content should be displayed.
    In employee_deschange_detail.edcd_desc field has letter content in a particular way as follows
    for example
    It is my pleasure to inform you that you have been promoted to the position %DESIGNATION effective from %EFFECTIVE_DATE.The %DESIGNATION and %EFFECTIVE_DATE are identifier which should get replaced by actual value.
    The identifiers and its actual value is stored in employee_deschange_detail.edcd_title_name and employee_deschange_detail.edcd_param_value respectively.
    the value are stored like |%DESIGNATION|%EFFECTIVE_DATE| in edcd_title_name and in
    edcd_param_value the data stores like |GM-FIN|21-JUN-2010|
    The user can add extra letter content through a form ,so that the content's may get vary.
    Thanks,
    Rincy

    Hi Arif
    If have planned to create PLSQL query as follows but it give message in compilation
    Error 0 at line,column 0
    REP-0737: Should be a function with return type 'ref cursor'
    I havent used plSql query yet, not able to proceed. Please go through and please suggest a best way .
    function QR_1RefCurDS return cur_ref_type
    is
    cursor cur_edcd is
    select edcd_code,decode(instr(edcd_desc,'%TABLE1'),0,edcd_desc,substr(edcd_desc,1,instr(edcd_desc,'%TABLE1')-1)) part1,
    decode (instr(edcd_desc,'%TABLE1'),0,null,substr(edcd_desc,instr(edcd_desc,'%TABLE1')+length('%TABLE1'),length(edcd_desc))) part2,edcd_serial
    from employee_deschange_details
    where edcd_orgn=:p_orgn
    and (edcd_ctry=:p_ctry or :p_ctry is null)
    and (edcd_loc=:p_loc or :p_loc ia null)
    and (edcd_oru=:p_oru or :p_oru is null)
    and (edcd_code=:deschange_code or :deschange_code is null)
    and (edcd_emp_code=:employee_code or :employee_code is null)
    order by edcd_emp_code,edcd_serial desc;
    v_srl number;
    v_part1 varchar2(4000);
    v_part2 varchar2(4000);
         Cursor cur_param_value
         is
         select
    substr(edcd_title_name,
      instr (edcd_title_name, '|', 1, level)+1,
      instr (edcd_title_name, '|', 1, level+1) - instr (edcd_title_name, '|', 1, level) -1) res,
    substr(edcd_param_value,
      instr (edcd_param_value, '|', 1, level)+1,
      instr (edcd_param_value, '|', 1, level+1) - instr (edcd_param_value, '|', 1, level) -1) result
    from   (select edcd_title_name,edcd_param_value from employee_deschange_details where edcd_emp_code =:employee_code
       and edcd_code=:deschange_code and edcd_serial=v_srl)
    connect by level < length(edcd_title_name)-length(replace(edcd_title_name,'|',''))
    Order by length(substr(edcd_title_name,
      instr (edcd_title_name, '|', 1, level)+1,
      instr (edcd_title_name, '|', 1, level+1) - instr (edcd_title_name, '|', 1, level) -1));
    TYpe cur_ref_type is ref cursor;
    cur_ref cur_ref_type;
    begin
      open cur_edcd ;
      loop
      fetch cur_edcd into v_part1,v_part2,v_srl;
      if cur_edcd%found then
            open cur_param_value;
            loop
            fetch cur_param_value into v_title,v_title_value;
            if cur_param_value%found then
                      V_part1=replace(v_part1,v_title,v_title_value);
                      V_part2=replace(v_part2,v_title,v_title_value);
            end if;
            exit when cur_param_value%notfound;
            end loop;
      end if;     
      exit when cur_edcd%notfound;
      end loop;
      close cur_param_value;
      close cur_edcd;
      open cur_ref for (select v_part1,v_part2 from dual);
      return(cur_ref);
    end;Thanks,
    Rincy
    Edited by: Rincy Binu on Jul 4, 2010 1:00 PM
    Edited by: Rincy Binu on Jul 4, 2010 1:01 PM

  • I Need to build a database/booking and dispatch system that intergrates with iCal, Address Book and all Apple device's What would be the best Way.

    Hi
    Can anyone give me some useful information on the best ways to design and build a database/booking & dispatch system that can be intergrated through ical, address book and available on my macbook, ipad & iphone and all accessed through icloud.
    I started my own chauffuer Service a year ago as an independent. it's becoming a massive bore that most of my time is spent taking down information, checking if i am available for clients and with alot of diary checking and repeatative entries and email ping pong and invoicing, what i want to do is concerntrate on advertising and marketing and using my time off for R & R
    What i would like to do is access my information in an app and automate most of the processes like
    assigning the job to the client with intergration through iCal and Address Book
    be able to email confirmation through mail with an invoice produced through numbers or excel
    payment is already done through payleven mobile and must be done in person so i'd rather keep that seperate to all processes apart from a tick box to say it has been paid for.
    I have been looking at all options  FileMaker, Bento, Automator, Apple Script. to be frank im no expert and am a little confused as to what to do any advice would be greatly recieved.

    Hi,
    I would suggest that is going to be an involved and complex process.
    I would personally look into some of the invoicing and time scheduling software available and see if any fit your needs.
    Take a look here: http://www.tuaw.com/2008/07/30/app-roundup-timekeeping-and-billing/
    and here: http://www.tuaw.com/2008/07/31/app-roundup-timekeeping-and-billing-part-ii-the-q uickening/
    for starters.
    Best wishes
    John M

  • Is it possible to deploy 2 SCOM 2012 R2 reporting in a SQL server which already has SCOM reporting of a different management group but with 2 different reporting instance.

    Hi Experts,
    I have a typical situation in the LAB environment. Hope some one helps. I have Installed a SCOM 2012 R2 with SQL 2012 SP1 in a single server (Management group 1). I have installed another management group on another server using this SQL server for its database
    so i have everything going fine.
    The first management group has its reporting installed in the SQL server. For the second i created a new named instance for that. But i cannot run the SCOM setup in the SQL server (Also holding the Management group 1 MS) as 1 st reporting is already there.
    When i run the setup it is asking me to repair it. I don't get the install option so i can install the reporting for management group 2 in the named instance.
    Default instance is being used by the 1st management group.
    Can any one figure a possibility for installing 2 SCOM reporting services for different management groups in a same SQL 2012 server please.
    Gautam.75801

    Hi Yan Li,
    Thank you for the reply. So as you are aware If i need to instal reporting, i need to run the SCOM 2012 R2 setup in the SQL server and select reporting and select the
    instance and then mention the management server there right. I am not getting that option there it is asking me to remove or repair the existing installation as there is already a SCOM entire setup including reporting there. As it is a lab there is no problem
    in testing. I have 2 reporting instances. Any suggestions for me on how to overcome this issue and deploy the second reporting in the new named instance ?
    Below is the screenshot of the error what i am talking about when i run SCOM 2012 R2 setup to install reporting in the SQL server
    When i click on add feature reporting is greyed out (As already 1st management groups reporting is installed)
    When i click on remove or repair it
    uninstalls the existing one. But i want both SCOM 2012 r2 reporting to be there(For both Management group). Is it possible ? If yes What is the trick to run the setup ?
    Gautam.75801

  • We use an Airport Extreme in my office, which works fine for me. Occasionally we need to have more than one computer running on it, but for some reason it won't connect to the internet. It says we have internet, but won't connect to wifi. What's going on?

    I use my computer everyday in our office and have no issue connecting to the internet/wifi, but when my boss comes in and tries to connect it doesn't work. It tells her she has internet, but won't connect to the wifi. We've tried a few different tactics(the basic ones I've seen on here), but nothing seems to be working for us. My computer automatically connects to our wifi.
    Just recently the Airport Extreme has started with the blinking amber colored light on the front, which I believe means something is wrong? Can anyone help us figure out what's going on and why we can't get my boss' computer to connect as it should?
    Thank you!

    Here's an update:
    Now the light is not blinking. It's a solid, consistant green. I don't know if it helps to narrow it down or anything, but I just figured I'd mention it.

  • Need some "Export Layers to File" script, but with some improvements

    Hey guys, anyone knows if there's a script who does the same "Export Layers to File" but like this:
    *Save layers in .PNG with transparency (Trim/Save/etc)  Ok, the original script already does that.
    *File created with the Layer Name ( Ex: Layer named as "Forum"  saved as Forum.png )
    *Layers inside photoshop groups, saved in folders with the group name. ( Ex: Group named "Header" with layer "Logo" inside goes like that C:/Header/Logo.png )
    Anyone knows about the existence of such a great scritpt like this one ? ^^
    Thanks a lot

    This might do...
    http://www.scriptsrus.talktalk.net/Layer%20Saver.htm
    If you select "Save all layers within all LayerSets" it will give you the option of LayersetName - LayerName

  • Need a Tcode Similar to CJR2 with some restrctions in the selection scr

    Hello Experts,
    I need a Tcode which is Similar to CJR2 but with some restrictions in the selection screen.
    CAN ANYONE THROW A LIGHT HOW TO ACHIVE THIS.
    Thanks a lot in advance.
    Regards,
    Vasanth M

    Hello Experts,
    I have tried with the Transaction Variant. It works but I want to make display only for the version,Starting and closing period and Year. Other fields should be open for input(Cost Element and WBS element)
    But the transaction variant is making DISPLAY ONLY for all the fields.
    Please tell me a suggestion how I could achieve it.
    Thanks a lot in advance.
    Best Regards,
    Vasanth M

  • Need a Tcode Similar to CJR2 with some restrictions in the selection scr

    Hello Experts,
    I need a Tcode which is Similar to CJR2 but with some restrictions in the selection screen.
    CAN ANYONE THROW A LIGHT HOW TO ACHIVE THIS.
    Thanks a lot in advance.
    Regards,
    Vasanth M

    Hello Experts,
    I have tried with the Transaction Variant. It works but I want to make display only for the version,Starting and closing period and Year. Other fields should be open for input(Cost Element and WBS element)
    But the transaction variant is making DISPLAY ONLY for all the fields.
    Please tell me a suggestion how I could achieve it.
    Thanks a lot in advance.
    Best Regards,
    Vasanth M

  • I need  Web based Dynamic Reporting tools

    Hi,
    I need a Web based Dynamic Reporting tool.
    I have to user oracle products and this reporting tools must support OLAP and Data Warehousing.
    thanks,

    Hi Shima,
    Let me quote from Oracle Reports website:
    "Oracle Reports is Oracle's award-winning, high-fidelity enterprise reporting tool. It enables businesses to give immediate access to information to all levels within and outside of the organization in an unrivaled scalable and secure environment. Oracle Reports consists of Oracle Reports Developer (a component of the Oracle Developer Suite) and OracleAS Reports Services (a component of the Oracle Application Server)."
    Since you need a web-based reporting tool, this is what is available with Oracle Reports:- you cannot design reports on the web, but you can use Oracle Reports Developer to design high quality reports that are suitable for viewing on the web.
    Oracle Reports support OLAP as a data source.
    From your requirements, it seems that it might be worthwhile for you to check out Oracle Discoverer which is again a powerful reporting and analysis tool. Oracle Discoverer is more suitable for ad-hoc reporting and web-based analysis of data by the end-users:
    http://www.oracle.com/technology/products/discoverer/index.html
    Navneet.

Maybe you are looking for

  • Data recovery from Datafiles of corrupted database ?

    Hi all Actullay one of my databse(Oracle 9i) is corrupted and i dnt have .dmp files . so i inatlled the new databse. before that i copied the oradata folder from prevous database( Is not running right now) is there any way to restore the prevoius dat

  • Free bumper shipped

    I got an email this morning from apple saying my bumper has been shipped. Has this happened to anybody else and do you know how long apple's regular shipping is?

  • Application Won't Rotate To Landscape

    Here's the problem: I want my application to always appear in Landscape mode. So, I added the UIInterfaceOrientation UIInterfaceOrientationLandscapeRight to my info.plist. I built all of my interfaces in interface builder in the landscape mode. When

  • Newly installed TB on Windows 8.1 64 bit computer misbehaving

    Downloading is generally fast, but stops unpredictabily. But worse, if I try to delete or open mail, TBird usually freezes and tells me it's "not responding". I tried uninstalling and reinstalling twice, and what comes up is always what I had previou

  • Sending SMS to user

    Hi all, We have already time sheet approval workflow and When the User receives the Workitem the notification has to sent to his mobile as an SMS. Could you please guide us the procedures/configurations that needs to been and how to trigger it Do we