Order By in a Group

Hi All,
I have a drill down report of Product Sales. The top level of the drill down is the Product with total sales for that Product, then when you click on it, it shows a drill down of the Sales for that Product for each different store.
In the 'Group Sort Expert', I have selected 'Top N', based on Sales where N is set by a formula (in the formula it is set to a parameter of the report so the user can select Top 10, Top 20  etc.)
What I now want to do is order the results by the Style code of the Products, but I can't see how this is possible, since there is no further order by within the group sort.
If I change the "Sort Fields" order in the Record Sort Expert, this appears to have no effect, since it is still sorted by the Group Top N sort.
What I want to achieve is say, the Top 50 selling Products, but ordered by the Product Style Code (unique for each Product) rather than the Sales amount.
Any pointers on how to achieve this would be appreciated !!

Arrghh. Thought I'd sorted this, but I have one more problem.
I have something like this where columns A,B and C are numeric:
Top Level : Product Code, Product Name, A, B, C
Drill Down :  
London..........................................a1...b1...c1
New York......................................a2...b2...c2
Paris.............................................a3...b3...c3
now A : Sum(a) i.e. a1a2a3
       B : Sum(b) i.e. a1a2a3
       c :  if b = 0 then 0 else (a/b)*100
       C : if Sum(b) = 0 then 0 else Sum(a)/Sum(b)
so for example I might get
Top Level : ABC, Widget1, 185, 67, 276.1
Drill Down :
London.............................................55...20...275
New York.........................................60...22...272
Paris................................................70...25...280
All I want to do is group the report by the value of C in descending order, but since C is a formula it doesn't appear in the summary, so I can't use the Group Sort Expert to do it. I can't add something like Max(c) and sort on that, since that might give a different order. I can't use average of c, since that is not correct either, and I need to ignore any values of c that are zero. I can't add a summary of the formula since Crystal canlt cope with summaries of summaries.
What am I missing here - it should be straightforward I would think ?
All I can think of at the moment is to go back to the stored proc again and add another column to the result set that is the summary column C on every Location line, but that seems a bit of a cludge. Mind you I find myself doing nasty hacks all over the place in Crystal to acheive the results I want. sigh

