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,

Similar Messages

  • SAP TABLE TO VIEW THE APPLICATION LOGS OF IDOCS

    Hi,
    Can you please suggest where I can see the table to view the application logs in idocs. We can see this individually in SLG1 or MM90. But I need to see it collectively to see all the error messages. Please suggest.

    Hi
    You can check tables:
    EDIDC- for control records
    EDID4-for Data Records
    EDIDS-for Status records
    You can also use T Code WE02 or WE05
    Thanks & Regards
    Sanil Bhandari

  • Table that stores the business role and user id mapping

    Hi,
    i want to know the table that stores the Business role and the business role and user id mapping in CRM system.
    Thanks in Advance.
    Regards,
    Pricy

    Hi Mary,
    There is no direct table but there is a way to find it.
    HRP1263 is the table where business roles are stored when maintained at org level. These are stored against the Position.
    For getting user ID and position linkage refer table HRP1001.
    In HRP1001 table use below criteria to get the User and Position.
    OTYPE = CP
    SCLAS = US
    SOBID = User ID
    ENDDA = 31.12.9999
    Get the OBJID
    Query the HRP1001 table again with following
    OTYPE = CP
    OBJID = OBJID from above Query
    ENDDA = 31.12.9999
    SCLAS = S
    SOBID = Thats Position.
    Pass the position to HRP1263 as below.
    OTYPE = S
    OBJID = POSITION
    PROFILE - Thats business role assigned for the given position and user.
    Hope this is helpful.
    Regards,
    Naresh

  • Tables that store the "Personalization" values in Demantra CWB

    Hi All,
    Can some tell me, which tables stores the basic "personalize information" on CWB Demantra.Like i am looking for tables that stores "MY worksheets" information in the home page of CWB.
    Thanks,

    as far as i know...we dont have any table to show the below requirement
    "Like i am looking for tables that stores "MY worksheets" information in the home page of CWB."
    you can only view the list of available worksheets in queries table

  • Name of the Table that stores the Possible Agent ID's for a Task.

    Hi,
    Could you please tell us the table that would store the Agent ID's that are assigned to a particular task? For e.g we have assigned a few user names to Task TS00007986 ( Requisition release) through OOCU, we would like to know in which table we would find those usernames assigned to that task.
    Thanks.

    Hi,
    I'm not on SAP at the moment.
    But isn't it stored in the HR relation table (is it HRP1001?)
    Anyways I'll check in a couple of hours if this is the case.
    Also activate the SQL trace ST05 just before you go to agent assignment
    Kind regards, Rob Dielemans
    Edited by: Rob Dielemans on Sep 30, 2010 1:27 PM

  • Is there a system table that stores the "create table" scripts

    Does a Oracle system table exist that contains the "create table" scripts for tables defined under a schema?
    I know I can build this with SQL by querying the user_tab_columns, but I was wondering whether the entire DML
    statement is already stored in some other system table. In the Quest Toad software you can simply go to the "Schema Brower", "Tables",
    then select the "Script" tab and it shows you the "create table" statement for the particular table that you are
    looking at. I'm wondering whether Toad behind the scenes is building this "create table" script via the user_tab_columns
    table or using another system table.
    Thank you in advance,
    Wes

    you can use the DBMS_METADATA.GET_DDL procedure to obtain the details regarding the ddl statement used to create the table.

  • ODI Master Rep tables that stores the work rep details

    Hi all,
    I want to know the details of all the repositories present in an ODI installation. I believe that the table in master repository will have the details of the work rep present under it. Please let me know the tables that is holding the work details.
    Thanks,
    Raja

    Hi Raja,
    can you please close the thread with Mark as correct or helpful.
    Thanks

  • Table that stores screens and subscreens of stnd transaction

    hi
    can anybody help in which table the screens and subscreens of a standard transaction stores

    hi asik
    Thnaks for ur reply
    but i want the screens with respect to transaction code not with respect to program name.
    table D020S does not have field transaction code.
    clearly saying if i am entering mk01 then each time when u are entering the fields screen is going to be changed .i want in which standard table all the screens are geting stored
    Regards
    hemanth

  • Table that stores the customer contact person email id

    hI ALL,
    Can any body please tell me the table name where <b>customer conatct person mail id is stored.</b>
    Please revert for any clarification on this.
    its urgent .
    good points will be given on the orrct solution.
    thanks
    Message was edited by:
            Prabhudutta ......

    Hi Prabhu
    for Contact person -
    KNVK
    For email id -
    SZA1_D0100
    For customer --- RF02D
    Reward if useful to u

  • Base Tables that store external application information

    I have created several external applications. I would like to know where are these applications stored ie. in which tables under what user . I want to get the corresponding external application id to the external application name , so that I can pass it to one of my functions to launch the external application.

    I think you want wwsso_application_info_t and
    wwsso_appuser_info_t owned by portal30_sso
    null

  • Table that stores the acurred PO line item freight costs

    Hi there,
    Can somebody please assist by telling me the table where a PO line item fright cost (accured) is stored. The frieght cost is determined/basd on line item Pricing condition FRB1.
    Thanks

    What are you trying to get. Accrued cost can be taken from the GL account directly, which may have PO reference.
    EKBE may have reference to the history of  PO which can give the lead.

  • Is there any standard SAP table which stores the license number assigned to a delivery item

    Hi Experts,
    This is in relation to license number assigned to a delivery item under ‘Export License Log’. Our scenario is for delivery of type NLCC created for an inter-company stock transport order. (i.e.not a sales order case where the license may get copied from sales order to delivery through copy control)
    As we understand, for legal control – relevant scenarios, export license for each item shall be determined afresh every time the delivery is accessed. (Depending on legal regulation, grouping, destination country, export control class, delivery partners vis-à-vis license master customer assignments etc.)
    To print the license text on one of the delivery output types, we want to access the license number for each item. (determined under export license log)
    Our question is:  is there any standard SAP table which stores the license number assigned to a delivery item?
    We have checked some of the license tables (T606*, VAEX, EMXX etc.) but couldn’t get any specific table storing delivery-item-specific license data.
    Helpful answers Text Removed
    Regards,
    Jagan
    Message was edited by: G Lakshmipathi
    Dont add such text in your post

    Hi Lakshmipathi,
    The export control log can be accessed by going to delivery Extras-> Export license log
    We need a table that stores the determined license for each item in a delivery document ( as shown in the below screenshot)
    Regards,
    Jagan

  • Standard table that stores communication channel parameters

    Hi All,
    Can you tell me if there is a standard table that stores the parameters of communication channel?
    For example, Which table has the value of "Quality of Service" in "Processing Parameters"?
    Regards,
    Nisha

    Can you tell me if there is a standard table that stores the parameters of communication channel?
    not aware of a standard table....each communication has its own QOS.....you can check it in the log in SXMB_MONI....opne the particular message processing and look in the upper window (Window 1) where all the details are mentioned.

  • Table that stores field label, language wise

    Hi,
       Is there any table that stores the field label of a data element, language wise ?
    For example, the field 'kunnr' has label as 'Customer' in EN
    and  'Client' in FR .
    I need to know this FR label where i am given only the field and language .
    How to know ?
    ( In SE16 i get these field names language specific, I need the same info, where it is fetched )
    Answers will be suitably rewarded !
    Thanks,
    Lively

    try this sample code it may help you
    DATA : V_REPTEXT TYPE REPTEXT,
           V_SCRTEXT_S TYPE SCRTEXT_S,
           V_SCRTEXT_M TYPE SCRTEXT_M,
           V_SCRTEXT_L TYPE SCRTEXT_L.
    DATA : LANG TYPE DDLANGUAGE.
    LANG = 'FR'.
    CALL FUNCTION 'WCGW_DATA_ELEMENT_TEXT_GET'
      EXPORTING
        I_DATA_ELEMENT       = 'KUNNR'
        I_LANGUAGE           = LANG
    IMPORTING
       E_REPTEXT            = V_REPTEXT
       E_SCRTEXT_S          = V_SCRTEXT_S
       E_SCRTEXT_M          = V_SCRTEXT_M
       E_SCRTEXT_L          = V_SCRTEXT_L
    EXCEPTIONS
       ERROR                = 1
       OTHERS               = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    WRITE : / V_REPTEXT.
    WRITE : / V_SCRTEXT_S.
    WRITE : / V_SCRTEXT_M.
    WRITE : / V_SCRTEXT_L.
    regards
    shiba dutta

  • Table that stores  descriptions of BP roles

    Hi gurus,
    I am new to CRM.What is the table that stores the descriptions for the BP roles?

    hi Divya,
    Check BUT100 table.
    Regards,
    Shalini Chauhan

