Sales Order creation/ change date for the items

I have a unique scenario and i need to get a Report for this
A sales order is created for 4 line items.
Out of these , for 2 line items a delivery is created. I need the sales order creation date and time  for these 2 items in a custom report
Now the other 2 items go in to some kind of block- Now these are released by going in the sales order VA02 and after releasing the delivery is created. Again for these two items , i need the sales order change date as after a user goes and changes the sales order to remove the block only then delivery is created for these two items
Also another scenario is the 2 line items go for back order and when we get stock  at tht time system confirms the stock and then the delivery is created for these. So also for this when this change occured i need to get the date for these 2 line items
Can any one please suggest how to get this data  from the scenarios?
I dont want to get the date when the delivery is created as i can get tht from the LIKP table. I need the sales order create and change dates for these.

You may be aware, any changes to a document will be recorded in CDHDR (for header changes) and CDPOS (for item changes).  You can explore these two tables.
thanks
G. Lakshmipathi

Similar Messages

  • Sales order cannot be created  for the delivery date before 20.10.2008

    when i create a sales order today (18102008) sales order cannot be created  for the delivery date before 20.10.2008
    how the system is checking the 2 days duration for delivery date - which table is having this duration days.
    is it dependent on sales order type.....
    actually i checkeup in V0V8 - even then i couldn't  solve this error when i am creating the sales order.
    Pls suggest

    Dear Selvamuthu
    In normal circumstances, you can create as many as sale orders as you can irrespective of delivery date, and system will not  prevent to create unless you apply some user exit for some reason.
    Check any user exit is applied for that sale document type where some logic would have been written in such a way that if stock is available, sale order can be created.
    thanks
    G. Lakshmipathi

  • Load a sales order with delivery date in the past

    Hi,
    We want to load in the system a sales order with delivery date in the past, and maintain the schedule delivery date in the past. To do that, in the customizing Sales And Distribution / Basic Functions / Delivery Scheduling and Transportation Scheduling / Define Scheduling By Sales Document Type, I selected the flag Blackwards. But the problem is that the rest of the dates in the scredule line: goods issue date, loading date, material avail.date and transportation Plan Date, are in blank and you cannot enter any data because the system deletes it.
    How can I have these dates informed with dates in the past?
    Thanks in advance,

    You can control this using the "Message Control" in the SAP IMG.
    Supplier Relationship Management>SRM Server>Cross-Application Basic Settings>Message Control>Influence Message Control
    Using this you convert Error to Warning or even swith off this message.
    Please refer this thread for complete steps:
    Re: How to change an error message to a warning message in SRM
    Note: you need to suppress the messages relevant to your case here.
    Regards
    Kathirvel

  • Error in CNS0 :Sales unit is not valid for the item

    Dear Team ,
    we are using assembly process ,after creation of project from sales order ,requirments are pass to production planning (PP), Asign the bom to activites then we are going to delivery through project (cns0) at the time system shows error" sales unit is not valid for the item" we check the options in material master .please  help me on this issue.
    Thanks &Regards
    R.B.RAO

    Have a look at the following note:-
    Note 140551 - VL384 Stock transport order and batch selection
    G. Lakshmipathi

  • Sales order creation/change

    hi all,
    when a sales order is created(VA01) or changed(VA02), can i know the list of ALL tables which are updated?
    i want to know ALL tables which are updated.
    can i know a process through which i can get the list of ALL tables which are updated for the sales order creation or updation.
    thanx,
    shivaa

    hi Shiva,
    in ST05 turn on SQL trace. Than carry out the transaction, when finished, check the result of the trace, you should see ALL tables whch was either read or written during the transaction.
    hope this helps
    ec

  • How to Check Creation/Change data for PO Service Line item

    Hi, I was wondering what field(s) from what table(s) I would have to check if I wanted a report to look for the creation or chnaged date of a specific service item in a PO?
    Currently it is using the EKPO-AEDAT field to check if a PO line item has been changed, but I would like to narrow it down to just some service line items instead of capturing all the service lines in a recently changed PO line item.
    Thank you very much in advance for the advice!

    Hi Rashid, thanks for the advice, but it doesn't really solve my problem.
    What I want to know is if there is a field where the date of a service item was created in a PO line item is stored, so that an ABAP report can be written to retrieve newly created service items from POs.

  • Getting dump error in Sales order creation mode while going to item texts

    Hi,
    I'm getting an ABAP dump error while going to item text tab in the creation mode of a sales order. This issue is happening only when we make a manual entry in the item text field for a particular text type Y011 in the preceding document of the sales order. Otherwise everything is working fine.
    When I checked the settings in SPRO under SD - Text Control - Sales Doc - Item, the definition and assignment for the TEXT type Y011 is maintained correctly. Not sure why the issue is happening only with this text type.
    Please assist. Thank you
    Taiseer

    Thank you for the reply.
    We had tried this already. However, since the error is with standard program with many function modules. They are finding it difficult.
    There is strange side also for this error that I missed to update. When I replace the Text Id Y011 with a new one it is taking me to the line item text tab with out any error even though I'm using the same access sequence and other settings. However, after saving the order and displaying the order number, immediately it is going to dump again.

  • Repeat credit check does not happen for already released sales orders when CMGST =D, for the second time using FM SD_ORDER_CREDIT_CHECK

    Hi,
       I have written a routine which will call the FM SD_ORDER_CREDIT_CHECK whenever there is a rejection and again unrejection of a same sales order, we are only concerned about already credit released sales orders, the scenario is as follow
    1). Sales order created in the system --> Credit check --> Credit blocked
    2). Release credit block manually CMGST =D
    3). Reject sales order then unreject the same
    4) Routine will determine rejection and unrejection of the order while saving and will call the FM SD_ORDER_CREDIT_CHECK
    5)   The order is credit checked and blocked if necessary
    All goes well till this point
    but when the same sales order is rejeceted and unrejected multiple times either partially/ fully then the Custom routine calls the FM for credit check but the FM fails to put the order back on credit hold
    in short the FM works only for the first time incase of mutiple rejection and unrejection of teh same sales order then the FM SD_ORDER_CREDIT_CHECK fails to put the order back on credit hold from the second time onwards
    if some one any idea of the behavior of this FM please share your thoughts and inputs . thanks !!

    Issue resolved
    The Standard FM “SD_ORDER_CREDIT _CHECK” uses the field  “Release date of the document determined by credit management  VBAK – CMFRE”
    For any sales order that is manually credit released in a single day, Only one credit check is triggered (per day) if there is any change in the sales order and then the order goes back to credit hold and if again the order is manually credit released for the second time in a single day there will be no credit check  (still the order will pass into FM but  the update entry in the internal table will be blank)this is a standard functionality
    Process of rejection and unrejection :
    Blocked order -->released-->blocked again (first time after manual release same day) unrejected (same day) -->but no credit check  (all this in a single day)
    note : OVA8 - released document still unchecked = 0 Days , Deviation %= blank

  • Query create on Master Data for the items that has not shipped

    Hi all,
    Is it possible to report/query on Items on Master Data that has not inoviced or has not been shipped?
    Running query on Sales overview cube will not bring the right data since that cube only captures the items that was invoiced.  Please help!
    Thanks in advance,
    BW
    P:S  Points will be assigned.

    Hi,
    if u are using BI-7 for scenarios like this they have designed info set to include 2 cubes,
    as info set brings intersection data u can opt for infoset, build info set on cube and ur master data then u will get the result this will be better as per performance issue.
    if u are using BW then if data flow is from ODS -> CUBE then u can build infoset on ODS and master data it will be good.
    if u want replacement path then u have to use RRI that is report to report interface. build char variable on ur info object in cube query so that it will brings orders which are shipped.
    then build another char variable in master data query and processing type as replacement path to char var built on first query. and exclude those values which first var brings.
    assign points if it helps,
    thanks,
    pavan.

  • Sales Order- scheduling delivery date for Procurment type F

    Hi Expert,
    In material Master , in MRP 2 View mailtained data as  1. Procurment type- F, Plant Storage Loc- 1140, In-House Production- 21 days, GR - Processing time-1 days. But while creating sales order for this material it shows only one day difference in sheduling delivery date.
                         Thanks in advance.
    Manoj

    Hello
    Procurement type F is for external production indicator
    If you want to see a change in schedule accordingly, then maintain Planned Deliv. Time.
    As per SAP, Planned Delivery Time in Days is Number of calendar days needed to obtain the material or service if it is procured externally. If you have different vendors for a material, you must specify an average value. The same applies if you order the material from a fixed vendor that has varying delivery times.
    Or in sales doc type, maintain Lead time in days, this specify the number of days after the current date that the proposal for the requested delivery date in the sales document should be.
    FYI - GR Processing Time, Goods Receipt Processing Time in Days is number of workdays required after receiving the material for inspection and placement into storage.
    Thanks & Regards
    JP

  • Sales order takes Translation date for exchange rate calculation

    Hi
    I am creating the debit memo request via DP91 with reference to the contract. In the debit memo request pricing date has been set as current date but transaltion date has set the contract transaltion date.  Debit Memo request document currency is EURO, local currency is GBP and condtion currency is CHF. 
    In this scinerio in order exchange rate has been calculated against the transation date insted of pricing date.
    Can you please advise why the system behaving like this.
    Thanks & regards,
    Siva.

    Mike,
    I assumed your question is for an additional local currency for a company code (this can be changed in OB22).  For the first local currency, the translation date type in OB22 is always set to 3 (Translation Date) and cannot be changed (hence, greyed out).  Following that, in accounting entry transactions (for example FB01), you will see a field (Translation Date) where you can specify a date for which you want the system to fetch exch. rate from the exch. rate table.  In your situation, you will have to enter 'document date' there.
    PS: The reply above by Ravi applies only to tax items' translation, not for all items.  He is basically talking about the indicator that you see in OBY6.

  • Sales Order function module to retrieve the item availability values

    Hi,
      Is there any function module to retrieve the item availability schedule line values.
    Navigation:->
    Go to sales order (Change Mode) -> Schedule lines tab ->  In application toolbar you can find Item availability icon.
    When this is pressed, next screen you can find the split up of schedule line values. I am developing an ALV report and is required to retrieve the Split up of the schedule line values.
    Is there any function module to retrieve the same.
    BR/ Josh

    HI,
      I have found one function module ATP_EXPLANATION. I am not able to figure out the parameters that needs to be inputted to this function module. If anyone has used this before, could you kindly help me out.
    This function module returns the Split up for Schedule lines in the tablea 'MDVEX'.
    BR/ Josh

  • AFS ARun: sales order not been selected for the allocation run.

    Hi,
    I am setting up the Purchase-to-Order (similar to Indiv PO item sales order) Process for SAP AFS.
    When doing the Allocation Run (trx J3AT) after Goods receipt of Sales order stock, I get an error that ARun terminated because no requirements were selected. The delivery check report (/AFS/LIEF_CHECK) indicates that the sales order has not been selected for the allocation run.
    For this process, I have set-up an Allocation type with
    1.     Requirement selection that does not exclude MTO/PTO orders
    2.     Set-up stock selection which includes physical stock type for MTO/PTO orders to the customer special stock MSKA with the segment KALAB.
    Can someone suggest what I may have missed?
    Regards,
    PD

    Hi Pankaj, I have same exact issue. How did you fix this ?
    Thanks,
    Mahesh

  • Sales order Price change while releasing the credit block using VKM3

    Hi,
    Please advice me on the following issue I am facing:
    I am creating a sales order, which is having automatic pricing. The price is getting picked up using the condition records correctly in the order. The pricing condition can be manually changed in the order (setting according to the condition type).
    So I am changing the price manually in the sales order (system determined price $230 and I changed it to $270) and saved the order. Cross checked the order while saving to make sure the price of the order is now $270.
    As the customer credit limit is exhausted, the system blocked the sales order (credit block). I released the sales order using VKM3, but when I checked the sales order, the system reset the price back to $230 (condition record value).
    Is this a standard SAP behavior?
    My requirement is: the system should not change the value back to the original condition value while releasing the sales order using VKM3.
    Please guide..
    Regards,
    Prasanth

    In the condition type definition T Code V/06, fin your manual condition type definition- for the field "Manual Entries" - Have option C "Manual entry has priority".
    In the pricing procedure, T Code V/08 in the initial screen - for your pricing procedure - under the column "pricing Type" have Option C - copy manual pricing elements and redetermine others.
    Try with these settings. Hope this helps
    Regards
    Sai

  • Sales Order Creation - Block - Reason For Rejection

    Hi Guru
    I want following fictionality
    1. User Creates Sales Order (VA01)
    2. Sales Order Items entered
    3. At Item Level, System should insert a required "Reason For Rejection" to item entered like a enitial value.
    4. Saving the Sales Order, all Item in that sales order will have a "Reason For Rejection"
    5. System should insert a desire value for "Reason for rejection" automatically so even if user forgot to enter, order will not be release for MRP.
    6. Then another user will remove this Reason for rejection using VA02.
    How to do this. Please suggest all possible ways.
    Rewards for solution.
    Thk.
    Edited by: Sunil Kolambkar on Dec 19, 2007 9:04 AM

    Hi
    1. Create a cust doc type
    2. For this go for field selection and have default value for Reason for rejection ( as there are multiple choices)
    Hope this will answer
    With regards
    Bhargava
    Reward if useful

