CRMD_ORDER Tables

Hello all,
What's the table and field that captured CRM Sales Order Details.
I need the below field for my custom report.
Completion date of tasks (Data Quality Tasks)
Thanks in advance!
Regards,
Kristof

Mauro,
I'm sorry, indeed the date changes when setting status to completed.
CRM version 5.0
View: ZACTIVITYDETAIL
Class: ZL_CRM_IC_FOLLOWUPDETAILS_CTXT
Field name: ZSFACOMPLDATE

Similar Messages

  • CRMD_ORDER, table to get line item number

    Hi,
    Looking for the table that stores the 'Line item no' . Please share your thoughts.
    Thanks.
    GV.

    chk these tables
    CRMD_ORDER_INDEX
    CRMD_ORDERADM_I
    Use  function module   CRM_ORDER_READ  for item details.

  • CRMD_ORDER, table to read Bill-to and Payer Number

    Hi,
    i'm trying to find the table that stores the partner information of bill-to and payer .
    i can see the entry in crmd_order_link but all the partner information(ship-to , sold-to etc) is stored in the same. is there any appropriate flag that i can use to differentiate between those two.
    after getting the partner(bill-to /payer) , where to find the name/text of the partner.
    Thanks,
    GV.

    Hi,
    You need to get all the partner information from the table CRMD_PARTNER. It has the field PARTNER_FCT to differentiate between Payer or Bill-to. After you get the partner GUID you may use BUT* tables ( e.g. BUT000) to get the partner details.
    Regards
    Prasenjit

  • How to find database table for field in CRMD_ORDER?

    Hello,
    in CRMD_ORDER there is a field CRMT_7850_SERVICE_UI-DURATION.
    The structure is CRMT_7850_SERVICE_UI
    The fieldname is DURATION
    How can i find out in which database table content of this field is stored?
    Thanks a lot
    Best regards
    Manfred

    Hi,
    When you execute report CRM_ORDER_READ (trx. se38), entering your order nr, you will get
    an overview of all the underlying tables and their entries of the order.
    E.g. you will find structure ET_SERVICE_H, corresponding to table CRMD_SERVICE_H;
    structure ET_SERVICE_I, corresponding to table CRMD_SERVICE_I.
    I expect your field (duration) to be in CRMD_SERVICE_I.
    regards,
    Wim

  • Adding Field in standard Table control in crmd_order (standard order)

    Hello All,
            I want to add a Field in standard table control in Crmd_order - standard order general tab. Please Let me know it is Possible to add, if Possible Let me know how to achieve this Functionality.
    Thanks,
    Feroz.

    hi,
    If you don't want to access key...then only option is ,you have to search USER Exit or BADi (Try using BADI ME_GUI_PO_CUST) for me22n transaction......to adding the field.
    Regards
    Gaurav

  • Table names containing crmd_order data details

    Hi experts,
    I have the following requirement.
    in t.code, crmd_order, we create the cash service order.
    i want to know in which tables, all the data relating to header, items, installbase component,service org, sales org etc and the relationships among them.
    Pl help at your earliest time,
    Thanks & Regards,
    mallik

    dear friend ravi,
    thank you for kind response. This information is useful for me.
    Can you please give me how to find the following details.
    in the order, we enter the vehicle no.how can we get its engine no, and chasis no, and the previous service order no.
    is there any link between the service order and the item(vehilce) entered in it?
    How can we get the relation.
    Thank you verymuch,
    mallik

  • SHDO - add column in table control in CRMD_ORDER

    Hi,
    is it possible to add a EEWB generated column to table control (on the first screen)
    in TCODE CRMD_ORDER ?
    did anyone ever do that ?
    thank you,
    Regards,
    michal

    hehe
    it would be great to get feedback on everything here but I'd better obey the forum rules
    too many opened forums and I sometimes get a little lost
    Regards,
    michal

  • Table name for Reason field in Details tab in CRMD_ORDER transaction

    hi ,
    kindly pls suggest me the table name for field Reason in Details tab of CRMD_ORDER transaction.
    thanks

    Hi,
    You need to go via these four tables:
    CRMD_ORDERADM_H
    CRMD_LINK
    CRMD_SRV_OSSET
    CRMD_SRV_SUBJECT
    /Anders

  • Table that stores the application logs messages for transaction CRMD_ORDER

    Hi Guru's,
    I would like to know which CRM table that is used to store application logs (consist of error / warning / information messages) in transaction CRMD_ORDER? I would like to retrieve the text messages of the application log.
    Thanks.

    Hi there,
    The logs are on tables BALHDR (header) and BALDAT (detail).
    In BALHDR you can fill OBJECT with 'CRM_DOCUMENT' and EXTNUMBER with the document GUID (you can obtain it in CRMD_ORDERADM_H table).
    The BALDAT is a cluster table, so the information is a little 'encoded' there for direct consulting without abap code.
    Alternatively, you can use FM APPL_LOG_READ_DB to read the messages that are contained in any CRM document.
    Kind regards,

  • Tables - Dateprofiles and Textprofiles in CRMD_ORDER - CRM

    Hi there,
    I´m looking for the Tablename.
    In an CRM system or Solution Mananager in transaction crmd_order, there are Dates and Texts for transaction types (SDHF for example) in the fast entry.
    In which tables is the content of these fields saved?
    Does anyone know?  
    Thanks
    Alex

    Hi, and thanks for your answers.
    I looked into the tables, but there are dates from the dateprofile or texts from the textprofile saved.
    Anybody any other ideas?
    Thanks a lot
    Alex

  • Table where crmd_order transaction data is stored

    hi experts,
    In crmd_order transaction in details tab there are two fields one is status under sales cycle and another is Expected Sales Vol.Under forecast.
    Can you please let me know in whcih table i can find these details? need to update these feilds in UI.
    They are not present in crmd_orderadm_table.

    Hi,
    You can find the Status details in table CRM_JCDS you just have to pass order guid and you'll get status details, for Expected Sales value field check in table CRMD_OPPORT_H just pass the order guid and get the required data.
    Or use standard report CRM_ORDER_READ  just have to pass order number/guid and get all the data you required.
    Regards,
    Dipesh.

  • How to find the dates table in T.CODE:CRMD_ORDER

    Hi ,
    Where to find the dates at sales order header level (General tab)as well item level in Transaction code: CRMD_ORDER.
    I did not see any internal table for this Dates in the FM CRM_ORDER_READ and i have tried with F1 help but is a ALV grid.
    Could any one help me to find the dates table.

    Hi,
    The dates are populated in the table IT_APPOINTMENT of FM CRM_ORDER_READ.
    if you want to populate the dates in any business order in crmd_order, then u can put a debugger in FM 'CRM_ORDER_MAINTAIN', open any business order, populate the date at header and item level and press enter.
    check the table IT_APPOINMENT table and the corresponding values that need to be populated.
    Hope this helps!!!
    Prerna

  • Report for CRM-Opportunities - Open CRMD_ORDER for selected ALV row

    Hello,
    i created a report which can be used to find the relevant opportunities and list them in a ALV table.
    I have the requirement that by doubleclick on the table line the selected opportunity shall open in tx crmd_order.
    I have the GUID and the object_id of the opportunity in my ALV tableline.
    Has anybody already experience how to achieve this?
    Thank you
    Best regards
    Manfred

    It works perfectly for me. Look at the code (this works)
    REPORT ytestfhe3.
    DATA: gv_1o_manag    TYPE REF TO cl_crm_1o_manag,
          gv_1o_main     TYPE REF TO cl_crm_1o_main.
    DATA: gv_dynnr       TYPE sydynnr.
    DATA: gv_1o_frame_pa TYPE crmt_1o_frame_pa.
    DATA: gv_guid        TYPE crmt_object_guid.
    DATA: gv_boolean     TYPE crmt_boolean VALUE 'X'.
    PARAMETERS: p_order TYPE crmd_orderadm_h-object_id.
    START-OF-SELECTION.
      SELECT SINGLE guid FROM crmd_orderadm_h
                         INTO gv_guid
                        WHERE object_id EQ p_order.
    END-OF-SELECTION.
      gv_1o_frame_pa-transaction_guid = gv_guid.
      CREATE OBJECT gv_1o_manag
        EXPORTING
          iv_with_navig  = gv_boolean
          iv_1o_frame_pa = gv_1o_frame_pa.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE 'S' NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        EXIT.
      ENDIF.
      CALL METHOD gv_1o_manag->get_main_screen
        IMPORTING
          ev_dynnr = gv_dynnr.
      CALL FUNCTION 'CRM_1O_MANAG_CALL_SCREEN_UI'
        EXPORTING
          iv_dynnr       = gv_dynnr
          iv_1o_frame_pa = gv_1o_frame_pa.

  • Change status for sales order in crmd_order

    Hi,
    I am creating a report which has to change for all sales order with status "Open" to status "Processed". Is there any function or bapi to do this ?? Supposing, there is no function, which tables do i have to change ???
    thanks in advance!!!
    Maria

    Mmmm it doesn't work... I have tried this:
        CALL FUNCTION 'CRM_STATUS_CHANGE_EXTERN_OW'
          EXPORTING
      CHECK_ONLY                = ' '
            OBJNR                     = i_crmd_orderadm_h-guid
            USER_STATUS               = 'I1003'
      SET_INACT                 = ' '
      IV_REF_KIND               =
      IV_OBJECT_TYPE            =
      IV_NO_1O_MAINTAIN         =
    IMPORTING
      STONR                     =
    EXCEPTIONS
       OBJECT_NOT_FOUND          = 1
       STATUS_INCONSISTENT       = 2
       STATUS_NOT_ALLOWED        = 3
       OTHERS                    = 4.
    If sy-subrc = 0.
    endif.
    But noting has change in tag Status in tx. CRMD_ORDER.. still have in "system status": In process and in "User status": Order Rep Processed.
    Thanks in advance !!!

  • Facing some problems in creating a custom tabs in CRMD_ORDER Transaction

    Hi Friends,
    I am facing some problems in creating a custom tabs in CRMD_ORDER Transaction code in Solution Manager of SAP.
    Actually my requirement is adding of two tabs(one is header & another is item tab) in the above Transaction, i was able to put one tab i.e header tab but i was not able to keep item tab. i found a badi CRM_CUSTOMER_I_BADI in which documentation was given & i processed in the same way.
    For information i used the Badi CRM_CUSTOMER_H_BADI for header tab which i was able to add the tab & all functions like change, save working Good.
    But i want how to add custom tab in which item details were to be attached.
    i was done with the necessary SPRO settings(or Tcode CRMV_SSV) & able to see the 2 tabs thats it, but the functionality save is not working for the second tab & not saving in table CRMD_CUSTOMER_I (in this table there is one CI include where we added our item fields).
    And also i had a doubt whether to use ALV or Table Control. And if possible can any one can sent me the screen design & the code for the above requirement in detail.
    can any one who have knoweldge in Solution Manager & in the above Badi implementation can give me a right solution which will help me a lot.
    Thanks a lot in advance.
    Thanks
    Ravi.
    can any one give the solution regarding to the above one.
    Edited by: ravikanth on Jul 23, 2008 8:13 AM

    Hello Priyanka,
    I have the same problem by using Service Ticket in SAP CRM 5.0.
    Did you already solved this issue? If so, can you please provide the solution!?
    How can I activate and check the transfer log?
    Thanks and regards
    Alex