Maybe you are looking for

  • Print to PDF 9.0 - NOT working QuarkXpress

    I recently got a new iMac and also purchased the CS4 Design Premium Suite (including Acrobat 9.0) and QuarkXpress 8. I am having trouble "printing to PDF" in QuarkXpress. I tried printing to PDF in other programs, like Word, Excel, etc., and they all

  • How do I download library books to my nook w/o extra files

    When i download a library book to my nook from the ADE  it also downloads "unrecognized file" -both annot and png for every book.How do I stop this from happening and eliminate those already on my nook.

  • ATA186 with fax and "poor line condition"

    I have been getting reports from users of some fax machines (mostly on ATAs, but also on VG248s) that they are getting a report of "poor line condition" on their fax machine which causes the fax to a) not complete the send b) not go through at all. h

  • Replace Buisness Intelligence with Business Analytics in 11G pages.

    Hi, I have a somewhat unusual request from business, they would like to remove the words 'Business Intelligence' and replace it with 'Business Analytics'. This is the text that appears next to the Oracle Logo. Im sure it requires editing of some css

  • Default keyboard layout

    Hi, I'm hoping someone can help me. I need to set the default keyboard to irish for user accounts. I can't seem to do it! when a user logs in they default to british. once logged in they can change it forevermore, but only on that machine. if they go