How to design this report ?

Hi experts,
How to design the customer total outstanding report as on a particular date ?
We also want Debit amount and Credit amount in the query output..
Regards,
Nishuv V.

HI,
if u want the current date u go for the customer exit (that means daily)if he wants aparticular date then u go for the user entry variable in 0calday,in variable screen he sould mention the date for that date only the out standing report will come .0calday and customer u keep in rows and those debit and credit u keep in the columns.
if daily as on date they want outstanding u go for the customer exit just u create the variable on 0calday with customer exit if variable name is 'zcedate' go to the tcode CMOD and write the below mention code.
when 'zcedate'.
clear l_s_range.
l_s_range-sign = 'i'.
l_s_range-opt = 'eq'.
l_s_range-low = sy-datum.
append l_s_range to e_t_range.
Thanks  for giving this opportunity.
Thanks & Regards
k.sathish

Similar Messages

  • How to design this complex report

    I'm getting crazy======
    my mdb file is like this.
    For example, "PointName" has many pointname, like C1, C2, C3..........,[they are vertical tunnels].
    For every point/tunnel, like C1,
    we mearsure it every few days, and get the displacement with the depth.
    Point C1 ---- 2014/2/19 ---- depth: -1 ---- it's displacement is 0.4
    And for the report, I want every point have a crosstab and graph.
    How to do this report, many thanks!!!

    Hi, Jamie
    I think I haven't say it clear. The final report is all C1 in one crosstab, all C2 in one crosstab.......this is the key.
    I followed as you say, it shows, there are many c1 and c2, and the crosstab is wrong.
    Then I tried to use subreport
    it shows
    I want one C1 and one C2 and so on, and all C1's data in one crosstab and all C2's data in one crosstab.
    That's it.
    A'm I clear? If not, please tell me. Thanks.

  • How to design the report?

    Hi,
    how to change the filling data in report by vertical way?
    for eg: i am creating a group (group by userId) and displaying user name and access rights info;
    User Name   Access Rights
    TestUser      Adminuser
    TempUser    NotanAdminuser
    but i want in this format
    UserName        TestUser   TempUser
    AccessRights Adminuser  NotAnAdminuser
    how to design the report?

    i haven't tried using cross tab.
    but my requirement is like...
    Modified User Name ........ TestUser     Thendral    till 'n' number of users
    Total NO of Patients..........10                    5
              Heart Failure...........5                      1
              Surgical..................1                      2
              Pneumonia             3                      1
              Chest Pain             1                       1
            till 15 rows
    How to achieve this using crosstab?

  • How to design multitab report in rtf in oracle apps r12

    Hi,
    How to design multitab report in rtf in oracle apps r12
    one consultant working on a multiple projects in this report ....how to design rtf by using multi tab.
    thanks,

    Hi,
    <?if://P_CONSULTANT_NAME='' and P_CLIENT_NAME= ''?> means print the content below this condition if both consultant name and client name is null in xml.
    <?if://P_CONSULTANT_NAME !='' and P_CLIENT_NAME != ''?> means print the content below this condition if both consultant name and client name is not null in xml.
    <?if://P_CLIENT_NAME!='' and P_CONSULTANT_NAME = ''?> means print the content below this condition if consultant name is null and client name is not null in xml.
    <?if://P_CONSULTANT_NAME!='' and P_CLIENT_NAME = ''?> means print the content below this condition if consultant name is not null and client name is null in xml.
    please share your sample rtf and xml file so that i can have a look at it and help you if i can.
    Thanks,
    Vinod

  • How to design a report with "merged" cells?

    Post Author: Yuri
    CA Forum: General
    Hello,I need to get rid of empty space in details section of my report.The width of the first column is less than the width of the next one and one row of the first column matches to a number of rows of the next column. All data are stored in one SQL table. I need to reach the following result without using of subreports because this report will be used as a subreport in another report:
    WRONG:                          
    CORRECT:
    +----
    +----
    Columbia  |Lady for a Day         Columbia   |Lady for a Day 
    Pictures  |                       Picturies  +----
    Industries|                     
    Industries |Here Comes Mr.Jordan
    +----
    +----
              |Here Comes
    Mr.Jordan              |Spider-Man 3
    +----
    +----
              |Spider-Man 3           Walt       |Mickey Mouse
    +----
    Disney     +----
    Walt      |Mickey Mouse                      |Winnie the Pooh and
    Disney    |                                  |the Blustery
    Day
    +----
    +----
              |Winnie the Pooh and
              |the Blustery Day  
    +----
    In other words I want to suppress the same values in the first column and I don't want the heights of the rows of the second column follow the heights of the rows of the first column. I tried to create two details section and to use underlay the following section in the first details section, but without success.Thanks. 

    Post Author: Yuri
    CA Forum: General
    So could you group by issue datetime (at the appropriate resolution, e.g. per day) and then by studio? I've done it and the report looks great!  Thank you! Now I use underlay of group headers under details instead of suppress of  duplicated   group values in detail section and I'm happy!And  I have another question... Suppose, there are two contractors that work on three Customer's sites. The first contractor makes Pumping operations.  The second contractor makes Slickline operations.One day the first  contractor  made   Pumping operations on site#1,
    then this contractor moved to site#2 and made   Pumping operations here.
    In the meantime another contractor made Slickline operations on site#2,
    then it moved to site#1 and made   Slickline operations here, tonight the second  contractor moved to site#3 and made   Slickline operations here.Details of operations are stored in the one Table with the following columns:Operation_id, Site_id, time_from, time_to,  Code_of_Type_of_Operation, Operation_memo, Contractor_name, ...     The customer wants to have a daily operations report where all operations for each Site are placed together, but in the meantime each Site must
    be placed wholly into proper Operation Type section accordantly with the first
    operation which has place on the Site. So I need to create the following Structure of the report:Pumping operations
       Site#1   Details  of  Pumping operations on Site#1
                    Details  of Slickline operations on Site#1Slickline operations    Site#2   Details  of Slickline operations on Site#2                   Details  of  Pumping operations on Site#2
       Site#3   Details  of Slickline operations on Site#3// Each "Details  of operations" section is a number of rows from Details of operations Table
    In other words the rule is the following:to seek for the first operation for each Site and to place each Site to a suitable section, for example: the first operation for Site#1
    is  PUMPING, so Site#1 must be placed into u201Cpumping operationsu201D section, the first operation
    for Site#2 is SLICKLINE, so Site#2 must be placed into u201Cslickline operationsu201D  section.
    I think that If I'll use grouping:
    Group 1 Type of Operation   Group 2 Site
    then I'll have the following wrong report:
    Pumping operations    Site#1   Details  of  Pumping operations on Site#1   Site#2   Details  of  Pumping operations on Site#2Slickline operations
       Site#1   Details  of Slickline operations on Site#1
       Site#2   Details  of Slickline operations on Site#2
       Site#3   Details  of Slickline operations on Site#3But the customer doesn't want to break Sites! :(I have a number of ideas how to realize this report, but I would like to listen to masters.Thanks in advance!

  • How to design crystal report multi column

    how to design crystal report multi column
    for example
    id              1001             id                 1002     
            id            1003
    name        dinesh          name            dk                 name       
    dkn
    address   kota             address       jaipur             address     delhi
    pin          3260356        pin              546332            pin       
    675942
    id              1004             id                 1005       
               id            1006
    name        dinesh1       name            dk1                     name       
    dkn
    address   kota1           address       jaipur1                 address     delhi
    pin          32606           pin                546345                pin       
    675942
    and so on....................

    DN
    I am afraid you have come to the wrong place.  MS does not support Crystal reports except for
    "Microsoft supports setup and installation for the Crystal Reports products shipped with the Professional and Enterprise Editions of Microsoft Visual Basic for Windows versions 3.0, 4.0, 5.0 and 6.0."
    For other support you need to contact
    For other Crystal Reports support, please do not contact Microsoft. Please contact Crystal Decisions (formerly Seagate Software), which now owns and supports Crystal Report Writer.
    http://support.microsoft.com/kb/100368
    Wanikiya and Dyami--Team Zigzag

  • How to do this report

    the report should display the number of users logged in to the system with there system name
    and the transaction they are doing..
    and these data should be updated for every 5 min in any of the ztable
    that table should hold the data for atleast 15 days
    how to do this report

    hi kalyani,
    you can find the transactions by a particular user from the transaction SM04.
    SM04 gives you the details of the users logged in,terminals,transactions the user is working on, the time he has logged in,no of sessions user has opened, and the memory used by the user's programs... all of that w.r.t to the client we login. but we can't get info like date and number of times the user has logged in.
    U can see tables:
    USR01 User master record (runtime data)
    USR02 Logon data
    USR03 User address data
    USR05 User Master Parameter ID
    USR12 User master authorization values
    You can also use transaction code ST03N.
    1. Go to tx code - ST03N
    2. Under "Workload" you can select your "Instance or Total" so that it expands and shows you Days, Week, Month.
    3. If you want to look at the transactions executed for a particular day, lets say, then double click on any day.
    4. At the bottom left you get "Analysis Views"
    5. Select & expand "User and Settlement Statistics"
    6. Double click on "User Profile"
    7. On the right side of the window you get a list of all the users
    8. Double click on a particular user you want to view the details of.
    9. The new screen will display the "Transactions/Reports Utilized by User XXX"
    If you wanna track which users executed a particular transacation then follow this:
    10. In "Analysis Views" expand "Transaction Profile"
    11. Double click on "Standard"
    You can view the list of Transactions and Reports.
    12. Double click on the Tx Code or Report you wanna check and it will show the Use of it.
    This will help you.
    regards,
    sravanthi

  • How to achive this report.

    Hi,
    Scenario : Some raw materials qty are moving to a series of various machines in work in poress .Here some of materials are rejected Qty by machines and let say xyz reason.
    In OBI,If i pull all required columns into report all columns are pulling correct information expect machines.
    Machine column diplaying all used machines name.. but my requirement is only rejected machines and rejected qty for particular machine should be display in report.
    How to achive this.Kindly let me . Thank you.

    867932 wrote:
    Hi,
    Scenario : Some raw materials qty are moving to a series of various machines in work in poress .Here some of materials are rejected Qty by machines and let say xyz reason.
    In OBI,If i pull all required columns into report all columns are pulling correct information expect machines.
    Machine column diplaying all used machines name.. but my requirement is only rejected machines and rejected qty for particular machine should be display in report.
    How to achive this.Kindly let me . Thank you.Please take the time to explain in more detail - your post is not very precise and you dont describe your data model.
    As a guess, I would start with a filter : rejected Qty > 0 so you only get machines which have had a rejection, compared to "Machine column diplaying all used machines name".
    Hope this helps!
    Alastair

  • How to design SSRS report using SharePoint 2010 List Version History

    Hello,
    I am using  Sharepoint 2010 list, i need to design SSRS report using Sharepoint List Version History. Could please let me know how to design.
    Thank you.
    Kind Regards

    You could do that with SQL Server Reporting Services, Please follow the instructions from the link below:
    http://www.mssqltips.com/sqlservertip/2068/using-a-sharepoint-list-as-a-data-source-in-sql-server-reporting-services-2008-r2/
    Hope that would work fro you.
    Please Mark as Answer, if the post works for you.
    Cheers,
    Amar Deep Singh

  • How to design this BO?

    This picture shows the result which I want ,however,I don't konw how to design the BO! Can anybody help me ?
    Best Regards!

    Hi,
    Have a main view with 3 viewcontainer ui elements. Have 3 more views, with each control in the view. Have 3 attributes defined in a node of the component controller, one each for the tree selection, ALV selection and button enabling. All these attributes will be of type char01. Map the component controller node to all your view nodes.
    In the click event of the tree, set the first attribute. In the click event of the ALV, set the second attribute. In the wddoinit of the 3rd view, do a get_attribute to see if both the previous attributes are 'X'. Then do a set_attribute of the 3rd one. Bind the 3rd attribute to the 'Enabled' property of the button. By default it will be greyed out.
    But why do you need each control in a separate view? You could very well place them in transparent containers or some other element inside the same view right? From your description, I dont really see a need for separate views.
    Hope this helps.
    Regards,
    Nithya

  • How to design ageing report

    hi friends
    How to create ageing reports.If any one has documents/links pls provide me..

    Hi,
    Check in..
    http://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
    Thanks
    Reddy

  • How to design SSRS report to filter multi-value parameter?

    I developed an RDL which takes a multivalue parameter and I want to set a visibility expression or filter based on this parameter. This parameter uses an "All" value equal to '660E4583-7F29-4D37-8038-5096AE6A1A7F'.
    I want to make the main tablix visible if this parameter is set to this uniqueidentifier and invisible otherwise. How can I achieve this either in the tsql dataset or on the report side? I have tried numerous workarounds, but none have worked so far! I've tried
    different expressions and datatypes.
    Before I tried If/Else statements in the tsql dataset, but most recently I instead added flags to the tsql dataset for each condition and am trying to make this tablix only include the records with the flag matching the parameters chosen. But even this is not
    working for me.
    Here is sample data:
    create table #dummydata
    parameter varchar(max),
    b varchar(max)
    insert #dummydata values('660E4583-7F29-4D37-8038-5096AE6A1A7F','record 1'),('660E4583-7F29-4D37-8038-5096AE6A1vcd','record 2'),('660E4583-7F29-4D37-8038-5096AE6A1v52','record 3')
    select * from #dummydata
    And my filter expression in the RDL for this tablix is:
    =iif(Parameters!Modifier.Value(0)="660E4583-7F29-4D37-8038-5096AE6A1A7F",1,0)
    With datatype = integer and value = 1 However, this tablix is invisible with the above even when I choose "All" for the parameter value = default value. How can I make this tablix visible?
    Ryan D

    Hi Ryan D,
    After testing the scenario in my local environment, everything goes well. As per my understanding, I think this issue can be caused by the Available values in the Modifier parameter. Could you tell us the Available values of Modifier parameter in your scenario?
    The following scenario in my test is for your reference:
    I create a dataset with the sample data you posted.
    Add a multi-value parameter named Modifier in the report.
    Specify the following values in the Available Values of the parameter (please note that the value “All” should be located in the first place, because we use Parameters!Modifier.Value(0) in the filter):
    Label: All                 Value: ="660E4583-7F29-4D37-8038-5096AE6A1A7F"
    Label: A                   Value: ="1"
    Label: B                   Value: ="2"
    Label: C                   Value: ="3"
    Drag a table to the design surface, insert parameter and b fields in the table.
    Use the same expression as you said to add a filter in the tablix.
    We can refer to the following screenshot:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to design crystal report with web service data source?

    I want to design and run a Crystal Report 2008 against my ADO.NET DataSet from web service method.
    I choose New Report, for Data I choose XML, then "Use Web Data Source" hit next, then choose "HTTP WSDL URL" I enter http://localhost/RDWS/Service.asmx?wsdl, hit Next, I leave HTTP username and HTTP password blank. Then I see the Services, Ports and Methods screen. Services: Service, Ports: ServiceSoap, Methods: CustomerOrdersDataSet
    When I click Finish, I get Logon Failed, Details, Schema file is invalid. error:Element Schema@htttp://www.w3.or/2001XMLSchemal not found.
    How can I get this to work?

    The native XML driver is incompatible with ADO.NET DataSet XML.  The specific issue is that the driver cannot handle the recursive definition on "Schema" that the .NET DataSet XML uses.
    The workaround is to create a .NET class that Web References, invoke the Web Service method for the DataSet, then returns it. 
    Use the ADO.NET (XML) driver in Crystal Report to consume the .NET data source.
    Note - when you deploy your report, ensure you deploy the DLL for the .NET class you've created.
    Sincerely,
    Ted Ueda

  • How to develop this report/Query that selects records with MAX Value

    Hi,
    My requirment is to develop a report to show all emp whose policy is going to expire ith in the user selected date intreval...
    Emp_ID--App_Date-Policy_Strt_Date--Policy_End_Date--App_Status
    101.01.2007---BlankBlank--
    NEW   (New application for a Medical Insurance policy raised for employee)
    101.01.2007---01.02.200730.05.2007--
    COMPLETE (policy issued for emp with strt & end dates)
    115.05.2007---01.02.200730.05.2007--
    RENEWAL  (a application is raised to renew emp policy)
    115.05.2007---01.06.200731.12.2007--
    COMPLETE  (policy issued for emp with strt & end dates)
    115.12.2007---01.06.200731.12.2007--
    RENEWAL  (a application is raised to renew emp policy)
    115.12.2007---01.01.200831.05.2008--
    COMPLETE  (policy issued for emp with strt & end dates)
    115.05.2008---01.01.200831.05.2008--
    RENEWAL  (a application is raised to renew emp policy)
    115.05.2008---01.06.200831.05.2009--
    COMPLETE  (a application is raised to renew emp policy)
    So EMP 1 got valid policy untill 31.05.2009.
    When a user executes a query to show all employees whose policy expiry date intreval (01.05.2008 to 31.05.2008)
    it shouldn't show Emp 1 as he got  valid policy untill 31.05.2009  but currently it is showing Emp 1....
    How can i achieve this
    Thanks

    Hi
    Thanks for the update
    I created variable on Plc End end
    If user enter show all emps whose policy is expiring in MAY (01.05.2008---31.05.2008) it is displaying EMp 1 as well but emp 1 has a policy which expires in 2009
    Thanks

  • How to design this application with Struts?

    I want to disign an application like this:
    Input the students data to the database(or xml)
    e.g:student_id,student_name,subject_id,subject_name,achievement...
    If i submit one record each time, it's easy to do it.
    use the tag of Struts as:
    <html:form ...>
    <html:text property="student_id"/>
    <html:text property="student_name"/>
    <html:text property="achievement"/>
    </html:form>
    And then create an ActionForm which attributes are correspondint to these input fields and create the Getters and Setters.
    But,if i want to input multi-record(e.g:10 records each time), how can i design the input page and how can i design the ActionForm?
    Frustrating...

    You could use struts indexed properties.
    http://struts.apache.org/faqs/indexedprops.html
    It is quite fiddly, but it does work.

