Sales order Tracking

HEllo Experts
I require help for following situation.
My scenario is
SOURCE ODS1: <b>ZMB_CR.</b>
Objects:
<b>1.ZQUALITY</b> (Its an indicator that consists of "S" and "X".
<b>2. ZTRPOST</b> (Its an indicator that consists of "S" and "X").
Target ODS: <b>ZFIN_ODS.</b>To the target ods the data is coming for 4 different ODS.
including ZMB_CR. We have two different infoobjects in
Target.
1. Microhold quantity: Its based on condition where (For the sales order in ods ZMB_CR. if ZQUALITY="S" Accept the BOX QTY.
2. PFD Quantity: Its based on condition where (For the sales order in ods ZMB_CR. if ZQUALITY="X" and TRPOST="S" Accept the BOX QTY.
Now my problem is the status of ZQUALITY and TRPOST keeps on changing when the goods move from one location to other. After i upload the data into target i get the correct figures where as after the status changes in the R/3, then i upload into BW the results are not displayed correctly..
Example:
Total Qty is 100.
Initial quantity(100) is considered as "Microhold QTY" because the ZQUALITY is  "S".
If Quantity (50) is moved from one location to other location the ZQUALITY is "X" and TRPOST is "S". Its "PFD QTY"
Now my requirement is when ever the "X" comes into BW. The "Pfd qty" should be subtracted from "Microhold qty"
AT the first schedule the follwing will be displayed.
<b>Total Qty =100
Quality="S" 
Trpost="S"
Microhold qty=100
PFD qty= -
</b>
When from the total qty 100. 50 is delivered. Now in the next schedule
<b>Total Qty=100
Quality="X"
Trpost="S"
Microhold qty=100
PFD qty=50</b>
Here i want Microhold Qty to be 50. How can i accomplish this. plz let me know for further clarification. Thanks in advance
Regards
Srikanth.
Message was edited by: Srikanth

Hi,
If PFD QTY is the quantity which is always to be taken from the Total Qty .I.e if there is some qty under TOTAL QTY for a plant , then only there is a chance in the system to make  movement with PFD QTY from that Plant.
then, I hope, the formula will solve your problem.
In query :
1) Take the Microhold quantity in to one column and hide it.
2) Take the PFD Quantity in to another column and hide it.
3) take the formula as column1-column2.And name it as 'Microhold quantity'
With rgds,
Anil Kumar Sharma .P

