Standard tcode FBL5N dump in pre production.

I am getting a dump when I execute the standard tcode FBL5N (Customer line item) with one company code.  FBL5N tcode is not at all giving dump in production system, however it dumps in pre production.
The dump exists in the function module : fdm_local_get_objects_range while executing the SELECT stmt
  *SELECT * FROM  fdm_dcobj*
           INTO  CORRESPONDING FIELDS OF TABLE et_object_data
           WHERE logsys        LIKE i_logsys
           AND   obj_type      LIKE i_obj_type
           AND   obj_key       IN   it_range_obj_key
           AND   relation      LIKE i_relation
           AND   case_guid_loc IN   it_guid
           AND   is_confirmed  LIKE i_confirmed
           AND   is_voided     LIKE i_voided.
Do I need to search for sap note ?
Below is dump analysis
Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_OPEN_SQL_DB', was not caught
     in    procedure "FDM_LOCAL_GET_OBJECTS_RANGE" "(FUNCTION)", nor was it propagated by
     a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    The SQL statement generated from the SAP Open SQL statement violates a
    restriction imposed by the underlying database system of the ABAP
    system.
Possible error causes:
     o The maximum size of an SQL statement was exceeded.
     o The statement contains too many input variables.
     o The input data requires more space than is available.
     o ...
You can generally find details in the system log (SM21) and in the
    developer trace of the relevant work process (ST11).
    In the case of an error, current restrictions are frequently displayed
    in the developer trace.
How to correct the error
    The SAP Open SQL statement concerned must be divided into several
    smaller units.
    If the problem occurred due to the use of an excessively large table
    in an IN itab construct, you can use FOR ALL ENTRIES instead.
    When you use this addition, the statement is split into smaller units
    according to the restrictions of the database system used.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:

Note Still Valid in Market place.
"SAP Note 1111155 - FSCM-DM: Termination "Open SQL
statement is too large."
Note Language: English Version: 10 Validity: Valid Since 07-28-2010
Summary
Symptom
When you access dispute case using the integration (creating dispute case
using FI transactions (for example, FBL5N), clearing items to which dispute
case have been assigned), the system issues the dump "Open SQL statement is
too large".
The error occurs if there are many (more than 1000) dispute cases for a
customer.
Other terms
FBL5N, FBZ1, F-32, integration
Reason and Prerequisites
This problem is due to a very large dispute case volume.
Solution
Import the relevant Support Package or implement the attached correction
instructions.
Header Data
Release Status: Released for Customer
Released on: 07-28-2010 08:02:45
Master Language: German
Priority: Correction with medium priority
Category: Program error
Primary Component: FIN-FSCM-DM Dispute Management
Valid Releases
Software Component Release From
Release
To
Release
and
Subsequent
SAP_APPL 600 600 600
SAP_APPL 602 602 602
SAP_APPL 603 603 603
SAP_APPL 604 604 604
SAP_APPL 605 605 605
PI 2004.1 2004_1_47"

