Can 0SD_C03 be used to create report like Periodic Incoming Return Analysis

Dear all ,
Can 0SD_C03 cube  be used for making report like  Periodic Incoming Return Analysis,Profitability Analysis / Sales Volume Analysis and Incoming Order Analysis By Country

Hi Joshi,
This might help: VBTYP is doc categ.
Sales order processing:
        Credit memo request (VBTYP = K)
         Returns (VBTYP = H)
Delivery processing:
       Return delivery (VBTYP = T)
Invoice processing:
         Credit memo (VBTYP = O)
        Cancelled invoice (VBTYP = N)
        Internal consumption (credit) (VBTYP = 6)
Best Regards,
Murali.

Similar Messages

  • Hi, I would like to create a database from my numbers spreadsheet and create reports (like SQL). Is there a way?

    Hi, I would like to create a database from my numbers spreadsheet and create reports (like SQL). Is there a way?

    Numbers is a lightweight spreadsheet.  If you know sql you will know that it can handle many queries and is a real databases that can handle many thousands of records.  Number is not the correct tool.  You can make something that does something like a query but it is not truly a query.
    Can you share anything about the specific application and how much information there is in each record?  How many records (rows)?

  • Hi. I'm new to this and thought I already posted this question, but don't see it anywhere. My question: If I get a new iPhone, can I still use the old one like an iPod and download music and apps?

    If I buy a new iphone, can I still use the old one like an ipod with my iMac and download music, videos and apps?

    Absolutely, Yes. I'm sure that many iPhones are "recycled" that way within a family.
    The worst that will happen is that once in a while it will remind you to activate it as a phone. Just ignore the notifications.

  • Can Cp4 be used to create a course with chapters?

    I've been using Cp4 to create short courses or topics.  The students have to open each topic as a separate CBT.  Can Cp4 be used to create an overall course with separate chapters, or links, per topic?
    I was considering having a student log into the overall course and then see a screen with a separate link per topic inside of that overall course.  They would be able to select whichever topic they need and they don't have to necesarily take the entire course.
    Thoughts?
    Thank you.

    Would you please explain how to add hyperlinks to the small Cp file which would be used as a TOC?
    I'm unable to find it in Cp4 help.
    I tried setting up an aggrigated file but it's not very clean so I thought I try this other way.
    Thank you.

  • Can Touch be used to create a simple slideshow of images?

    Can Touch be used to create a simple slideshow of images?

    No, sorry, but you can, of course, produce a series of images for use in a slideshow.

  • Can iPhoto be used to create a photo book

    Can iPhoto be used to create a photo book?

    Indeed.
    http://www.apple.com/ilife/print-products.html
    http://support.apple.com/kb/VI196

  • Want to read a Query list of results into a defined variable "as Collection" for later use (ie create reports)

    The following code works great (Functions Main and OpenThisFile ) to select files from a folder and read into defined variable "FileToProcess As Collection" (I guess then renamed fil) and use that list of files to run through
    an import process defined in a function "StartMe". 
    What I want to do is read the results of a query into a similar collection variable and then use in a function like "StartMe" to run a series of reports.  The functions to do that below (PrintCKListTables and ReadQueryOfSDGs) currently
    don't work erring out "For Each s In .selectedQuery".  I would appreciate any help guiding me how to fix function
          ReadQueryOfSDGs() As Collection
    Thank you very much in advance for your help!
    Public Function Main()
    Dim FilesToProcess As Collection, fil
    Dim initialFilePath As String
    initialFilePath = CreateObject("WScript.Shell").specialfolders("C:\temp")
    Set FilesToProcess = OpenThisFile(initialFilePath)
    For Each fil In FilesToProcess
    StartMe fil
    Next fil
    End Function
    Public Function OpenThisFile(initialFilePath As String) As Collection
    'Requires reference to Microsoft Office 12.0 Object Library.
    Dim fDialog As Office.FileDialog
    Dim varFile As Variant
    'Clear listbox contents.
    'Me.FileList.RowSource = ""
    'Set up the File Dialog.
    Set fDialog = Application.FileDialog(msoFileDialogFilePicker)
    With fDialog
    'Allow user to make multiple selections in dialog box.
    .AllowMultiSelect = True
    .InitialFileName = initialFilePath
    'Set the title of the dialog box.
    .Title = "Please select one or more files"
    'Clear out the current filters, and add our own.
    .Filters.Clear
    .Filters.Add "XML Files", "*.XML"
    'Show the dialog box. If the .Show method returns True, the
    'user picked at least one file. If the .Show method returns
    'False, the user clicked Cancel.
    If .Show = True Then
    'Loop through each file selected and add it to the list box.
    Dim s
    Set OpenThisFile = New Collection
    For Each s In .SelectedItems
    OpenThisFile.Add s
    Next s
    Else
    MsgBox "You clicked Cancel in the file dialog box."
    NotContinue = True
    End If
    End With
    End Function
    Public Function PrintCkListTables()
        Dim FilesToProcess As Collection, fil
        Dim ListSDGs As String
        Set FilesToProcess = ReadQueryOfSDGs(ListSDGs)
        For Each fil In FilesToProcess
            fNameExportpdfReport (fil)
        Next fil
    End FunctionPublic Function ReadQueryOfSDGs() As Collection       DoCmd.OpenQuery "y_qs_DataIn_All_SDGList"
           Dim s
           Set ReadQueryOfSDGs = New Collection
           For Each s In .selectedQuery
           ReadQueryOfSDGs.Add s
           Next s
    End Function

    There are a few problems here. In function PrintCkListTables() you define a string variable ListSDGs and then use that as an argument to the function ReadQueryOfSDGs(), but ReadQueryOfSDGs() as written does not accept any arguments.  It's also not clear
    what ListSDGs represents...a list of files, names of queries? Also, the line
    For Each s In .selectedQuery in
    ReadQueryOfSDGs()
    references something called .selectedQuery which is undefined. 
    Is it that you want ReadQueryOfSDGs() to loop through the records returned by a query and add a field from each record to a collection?  If so, something like the following might better serve you:
    Public Function ReadQueryOfSDGs() As Collection
        Dim C As New Collection
        Dim rst As DAO.Recordset
        Set rst = DBEngine(0)(0).OpenRecordset("y_qs_DataIn_All_SDGList", dbOpenForwardOnly, dbReadOnly)
        Do Until rst.EOF
            C.Add rst!MyField ' where MyField is the field in y_qs_DataIn_All_SDGList you want to add to your collection
            rst.MoveNext
        Loop
        rst.Close
        Set rst = Nothing
        Set ReadQueryOfSDGs = C
    End Function

  • Can Muse be used to create html newsletter templates to be emailed?

    I need to create a newsletter template and save it as HTML to be sent out using one of the standard email host programs. Can Muse be used for that? I tried setting it up in InDesign and exporting it as HTML but the result was a mess. Thanks!

    We have Desktop . +Tablet . +Phone ... why not adding another entry +Mail?
    This way designers could create a newsletter template for an editorial team ... fully editable by using Business Catalyst?
    1) Upload on Business Catalyst
    2) Copy & Paste the page into my email client
    3) Using my address book instead of using another service and managing another address book
    4) Hitting "send"
    Why using another third party software, another mailing service, another address book, another list to manage in another online service.
    Sounds complicated ... I know html formatted emails are tricky to make it work in several email clients ... but, it's possible.
    I mean, mailchimp can do it too ... right?

  • Catalog Manager Error when using the Create Report under Tools

    When trying to save the output from the Create Report option under Tools in the Catalog Manager, I get "An Internal error has occurred during: 'Catalog Report'".
    Has anyone else encountered this or does anyone have a suggestion?
    Thanks

    Hi Thaigo,
    We are also having the same problem with 2004s SP9 and SP10.
    1. All the 0TCA* are active.
    2. Super admin role is assigned.
    But still getting the above three errors. Somebody who have overcome this problem please share the corresponding changes to be made in KM Configuration
    Thanks and Regards
    Giri Nath

  • Can Muse be used to create a site that requires a CMS with multiple user accounts?

    Hi, I am new to Adobe Muse and I would like to understand some specific things about the software. I have been comissioned to create a gallery website which requres a cms for use with mulitple accounts for the users/ artists to display seperate profiles and submit work to. Does Muse have this functionality and if possible to answer, how would I do this? I have looked at the tutorials on Adobe for Muse but I have not seen anything related to this, only the Busines Catlalyst website management software (if indeed it is software). Are there any tutorials on this or could I please be directed to one if no direct answer can be given here as I appreciate it is quite an indepth question. Thanks..

    Wait for the new version of Muse which should be published during the first quarter of this year. I guess that in the new Muse version could be basic CMS features?
    Best Regards
    TaikaJim

  • Can Flex be used to create simple games?

    Hi. I'm thinking of creating some simple games for children 6 - 10 years of age.The games can be things such as drag-and-drop and multiple choice. I'd like to store the results on a database. Can I use Flex Builder to do this or do you recommend Flash? Can you point me to a resource on this?
    The reason I ask is that I've built web apps using Flex and have some basic experience with Flash. Will building games be very challenging if I have to use Flash? The project in question will start in January and have to be completed by the end of March 2010. Thank you.

    As per your description for games Flex should be fine. It also depends on the skills and experience you have in the technology.

  • How can I keep a newly created reports server running?

    I have had to create a second reports server under 9ias Rel.2. This server is in addition to the out-of-the-box server installed with 9ias Rel. 2. I created the new server logged on to a Solaris session using the command rwserver.sh server=<new name>. The creation went just fine. I am able to use the new server just fine, EXCEPT if I log off the Solaris session used for the startup of the new server.
    I know this sounds similar to the problem of the default server going down if the unix session is logged off. However, I solved that problem by installed XVFB, using a DISPLAY of other than 0, and changing the opmn.xml file. All that works great. But, it does not seem to have an effect on the new reports server I created.
    Does anyone have any ideas how to get around this issue for reports servers other than the default?

    I had similar prob. but with vnc instead of xvfb.(similar product)
    I put the startup of vnc in the same script as the start of the rwserver.. it looks like :
    export DISPLAY=servername:12.0
    vncserver startup
    wait 5 secs
    set oracle homes etc..
    rwserver.sh server=myrepserver
    I start this script using the unix nohup command :
    nohup startrepserver.sh &
    the vnc server starts and the reports server starts..
    I use a different port (12, 13,..) for reports/discoverer/forms compilation

  • Can iWeb Be Used To Create and Edit Completely Seperate Web-Sites/Pages?

    Is it possible to use iWeb to create completely separate web-sites/pages? As far as I can tell even what is called NEW SITE simple creates a new nested SITE folder.
    I want to use iWeb to edit totally separate web-sites.
    I want to be able to make a single word change on my home page without having to upload and replace my entire site.
    My work around for example would be to keep my Photo and Movie Album separate (where most of my memory intensive files reside)from the part of my site which is mostly text. And when I make a single word change to my home page I would simply upload that page. I would have a link from my home page to my Photo and Movie Album - much like I edit web-pages in Dreamweaver.
    Any suggestions?
    thanks.

    There are many ways to create brand new Domain/Site/page, see my posts:
    http://discussions.apple.com/thread.jspa?messageID=6460488&#6460488
    http://discussions.apple.com/thread.jspa?messageID=6007612&#6007612
    Splitting domain.site(2) is bad juju:
    http://discussions.apple.com/thread.jspa?messageID=6261141&#6261141

  • Can JavaFX be used to create multi touch applications

    As the topic says can we use JavaFX to create a multi touch application? if yes are there any available tutorials to learn how to create one?
    Regards.

    Hi TRLJr,
    I am not personally familiar witih BACnet, but I did a little research. It looks like there are 3rd parties out there that provide OPC servers for BACnet. This would be the easiest way to communicate with your device. LabVIEW can act an OPC client through datasocket or with Shared Variables using the Datalogging and Supervisory Control Module (DSC). If you're looking for something more low-level, you might try some driver-level calls, although I'm not sure what to call to be honest. I don't think the regular TCP/IP VI's in LabVIEW will work unless BACnet uses TCP.
    Just some thoughts,
    Charlie S.
    Visit ni.com/gettingstarted for step-by-step help in setting up your system

  • Error seen in table used for creating report being sent to BW

    we use customised table in creting a delivery report which is then being sent to BW. In <u>order</u> there is only one line item as well as in the <u>delivery</u>.. the item is warehouse managed material that is why in delivery, it reflects there that it picks from several bins/pallets to fulfill the ordered quantity... but when we run the order in a custimised table to create a report for BW.. it has more than 10 line items (only one material) compared to only one line item in <u>order</u>... all the line item in table does not fulfill the ordered quantity but they are in descending order... Is this normal/wrong? Why did it happen?
    please help..
    kind regards,
    Pablito

    please advise if this query is not posted in the correct thread... thanks