Similar Messages

  • Problem in enhancing "Sales Order Tracking" Fiori App

    Hi,
    I need to enhance Sales Order Tracking Fiori App. My scenario is to add Sales Order Count to Customer EntitySet/List.
    In package P_SRA018_ODATA, which refers to this app, I can not see any standard enhancement possibility where I can add enhancement for my Model and Data Provider classes.
    So I am now trying class based enhancements for my model and data provider classes.
    a) When I try to enhance MPC_EXT, I can not because methods are inherited not redefined ones and I can enhance only redefined methods.
    b) When I try to enhance my MPC class I am not able to create a post exit. I get following error when adding a post exit:
    The class has not yet been converted to the new class-local types
    When I try to do so from utilities->Convert class-local types, system asks for an object key.
    c) As opposed to this, I am able to add a post exit in DPC_EXT class sucessfully!
    Whats the best way to enhance this app?
    Tags edited by: Michael Appleby

    Hi Saumil,
    This is help document.
    http://help.sap.com/saphelp_fiori_erp_100/helpdata/en/38/265c5273066f2de10000000a44176d/content.htm?frameset=/en/fb/b34f52f10a5c64e10000000a423f68/frameset.htm
    Regards,
    Masa
    SAP Customer Experience Group - CEG

  • Deleted Sales Order tracking

    Hello Gurus,
    Where can I see the deleted sales order. Is it stored in any table?
    Regards,
    Balu

    Balu,
    In general, one should not delete the sales order, instead we should reject all the line items.
    If some one deletes an order it will be stored in CDHDR and CDPOS tables.
    To know the deleted orders, go to CDPOS
    enter "VERKBELEG" in change document object.
             VBAK in Table name.
              "D"  in Change ID.
    You should get the data.
    Regards,
    Ajai.

  • Sales orders

    hi again!
    i should have posted this too, my apologies.
    I need to know a way of deleting orders once inputted? or deleting a line from the order?
    I need to know a report for Sales Order tracking
    I need a backorder report?
    i need a report that shows item being shipped but not invoiced?
    thanks

    hello, friend.
    you can delete a sales order but this is not recommended.  it is recommended you 'cancel' or reject a sales order by opening this and entering a reason for rejection for each line item or all by doing fast change.
    to track sales, you can do VA05 (List of Sales Orders).  you can see the status of each order and order item by looking under the column 'Status'.
    to look at orders delivered but not invoiced, you can use VA05 or use queries (SQVI).
    regards.

  • Fiori Sales Orders Application : No items are currently available

    Hello,
    I have installed and deployed SAP Fiori on top of Netweaver Gateway 7.4 and SAP ECC6 EHp5 (Pre-Production system)
    Both systems have been patched to the latest UI/Odata patches and latest UI notes have been applied.
    I am at the moment mostly interested by making operations the SD Applications :
    So far, only the "Customer Invoice" Application is working
    I have been trying over the past week to try get the others SD Applications " Creates Sales Orders", "Change Sales Orders", "Track Sales Orders" ...
    but they remain desperately empty.
    I suspect a SD configuration issue, and maybe someone here would be able to point me in the right direction ( I am SAP Basis) :
    There are no errors in the SAP NEtweavet Gateway error logs
    There are no errors , when running the SD Applications through Chrome/Inspect Elements/Network
    I have followed the Fiori Instalaltion Guide :
    My user id has been assigned to a employee number
    This employee number has been assigned through the partner functions to several customers
    I can then access to this list of Assigned Customers within the fiori SD Applications, but then I have the message " No Items are currently available"
    I even created several SalesOrders in the backend system , to try to Track them of change them though Fiori, but I still have the same message :
    " No Items are currently available"
    Here are the parameters "Configuration table For Sales Order Create Application", I think I followed the configuration guide correctly
    Any idea ?
    Thank you for your attention
    Tags edited by: Michael Appleby

    Hello Masa,
    Indeed, I had to provide a feedback of what I have done to solve the problem
    As you suggested, I started debugging the application while running the "Create Sales Order" Application :
    * The Partner Function was correct
    * The sales orders were correctly retrieved but then when  copying the results into some internal table, there was nothing left.
    * IT turns out that we are using some unorthodox Sales Document Doc Type "ZZSO"
    I changed the SIMGH parameter DOCTYPE accordingly, and the Sales Orders immediately appeared !
    Thank you again for all the help you provided, I never could have make it that far without your priceless inputs all over SCN !

  • Reports to track changes on Deliveries and Sales order

    Hi All
    Do you perhaps know of a specific report that could possibly track changes made to a Sales order and delivery at line item level.
    The problem is change log only logs the deletion of the line item but not the actual material number.
    Do we have to enhance existing reports to achieve visibility for deletion of line items.
    Regards
    KC

    Hi Lakshi
    Thank you very much for that feedback the thing is that you can search that on an order per order basis and even when you get to the change log you will not be able to see what material number was deleted.
    That is the problem.
    Has anyone experienced this wher the requirement was to have a report to run so see what changes have been made to orders or deliveries that they could view wholistically.
    Kind Regards
    Kasavan Aboo

  • Tracking the actual sale order quantity

    Hi Friends,
    How to track the actual sales order quantity given by the customer.
    Ex: we assume the customer has placed an order of 100 units and stock is only 90 so we create the sales order for 90 units only.
    How to find out the difference of 10 units as a report in standard sap system.
    Thanks
    AJ

    Dear AJ,
    This is how normal sales process works.
    You create Sales Order line item for the quantity that customer has requested. (eg: 100)
    Then you do a ATP for that Line item. Let's say you have only 90 in the stock. In that case system will confirm 90 for the sales order line item. (You can see the confirmed quantity in the Schedule line tab)
    Normally we don't change the LI quantity as per the ATP confirmed quantity (i.e 90). Because then we loose the visibility to the customers original requested quantity (i.e 100).
    Say you don't change your Line Item Order quantity to 90. Then your delivery & billing will be for 90.
    So you can see in VA05, Order quantity as 100 and confirmed quantity as 90.
    Your sales reports will show delivery & billing as 90. So that you have a clear visibility to the original order quantity, delivered quantity & billed quantity.
    Further if remaining (open) quantity 10 is appearing your MRP & creating troubles, please use Line Item Rejection Reason as Completed. So that everything is perfect.
    Coming back to your issue.
    Since your changing LI quantity to 90, you cant see 100 in the VA05 report. It always show the existing sales order line item quantity, which is 90 in this example.
    Only way you can find your original sales order quantity is in the Line Item / Change Log.
    This can be view by selecting below Menu option.
    Environment -> Changes
    If you execute it for the relevant Line Item, you can see the Change log. In that by double clicking relevant quantity change line, you  can see the old value & new value. (In this example 100 & 90)
    But that is not a good practice to do as changes will show all quantity changes that you might do based on  customer request. (Imagine if you customer ask to change it later to 95 not 100).
    In that case change log will display 100 to 95, then 95 to 90. So your loosing the required visibility.
    Hope this is helpful to you !

  • Multiple Issues for Fiori Track Sales Order App

    Hello,
    We're experiencing quite a few issues with the Fiori Track Sales Order App and were wondering if anyone else out there had experienced anything similar and if they were able to resolve these issues.  Unfortunately, there are hardly any notes out there for the Track Orders app, so we aren't able to implement any existing fixes
    1.) As mentioned in a previous post (link below), contact information is not showing in the app, even though the service is returning these contacts and they're displayed in the console.  We've had an incident open with SAP for quite some time but have yet to hear back.
    Track Sales Order Fiori App - Not Displaying Contacts
    2.) If the user is in the app while a delivery is created, choosing the refresh option just refreshes the overall status of the order.  The item statuses are not updated.  User has to exit the app and re-enter for changes to take effect for the items.
    3.) Searching by PO Number is not working.
    4.) Searching for orders in the search period only works if there is an order in the parameter maintained for the order period.  If a customer does not have any orders in the order period but does have orders in the search period maintained, orders are not found when executing a search on the server. 
    Any suggestions would be greatly appreciated. We're on the following service packs:
    SAPK-60003INSRA018
    SAPK-10003INUISRA018

    Hi Erin,
    Just FYI. This does not solve your issue but,
    I see you use old UI components which were released in May 2013.
    Important Note: Please use new UI with new SAP Fiori Launchpad
    New UI components have UI extension points and work with new SAP Fiori Launchpad.
    Please find correct components based on your Backend version.
    SAP Fiori - Add-on quick reference for transactional apps
    Regards, Masa
    SAP Customer Experience Group - CEG

  • UNABLE TO TRACK THE SHIPPABLE ITEM FROM SALES ORDER

    hi Experts,
    Anybody can please help me on this issue that i create a shippable item with install base trackable option checked while doing the transactions like miscelleneous receipt and purchase order on that item automatically tracked in the install base while doing the sale order for the same item it is not tracked, but non shippable items are tracked in install base perfectly.
    My requirement is shippable items are also tracked in install base, i already checked the option install base tracked in inventory master items form even though it is not tracked through sales order.
    Thanks,
    Christ.

    Dear Sheetal
    Go to V/06, select the tax condition type and execute.  There check whether you have maintained "Condition Class" as D.   If not, maintain D and then retry.
    thanks
    G. Lakshmipathi

  • Sales order costing - tracking of actual costs at sales order item level

    Hi
    We are going with sales order costing for services
    Service material is non-valuated hence the scenario is non-valuated sales order stock
    PP module is not implemented.
    I am having following questions
    1. How to track the actual costs at sales order item level? Is Internal order/CO production order is required to be created for the same?
    2. Can I do activity confirmations directly from cost center to sales order item.
    3. Can Raw material is issued directly against sales order item.
    4. Is Sales order is a real or statistical account assignment object?

    dear friend,
    please look here:
    http://help.sap.com/saphelp_47x200/helpdata/EN/42/d7248ab27111d19e9a080009b0db33/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/EN/90/ba6cfb446711d189420000e829fbbd/frameset.htm
    reagrds,

  • Track po in sales order in not make to order scenario

    Hi,
    There is a simple sales scenario.1. create a sales order -availability check- if there are enough stock in the storage location then the rest of the process is possible (creating outbound ,...) otherwise, the MRP should be run. 2- convert the automate PR from MRP to PO. 3- goods receipt. 4- outbound delivery and goods issue 5- invoice. This scenario with the following standard setting is okay: document type: OR, item category: TAN, schedule line: CP, requirement type: 041. But I need to track each PO number from sales order number, which is not possible with this setting and by setting requirement type as Make to order such as KEL, it converts each sales order to MRP without considering its stock in storage location. I mean it creates PR for each sales order after running MRP.
    Thanks in advance
    Nooshin

    Hi Nooshin,
    First of all, could you please let us know the business background of this scenario.
    SAP has formalized these scenarios to meet the business requirements only. But in your case, you wanted to blend two major scenarios and which to my knowledge not possible with the standard straight forward approach. However, it might be possible with some manual effort - may be by exploring the options of fetching the data from various tables.
    Regards

  • Any table keep track of Sales order and relevant IDOC

    hi all,
    Do we have any table to keep track Sales order and its relevant IDOC in the system?
    A list of sales order# given by user, from the list, we would like to find a faster way to get the corresponding IDOC.
    thanks.

    Hi Reetha,
    EDIDS table would have the IDOC Number & sales order number. Parameter 2 is the field in EDIDS which would have the sales order number.
    I understand that this table would have many records but i dont think any other table would have the above combination. If you get any other table, then pls. do update @ it on this thread.
    Thanks,
    Best regards,
    Prashant

  • Tracking Deletion in Sales Order -

    Dear All,
    I want to keep track for all the Sales Order Material No. Deleted. I get the details from CDHDR and CDPOS tables for Insert, Update and Delete. I could not get the Material No. Which is deleted. Can you please help me out in this topic.
    Kindly Help me out as it is very urgent.
    Your kind co-operation will be appreciated.
    Regards
    Omer Farook.

    Hi omer
    CDHDR table will have the header record as to when the table was changed and actual changes like the old value and new value can be found in the CDPOS table. These two tables are linked by a Key.
    By default the changed documents are not activated for all the fields. This is usually done at the Data element level and can be done using SCDO transaction and checking the relevant flag at the data element level in SE11.
    thanks,
    kiran.M

  • MTO --- How can one verify costs are tracked at sales order level

    PP members:
    In MTO -- costs are tracked at sales order level, how can one verify that costs are tracked at sales order level
    Are there any settings/fields in master data to look into for <b>identifying costs at sales order level</b>,
    Thanks for your time

    Hi suren,
    on the top you will see "sales document" "edit" "goto" and then you have "extras".
    On the dropdown you will see "costing".
    Regards,
    Satyajit

  • Delivery without Sales order? If yes,how can we track those materials?

    Hi all,
    We have some functional requirement.
    While delivering the cool drinks to customers by the truck driver as per the ordered quantity,the truck driver carries some more cases extra (Say 10 cases of cool drinks) without any sales order by the customers.
    How can we give the goods to truck driver without PGI?
    As per my client requirement,while delivering the goods to customers, some customers may request some cases extra.The truck driver delivers 4 cases to X customer,3 cases to Y customer and remaining 3 cases returned to company .(out of total 10 cases, remaining are 3 cases not requested by any customers)
    How can we see those material in the sap for the total 10 cases?
    How can we configure this in the sap?Can we configure this creating delivery without reference to sales order using LO document type?
    Thanks in advance,
    Regards....VM
    Edited by: vm on Mar 8, 2009 3:47 PM

    Hi Raja,
    Your reply
    In-img-sd-basic functions-set up partner determination---set up partner determination for customer master
    In that fouth activity on left hand side that is PARTNER FUNCTIONS
    Here you can assign for partner function SH the partner type can be changed to PE(personnel no)Usually it will be KU ( customer )
    But the implications of this i dont know
    You need maintain many things like Employee master record etc
    My Question is...
    Tracking of the information,yes your suggestion will be help ful.I need some clarification.But how can you send without any delivery note to outside? There may be checking while transport then??
    For you present reply,you are  changing the standard partner type.By assigning PE in the partner fucntion,can we use the same employee as ship to party.Ie The employee should play a role of ship to party and employee.
    If employee becomes a ship to party,then we can create a delivery note without ref sales order.So that it can be solved.
    How can we send the goods without delivery note? or Is there any way to send like taking dummy type of delivery note?
    Business has the requirement that extra material is given to truck driver.These are not placed by any customer.In case climatic conditions favours,customers may request the truck driver to deliver the goods on the spot without any sales order or delivery.So how this will be possible.This is actually wholesale distribution scenario.
    Any ideas please??
    Regards....VM
    Edited by: vm on Mar 12, 2009 3:58 PM

Maybe you are looking for

  • Add Cost center description in FB01

    Hi All, I want to add new field in txn FB01 for item level. There is field Cost center in the Item level, i want to display description of the cost center. On second screen(300/310), we enter the cost center and after that if we hit save ,a new scree

  • Need Guidance Regarding My Ipad Service Issue .. Can Someone Help Me Out??

    Date : 22/05/2014 it is really disappointing that I'm yet to receive an update on the Ipad 4 replacement .I had very much pressed for an urgent delivery as all my client meetings are pending but it seems my many requests have had no influence on thei

  • Steps to perform MT 605 with delivery number

    Hello all we have some stocks hanging in "stock in transit" for material. these where getting moved from plant to plant. i see a 603 Movement type done and from UNR of plant 1 to stock in transit of plant 2 has happened. i guess to complete the steps

  • Cant see network via wireless only LAN

    hi can only see media box on network if Lan cable connected to pc via router, can only access media box to play music via explorer if wireless. can access via network via Lan cable only??so i can do backup's etc

  • Configuring jsdk2.1

    I have downloaded and installed jsdk2.1 on my Win 2000 machine but am having problems getting it to run. From the command line, if I type startserver, the directory that contains jsdk pops up, but when I type stopserver, nothing happens. Also, when I