Similar Messages

  • Displaying ALV as in standard Tcode FBL5N

    Hi Experts,
    My requirement is to display ALV list sorted on company code, Customer number and currency fields. Then it should be subtotaled based on the currency field and sum up payment amount field as displayed in standard transaction FBL5N.
    I have done till this part by making the it_sort-subtotal field = 'X' In currency field. And field fieldcat-do_sum = 'X' on Payment amount field.
    Now the ALV list should display separate totals for each currency after every customer. Then the grand total for every currency after every company code for all the customers in that company code. And in the end of ALV grand total should be displayed based on adding all the subtotals for each currency.
    For example :
    COMPANY CODE   ||     CUSTOMER   ||   PAYMENT AMOUNT  ||   CURRENCY
    2030                       ||            6             ||           5.00                  ||        USD
    2030                       ||            6             ||          1.00                   ||        USD
                                      TOTAL                         6.00                             USD
    2030                     ||            6               ||       4.00                      ||          SGD
                                  ||            6               ||       3.00                      ||          SGD
                                     TOTAL                        7.00                               SGD
                                                                       6                                      USD
                                                                       7                                      SGD
    2030                  ||              6318          ||            1.00                  ||       NZD
    2030                  ||              6318          ||         2.00                     ||       NZD
                                          TOTAL                     3.00                              NZD
      2030                 ||                 6318          ||         4.00                    ||       USD
      2030                 ||                   6318        ||              1.00               ||       USD
                                        TOTAL                    5.00                                  USD
                                                                      3.00                                  NZD
                                                                      5.00                                  USD
    ============================================================
                         11.00                                 USD
                                                                       7.00                                 SGD
                                                                      3.00                                   NZD
    I Hope I made myself clear. Please help on the issue.
    Edited by: Sunanda05 on Apr 13, 2011 9:08 AM
    Edited by: Sunanda05 on Apr 13, 2011 9:14 AM
    Edited by: Sunanda05 on Apr 13, 2011 10:08 AM

    Note Still Valid in Market place.
    "SAP Note 1111155 - FSCM-DM: Termination "Open SQL
    statement is too large."
    Note Language: English Version: 10 Validity: Valid Since 07-28-2010
    Summary
    Symptom
    When you access dispute case using the integration (creating dispute case
    using FI transactions (for example, FBL5N), clearing items to which dispute
    case have been assigned), the system issues the dump "Open SQL statement is
    too large".
    The error occurs if there are many (more than 1000) dispute cases for a
    customer.
    Other terms
    FBL5N, FBZ1, F-32, integration
    Reason and Prerequisites
    This problem is due to a very large dispute case volume.
    Solution
    Import the relevant Support Package or implement the attached correction
    instructions.
    Header Data
    Release Status: Released for Customer
    Released on: 07-28-2010 08:02:45
    Master Language: German
    Priority: Correction with medium priority
    Category: Program error
    Primary Component: FIN-FSCM-DM Dispute Management
    Valid Releases
    Software Component Release From
    Release
    To
    Release
    and
    Subsequent
    SAP_APPL 600 600 600
    SAP_APPL 602 602 602
    SAP_APPL 603 603 603
    SAP_APPL 604 604 604
    SAP_APPL 605 605 605
    PI 2004.1 2004_1_47"

  • Can Tcode exist in Pre-production and Production without transporting it...

    Hi ABAP Guru's,
                            Can a T-code that has been created in Development system saved in a package be available in Pre-production and Production environment without transporting it.
    Apt answers will be rewarded.
    Raghav

    Hi,
    I hope it is not possible in normal scenario. But it is possible if below thing has happend.
    eg: U created a transport in development system and assigned to some package/development class.
    If some one created another TR and transported the whole package to quality/production then your transaction code will also be tranported but ur TR will not be. This i am not sure. But still....i think this can happen.
    Check the above thing if it has happend.
    Thanks,
    Vinod.

  • Pop up screen needs to be added to standard tcode

    Hi all ,
    "How to add a pop - up screen to standard Tcode. "
    I want to add a pop up - screen to the tcode : CO15.
    In this Tcode i will enter the Production order and press enter.
    In the next screen I will give the quantity (for eg. 5) for that production order and also date fields .
    When I click on the save button, I want to display a pop-up screen giving all the 5 items and also checkbox for each item. The user will then check whatever number of items he wants for eg he will check 3 items and press enter button which(enter button) also needs to be put in that pop up screen. 
    Next time he want to check the other 2 items also.Initially he has checked the 3 items.
    So this time the POP-UP screen should display the rest 2 items which were not checked .
    Edited by: peter k on Oct 27, 2008 5:24 AM

    Was it a pop-under?
    Because far as I know they couldn't fix that. Only stop pop-ups.
    If you want to stop them for real, then install Firefox web browser and the NoScript add-on.
    Head to Firefox toolbar > customize and drag the Temp Allow All Button to the toolbar area.
    When you surf, your Javascript will be turned off by default, and if you need it, then you click the Temp Allow All Button and it loads, therefore reducing the pop-unders and pop-ups drastically.
    Also add Ad Block Plus too for more less hassle free surfing.

  • Displaying Customer Contacts in TCODE FBL5N

    Hi ,
    I need to display Customer Contacts in tcode: FBL5N
    this is same as i am getting the Customer Contacts in tcode:FD03
    So i need to display data in pop box with ALV with other push buttons on it
    so can any one will sujest how to go about it.
    Or i need to use any Enhancements for it
    if please give me a advice
    thank you
    Regards
    Raghavendra Prasad

    Hi,
    <b>Implement BTE 1650</b> (LINE ITEM DISPLAY: Add to data per line ).
    Goto transaction FIBF to impplement BTE. You will find this BTE under "Environment - > Info system(p/s).
    Refer to this link for more information related to BTEs
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/207835fb-0a01-0010-34b4-fef1240ba9b7
    This is how you implement BTE.
    In FI you can use BTEs (Business transaction evernts). You can use transaction FIBF to implement BTEs. Following are the steps on how you can implement BTE once you are in transaction FIBF.
    <b>[1].</b> first of all you need to find out the suitable BTE for your requirement. There are two kind of interfaces available in SAP for BTEs a). Publish & Subscribe interfaces and b). Process interfaces .
    To do this, choose Environment -> Info system (P/S) or Environment -> Info system (Processes). Execute the program. You should enter "A" as the attribute type. You see the respective interfaces with which the R/3 System provides you. Note the key of the interface which you require. ( key is nothing but the '8' digit / character number ). All the iterface comes with sample function module. Once you identify the interface which meet your requirement, double-click it and it will show you the sameple function module.
    In your case you will find your BTE under Environment -> Info system (p/s). The BTEs ise,
    Key Description
    <b>00001650: LINE ITEM DISPLAY: Add to data per line</b>
    If you double click any of this, it will show you the sample function moule name. In this case the sample FM is <b>SAMPLE_INTERFACE_00001650.</b>
    Note down the key and sample FM name.
    <b>[2].</b> Enter a product using "Settings -> products -> of a Customer. Here you enter the product name in customer name space and give meaningful description. ( do not check "active" check box this time - see step-5 for this ).
    <b>[3].</b> Go to Settings -> P/S function modules or Process function modules -> of a customer. Here you go to either P/S function module or process function module depending of what BTE you are implementing from step-1.
    In your case the BTE is from P/S info system you go to "Settings -> P/S function module -> of a customer".
    Here you make following entries.
    > a) Process ( this key for the interface you selected in step-1 )
    > b) Function module ( Enter a custom function module name, here you just give the meaningful name. The function module can be designed once you finish the required settings in transaction FIBF )
    > c) The product that you want to use ( this is the product you entered in step-2)
    <b>[4].</b> Now you go to transaction SE37 to design your custom FM. For this you Copy the sample module you note down in step-1 and call it the same as the function module entered in step 3. Fill the source text of the empty function module. Activate the function module.
    <b>[5].</b> Now go to transaction FIBF again and go to the menu path as described in Step-2. Now you active the product you entered earlier by checking "active" checkbox.
    <b>[6].</b> Run the R/3 transaction / program affected and test whether calling your function module works.
    Let me know if you have any question.
    Regards,
    RS

  • CAUFVD gets initialized result in dump with error Production ord not found

    Hi All,
    We want to make change of start date and end date of a production order via CO02 (Production order change). Based on these changes we want to update an existing a Purchasing Planned Order  Start Dt and Finsih Dt (MD12) 
    We are using Enhancement component (PPCO0007) : Exit when saving production order
    Within this exit we are using BAPI_PALNNEDORDER_CHANGE  to update some other purchasing  planned order dates.
    The BAPI_PALNNEDORDER_CHANGE  is executing succesfully however the production order structure (CAUFVD)  gets initialized resulting in dump with error Production order not found
    How can we update and save a purchased planned order and also the  production order
    Barada
    Edited by: barada satapathy on Dec 8, 2010 9:14 AM

    Hi Max,
    Thanks for the reply...
    The error details are as below:
    Dump gets generated via program : (SAPLCOBT).
    Exception condition ORDER_NOT_FOUND raised.
    include = LCOBPU16.
    Row No: = 21.
    Module Type = (Function)
    Module Name = CO_BT_ORDER_DET_TEMP
    We also give brief details on what is happening:
    My exit calls from Standard (LCOZVU01) :
    CALL CUSTOMER-FUNCTION '001'
               EXPORTING
                    header_imp = caufvd
               IMPORTING
                    header_exp = caufvd_tmp
                    no_update  = answer.
    *     Check if update of header necessary and allowed
          IF caufvd-aufnr EQ caufvd_tmp-aufnr AND
             caufvd       NE caufvd_tmp.
            PERFORM caufv_upd(saplcobh) USING caufvd_tmp.
          ENDIF
    When BAPI for planned order is executed within the exit, the structure (caufvd) values are found refreshed. This structure is further updating the production order.

  • Inter Dependent Field Validation in SAP standard TCODEs

    Is it possible to build a relationship betwen Screen or Selection Fields. Example Plant and StorageLocation. Default behaviour is SAP shows all possible values even if an interdendent restricting value has been entered - this makes users irritated.
    In ABAP it is possible to do Conditional POV on F4 help
    - it is tricky you need
    'DYNP_VALUES_READ'
    'CONVERSION_EXIT_PERI_INPUT'
    'DYNP_VALUES_UPDATE'
    'F4IF_INT_TABLE_VALUE_REQUEST'
    Further Selection screen restrictions can be done by CALL FUNCTION 'SELECT_OPTIONS_RESTRICT'
    Hand coded ABAP programs can make Users experience rich & easy.
    How to do the same to the best extent possible in all SAP standard TCODES. If a screen field or selection or parameter is filled in then any other screen field selections or parameters should only show restricted values  - example Plant if filled in, will show only Storage locations of that plant/plants.
    I realize that the way SAP keeps RANGE & SELECTION data with both Inclusive/Exclusive SIGN & complext OPTIONs is not conducive to conditional POV as far as Selection screens are conccerned. But what about EnjoySAp screens?
    This is genuine user need & I cannot imagine that there is no easy solution!
    For example in a Hospital for Diagnostic tests you enter DEPAERTNET (Xray, Pathology etc) and then TEST - then POV of test should TESTs ONLY of relevant department. Having filled in XRAY no user wants to "wade" through "Urine tests"!
    Such restrictions & interfield validations also ensure that processing is never wrong. The mistakes users do are often attributed to the weakness in this area & it is not possible or desirable to write BAdIs for all SAP TCODEs.
    Regards
    -jnc

    Hi,
      You the go into debug mode and check at which statement the validation is carried out. (Most of the time it is done by checking the sy-subrc value ). Now put a session breakpoint at this statement. After this every time when the transaction is executed, you can change the value of the variable that is tested and bypass the validation.
      But if you are in production system, you wont be authorized to go into debug mode.
    Regards,
    Bhavesh.

  • Standard Report for missing parts at production order operation level?

    Hi PP Gurus,
                We have standard report for missing parts at production orders level.
    For our client, they need a report for missing parts analysis at production order operation level. Do we have any such standard report in the SAP?
    Please help.
    Thanks,
    Reddy.

    Hi Arvind,
          Thanks for for your response.
    1. List: Components,  Layout: Standard layout          set the Missing part
           It shows the component requirement/withdrawn  quantity for each operation of production order. It is not showing the commit quantity.
    2. List: Components,  Layout: Pick list          set the Missing part
           It shows the component requirement/withdrawn  quantity for each production order.
    3. List: Components,  Layout: Missing Parts List-Material View          set the Missing part
           It shows the component requirement/commit quantity for each production order. It is not showing the commit quantity at opertion level.
    4. List: Components,  Layout: Missing Parts List-Order View          set the Missing part
           It shows the component requirement/commit quantity for each production order. It is not showing the commit quantity at opertion level.
          We are unable to get the solution from all these 1 to 4 reports from COOIS.
    Do we have any option to change the existing layout (ex: 3 ) to get the commit quantity for operation with missing parts indicator?
    If avilable, what is the procedure to be followed?
    Thanks,
    Reddy.

  • Prob in getting Mail body for the standard tcode F150(Dunning).

    Hello all,
    I am using F150 for the dunning notice print out.After seeing the display of the dunning notice once we come back it populates a popup window where it asks to send the mail to the particular mailid or not. I have used the BTE ---  SAMPLE_PROCEE_00001040 and copied it as z function module and customised according to my requirement in order to get the mail id of the customer in the pop up.My mail is going to the customers mail id properly only but my prob is that we are not able to get any mail body for that particular mail.Where can we add the mail body text to that mail in the standard tcode f150.can any one suggest is it possible or not.
    Regards,
    Pavani.
    Edited by: Pavani Rayappureddi on Aug 11, 2009 11:21 AM

    solved my self.
    added         C_ITCPO-TDTITLE  = 'Pending Receivables Statement-XXX GROUP'.
    in the bte code.

  • To call standard tcode in webdynpro( thru webgui) : Assistance class

    Hi Gurus,
    I have an alv display in which the vbeln entries have link to action control.
    i.e when i click vbeln( sales order no), it should open a new window through its/webgui.
    1.I am getting following error when i activate , get_execute_location is private/protected.
    2. How do i go about the following code:
    wd_comp_controller->execute_get_location(
    IMPORTING
    e_host = lv_host
    e_out_protocol = lv_out_protocol
    e_port = lv_port ).
    Within my method of my assistance class I call an interface in class cl_http_server to procure my host,
    protocol and port number.
    CALL METHOD cl_http_server=>if_http_server~get_location
    IMPORTING
    host = e_host
    port = e_port
    out_protocol = e_out_protocol.
    Can some one explain in detail.
    Best Regards,
    Navin Fernandes.

    Hi Navin,
    To display a standard tcode in your webdynpro application using  ITS  you can use the following code
    DATA: url TYPE string,
            host type string,
            port type string.
    *Call below method to get host and port
      cl_http_server=>if_http_server~get_location(
         IMPORTING host = host
                port = port ).
    *create URL
      CONCATENATE 'http'
      '://' host ':' port
      '/sap/bc/gui/sap/its/webgui/?sap-client=&~transaction=' 'SE11'
       INTO url.
    *get the window manager as we are opening t code in external window.
      DATA lo_window_manager TYPE REF TO if_wd_window_manager.
      DATA lo_api_component TYPE REF TO if_wd_component.
      DATA lo_window TYPE REF TO if_wd_window.
      lo_api_component = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
    *  call the url which we created above
      lo_window_manager->create_external_window(
      exporting
      url = url
      receiving
      window = lo_window ).
      lo_window->open( ).
    Hope this helps!
    Best Regards,
    Radhika Vadher.

  • Short dump "EXSORT_NOT_Enough_MEMORY" in production system

    Hi,
    "EXSORT_NOT_Enough_MEMORY" dump occuring in production system,Could any one please tell me how to fix this dump.
    Please refer the error message below
    What happened?
        The current ABAP program had to be terminated because the
        ABAP processor detected an internal system error.
        The current ABAP program "RSBPCOLL" had to be terminated because the ABAP
        processor discovered an invalid system state.
    Error analysis:
        The current ABAP/4 program was meant to sort a dataset (internal table
        or extract). For reasons of capacity, this was not possible due to
        insufficient main storage space. Therefore, the
        external sort was called and resulted in the following error:
        the following error:
        SAP runtime system internal error.
                   Last error logged in SAP kernel
        Component............ "EM"
        Place................ "SAP-Server cambsvr15_PEC_00 on host cambsvr15 (wp 12)"
        Version.............. 37
        Error code........... 7
        Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV "
        Description.......... " "
        System call.......... " "
        Module............... "emxx.c"
        Line................. 1886
    and i see that background job  "SAP_COLLECTOR_FOR_JOBSTATISTIC" job being failed with  below error.
    Job started
    Step 001 started (program RSBPCOLL, variant , user ID BACKGROUND)
    ABAP/4 processor: EXSORT_NOT_ENOUGH_MEMORY
    Job cancelled
    Please help me to correct this error.
    Best Regards,
    Vinod

    Hi Bhaskar,
    yes, I have checked the Wp status and it looks fine.I'm getting this error on My PRD system on regular basis since 1 week.
    We have tried to restart the server but no luck.
    Here are the ST02 values and background job SAP_COLLECTOR_FOR_JOBSTATISTIC also being failed with this error.
      Buffer              Hitratio    Allocated       Free space          Dir. size      Free directory        Swaps      
                              [%]         [kB]           [kB]      [%]      Entries       Entries    [%]                  
    Program                   99.11       400,000        1,481     0.38      100,000      90,774    90.77       36,307
    CUA                       99.31         3,000          264    10.53        1,500       1,263    84.20       14,934
    Screen                    98.45         4,297           27     0.82       10,000       9,653    96.53         645
    Calendar                  99.76           488          359    75.10          200          48    24.00         0
    OTR                      100.00         4,096        3,439   100.00        2,000       2,000   100.00         0
    SAP memory              Current use      Max. use  In memory   On disk
                            [%]      [kB]       [kB]       [kB]       [kB]
    Roll area              1.45      3,808     7,680    262,144         0
    Paging area            3.40      8,904     13,056       0        262,144
    Extended Memory        9.05    389,120    812,032  4,299,776
    Swaps
            0
       21,249
            0
       16,399
       36,307
       14,934
          645
            0
            0
          272
            0
      210,742
            0
    Please let me know if you require further information.
    Thanks & Regards,
    Vinod

  • How to create button in application toolbar in sap standard tcode va03

    Hi Gurus,
    I want to create a button in the application tool bar of a sap standard tcode : va03.
    Can some one help me with this..!
    Best Regards,
    Navin Fernandes.
    Edited by: NAVIN FERNANDES on Aug 12, 2010 10:02 AM
    Edited by: NAVIN FERNANDES on Aug 12, 2010 10:07 AM

    Go to the coresponding PF status and edit using modification assistant.
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/19762743b111d1896f0000e8322d00/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/83/7a18cbde6e11d195460000e82de14a/frameset.htm
    Regards,
    Nikhil

  • How to get the form name which is used in standard tcode like me23n in sap

    how to get the form name which is used in standard tcode like me23n in sap
    Moderator message: four out of four threads locked, please read and understand the following before posting further:
    [Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]
    [Asking Good Questions in the Forums to get Good Answers|Asking Good Questions in the SCN Discussion Spaces will help you get Good Answers]
    Edited by: Thomas Zloch on Nov 18, 2011 1:32 PM

    how to get the form name which is used in standard tcode like me23n in sap
    Moderator message: four out of four threads locked, please read and understand the following before posting further:
    [Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]
    [Asking Good Questions in the Forums to get Good Answers|Asking Good Questions in the SCN Discussion Spaces will help you get Good Answers]
    Edited by: Thomas Zloch on Nov 18, 2011 1:32 PM

  • Setting Office 2013 on Windows 8x in Pre-Production Mode

    Hello
    We are in the process of evaluating ADRMS for protecting documents. Currently, I have ADRMS running on a Windows Server 2012 x64. I have 2 other machines which talk to this - one with Office 2013 installed on a windows 8.1 set in production mode and another
    similar machine having  a custom program based on ADRMS SDK 2.1 APIs. 
    How can I set the server running ADRMS as well as Office 2013 in pre-production mode? If there are any documents on this, can this be shared or pointed to please
    Thanks
    SN

    Hello,
    Does anyone know how to do this or is this done differently?
    This is what I want to test to start with - I have a document (docx) and I have protected it using ADRMS SDK2.1 based custom client application. I want to test this protected document by opening using Office 2013 and see if the permissions I set are working.
    The custom application is installed on a machine (8.1, set to pre-prod by setting MSIPC & uDRM \Hierarchy to 1)  connecting to a server (Win 2012, set in pre-prod by setting DRMS\Hierarchy to 1) with both ADRMS & ADDS installed in it. For some
    reason the client works even with uDRM/Hierarchy set to 0, so not sure what is the relevance of uDRM. 
    I have the Office 2013 installed on a Windows 8.1 different from the above 2 machines and connected to the above domain. But I am unable to open the document protected by the custom RMS app. In fact, when I try to protect a document created using Word 2013
    on this machine it says "The system cannot find the file specified"
    00000001 0.00000000
    [23512] /-----------------------------------------------------------------------
    00000002 0.00000000
    [23512]  Public API called: IpcFreeMemory
    00000003 0.00000000
    [23512]   pb:   0000005F3D432070
    00000004 3.09854221
    [23512] /-----------------------------------------------------------------------
    00000005 3.09854221
    [23512]  Public API called: IpcpBootstrapUser
    00000006 3.09854221
    [23512]   pConnectionInfo:   NULL
    00000007 3.09854221
    [23512]   pUser:   PCIPC_USER
    00000008 3.09854221
    [23512]     -->dwType:    1
    00000009 3.09854221
    [23512]     -->wszID:     [email protected]
    00000010 3.09854221
    [23512]   pToken:   PCIPCP_TOKEN
    00000011 3.09854221
    [23512]     -->dwType:       2
    00000012 3.09854221
    [23512]     -->pcvTokenData: NULL
    00000013 3.09854221
    [23512]     -->cbTokenData:  0x00000000
    00000014 3.09854221
    [23512]   pContext:   PCIPC_PROMPT_CTX
    00000015 3.09854221
    [23512]     -->cbSize:       40
    00000016 3.09854221
    [23512]     -->hwndParent:   NULL
    00000017 3.09854221
    [23512]     -->dwFlags:      0x00000000
    00000018 3.09854221
    [23512]     -->hCancelEvent: 0000000000000558
    00000019 3.09854221
    [23512]     -->pcCredential:
    00000020 3.09854221
    [23512]       NULL
    00000021 3.09854221
    [23512]   pvReserved:   NULL
    00000022 3.09866428
    [23512] [msipc]:Disabled SSPI auth for RMSO
    00000023 3.09868693
    [23512] [msipc]:IpcTokenCache::GetCachedToken Creating a new IIpcToken
    00000024 3.09872818
    [23512] [msipc]:+LoggedOnUserToken Created
    00000025 3.09875011
    [23512] [msipp]:+ippGetUser
    00000026 3.09876585
    [23512] [msipp]:+ippGetUserForUserInfo
    00000027 3.09879208
    [23512] [msipp]:+IPPUserIdentity::InitializeIdentityForUserInfo entered
    00000028 3.09882998
    [23512] [msipp]:+IPPLicenseStore::GetMachineCert
    00000029 3.09911990
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(2222)
    00000030 3.09911990
    [23512] HRESULT = 0x8004f00d
    00000031 3.09914303
    [23512] [msipc]:+ippActivateMachine
    00000032 3.09933877
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(708)
    00000033 3.09933877
    [23512] HRESULT = 0x8004f00d
    00000034 3.09944534
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(763)
    00000035 3.09944534
    [23512] HRESULT = 0x8004f00d
    00000036 3.09955812
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(708)
    00000037 3.09955812
    [23512] HRESULT = 0x8004f00d
    00000038 3.09959126
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(763)
    00000039 3.09959126
    [23512] HRESULT = 0x8004f00d
    00000040 3.09977841
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(708)
    00000041 3.09977841
    [23512] HRESULT = 0x8004f00d
    00000042 3.09981275
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(763)
    00000043 3.09981275
    [23512] HRESULT = 0x8004f00d
    00000044 3.09994483
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(708)
    00000045 3.09994483
    [23512] HRESULT = 0x8004f00d
    00000046 3.09997869
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(763)
    00000047 3.09997869
    [23512] HRESULT = 0x8004f00d
    00000048 3.10005188
    [23512] Exception at d:\bt\2274\private\client\source\port\windows\ipcossecuritygeneral.cpp(90): hr = CDRMtoSP::CreateMachineCerts()
    00000049 3.10005188
    [23512] HRESULT = 0x80070002
    00000050 3.10007334
    [23512] [msipc]:Error encountered while activating the machine, hr = 0x80070002
    00000051 3.10011625
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\core\ippmsdrmwrapper.cpp(650)
    00000052 3.10011625
    [23512] HRESULT = 0x80070002
    00000053 3.10017371
    [23512] [msipp]:-ippGetUser HR=80070002
    00000054 3.10020924
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\framework\win7\win7ippuser.cpp(92): ippGetUser(IPP_GU_CONNECTION_INFO, pConnectionInfo, dwFlags, ipcContext, m_pUser)
    00000055 3.10020924
    [23512] HRESULT = 0x80070002
    00000056 3.10022879
    [23512] Error HRESULT 0x80070002 mapped to 0x80070002
    00000057 3.10026145
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\api\ippapi.cpp(2525): IppGetUser( IPP_GU_CONNECTION_INFO, &pUserFromConnInfo, pUserFromConnInfo.wszID ? dwFlags : (dwFlags | IPP_GU_NEW), pIpcContext, &hUser)
    00000058 3.10026145
    [23512] HRESULT = 0x80070002
    00000059 3.10028005
    [23512] Error HRESULT 0x80070002 mapped to 0x80070002
    00000060 3.10030127
    [23512]  Public API IpcpBootstrapUser exited with return code 0x80070002
    00000061 3.10030127
    [23512] \-----------------------------------------------------------------------
    00000062 3.10036349
    [23512] /-----------------------------------------------------------------------
    00000063 3.10036349
    [23512]  Public API called: IpcGetTemplateIssuerList
    00000064 3.10036349
    [23512]   pConnectionInfo:   NULL
    00000065 3.10036349
    [23512]   dwFlags:   0x00000000
    00000066 3.10036349
    [23512]   pContext:   PCIPC_PROMPT_CTX
    00000067 3.10036349
    [23512]     -->cbSize:       40
    00000068 3.10036349
    [23512]     -->hwndParent:   NULL
    00000069 3.10036349
    [23512]     -->dwFlags:      0x00000003
    00000070 3.10036349
    [23512]     -->hCancelEvent: 0000000000000558
    00000071 3.10036349
    [23512]     -->pcCredential:
    00000072 3.10036349
    [23512]       NULL
    00000073 3.10036349
    [23512]   pvReserved:   NULL
    00000074 3.10039186
    [23512] [msipp]:+ippGetUser
    00000075 3.10040927
    [23512] [msipp]:+ippGetUserForUserInfo
    00000076 3.10043311
    [23512] [msipp]:+IPPUserIdentity::InitializeIdentityForUserInfo entered
    00000077 3.10046244
    [23512] [msipp]:+IPPLicenseStore::GetMachineCert
    00000078 3.10075140
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(2222)
    00000079 3.10075140
    [23512] HRESULT = 0x8004f00d
    00000080 3.10077405
    [23512] [msipc]:+ippActivateMachine
    00000081 3.10079026
    [23512] [msipc]:ippActivateMachine Skipping Machine activation because of Offline mode
    00000082 3.10082817
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\core\ippmsdrmwrapper.cpp(621)
    00000083 3.10082817
    [23512] HRESULT = 0x8004020d
    00000084 3.10084748
    [23512] [msipp]:-ippGetUser HR=8004020d
    00000085 3.10087729
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\framework\win7\win7ippuser.cpp(92): ippGetUser(IPP_GU_CONNECTION_INFO, pConnectionInfo, dwFlags, ipcContext, m_pUser)
    00000086 3.10087729
    [23512] HRESULT = 0x8004020d
    00000087 3.10089636
    [23512] Error HRESULT 0x8004020d mapped to 0x8004020d
    00000088 3.10091305
    [23512] [msipc]:+IpcGetTemplateIssuerList IppGetUser Failed hr = 0x8004020d
    00000089 3.10093284
    [23512] [msipp]:+IPPLicenseStore::GetCLCWithRAC
    00000090 3.10112619
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(2222)
    00000091 3.10112619
    [23512] HRESULT = 0x8004f00d
    00000092 3.10114932
    [23512] [msdrm]:-CDRMStore::GetLicense type=3 hr=8004f00d
    00000093 3.10118246
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\core\ipplicensestore.cpp(399): m_cdrmStore->GetLicense( DRM_LICENSE_TYPE_CLC, pwszSearchPattern, uSearchPatternCount, fDefaultForUser, puCount, prgwszLicense, prgwszRACs)
    00000094 3.10118246
    [23512] HRESULT = 0x8004f00d
    00000095 3.10121131
    [23512]  Public API IpcGetTemplateIssuerList exited with return code 0x8004020D
    00000096 3.10121131
    [23512] \-----------------------------------------------------------------------
    00000097 3.10124445
    [23512] /-----------------------------------------------------------------------
    00000098 3.10124445
    [23512]  Public API called: IpcFreeMemory
    00000099 3.10124445
    [23512]   pb:   0000005F3F8B0DB0
    00000100 3.10132265
    [23512] /-----------------------------------------------------------------------
    00000101 3.10132265
    [23512]  Public API called: IpcGetErrorMessageText
    00000102 3.10132265
    [23512]   hrError:   0x80070002
    00000103 3.10132265
    [23512]   dwLanguageId:   1033
    00000104 3.10215545
    [23512]  Public API IpcGetErrorMessageText exited with return code 0x00000000
    00000105 3.10215545
    [23512] \-----------------------------------------------------------------------
    00000106 4.53870678
    [23512] /-----------------------------------------------------------------------
    00000107 4.53870678
    [23512]  Public API called: IpcFreeMemory
    00000108 4.53870678
    [23512]   pb:   0000005F3D4324F0
    00000109 109.36756897
    [24016] SHIMVIEW: ShimInfo(Complete)
    00000110 118.99750519
    [24088] SHIMVIEW: ShimInfo(Complete)
    Any help will be much appreciated
    Thanks
    SN

  • I want to restrict the display of  F4 values in the standard tcode

    In the standard tcode F-22 , for the customer display(F4 help values) ,i dont want to display a group or set of customers to be displayed. Which is the best way of doing this?
    Thanks .
    Edited by: peter k on Jan 19, 2009 7:27 AM

    Hi Peter K,
    Hope this will help you https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/707439da-ead9-2910-5c97-af6ca0b6fbb1
    Cheers,
    Pravin S