Maybe you are looking for

  • After Restore from Time Machine Final Cut is Sluggish

    I recently had to restore my iMac from a Time Machine backup. After that, Final Cut Pro 6 is acting sluggish... taking a long time to render... completely different than the speed it used to process at. I tried reinstalling but it's still sluggish. A

  • Getting Selections from each Tab of a Script UI Tabbed Panel

    I am in the process of creating a script to import fields from any tab delimited file. Mainly for directories but at times we have other items. The number and names of fields are always changing so it has to be flexible. The user first selects the fi

  • CO down payment update is active in controlling area , How to Deactivate?

    Q1) CO down payment update is active in controlling area , How to Deactivate the same? I am trying to post,vendor Downpayment in F-48, it is aking for Maintain default cost element in controlling area . Is that required?

  • End of Survey or Quiz answer reflection

    In Captivate 5 I'm wondering if it is possible to display all of the answers that the test or survey taker has given on the final slide? Don't care if they are right/wrong, don't want to send them to an LMS or elsewhere, just display them back to the

  • Error in SQL Code

    Hi, My below code works fine if i execute it... SELECT A.cno ,      B.inceptiondate      FROM A LEFT OUTER JOIN select TRIM(cno) cno,      max(inceptiondate) inception_date      FROM [email protected] group by cno)B ON A.cno=B.cno AND A.inceptiondate