Maybe you are looking for

  • Looking for a way to move entire pages from one photo book into another photo book.

    I haven't found out how to move pages from one photo book into another. Surely this is possible? Also on the subject of photo books: it seems that it is not possible to enlarge the size of a text box. Or has anyone found a way to accomodate more than

  • Manage Jobs in Adobe Central Server

    Hi, I've defined a number of jobs in Central's Job Management Database. Is there an easy way to export these jobs, so that I can easily redeploy them on a different Central Server instance? I was also wondering whether it's possible to change the nam

  • "symantec.itools.awt.*" does not exist

    I imported the following packages to enable the setting of ImageURL and getting of URL. import symantec.itools.awt.shape.*; import symantec.itools.awt.*; I compiled the application under jdk1.4.1 but it complained that the above packages do not exist

  • CrEme Version

    Hi all, We are using Windows Mobile 2003 with SAP Mi 2.5 Sp18... Now my team by mistake is using Creme version :CrEme327a_AX_CE50_PPC_minimal.CAB. I downloaded CrEme327b_AX_CE42_PPC_minimal.CAB which is the latest version for Mobile 2003.. Can anyone

  • Wired Mighty Mouse and right click on my intel  imac

    Hi, This is a stumper! 1) Wired mighty mouse stated to lose right click functions. Control click works fine but right click with menus is gone. 2) Tried steer mouse. No change 3) Deleted hidmouse user prefs. No change. 4) System Archive and install.