How to get a Deleted Sales Order Header Data ?

Hi Guys,
               I need to get KNUMV field of deleted sales order to track the deleted entries in KONV table.
But when I check in CDPOS, I am getting only the sales order NO. but not full header data of the deleted sales order or
is there is any history table maintained for KONV ?
My requirement is to update a custom defined table having same entries like KONV, which is used to update Data warehouse system.
Thanks
AJ

Whenever any condition record is deleted then there is a deletion indicator at the Condition record level which get activated and through this field you can track then the condition record which are deleted. At this moment, i don't have access to SAP system and i unable to highlight the exact table name, please check the SAP standard table KONV for deletion indicator.
thanks
chaitanya

Similar Messages

  • Sales Order Header Data. Texts

    Hy All Experts.
    I wnt to put Filed Sales Order Header data. i go to transaction va02. ->> disp Doc. header Deatils.
    select Tab Texts. --> Notes .
    I wnt to put a notes in a sales order report. so hw to identify. that field.
    Please guide me above matter.
    Thnks
    Bhavesh Panchal.

    Hi Bhavesh Panchal,
                  Use read text function module and get data from header text for ur sales report.
    get object, id, en from text area. Double click the text area and click Goto menu and choose header.
    for ex
         TDNAME = IT_ORDER-VBELN.
          OBJECT = 'VBBK'.
          ID = '0001'.
          EN = 'EN'.
          CALL FUNCTION 'READ_TEXT'
            EXPORTING
              CLIENT                  = SY-MANDT
              ID                      = ID
              LANGUAGE                = EN
              NAME                    = TDNAME
              OBJECT                  = OBJECT
            TABLES
              LINES                   = LINES
            EXCEPTIONS
              ID                      = 1
              LANGUAGE                = 2
              NAME                    = 3
              NOT_FOUND               = 4
              OBJECT                  = 5
              REFERENCE_CHECK         = 6
              WRONG_ACCESS_TO_ARCHIVE = 7
              OTHERS                  = 8.
          DELETE LINES WHERE TDLINE IS INITIAL.
    LOOP AT LINES.
      IT_ORDER-MSG1 = LINES-TDLINE.
      EXIT.
      ENDLOOP.

  • Sales order header data change by using the ORDERS05 IDOC

    Hello Team
    I am getting sales order number and some code value from the legacy system. i need to check whether the sales order is avialable in SAP or not. if it is there, i need to update the CODE value (ie for example ABC100) in sales order header data> order data> your reference field.  For doing this i am using the IDOC type ORDERS05 and message type ORDCHG message type.
    Now i want to know what are the mandatory fields which i need to do the mapping for the IDOC ORDERS05, to change the sales order header data. please check and suggest me the required fields of the IDOC to be mapped, so that i can change the sales order header data.
    Please correct me if i am doing something wrong here.
    Regards
    Rj

    Hello chirag
    Thanks for your reply. My requirement is to change the sales order which is already avialable in SAP. Just i need to change the header data of the sales order, for example if i am getting the sales order as 1000 and CODE as ABC100. i need to change the Sales document number 1000 and put the code ABC100 in sales order header data>orders data>your reference field.
    So now i want to know the below points
    1. what are the mandatory fields for which i need to pass the values for the IDOC ORDERS05.
    2. what is the user-exit used for picking up those values from SAP because i am getting only sales order number and CODE values from legacy system.
    Please check and suggest me accordingly.
    Regards
    Rj

  • I have to load sales order header data 2lis_11_vahdr

    I have to load sales order header data 2lis_11_vahdr  but i dont know which starndard dso and cubes which use for this data souce.
    please give me list of dso and cube for 2lis_11_Vahdr, 2lis_11_vaitm,2lis_11_vasch for this data sources and also give the standard quaries..
    Thanks in Advance....

    Hi Praveen,
    follow documentation about BI Content available on help.sap.com:
    BI Content & BI Content Extensions -> Supply Chain Management -> Order Fulfillment
    -> DSO objects
    -> InfoCubes
    as per your requirements you need to study available objects DSO/cubes to see what covers it.
    cheers
    m./

  • Can i get my deleted sales order back

    Dear SAP Gurus,
    I need some information about deleted sales orders like the sales order value, sales quantity, customer material.  I am only able to find some information like sales order number, User ID but not other information like Sales order value, quantity, customer code and material code. Kindly help me how and where can i get these information.
    Thanks
    Tripathi

    hi ,
    Check this LINK
    Re : deleted sales order
    regards
    Deepak.

  • Is is possible to get the deleted Sales order.

    Hi Experts,
    Please let me know the possibility of viewing a <b>deleted Sales order</b>. Thanks in advance.
    Regards,
    Viven

    try SE16 and search for the vbeln.
    Normally sales orders dont get deleted in real their records just gets marked as deleted.
    ok i´m wrong sorry not working in VBAK tho.
    Message was edited by:
            Florian Kemmer

  • How to update TEXT in Sales order header

    Hello ,
    I have requirement in which I am creating SO via IDOC calling BAPI_SALESORDER_CREATEFROMDAT2.
    Question: Can any one help me in finding a solution to update the TEXT in sales order header which is confogured IN TEXT CONTROL in SD.
    I have tried various option using CREATE_TEXT but it is only updating STXH table , the text is not coming in the sales order.
    If someone knows about this , <removed by moderator>.
    Edited by: Thomas Zloch on Nov 15, 2010 4:20 PM - please do assign priorities > normal

    Sounds like a text determination config issue - have you assigned the text in VOTXN?  Have you run the text determination analysis from VA02 in the document?

  • How to find who deletes sales order?

    Dear All:
    how to find who deleltes sales order ?and When ?
    Anyhelp will be appreciated!
    CynthiaYu
    20081221
    Edited by: yu Cynthia on Dec 21, 2008 4:19 AM

    Hi Cynthia
            Check in VA05 or VA05N list of sales orders  also where you can see the status of the sales document
           Apart from the above this standard  report will help you to some extent
            VEXP -Expiring SD Documents
        Regards
        Srinath
    Edited by: sri nath on Dec 21, 2008 11:34 AM

  • How to do INIT for Sales order Itema Data (DS 2LIS_11_VAITM)

    Hi all
    I have a report on sales order item data, I have to reload it. DS 2LIS_11_VAITM
    Can any of you pls explain me the steps to do the INIT? Refill set up tables etc
    Many Thanks in advance
    Ishi

    Hi Hari
    Many Thanks for the explanation and steps. I deleted set up tables and executed to fill it.
    It says in R/3 Start of Processing, I ticked to continue and its still running.
    In the mean time I checked RSA3 and it says 1007 records selected. I am refreshing it and the no. of records are still the same.
    Can you tell me how long it takes to fill the table?
    And the R/3 system is still running (Start of Processing)
    Thanks again
    Ishi

  • *Credit Control Data reome form sale order header data*

    Hi
    have any option for remove credit data from sale order header (VBAK-KKBER)?
    Thanks
    L.C

    Hi Lalith,
    Its not possible to delete KKBER Data from Sales Order.
    because it carries out from customer master XD01 and FD32
    if you want remove, if the sales order is open status delete the same and delete it from customer master and again raise the sales order and check the same,
    Thanks and Best Regards,
    Muralidharan S

  • Copying sales order header data into delivery line item

    Hi
    In copy control from sales order to delivery I want to copy value in sales order header to all the items in delivery, can I achieve this in the header level data transfer routine (Source sales document type to target delivery doc type i.e TVCPL-GRUAK)  or I have to do the changes in item level data transfer routine (TVCPL-GRUAP)
    The requirement is to copy a value from VBAK into LIPS during delivery creation
    Thanks
    Javed

    Dear Javed,
    Your requirement sounds interesting.
    If possible can you explain the scenario where we have to transfer the header data form order to item data in delivery?
    Also if you have found the solution, can you please update the same.
    Thanks & Regards,
    Hegal K Charles

  • How to get PO from sales order item in CRM

    Hi,
    I am building a BI extractor which needs PO for a given complaint. I am able to get the sales order/item for a complaint using crm_order_read FM. Is there anyway to get the PO based on this SO-item. Are their tables that link these two.
    Thanks!

    Table CRMD_ORDERADM_I -> Give Item GUID in filed GUID and get the document header guid in field HEADER. Then use function module CRM_ORDER_READ and table ET_SALES to get the Sales Data for the right item. The PO you are interested in can be any of the fields related to PO in this set. Usually it is PO_NUMBER_UC.
    Alternately, if you want to use only the table reads use this.
    1. Table CRMD_LINK --> get the record with GUID = Item GUID and OBJTYPE_SET = 11 (for Sales Set)
    2. Table CRMD_SALES --> get the record with GUID = CRMD_LINK-GUID_SET
    Get your PO information from this Sales set record for your item. But since, PO is usually associated with the header, you can do the same as above but with the GUID = Header GUID in the CRMD_LINK table.

  • How to get know the Sales Order IDOC#, if I know the created Sales Order#?

    Hi Experts,
    Let me know that, How to get know the IODC #, if I know the Sales Order#?
    Scenario is that, sales order(say 12345678) was created from Inbound EDI. I also Know the MATERIAL too.
    So, How to pull the associated Inbound ORDERS idoc, which is created this Sales order-12345678?
    Is it from EDID4 table? or EDIDC? or any thing else?
    reples r appreciated.
    thanq
    Edited by: SAP ABAPer on Sep 8, 2008 5:29 AM

    Hello
    This can be done much easier using fm SREL_GET_NEXT_NEIGHBORS:
    Input:
    OBJECT-OBJKEY = <number of sales order>  " with leading zeros!!!
    OBJECT-OBJTYPE = 'BUS2032'
    MAX_HOPS = '01'
    Result:
    NEIGHBORS-OBJKEY = <IDoc number with leading zeros>
    NEIGHBORS-OBJTYPE = 'IDOC'
    NEIGHBORS-ROLETYPE = 'INIDOC'.
    Regards
      Uwe

  • How to get all open sales orders of a customer and also account group

    I want to know the logic to find all open sales orders of a customer and also account group

    Hi,
    You can check the status weather a Sales order is Open or not by checking its billing status form the following:
    Check table VBUK and VBUP for delivery status "LFSTK" and billing status "FKSTK".
    Rward points if helpful answer.
    Ashven

  • How to get the ammendment sales order number and original sales order no?

    Hello sir's,
    Please tell me the table for ammendment(revised) sales order number and original sales order no.
    Thanks in advance,
    vikram

    Solved

Maybe you are looking for

  • IPad Pop3 email deleting from mail server even though set to NEVER

    Hello. We are experiencing a most strange behaviour with our e-mail.  We use a web host and access e-mail through POP3. Two of our users are experiencing similar problems, and this is how their lives are setup: 1) Outlook 2010, set to remove e-mail f

  • Save as a word document or rtf

    Hello I have a problem that is driving me crazy.  I have a client that has a book in pdf form.  He needs to do some editing but he doesn't have adobe acrobat, nor can he afford it.  So I saved the pdf as a word document, the problem is, the paragraph

  • Disable app turn gray then it is disabled

    I can't find any answer on the web. then I disable the app using this.enabled=false; this action also show a gray layer, is there anyway I can disable the app without the gray layer? thanks Willy

  • How to disable app from opening into full screen mode

    Dear all I'm on OSX 10.8.4 and every time i start an app it'll go to full screen even after quiting it and opening the app again. Is there a way to stop this from happening

  • Blur effect using actionscript

    How can I make a blur effect using actionscript, not the built-in effect for which I have to use a tween? Any codes you can give me or links to tutorials?