Order Management seeded reports based on customer party relationships??

Hi All:
We have a requirement where our customers are associated to the buying groups/management companies. We are creating a party of type "Organization" for the buying groups and management companies and associating all the customers to these buying groups as party relationships. Ideally this client looks for all the sales reporting for the customers associated to these buying groups/management companies at the end of the month to pay them the royalities/commissions.
So are there any oracle seeded reports(order details) which we can run based on the buying group/management company party and their party relationships with the customers or do we need to write the custom reports??
Please let me know.
Best Regards,
Prashanthi Chennupati.

Dear Venkata Chalapathi,
Following is the logic for your requirement.
If the check is on the basis of payment terms of pending billing documents alone, then
check DYNAMIC with Reaction C/D and Status 'checked'
Then maintain the same settings against OLDEST OPEN ITEM with Days oldestItem = 0
Now, make a sales order and system will trigger the credit check message (assuming there are uncleared documents )
Ask your abaper to find an Exit/Enhancement in this message spot and you can write a logic to check the
billing documents in BSEG by fetching the document types with 'RV' (assuming we are considering only the billing documents)
and in the VBRK get the billing date and we can get the payment term in vbrk-zterm and its corresponding date in T052-ZTAG1
If the billing date + T052-ZTAG1 value is greater than SYSTEM date , then you have to trigger the credit check message in the sales order. Else allow the sales order.
Check and revert back if there is any doubt/additional requirements.
Thanks  & Regards,
Hegal K Charles