Maybe you are looking for

  • Create event to start sap business workflow

    Hi all, I'd like to raise an event in java webdynpro which starts a business workflow. The Workflow already exists, There is a ESS with java webdynpro, which uses floorplan manager.  When an employee enters some data in the ESS and clicks on the "Sav

  • I have a problem with an order that didn't cancel all the way...

    Order {removed per forum guidelines}, I ordered Shin Megami Tensei: Devil Survivor 2 and Sin and Punishment: Star Successor but a little bit after placing the order I decided I wanted to cancel it. I canceled the order and Devil Survivor 2 got cancel

  • How to name items that are coming from forEach loop

    I have an arraylist of String[]'s that I need to display on the screen. I am sorting through the arrayList and pulling the values I need and displaying them without a problem. Two of the values from the String[] the user can modify. The problem is th

  • How to extend MobileIconItemRenderer to display multiple lines of text?

    Hi, I am using Flex hero which has the added Mobile APIs. Has anyone been able to extend the MobileIconItemRenderer to display multiple lines of text. The current version of the MobileIconItemRenderer only displays 4 things: an image on the left, a l

  • Setting Image field in adobe form

    Hello Gurus, I have a question setting the image field dynamically. I have created a following context structure for DataSource(ValueNode Cardinality (1..1))->imagenode(Valuenode Cardinalty(0..n))->image(Value attribute)) I have binded the Datasource