Maybe you are looking for

  • ORA-00604: error occurred at recursive SQL level 1 ORA-04063: table....

    Hi all, i have the following code: DROP TYPE unit_function FORCE DROP TYPE unit_moving_point FORCE DROP TYPE moving_point_tab FORCE DROP TYPE moving_point FORCE DROP TABLE moving_object_ref DROP TABLE moving_point_ref CREATE OR REPLACE TYPE unit_func

  • How can i do for setup a update server?

    We have a mac network environment, We want to setup a update server for upgrade all of the mac computers automatically. The Server has already installed the MAC OS X Server 10.5.5. How can I do to setup? Any ideas? Thanks Eric

  • Missing checkboxes on SDK

    hi everyone! it seems to be missing checkboxes in the SDK since we landed on Mars!!! have any idea about solving this? I tried mixed combinations on Preferences/Appearance w/o success in my particular case, I'm running Eclipse Mars (4.5) on Ubuntu 14

  • Passing multiple parameter values to a detail report.  How?

    Help! I have a Summary report and a Detail report. Summary report has a parameter that may have multiple values (ie returning an array). I need to pass these values to the Detail report. Anybody has managed to do it? Thanks in advance... Inga

  • Encoding H.264 for flash

    I'm new to flash, but want to use it's ability to play H.264 quicktimes I'm used to using for other web video. I know I have certain audio codecs I must use, but is there a data rate limit as well. My files are 640x360, 24 fps. I will be offering the