Similar Messages

  • Splitting Purchase Order based on Loading Group.

    Hi,
    My client is a fashion retailer. They have two Loading Groups, General Merchendise that comes in cartons and Hung garments that com hung on hangers.
    PO`s are created for every Vendor by Follow-on processing of allocation or by replenishment run.
    It is desired to split our Purchase Orders based on loading group.  So that there is a separate PO for General Merchendise and Hung Garments. These can then be handled separately during GR and furthur processing.
    Would like to know how to configure this.
    Thanks
    Barry

    You need to Define Two PO document types one for General Merchendise and other for Hung garments
    and use BADI  ME_PROCESS_PO_CUST  and incorporate the Logic that
    for PO Type General Merchendise the Loading Group of Hung garments Not allowed and Similarly
    for PO type Hung garments the Loading group of General Merchendise not allowed ..

  • To enable filtering the Purchase Orders based on Purchasing Group in Issue

    Hi All,
    We are facing one issue
    Currently we are working with Extended Classic Scenario with SRM 5.0 and support pack 11
    If the buyer uses Issue PO transaction in SRM, there are POs from all the buyers.
    There is no filter to allow the buyer to display only POs relevant for his/her Purchasing group.
    To enable filtering the Purchase Orders based on Purchasing Group in Issue Purchase Order transction, we found one
    OSS note : 1162884 - BBP_PPF: Purchasing group as search criteria for PO
    But we found that this oss note is not applicable for our system version
    Could you please help me to resolve this issue by any suggestion or by any other oss note?
    Thanks
    Snehal

    Hi Snehal,
    There is a easy way to do that.
    Go to buyer role in PFCG transaction and look for profile and go inside profile ...look for your transaction...
    for Process PO  transaction -  BBP_PD_PO and you have field BBP_PURGRP...using which you can restrict it on purchasing group..
    You may have to copy same role and create new roles based on purchasing group..
    I feel that basis or Security and Authorization team can help you in this matter.
    Regards,Nishant

  • Error while placing an order using custom shipping group

    I created a custom shipping group named 'shipToStoreShippingGroup' with a custom shipping method named 'ship to my home store'
    Im getting this error while placing an order
    11:47:54,626 ERROR [OrderRepository] SQL Statement Failed: [++SQLInsert++]
    INSERT INTO dcspp_ship_group(shipping_group_id,type,version,shipgrp_class_type,shipping_method,description,state,price_info,order_ref)
    VALUES(?,?,?,?,?,?,?,?,?)
    -- Parameters --
    p[1] = {pd} sg1480003 (java.lang.String)
    p[2] = {pd: type} 300 (java.lang.Integer)
    p[3] = {pd: version} 1 (java.lang.Integer)
    p[4] = {pd: shippingGroupClassType} shipToStoreShippingGroup (java.lang.String)
    p[5] = {pd: shippingMethod} Ship to my home store (java.lang.String)
    p[6] = {pd: description} sg1480003 (java.lang.String)
    p[7] = {pd: state} INITIAL (java.lang.String)
    p[8] = {pd: priceInfo} ai730013 (atg.adapter.gsa.SingleValueGSAId)
    p[9] = {pd: order} o1100001 (atg.adapter.gsa.SingleValueGSAId)
    [--SQLInsert--]
    11:47:54,641 ERROR [CommitOrderFormHandler]
    CAUGHT AT:
    CONTAINER:atg.commerce.CommerceException; SOURCE:CONTAINER:atg.service.pipeline.RunProcessException: An exception was thrown from the context of the link named [addOrderToRepository].; SOURCE:CONTAINER:atg.commerce.CommerceException; SOURCE:CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException: ORA-02291: integrity constraint (SYN_PRD.SYS_C0039101) violated - parent key not found
    at atg.commerce.order.OrderManager.processOrder(OrderManager.java:3007)
    at atg.commerce.order.OrderManager.processOrder(OrderManager.java:2923)
    at atg.commerce.order.purchase.CommitOrderFormHandler.commitOrder(CommitOrderFormHandler.java:402)
    at atg.commerce.order.purchase.CommitOrderFormHandler.handleCommitOrder(CommitOrderFormHandler.java:361)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at atg.droplet.EventSender.sendEvent(EventSender.java:582)
    at atg.droplet.FormTag.doSendEvents(FormTag.java:800)
    at atg.droplet.FormTag.sendEvents(FormTag.java:649)
    at atg.droplet.DropletEventServlet.sendEvents(DropletEventServlet.java:523)
    at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:550)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServlet.java:128)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java:191)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.java:655)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServlet.java:2425)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTriggerPipelineServlet.java:169)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.multisite.SiteSessionEventTriggerPipelineServlet.service(SiteSessionEventTriggerPipelineServlet.java:139)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:477)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:208)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:437)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.projects.store.servlet.pipeline.ProtocolSwitchServlet.service(ProtocolSwitchServlet.java:287)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:469)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:280)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:370)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.userprofiling.sso.PassportServlet.service(PassportServlet.java:554)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:91)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:212)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:383)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:135)
    at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1174)
    at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:857)
    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:250)
    at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:263)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.sql.SQLException: ORA-02291: integrity constraint (SYN_PRD.SYS_C0039101) violated - parent key not found
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:216)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:966)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1170)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3339)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3423)
    at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:365)
    at atg.adapter.gsa.SQLStatement.executeUpdate(SQLStatement.java:725)
    at atg.adapter.gsa.Table.insert(Table.java:1380)
    at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:6739)
    ... 80 more
    Please help me in resolving this error
    Thanks in advance.
    Edited by: 993208 on Mar 12, 2013 10:07 PM

    All,
    Issue is fixed with the following steps.
    - Make sure the Shipping Method has enabled the the option "Web Enabled"
    - Login to EBS-Oracle and click on iStore Administrator responsibility
    - Navigate to Shipping
    - Add the shipping method which is activated 'Web ENabled' option to the current site.
    In order to check the Shipping Methods fot the current site, check the outputs of the following SQLs.
    Atleast 1 row should be identical from the following SQL output
    Query 1
    select ship_method_code
    from WSH_CARRIER_SHIP_METHODS
    where organization_id = 83
    and enabled_flag = 'Y'
    and web_enabled = 'Y'
    Query 2
    select '2', x.msite_information1
    from IBE_MSITE_INFORMATION x
    where msite_information_context = 'SHPMT_MTHD'
    and msite_id = 10020
    Vamsi

  • Order based on material group

    Hello,
    In our current system the system looks on based of the Requisitioner and under which Purchasing Group the Requisitoner is set under PPOMA_BBP where the Purchase Requisition is going.  Then the Purchaser can create a Purchase Order. Under each Purchasing Group is an appointed Purchaser.
    Weu2019d like to change this proces. We want this change based on material group. However, when multiple Purchasing Groups use the same material groups than the system always looks for the top Purchasing Group. This is not the intention. Can this set separately in PPOMA_BBP? Or elsewhere in the system?
    Thanks in advance.
    Best regards,
    Petra de Winter

    Issue resolved

  • Planned order link for Strategy group 40

    Dear All,
    We are creating sales order for a material which is having strategy group 40. Requirement Type KSV is determined in the sales order. Let us assume that we don't have stock for this material. After MRP run, planned order has been created for sales order qty. Now I want to get planned order number for sales order at table level or any using any FM to use Z report. I can check the planned order number in MD4C by giving sales order number in the input screen but I want to know where and how to get the link for Z report. Please any one help me out on this.
    Thanks in advance,
    Regards,
    Babu

    any idea/update on this.....

  • Can I rearrange the order of my calendar groups?

    I am only able to drag a calendar group to the very top. I have several groups of calendars and would like to arrange them in a specific order and it will be frustrating to have to do it from the top down. If you don't know what I am talking about, create 3 or 4 groups and try to put the one on bottom in the second position.
    This wouldn't bug me if I didn't have 30 groups to arrange.

    First (just to make things easier) close all the groups triangles (of course they might open any way as you move a group).
    Now, when you grab the lower group to move it up, watch the mouse arrow. Move the arrow between groups, and to the left, between the triangles and the checkboxes.
    It is hard to see but a placement line does appear (behind the group you are moving) when the arrow is placed in this location (I wish I could send a picture with this email).

  • Change the ordering unit for a group

    Gurus,
    I need  to change the ordering unit for a particular group of materials using the mass changes in material master . The problem here is it is not showing the ord UoM in the selection field. ?

    hi
    pls follow this:
    1.Go to MM17
    2. Click on fields
    3. Search for MARA-BSTME
    You will get ordering unit.
    GANESH....

  • PM Order & Notification link -Transfer group codes of damage

    Hi Experts
    I am facing an issue, when work order is created directly automatic from the PM notification;
    the following fields of
    Code Group of Problem as well as the
    Code Group of Causes
    assigned to the tag "Catalogs" from the PM Notification
    are copied directly to the PM order HeaderData tag in the subscreen "Damage" tag;
    but the Code Group of Activities and the corresponding code are not copied to the PM order;
    Is there any BADIs/User-Exits that allow to copy and enable these fields in the PM order?
    Thanks
    Andres Catalan

    Hello Andres,
    To my knowledge, there is no enhancement way of adding a field into this standard subscreen. Also unlike Notifications we can not add custom screen areas to the tabs of Order. So, to have custom user fields (in your case Activity), you need to add Enhancement tab through user exit IWO10018. And write your codes in user-exit like IWO10009 or otherwise, to have the Activity value into this field.
    KJogeswaraRao

  • Purchase order creation - Account assignment group C (Sales Order)

    Hello Gurus
      During the purchase order creation in Me21N, account assignment category C (sales order) is available. In which scenario we will use it. When I assign C system is asking for a GL account. Why system needs a GL account, and how the posting will be at the time of goods receipt. Thanks for your help in advance.

    Hi,
    Creation of Purchase Order with t.code: ME21N  with account assignment category C (sales order) is used for Time and Material Expenses with third party scenario and you need to enter sales order number and respective G/L account . In this scenario 1st a  sales order is created with a material( material created DIEN material type) & then purchase order created with respect to sales order.
    Here you provide service to your customer and this service you procure from your vendor, you just play middle role  for providing and getting service.Standard DIEN material type designed for Sales usage only, so you create sales order  for service material.Service master is used to get service from vendor with item category D with proper account assignment category as C
    Example:
    Material type DIEN is used for when you offer "SERVICE" to your customer.( The steps are (VA01,VF01,VF04,F-28), If u used HR module( you can used with sales order with t.codes are: CAT2,CATS_APPR_LITE,CAT7,PR05,PRRW,PRFI)
    Service Master records(AC01)ESM is used when you procure "SERVICE" from your vendor.( Steps are: ME21N with Item Cat. "D" with Acc. ***. Cat. "C", ML81N,MIRO & F-53).
    Regards,
    Biju K

  • How to update planner order item with function group M61O

    Dear sir,
    I need to changed the item of the planned order, for example, delete one part, add one part or change the quantity for one part, it seems MD_PLDORD_CHANGE_COMP_ITEMS have the function. But i don't have the detail description on the parameter or instrution. Could you please give your experience on how to change the item on planned order.

    Dear Sir,
    Thanks for your help.
    Currently we not used the standard BOM, we have a part list and every material has a fitment point, then we assigned the material to planned order via add-on program based on fitment point. When the part list changed, for example, the quantity of one material changed, we need to changed the planned order item accordingly. I hope we can update it by program due to the big data volume.

  • Change Material account assingment group in sales order

    Dear Experts,
    In sales order material account assignment group field is gray, we want to change it as per our requirement. How to do?
    Please guide
    Regards
    BK GAIKWAD

    Hi,
    could you please take a field and explain how to do in Screen variant?
    e.g. VA02, item level, Tab Billing Document, field VBAP-KTGRM
    currently you can not change this (greyed out), what steps to do, so that you can then change in this field?
    Many thanks!
    actually the question which I am asking now is the original question......
    Edited by: Typewriter on Jun 25, 2011 5:54 PM

  • About account assignment group in Sales Order.

    Hi gurus,
    I am working in SD for the first time and I am facing below problem
    1. Material code was created  with account assignment group (MVKE-KTGRM)  as blank (Sales Org 2 view)
    2. Later this material was entered in Sales Order.
    3. Subsequently Sales Order BOM and Production Order were made against this material.
    4. We maintained account assignment group in material master after creation of Sales order but account assignment group was not updated in Sales Order.
    5. Now the field is gray out or non-editable is there any way by which we can maintain account assignment group in the sales order.
    6. As the field is non editable we are unable to do Invoice by VF01.
    Is there any way by which we can maintain account assignment group in Sales Order??
    Edited by: Deepak Kulkarni on Mar 6, 2012 2:09 PM

    Hi
    As you have mentioned that you have maintained the acct assignment grp in the material master after the order was created, it will not appear in the sales order item already created and it will only reflect in new orders and changes to existing orders for that material.
    Proposed solution:
    If it is order related billing that you are doing, then goto VA02 and delete and re-enter the item with same material and qty.
    The account assignment group will appear.
    If the item is delivery related and if the delivery has already been created but PGi not done, then delete the delivery and then delete the item in the sales order and re-enter the item as told above. If PGI also done, then reverse the PGI, delete the delivery and re-enter as suggestd in above scenarios.
    The account assignment group will appear in the billing document document tab in item level.
    Regards
    Madhu

  • Is it possible to limit a group of customers to create a kind of order

    Hi,
      I went to divide our customer into tow groups, one group can create sales order with a kind of order type,and another group can create sales order with other type? in other words,I don't want a group of customers create a special type of sales order.Is it possible?
    Thanks.
    Regards
    lance

    You can block a sales order for a sales area. Now you are grouping your customers in two groups regardless of sales areas i believe. If not, you can do it by blocking the order type for that sales area.
    But if you are grouping your cust regardless of sales area, then i think you will have to look for a user exit at create order(va01) and check for the relevant  group(from the cust master)when u enter the customer. if it satisfies the condition then allow to proceed otherwise prohibit from further processing giving the relevant error msg saying" Customers with group say X cannot be used for order type say OR"
    Thanks
    Vishal

  • Do the purchase order can be created with several purchasing groups?

    Hello gúrus,
    I need your help again a.s.a.p. please!
    We are implementing SAP R/3 ECC 600 and we have SRM too.
    In the SRM is possible to create a purchase order with several purchasing groups, but, in MM we cannot because of the purchasing groups is the the header level.
    Somebody expert from SAP told to the client that its possible to create a Purchase order in MM with several purchasing groups..
    Is it possible? or, where I can find information from SAP that said that its not possible?
    Could you help me please?
    Regards,
    Sandra Palomo

    How can I create a PO with different purchasing groups to the same PO?
    Could you give me a detail?
    Regards,
    Sandra Palomo

Maybe you are looking for

  • Hotmail is printed in AAA size in Firefox Internet Explorer OK

    Messages from Hotmail are printed in AAA size text which is so small it is impossible to read when using Firefox, but prints perfectly OK with Internet Explorer. Firefox was OK until recently, it could have happened with the latest update.

  • ORA-10914: invalid TABLESPACE GROUP clause

    hai im trying to create a database in oracle 10g tablespace sysaux datafile 'E:\oracle\product\10.1.0\oradata\multi\ts_sysaux01.d bf' size 10m autoextend on extent management local ERROR at line 9: ORA-10914: invalid TABLESPACE GROUP clause can any o

  • How to Create Filter by date Query for access using Data base connectivity tool

    Hello, I had started my project by reading Access datas, by using an UDL connection, but now i want to create an access filter using a query that would permit to select two dates, and to obtain all corresponding datas, how to do it using the Parmetri

  • Credit and Debit Memo (Vendor and Customer)

    Hi Team, Credit Memo raised means - Debit to SAP/Company and Credit to Vendor/Customer? Debit Memo raised means - Credit to SAP/Company and debit to Vendor/Customer? Is this understanding is correct? Thanks Ram

  • Another failed upgrade form 40/10 to 80/20 - lost ...

    I signed up for BT Infinity Option 2 (unlimited) back in October 2011, and the service was installed, worked consistently well at around 28Mbs down / 5 Mbs up. So far so good. The BT website offered the option of upgrading from the 40/10 service to t