Maybe you are looking for

  • Error in implementing Usage Tracking in OBIEE

    Hi All, I wants to implement Usage Tracking in my project. I have done all the steps as per link http://obiee101.blogspot.com/2008/08/obiee-setting-up-usage-tracking.html But i am getting following error in NQServer.log file--------------------------

  • List of all SUNDAYS by query

    hi friends, is there any way to get the list of all SUNDAY's dates in the current year through a SQL query. Thanks before hand.

  • Installation with Oracle 8i database and iAS8i

    Hi Everybody!! I would like to install both oracle 8i and iAS on standalone machine such Linux. When I tried to that, I had a problem. If there is anybody that already installed them on one machine successfully, Would you please tell me ?

  • Smartform Internal ERROR

    Hi friends, The following internal errror has been occured in QAS Server Internal error (RC = 1, FORM = SFP_DESIGN_START, NR = 2) Message no. SMARTFORMS001 I have transported the  smartform to quality server. Can anyone tell me how to resolve this is

  • Getting error for bind variables

    Hello Experts ; SQL> DECLARE   2  l_eid  number;   3  l_name  varchar2(30);   4  BEGIN   5  l_eid:=1000;   6  select name into l_name from tab1 where no = l_eid;   7  l_eid:=9999;   8  select name into l_name from tab1 where no = l_eid;   9  l_eid:=2