Similar Messages

  • Need Report based on "CUSTOM DATA field @ Shop Order Maintenance"

    Need the REPORT based on CUSTOM DATA field.
    Requirement - I am having the CUSTOM data at Shop Order Maintenance that is called as XXX, I need some report in SAP ME which can display the SFC related to particular Shop order based on XXX Number.

    Hi!
    As far as I remember there is no such base report. So, you may try to create it using SDK or request it as custom enhancement from SAP.
    If you want to create it using SDK, you can find the required data for report in CUSTOM_FIELDS table.
    Regards,
    Alex.

  • Can We generate Check report based on Custom Dimension in FDM

    Hi All,
    We got a requirement in our project to generate the check report based on custom dimension. As far as i know the check reports that got generated in FDM are based on Entity Dimension.
    So, will you please let me know whether it is possible to generate report based on any one of the custom dimension.
    Thanks.

    I guess I am not understanding the question here?
    The check report is based on the location/entity that you are running the report for.  You can pull values for a specific intersection in the target application with the check report, so you could specify the custom dim in the intersection.

  • Report based on custom Query - Question about Data Source

    Hello,
    I am trying to create Crystal reports (EBO R3.1, Oracle 11g Database, CR2008) based on custom queries. Tried using different kinds of Data Sources but getting stuck once I export them to Infoview.
    1. Using Oracle Server: This method works fine on my local & Infoview. But since I have lot of reports, I do not want the DB username/password associated to the report. I neither want BO to prompt username/pwd to my user.
    2. Using ODBC(RDO):
    Again, works fine on my local. Once I export to Infoview, it fails with this error: "Failed to open the connection"
    Which makes sense, because the DSN is created on my local machine and not on the server.
    How and what do I create on the server, so that the reports run?
    I do not know if using ODBC(RDO) is even the right way for creating custom SQL reports.
    I have been reading about Business Views, but not clear on how good they work.
    My goal is to create multiple reports, using custom SQL queries which use some kind of connection to the database that can be managed on the
    server in one place, and used by multiple reports.
    Can any of you please help me here
    Thanks,
    Sowmya.
    Edited by: SBat22 on Apr 13, 2011 5:58 PM

    Thanks for moving it to the right forum!!
    But, if I setup in CMC, a default username/password that the report needs....what would happen if my password changes?
    I would need to go to each and every report and update the password.
    I am looking for using one common "connection" for multiple reports. So that, when passwords change, all I update is in one central location.
    Can anyone please help!
    Thanks,
    Sowmya.

  • Display Error Message in BW Report based on Customer Exit Variable

    Hi
    I need to display an error message in the BW report based on the value of a customer exit variable - i was able to do this successfully in BW3.5 using the below code.
      WHEN 'ZUPN'. "Here ZUPN is the customer exit variable
        IF i_step = 1.
          <check for condition -- if successful, variable flag = 1, else variable flag = 0>
          IF flag = 0.
            MESSAGE e157(00). "Error Message
          ENDIF.
        ENDIF.
    I have upgraded my system to BI 7.0 now. Whenever the variable check is not successful, it displays a blank screen instead of the error message in the report. Please advice if we need to change the code and how ??

    Bhanu,
      Thanks for u r reply.This warning message appears every time i execute the report through portal.
    Any idea ?
    Regards
    Mano

  • Sales order to be blocked based on customer payment terms and credit limit

    Hello Gurus,
    We have some requirement of credit management  : Client  want sales order to blocked based on payment terms  if customer doesn't pay  previous dues as per the payment terms mentioned customer master ,sales order ,  irrespective of customer credit limit credit
    (i.e Even in the case of credit limit is not exceded for that praticular customer)
    Looking for your inputs
    Thanks inadvance
    Regards
    Venkat

    Dear Venkata Chalapathi,
    Following is the logic for your requirement.
    If the check is on the basis of payment terms of pending billing documents alone, then
    check DYNAMIC with Reaction C/D and Status 'checked'
    Then maintain the same settings against OLDEST OPEN ITEM with Days oldestItem = 0
    Now, make a sales order and system will trigger the credit check message (assuming there are uncleared documents )
    Ask your abaper to find an Exit/Enhancement in this message spot and you can write a logic to check the
    billing documents in BSEG by fetching the document types with 'RV' (assuming we are considering only the billing documents)
    and in the VBRK get the billing date and we can get the payment term in vbrk-zterm and its corresponding date in T052-ZTAG1
    If the billing date + T052-ZTAG1 value is greater than SYSTEM date , then you have to trigger the credit check message in the sales order. Else allow the sales order.
    Check and revert back if there is any doubt/additional requirements.
    Thanks  & Regards,
    Hegal K Charles

  • Output of PDF report based on (custom, hand-coded) XSL-FO

    I am attempting to reproduce a fairly particular report format using the XSL-FO "option" in ORACLE APEX. I am operating on our client's machine (which is APEX 3.1 and Oracle 10 something), but receive similar results under the hosted apex.oracle.com environment (APEX 4, BI, etc.). I presume (but currently can't verify) they have the Oracle BI set up as their print server (simple XSL-FO, RTF all seem to work).
    I have been using the Oracle BI Publisher Desktop template viewer tool to process my XML/XSL-FO into PDF, and it looks and works great!; I see an almost exact reproduction of their "old" report.
    However, when I upload the XSL to APEX, I get a PDF with 0 bytes (error somewhere). I have tried to reduce the XSL to the point where I get an error and I will try to explain what works and what doesn't:
    1. Goto APEX -> Application -> Shared Components -> Report Layouts -> Create and Create new Generic XSL-FO report.
    2. Copy the text in "Page Template" to new (empty) text document [in Notepad++].
    3. Upload to APEX as new Name Columns (XSL-FO) layout.
    -- Still Works --
    4. Changed page size to letter format (612pt x 792pt) and modified margins to 10pt all-around.
    -- Still Works --
    5. Insert text (within <fo:block> and <fo:inline> elements) into header.
    6. Add a table:
                             <fo:table xsl:use-attribute-sets="border" margin-top='10pt' width='100%'>
                                  <xsl:variable name="_XDOFOPOS2" select="number(1)"/>
                                  <xsl:variable name="_XDOFOTOTAL" select="number(1)"/>
                                  <fo:table-column column-width="40%"/>
                                  <fo:table-column column-width="60%"/>
                                  <fo:table-body>
                                       <fo:table-row >
                                            <fo:table-cell padding-top='20pt'> <fo:block text-align='right' > <fo:inline> Inspected By: </fo:inline> </fo:block> </fo:table-cell>
                                            <fo:table-cell> <fo:block text-align='left' > <fo:inline> <xsl:value-of select='.//INSPECTOR' /> </fo:inline> </fo:block> </fo:table-cell>
                                       </fo:table-row>
                                       <fo:table-row >
                                            <fo:table-cell> <fo:block text-align='right' > <fo:inline> Approved By: </fo:inline> </fo:block> </fo:table-cell>
                                            <fo:table-cell> <fo:block text-align='left' > <fo:inline> <xsl:value-of select='.//APPROVAL' /> </fo:inline> </fo:block> </fo:table-cell>
                                       </fo:table-row>
                                       <fo:table-row>
                                            <fo:table-cell> <fo:block text-align='right' > <fo:inline> Date Approved: </fo:inline> </fo:block> </fo:table-cell>
                                            <fo:table-cell padding-bottom='20pt'> <fo:block text-align='left' > <fo:inline> <xsl:value-of select='.//APPROVALDATE' /> </fo:inline> </fo:block> </fo:table-cell>
                                       </fo:table-row>
                                  </fo:table-body>
                             </fo:table>
    STOPS WORKING
    My query is: SELECT * FROM Inspections
    and all of the fields referred to above exist.
    Does anyone know how to find out what the internal server is choking on, or is there some problem with my process, or?
    Thanks kindly,
    Daniel

    I would like to post what I did in fact get to work.
    I took the suggestion to replace single-quotes with double-quotes. What also DID seem to help things was:
    1. removing all XML entities from my markup, even properly escaped ones (like &amp; or &#160;)
    2. ensuring that:
    <xsl:variable name="_XDOFOPOS2" select="number(1)"/>
    <xsl:variable name="_XDOFOTOTAL" select="number(1)"/>
    appeared in the table (before anything else, still not sure what these are controlling or internal Oracle logic is happening).
    I am still not 100% (or even 60%) sure this problem won't crop up if we have to modify our template, but through going through our original markup and adding it to a file that "works", table by table, and
    assessing any errors, our reporting now works.
    However, having entities (especially ampersand, or the non-breaking space [used as a placeholder for NULL database values to ensure the table-cell gets created]) would be useful.
    Thanks for your comments.
    Daniel

  • Sales report based on Reason for Rejection

    Hi Guru's,
    I have a requirment to get the list of sales orders( Open/ Close) report based on Reason for Rejection.
    Please makesure it should be standard not customization and using tables.
    Thanks & Regards,
    Subbu.

    Hi subburamaiah
    If you want the report you can create a separate SIS report . In that take the input field  as a Reason for rejection.. and ask for the output the list of sales orders .Now when you check this user defined report you will give the reason for rejection and check what all orders got rejected on that reason for rejection.
    Regards
    Srinath

  • Cash Management - Forecast Report

    Dear Expert,
    In the cash Management - Forecast Report, I have customer invoice with discount payment term.
    Example:
    customer invoice - USD1,000
    Payment term is 30 days. If pay in first 10 days, 1% discount.
    So the forecast report is showing USD990 in the customer forecast column for the coming 10 days. But after the 10 days, it still showing RM990.
    Logically, it should have exceed the 10 days discount period and the report should show USD1,000, RIGHT?
    Any expert have any idea on this issue?
    Please share. Thanks.

    Hi Louis,
    May be the system is figuring out more than we expect ?
    Please check the cutomer master to see if the "Payment History" is flagged. If this is the case then the calculation of "planning day " is different. As you might be aware , usually Planning Day = baseline day + payment term days.
    Also check out the note 24883
    Hope you resolve soon,
    Shony

  • Creating a report based on a calendar

    Hi there!
    I would appreciate if anyone helps me with this issue.
    I've to manage a report based on a calendar. It is based on a monthly calendar in which you can see data for each day, then you can drill down to a weekly view and even a daily one (then you can drill down to the data atached to each day). It has to be dynamic because each month is different from the previous one and from the following one...
    Has OBIEE any function that would help on managing this kind of report?
    Thanks in advance.
    Regards

    I think this is not a drill down issue. It has to do with the creation of a report in a dynamic calendar.
    The issue is to be able to present the events in a way people can understan the time impact they have. In Siebel, you can view all the programed activities (events) as a normal calendar, showing in the days of the week as columns and the weeks as lines. In every interaction (specific day) the report should show all the events that are programed for that day.
    Being OBIEE the reporting plataform, this is a very important report that should allow people to filetr the view by dimension. For example is should show only those events programed for the noth zone, or marked as critical.
    This should alse have the posibility to drill down to the spoecific event-report.
    The difficult part is to be able to create the calendar view in a dynamic way.

  • Populate Material no in sales order based on customer material no

    Hi,
    We have to pass material no from a custom table based on customer material no in each line in the sales order. I tried using couple of userexits to pass vbap-matnr and the material no is passed in that line but I am not able to enter quantity etc on that line. I'm using USEREXIT_MOVE_FIELD_TO_VBAP to populate vbap-matnr but I think this is not the right place to populate matnr in the line item. Can you please help.
    Regards,
    SA

    Hi,
    Can you help me where to pass customer material no to derive material no as my company is not using knmt but a custom table?
    Yeah, if we maintain an entry in knmt, the customer part no derives the material no but I don't know where to pass material no so that the appropriate tables are populated automatically.
    Regards,
    Sheel

  • Creating a performance report based upon a custom group

    I am trying to create a simple performance report based on a SCOM group that I created, however when I run the report the relevant data cannot be found.  When I look at the group membership I see a list of Windows servers.  I then go into a generic
    performance report, add a single chart, and line series, and select "Add group" and then search and select the SCOM group I created.  I then add % processor time for 2008 systems as my rule.  However when the report is run, no relevant
    data is found. Performance reports run fine when  selecting "Add group" and selecting the members of the group themselves.
    My suspicion is that it is trying to run the performance report based on the group object and not the members of the group. Is there anyway that I can accomplish this?  Perhaps via XML?
    Keith

    Hi,
    For your reference:
    Creating Useful Custom Reports in OpsMgr: How to create a custom performance counter report for a group of servers
    http://www.systemcentercentral.com/creating-useful-custom-reports-in-opsmgr-how-to-create-a-custom-performance-counter-report-for-a-group-of-servers/
    SCOM reports on performance counters for large groups of servers
    http://www.bictt.com/blogs/bictt.php/2010/11/28/scom-reports-on-performance-counters-for-large-groups-of-servers
    Regards,
    Yan Li
    Regards, Yan Li

  • Can Solution Manager do an analysis of Abap Reports of the customer ??

    Good evening !!!
    The question is: Can Solution Manager do an analysis of Abap reports of the customer ?? This is, solution manager can give me a report with all the Z reports of the customer with their last date of use, utilization level, etc.... ???
    Thanks.
    Albert

    you can do this through your satellite system with ST03N

  • To know api for discrepancy  report.....(in order managment)

    hii,
    dudes,
    i want know concurrent program for discrepancy report in order managment.. for
    shipped order.....
    .

    hiii,
    dude
    i want to know about concurrent program for discrepancy report.......for shipped order......

  • Adding Inventory functionality to a custom Order Management Menu

    We have custom menus set up to limit access for users. We currently have a user that needs the 'Move Order' functionality from the Inventory module. This user does not have access to any inventory functionality. I would like to add the 'Move Order' submenu to a custom order management menu she does have access to. Would this work as anticiipated or would this introduce issues in one or both modules? Thanks.

    Hi,
    There should be no issue if you add the proper submenu. You may also need to add some functions which could be relevant to this submenu for accessing it properly from the custom responsibility.
    I would suggest you try this on test instance first, then move it to your production environment.
    Regards,
    Hussein

Maybe you are looking for

  • Connecting to a database from another computer...

    hi guys! i just wonder if there is a simple way to connect to my database from another computer? do you have to change something in this method?     private static Connection getConnection() {     Connection con = null;     try {         Class.forNam

  • Apple genius employee claims laptop is water damaged when no water sensors have even been activated

    Track pad is being temperamental one minute it is working, next it is clicking all over the place. So I took it to apple store today to see if they could find out what was wrong. Apple claim that it has been water damaged (coke or something spilt on

  • Mass conversion in master data

    i want to change mass conversion in item data in r3 assuming no transaction is done till now.Suppose there are nf items and i want to make additional purchase unit say kg and ikg=---pieces that is base unit,no transaction is done till now in these co

  • Panic.log - What is this?

    I was looking at my Console logs and found this panic.log shown below. I had walked away from my iBook G4 running 10.3.9 and when I came back everything was dark: not sleeping and not "display off" I pressed the power switch and it rebooted OK. I wen

  • QOS configuration

    To enable to QOS feature globally on switches, the command below should be applied on the core switches or the POE switches that connected to the core switches? Switch(config)#mls qos POE switches: Switch(config)#interface GigabitEthernet <interface