Stock report on key date with customer information

Hi Experts,
Is there an available sap standard report that will show available stock in subcontractors or customers at specific date(posting date)?
transaction MC.9 only show consignment stock without customer information we would like to know which customer inventoried this quantity
Thank you for your inputs

Hello,
Thank you very much for your responses. I tried to check transaction MB51 but the customer is not displayed in the report. I found another report S_P00_07000140 that seems to fit the requirements. customer and posting date were also displayed in the generated report. However the SAP menu of this report is:
SAP Menuu21D2Accountingu21D2Financial Accountingu21D2General Ledgeru21D2Reportingu21D2Tax Reportsu21D2Thailandu21D2Inventory and Raw Material for Special Stock Report
Will there be no implications if this is used instead of MC.9 or MB51? what are the differences of the 3 transactions?
Best regards.

Similar Messages

  • Stock Report on Key date.

    Hi,
    I want to have a report which gives stock available on key dates. Is there any standard report available in sap.
    Thanks in advance
    VRH

    HI,
    Using T-code MB5B - Stock on Posting Date, the following input data to be given as follows.
    Company Code : ______
    Plant : _______
    Storage Location : ______ if required to be selected
    Selection Date : _________ to ___________ (Your key date from 01.10.2010 to 31.10.2010-report required period to be mentioned)
    Stock Type - selected Valuated Stock
    List of Scope click category and following options to be tick marked
    With Opening Stock Without Closing Stock
    With Opening Stock With Closing Stock, Changed
    With Opening Stock With Closing Stock, Unchanged
    Settings - Totals Only - Non Hierarchical Representation Layout /ZMB5B tick marked
    The above input data given & options are tick marked, Executed the report shown opening, Receipt,Issues,Closing stock, UOM, Opening value, Receipt Value, Issue Value, Closing Value, Currency in columnar (like Excel tabular format).
    Hope, it is useful for you.
    Regards,
    K.Rajendran

  • Display dropdown by key data with sorting

    Hi,
    My requirement is to display dropdown by key data with sorting getting this data from XML in KM.
    Tell me different possibilities to sort the data.
    Regards,
    surya.

    Hi,
    Use DropDownByIndex instead of DropDownByKey
    Create a node with a attribute for eg. Colors node with Color attribute and add the values in the elements of the node, Bind attribute to DropDownByIndex UI.
    Create a custom comparator class like below
    import java.util.Comparator;
    import com.sap.tc.webdynpro.progmodel.api.IWDNodeElement;
    import com.sap.tc.webdynpro.progmodel.repository.enums.WDComponentLifecycleEnumInfo;
    public class CustomComparator implements Comparator {
         String attribute;
         public CustomComparator(String attrib) {
              this.attribute = attrib;
         public int compare(Object o1, Object o2) {
              try
                   IWDNodeElement units1 = (IWDNodeElement) o1;
                   IWDNodeElement units2 = (IWDNodeElement) o2;
                   return units1.getAttributeAsText(attribute).compareTo(units2.getAttributeAsText(attribute));
              catch (Exception e)
                   e.printStackTrace();
              //arbitrary order
              return 1;
    Once you read values in the Colors node, call the sortElements method of the node as below to sort the elements of the node
    wdContext.nodeColors().sortElements(new CustomComparator("Color"));
    Regards,
    Amol

  • Key Date a Customer Exit and Variant use

    Hello,
      I have a query and it includes time dependent data. The key date uses a  variable that is filled with the current date in a customer exit. Works nicely when the query is executed. However, if I save a variant with various values for variables on the starting/selection screen, the date is saved as a constant date and not dynamic based on the current date so that when the variant is selected to be used on a different day, the key date is the date the variant was saved and not the current date. This can be handled in R/3 ABAP report variants but I've not found a way to do it in BEx. Any help?
    Thanks,
    Diane

    Hi,
    If you are running on BI 7.0 you can maintain variants with the below code. make data sy-datum instead of user input.
    You can also chect the document. It also contains a method for bw 3.5 variants.
    You can schedule this program in a process chain or make variations of this as needed.
    [How To… Troubleshoot Information Broadcasting (BEx Workbooks)|http://www.sapadvisors.com/resources/HowtoInformationBroadcasting.pdf]
    *& Report Z_MASS_VARIANT_MAINTENANCE *
    *& Program to mass update BEx Variants within SAP NetWeaver 2004s *
    REPORT Z_MASS_VARIANT_MAINTENANCE.
    parameter variable like RSRVARIANT-VARI.
    parameter vname like RSRVARIANT-VNAM.
    parameter sign_01 like RSRVARIANT-SIGN.
    parameter opt_01 like RSRVARIANT-OPT.
    parameter low_01 like RSRVARIANT-LOW.
    parameter high_01 like RSRVARIANT-HIGH.
    tables: RSRVARIANT.
    select * from RSRVARIANT.
    if rsrvariant-VARI = variable AND rsrvariant-vnam = vname.
    rsrvariant-SIGN = sign_01.
    rsrvariant-OPT = opt_01.
    rsrvariant-LOW = low_01.
    rsrvariant-HIGH = high_01.
    elseif rsrvariant-vnam = vname.
    rsrvariant-SIGN = sign_01.
    rsrvariant-OPT = opt_01.
    rsrvariant-LOW = low_01.
    rsrvariant-HIGH = high_01.
    endif.
    update rsrvariant.
    if sy-subrc <> 0. insert rsrvariant. endif.
    endselect.
    regards,

  • Filling Item Attached Data with Order Information

    Hello Experts,
    we run CRM 7.0 with EHP and have out Interaction Center connected to the CCS Simulator and it works pretty good.
    We can demo varios szearions like incomming calls with automatic customer identification and forwarding the call to another agent including the customer information.
    Now I want to include the Reference to a started order into the item attaced date such that the receiving agent gets the order and can complete it.
    But I just do not manage ti include the Orderreference into the item attached date.
    Can anybody help me?
    Thanks a lot.
    Michael Schöne.
    Edited by: Michael Schöne on Mar 10, 2011 3:57 PM

    Hi Michael,
    Kalees is right, in order to include Orderreference into the Item Attahced Data you need to add this variable as a KVP (Key Value Pair) in your XML file on the CMS side.
    Also, you have to add it in the CRM configuration for yoru CAD Group profile (for your Business Role) - transaction CRMC_IC_CAD.
    Below, the  <Application id="Genesys-CAD"> - is the name that has to be the same as CAD Group profile in CRMC_IC_CAD.
    After customer calls and enters the Order reference thru IVR, the result of XML will like like this:
    <?xml version="1.0" encoding="iso-8859-1"?>
    <ItemAttachedData>
    <Application id="Genesys-CAD">
    <BPNUMBER>12356</BPNUMBER>
    <CALLTYPE>Outage/CALLTYPE>
    <ORDERREFERENCE>zzz</ORDERREFERENCE>
    </Application>
    </ItemAttachedData>
    It'salso nice to display the CAD in teh Alerts area, like Kalles mentioned, if you have EhP1 and enabled the Business function profile framework switch CRM_IC_CEBP (transaction SFW5).
    Regards,
    Vadim.

  • Is there a list of open items at key date per customer?

    Hello,
    In FBL5N you can get a list of open items for a customer at some specific date.
    I'm looking for a summarized list that would give me a list of sums  of open items for some customer per day, so I would see for example for one month what was the sum of open items for this customer on each day.
    Is there already some similar report in SAP?
    Thanks and best regards,
    David

    Hi,
    I still don't think we understand each other.
    If I run FBL5N I have option to select:
    - Items that are or were open at the key date are displayed on one date
    - All items posted on the posting date specified fromde date1 to date2.
    - Items that were cleared at the clearing date specified
    I would like a list of all items from option 1 (Items that are or were open at the key date are displayed on one date) so items that are or were STILL open and not yet cleared on one date, but not just for one date but for more days.
    If I use your suggestion I get what items opened or cleared on one day not how many items were still open on particular day.
    So a list of how many opened items were there at the day, and notjust items that were opened on that day but also all previous items that were not yet cleared at that day.

  • Stock Report on Past date

    Hi All,
    Can a stock report for any Past date with respect to qty and value be developed which gives the split of unrestricted, Quality and Blocked stock.
    MB5B gives stock report on any past date which is the total of all the stocks but not the split.
    Need ur assistance.

    Hi,
    MB52 tcode gives the current stock status. In my case stock status of any past date with the split up is needed.
    Regards

  • Material Stock as on Key Date

    Dear All,
    Is there any function from which I can get Material Stock as on Particular Key Date.
    e.g. I want to see the stock of X material on 31.03.2009.
    And also any function from which i can get Batch Stock as on particular Key date:
    e.g.
    Material            Batch           31.03.2009
       X                     1                     10
       X                     2                     20
       Y                    5                     2
       Y                    8                     40
    Regards,
    Vishal

    Hi Paul,
    Thanks for your quick response.
    But, actually I needed Material Stock data into my ABAP report. So I will be needing some Function Module or something like that. This transaction I already knew.
    Regards,
    Vishal

  • APD query key date with variable for time dependent MD display attributes

    Hello,
    In a APD I use a query as a source with a query key date that is filled with a customer exit variable.
    When I run the query as a user, the time dependent MD display attributes look fine. However, when I use the query in an APD, I get no values for the time dependent display attributes.
    Any suggestions?
    Thanks

    Hi,
    Try to run query using RSCRM_BAPI Tcode, this you can also schedule in background
    Thanks
    Reddy

  • Reporting on key date

    Hi,
    Reprot requirement is to display values as on a key dates i.e. posting which had happend on a date.
    Issues- Cube aggregates key figures (from delta's) and publishes the final amount.

    Hi,
    The Key Date in the Query is used for displaying Time Dependent Master Data. So based on the User enltry of the dates, the valid master data for that particular time frame is retrieved. It is nowhere related to Transaction data in the Cube.
    Can you explain clearly what is your requirement??
    Regards,
    Ankit.

  • Jabber contacts with custom information field

    Hello,
    We have recently deployed our jabber client 9.2.0 and so far everything is ok.
    A a presentation with Cisco, we saw one of the speaker from Cisco with a jabber client that had custom field displayed for each contact information (location + title etc).
    We asked our integrator, but to date, they have not been able to find a way to accomplish that. Would anyone know how we can customize this pop up windows to dispaly additional field ? The LDAP query is working fine, I just need to be able to amend the information displayed.
    We are using standard AD for directory, but I can imagine if you have an LDAP, one may have some different field to map as well.
    Thanks in advance,
    Lionel

    Hi Colin,
    Actually, I think there is a misunderstanding. The problem is when you click on view profile for a contact. You do have a list of preconfigured information such as firstname, lastename, IM account etc. What I would like to do is to add / remove some extra field from our Active directory.
    I have seen it done, but not sure how this was accomplished (specific dev or some unknown custom in the jabber client)
    Thanks,
    Lionel

  • Master Data With Custom Datasource.

    Hi,
    When we create the custom datasource ( Transactional ) and load it to the BW, it has  master data field Company code,Cost Centre.
    Doubt is when the company code, Cost Centre are coming from the transactional Custom data source(with data), do we need to still load the Master data from the Master data data sources .
    What are points to be considered and known?
    Please provide your valuable inputs to understand this condition.

    Hi Adhvirao,
    As suman said there is master data sources like customer master, vendor master...
    check there is SAP predefined master datasources like 0CUSTOMER_ATTR..
    First you have to load master data and the only transaction data.. then only you can get rid of data mismatches in the report.
    Otherwise there will SID collusion, then it might be chaces you won't get the proper result in reports.
    Regards,
    Ranganath.
    Edited by: Ranganath on Jul 27, 2011 1:01 PM

  • Error creating custom reports. Permissions issue with custom reports

    I am having permission issues with reports. I am building a new Configuration Manager  2012 infrastructure and I have configured the Site server on Server1 and the DB is on Server2. Server2 also hosts the Reporting Point and SSRS roles/features. If
    I look in Monitoring at the Site Status and Component Status are all green no issues with the setup.
    Running SQL 2008 SP2 (no CUs). I have a service account that I used to install Configuration Manager and SQL. This service account is running the SQL service on Server2 and i am using the same account as the Reporting Services Point Account.
    I log into the SCCM console with a different user account, lets call it Admin1. This account is a member of the Full Administrator role. I can run any built in report.
    When I open the SSRS website and try to create a custom report I connect the DataSource using Windows Authentication. So the Datasource is connecting using the logged in users account. In this case Admin1. I test the connection and it connects fine.
    I test this query. (Select * from v_R_System) I only have about 10 workstations discovered so the report shouldn’t be very big. I get an error “The Select permission was denied on the object ‘v_R_System’, Database ‘CM_XXX’, schema ‘dbo’. (Microsoft sql server,
    Error: 229)”
    I have fixed the SELECT permission error by going into the database (using SQL Management studio) and granting Admin1 Select rights to the Configuration Manager database. I can now run the above query and make custom reports.
    My 2<sup>nd</sup> problem is that other members of the Full Administrator role cannot run these custom reports unless I go into the database and grant them the SELECT permission.
    Question:
    Should I have to manually go into the database to add SELECT permissions(i could use a group)? shouldnt Configuration Manager take care of this for me?
    Maybe the built in reports use the SQL service account rights and the custom ones do not? Am I doing something wrong with the Datasource when I create these custom reports?
    What is the correct process for creating custom reports?

    I think i am getting closer to a solution. After the Custom report is created. i can go back into the report. Delete the DataSource. Then browse for a dataSource. there is a datasource located in http://server2/reportserver/ConfigMgr_XXX/
    That datasource is used by all builtin reports. if you view the properties on the Credentials tab it is set to "do not use credentials" and the option is greyed out / cannot be changed.
    it looks like i still need the SELECT permissions on the database to create the report initially but at least i have solved the problem with viewing these reports.
    Can anyone confirm that what i did is correct?

  • RSCRM: Query date with customer exit variable

    Hi All,
    Is there any way to run the RSCRM transaction with a query with a customer exit variable for a date characteristic?
    The issue is that the query ran ok but the variable is not being updated when the RSCRM query is running with a background job or a process chain.
    Thanks in advance
    EV

    I do not think you can select Customer Exit variable, if you see the type is selected to Char Value Variables and it is not editable.
    It would be suggested to go for Customer Exit procesing type for your text variable.
    Cheers,
    Neel.

  • Loading Excel data with custom format applied

    Hi,
    I have an Excel File as source with the custom formatting applied to the data in it.
    For Eg. value 64 has special formatting applied so as to display it as 0064.
    BODS loads only the actual data as 64 and though I expect to load the formatted data(0064).
    Is this an expected behavior of BODS?
    DS Version : 14.1.2
    Thanks.

    No. If you define file format as flat file and define the field type as char then you can load all the formatted data like 0064 into DB. If you use excel then excel will remove leading zeros. This is excel functionality. or you can define the input file as CSV file and change the format of the field.
    Thanks,

Maybe you are looking for

  • Questions on URLs and dynamic navigation rules

    Hello, I am new to JSF, so any help is appreciated. I am trying to do the following: Dynamic display URI - users submit multiple parameters for a search. The URL needs to change depending on search parameters they submit. For example, if they search

  • BP Relationship is not deleted in CRM up on deletion of Partner Func in ECC

    Hi, We have used CUSTOMER_MAIN and CUSTOMER_REL to download the customers and relationships into CRM system from ECC system. We downloaded the customers and relationships without any issues. The delta like if any partner function is added to the cust

  • MIDP and floating-point numbers

    Hiya, I need to use floating numbers in a few occasions in a MIDP app that I'm programming at the moment. Whenever I do so though I get a nervous-breaking error at the pre-verification stage of the build. I am working with Wireless Toolkit 2.0 and th

  • Using Form in muse site

    I have a muse site that is not hosted on the adobe business catalyst so the form widget doesn't work for me. I was wondering -- Could I develop a acrobat form for a webpage and would it export okay from my muse file to html file and then I could uplo

  • Converting .bin (Binary) File to .bmp ( BMP ) File

    Hi All, I have a requirement to convert .bin file to .bmp file. The binary file is generated by the video frames and now i want to convert this binary file into the .bmp file. Can anybody help me how to do this and if possible then pls write the samp