Trace with Filter

Hi,
I have a report Z_MA_TEST including a simple sql statement (open sql).
I want to trace this to see what happends.
When I Activate Trace With Filter (OK)
Provide USERNAME = MYUSERNAME
When I Activate Trace With Filter (<b>Trace file empty??</b>)
Provide USERNAME = MYUSERNAME
Provide PROGRAMNAME =       Z_MA_TEST
Why cant I trace with my program name ?
//Martin

Hi Martin,
I used your example with A004.
I activated the trace on with filter in ST05.
Checked all the checkboxes.
Gave User name and program name in 'Trace on for user' option.
Ran the program.
Switched the trace off.
I got some trace as follows.
Transaction = SE38                 PID =    24768 P type  DIA Client = 040 User = SADAVI        
HH:MM:SS.MS  Duration  Program  ObjectName Op.     Curs Array Rec   RC     Conn  Statement      
11:19:59.947    11,414 SAPLSECU TSL1D      READ SI                1      0       R 3 AUW        
11:19:59.962        22 ZTESTAKX A004       OPEN                   0      0       R 3 040        
11:19:59.962        27 ZTESTAKX A004       FETCH                  1      0                      
11:19:59.963        20 SAPLOMCV TMCNV      READ SI                1      0       R 11 040MATCONV
11:19:59.963        32 ZTESTAKX A004       FETCH                  0     64                      
11:19:59.963         7 ZTESTAKX A004       CLOSE                  0      0                      
So I am not sure if this what you are also getting, whereas you are expecting more.
Please let us know.
Thanks,
Srinivas

Similar Messages

  • Af:table with filter option

    Hi,
    I have a bounded task flow with page-fragments, first activity is method-call(execute-query) and second is a view activity. On the view activity I dropped a read-only, af:table, enabled filters. Although execute query is successful af:table does not display correct records. When I delete af:table and add it again with no filter everything works as expected (also deleted the search region definition from page def file). af:table with filter option adds a search region to executable section of page-definition file, with Empty Criteria in my case. I want af:table to display results after execute-query method activity and decorate the af:table with filters. Filter would be enabled only when users enter filter criteria. Is that possible? Am I missing something?
    Best Regards,
    Salim

    Hi,
    I found new problems with my case. When we use filter option with af:table filter criteria is not cleared. Forum search returned Re: Problem with 11g table - filter . Suppose that user enters a criteria and presses enter, this executes query and results are displayed as expected. Then user clears the previously entered criteria presses enter o display all records, and no results are displayed. Looking at the trace for a testcase based on HR schema, I observed that all the bind variables in the query is saved and passivated, Please observe that for every new criteria entry (for the same field, Emp.ENAME) a SQL clause is added at the end. Although one might expect that all the criteria related to af:table filter is cleared and rebuilded for every request rather than saving them all, which results in bad end user experience. So is there a way to go with af:table with filter? Am I missing something?
    Best Regards,
    Salim
    SELECT Emp.EMPNO,        
         Emp.ENAME,        
         Emp.JOB,        
         Emp.MGR,        
         Emp.HIREDATE,        
         Emp.SAL,        
         Emp.COMM,        
         Emp.DEPTNO,        
         Dept.DNAME,        
         Dept.DEPTNO AS DEPTNO1
         FROM EMP Emp, DEPT Dept
    WHERE Emp.DEPTNO = Dept.DEPTNO(+)
         AND ( ( ( ( ( Emp.ENAME LIKE :vc_temp_1  )  OR  ( :vc_temp_1 IS NULL ) ) )  AND ( ( ( Emp.EMPNO = :vc_temp_2  )  OR  ( :vc_temp_2 IS NULL ) ) )  AND ( ( ( Emp.ENAME LIKE :vc_temp_3  )  OR  ( :vc_temp_3 IS NULL ) ) )  AND ( ( ( Emp.ENAME LIKE :vc_temp_4  )  OR  ( :vc_temp_4 IS NULL ) ) )  AND ( ( ( Emp.ENAME LIKE :vc_temp_5  )  OR  ( :vc_temp_5 IS NULL ) ) ) ) )Bind params for ViewObject: EmpView2
    [18615] Binding param "vc_temp_1": M%
    [18616] Binding param "vc_temp_2": 8
    [18617] Binding param "vc_temp_3": A%
    [18618] Binding param "vc_temp_4": M%
    [18619] Binding param "vc_temp_5": M%

  • OBIEE 11g - Aggregation With filter

    Hi all ,
    I have a reg where the condition to be applied in ONE COLUMN of a report is as follows
    select count(*)
    from (SELECT SUM(quantity),SUM(quantity_received) qty_rec ,SUM(quantity)-SUM(quantity_received) qty ,po_header_id
          FROM F_ERP_PO
          group by po_header_id)
    where qty > 0
      and qty_rec <> 0     
    .. I  have multiple columns in the reports with varying conditions
    I tried out in different ways but could not bring the answer since this condition is just ofr one column and the next column has other conditions.
    Kindly help me in simplifying this report . I am stuck with it for long
    Thanks in advance,
    Regards,
    Niv d

    Hi Chris,
    Thanks for ur response.
    I tried usinf FILTER() function in different ways. But I had a comparison like
    FILTER("F1 Facts"."Total Revenue" USING (sum("PO"."Quantity") = sum("PO"."Quantity_Recieved") )) .
    Here the error is like Cannot use aggregation with the USING clause .
    I even tried with, Filter based on another request feature , it throws an error saying 'cannot use multiple select clause '
    Any suggestions would be very helpful.
    Regards,
    Niv D

  • Grant select role with filter ?

    hi,
    is it possible to Grant select with filter to a role, for example,
    user should select where ename='smith'

    I guess you may want something similar to VPD

  • Help reqd on Trace with environment variables

    Hi,
    Please let me know the procedure to set trace with environment variables.
    Kindly forward any related links to this.
    regards,
    Naveen.A

    Hi Naveen,
              Go through this help documents. Hope it helps.
    http://help.sap.com/saphelp_nw04/helpdata/en/5e/4dfca06fc1ea4ea31c0c522c62cb1a/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ef/8eb899cf32416eaa452329c64acb5f/frameset.htm
    Cheers,
    Aravindhan

  • How to use aggregator with filter  operator

    Hi,
    how can i use aggregation with filter operator. i have a table, form this table i have to calculate this valurs
    1. no of notes
    2. no of open notes where attribute =y (logic for one notes is count(notes) where attribute =y)
    2. no of closed notes where attribute =n
    for this i used like this
    table --> two filter operators 1 is for attribute =y and one is for attribute=n ----> to aggregaror operator. --- i am getting error.
    Regards,
    Jyothy

    Jyothy,
    Try this..
    U can use the below code in the aggregator without filters
    sum(decode(notes,'y',1,0) adn sum(decode(notes,'n',1,0)
    Regards,
    Sivarama

  • Workflow:To trace with whom the workflow is pending

    Hi All,
    Is there any standard Tcode to find who are the approvers for a particular Workflow triggered?
    There is requirement to trace with whom the workflow is pending.
    Please suggest.
    Will appreaciate a quick reply.
    Thanks,
    Deb

    Hi Deb,
    In the business workplace of the initiator (i.e. the person who raised the request which inturn triggered the workflow) under the tree "Outbox" there would be an item called "Started workflows".
    All the workflows which have been initiated by him would be avalilable under that option.
    There you can check the status of the workflows started by him. Further you can check the log of the individual workflows(Click on the "workflow log" icon). In the log you can see with whom the workflow is currently pending.
    P.S. (Transaction to get to the outbox directly - SO02)

  • Hi, I am having trouble using the smooth tool on a logo that I created. I have watched tutorials and something isn't working for me. When trace with the smooth the line just disappears and doesn't smooth anything out. Please help.

    Hi, I am having trouble using the smooth tool on a logo that I created. I have watched tutorials and something isn't working for me. When trace with the smooth the line just disappears and doesn't smooth anything out. Please help.

    Sorry, that's Monika with a k
    On Tue, Nov 18, 2014 at 2:26 PM, Monika Gause <[email protected]>

  • Difference between CQC vs MapListener with Filter

    Can someone please explain how is a  Continuous Query Cache(CQC) different than a MapListener with a filter?
    On the same note, please elaborate on use cases where CQC is a right-fit vs MapListener (with filter)?
    Thanks in advance.

    Using listeners (with or without filters) is a way to react over data changes in the client application, allowing it to invoke actions in response of some changes. The basic idea is in the end, execute custom code based on the events, instead of manipulate the dataset.
    CQC in the other hand is a technique to materialize a keySet() in the client application in a such way that this keySet() is continuously updated automatically by Coherence, based on the delta of which resides in the client application and in the data grid storage. When you materialize a keySet() in the client application, the list of keys are stored continuously in the application heap memory, and grows at the same pace that the data grid grows, considering of course that the filter criteria has been satisfied.
    So the basic difference is the statefulness of the scenario: using CQC, you have the whole window of keySet() to work with, using listeners, the only keySet() available to work with is that of the current event triggering, after that they are disposed. Some CEP implementations like Oracle Event Processing should benefit of materialized keySets() in order to apply event constructions like temporal constraints, for instance: SELECT someData FROM eventChannel RANGE 60 MINUTES SLIDE 5 SECONDS.
    Cheers,
    Ricardo Ferreira

  • Does anyone know the algorithm behind photoshop's Trace Contour Filter?

    Hello There!
    I am a student currently working on a Computer Science project and using Photoshop's Trace Contour filter is excellent at tracing edges of any image.  Does anyone know the exact algorithm that Adobe uses to implement the Trace Contour Filter? Online it just says that it looks at difference in brightness to trace the edges, but is it a modification of Canny, Sobel or any other known Algorithms? Does it use Moore neighborhood to calculate it the edges? If anyone has any idea, I would appreciate it.
    Thanks!

    Set this option:
    -Noel

  • RFC trace with active filter...

    Hi All,
    I need to activate RFC trace for a particular RFC connection with a particular user name.
    If I activate this trace from st05, what are things that i need to take care before & after activating trace, ex: Space related issues, etc...
    Plz share ur experience & thoughts.
    Regards
    Srinivas K

    It depends on what all that user is doing and how long you want to keep the trace active.  If it is a single user who will hit the RFC connection one time, then it is probably no big deal to just run it on the fly.  If it is a system user that multiple external programs use heavily throughout the day, you may want to adjust the following parameters accordingly:
    rstr/max_files
    rstr/max_diskspace

  • NullPointerException with MB Subscription With Filter

    We basically have xml messages of the form arrive on the MB channel:
    <xxx><yyy>111</yyy><zzz>222</zzz></xxx>
    <xxx><yyy>999</yyy><zzz>888</zzz></xxx>
    and we want our stateful jpd to be only woken up when a message with the text in the <yyy> tag has a value of 999.
    In our project we have created a filtered mb subscription control 'jcx', which lead to the following method being created in the interface.
    * jc:mb-subscription-method filter-value-match="{value}"
    void subscribeWithFilterValue(String value);
    The xquery for the 'jcx' looks like:
    declare namespace ns0="http://aaa.bbb.com/requests"
    data($message/ns0:xxx/ns0:yyy)
    In our stateful 'jpd' we basically do the following before waiting for filtered messages on the channel subscription:
    mychannel.subscribeWithFilterValue("999");
    However, when a message arrives on the channel, we are receiving a NullPointer Exception with the stack trace listed below.
    Questions:
    1. Is the above the correct way to setup a message broker subscription channel?
    2. We are using WLI 8.1 SP2. Does this feature work with SP2 or do we need WLI 8.1 SP3?
    3. What are we doing incorrectly?
    Thanks much for your time in responding.
    Sincerely,
    rs
    Exception stack trace:
    <Aug 29, 2004 9:57:56 AM EDT> <Error> <WLI-Core> <BEA-489003> <Caught Exception:
    java.lang.NullPointerException
    java.lang.NullPointerException
    at com.bea.wli.broker.FilterEvaluator.getPreparedStatement(FilterEvaluat
    or.java:87)
    at com.bea.wli.broker.FilterEvaluator.<init>(FilterEvaluator.java:65)
    at com.bea.wli.broker.cache.CachedFilter.getFilterEvaluator(CachedFilter
    .java:250)
    at com.bea.wli.broker.MessageBroker.publishMessage(MessageBroker.java:80
    9)
    at com.bea.wli.mbconnector.jms.JmsConnMDB.publishMBMessage(JmsConnMDB.ja
    va:340)
    at com.bea.wli.mbconnector.jms.JmsConnMDB.onMessage(JmsConnMDB.java:466)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:382)
    at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.
    java:316)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:281)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2596)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2516)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170

    ScoSha,
    Thanks for your time in responding. Below are my answers (As) to your questions (Qs):
    Q1) You don't have valid XML (if you really meant what you pasted - no root)
    A1) The input xml was a snippet representing 2 messages that are in the queue. Sorry, that was not very clear in my posting. That is,
    first message in the Q is
    <xxx><yyy>111</yyy><zzz>222</zzz></xxx>
    second message in the Q is
    <xxx><yyy>999</yyy><zzz>888</zzz></xxx>
    My intent is to use the Message Broker Channel filtering mechanism to only deliver the second message to my long running process instance. The process instance is only interested in being woken up by messages where the value for the element <yyy> is 999.
    Q2)Your Xpath needs to pick one of the 2 xxx/yyy (try xxx[1]/yyy ...OR ->
    Q3)your jpd/Xquery seems to have the wrong logic and operations:
    A2&A3) In light of my answer to Q1 above, perhaps Q2 and Q3 are not relevant any more.
    Objective: In our scenario we have a long running stateful process instance that wants to be woken up when messages with certain dynamically specified data arrive on a Queue. To achieve this we have:
    1. created a message broker channel on the queue we are interested in.
    2. In the stateful process instance .jpd we create a WLI Filter Subscription control .jcx.
    3. The xquery property on this Filter Subscription control is:
    declare namespace ns0="http://xxx.yyy.com/requests"
    data($message/ns0:xxx/ns0:yyy)
    4. In the stateful process instance we execute the following code:
    // myVar variable has a value of "999"
    mychannel.subscribeWithFilterValue(myVar);
    5. Right after the above line we enter the event wait state in the .jpd.
    Are steps 1-5 above the correct approach to achieve our objective? If they are, then why would we receive the following NullPointerException? Thanks.
    -rs
    Exception stack trace:
    <Aug 29, 2004 9:57:56 AM EDT> <Error> <WLI-Core> <BEA-489003> <Caught Exception:
    java.lang.NullPointerException
    java.lang.NullPointerException
    at com.bea.wli.broker.FilterEvaluator.getPreparedStatement(FilterEvaluat
    or.java:87)
    at com.bea.wli.broker.FilterEvaluator.<init>(FilterEvaluator.java:65)
    at com.bea.wli.broker.cache.CachedFilter.getFilterEvaluator(CachedFilter
    .java:250)
    at com.bea.wli.broker.MessageBroker.publishMessage(MessageBroker.java:80
    9)
    at com.bea.wli.mbconnector.jms.JmsConnMDB.publishMBMessage(JmsConnMDB.ja
    va:340)
    at com.bea.wli.mbconnector.jms.JmsConnMDB.onMessage(JmsConnMDB.java:466)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:382)
    at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.
    java:316)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:281)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2596)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2516)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170

  • Problems with filter exception using Network IP range

    We are using a spam filtering service for out incoming email. As such, all
    our email is directed to our SMTP server from their IP address range. We
    employ a dual firewal set up. We have a Netscreen firewall connected to the
    Internet and the Border Manager 3.8 server sits between the Netscreen and
    our internal network. On the BM server I have set up a generic proxy with a
    proxy port of 1025 to proxy the incoming email to our internal mail server.
    The Netscreen is set up to forward all SMTP (port 25) traffic to the
    BorderManager server on port 1025. Using FiltCfg I also set up a packet
    filter exception to allow traffice from the service providers network
    (Network = 104.56.144.0, Mask = 255.255.248.0) to port 1025. With this
    setup most email is received just fine. However I was getting reports of
    bounced and delayed email. Working with our service provider it was
    detemined that randomly some connections were failing. I used PktScan to
    collect packet trace infomation from our BM server. On a regular basis
    there are groups of SYN packets from the service providers email servers
    which are not receiving a response from the BM server. In some cases the BM
    server does eventuall respond with a SYN/ACK. There are also times when the
    BM server responds immediately after the first SYN. All the incoming
    connections from the service provider are currently comming in from two IP
    addresses, 104.56.144.247 and 104.56.145.247. The BM server is showing the
    same problem for both IP addresses, sometimes it responds immediatley to the
    SYN, sometimes it takes a few SYN packets before it responds, and sometimes
    the BM server never responds to the connection attempt. On a whim I added
    filter exceptions which specifed the two host IP addresses specifically
    (other than that the rules are identical to the one using the Network
    specification). After doing this the BM server is now responing immediately
    to all the incoming SMTP connection attempts from the service provider. Why
    would I be seeing this problem with the filter exception defined with a
    Network specification but not with Host specifications? Is there anything I
    can do to fix this?
    Thank you for any help provided,
    Brad Johnson

    Yes. I created 8 separate 255.255.255.0 exceptions. In viewing the packet
    trace data for the last couple of days it appears this resoloved the
    problem.
    Thanks
    Brad Johnson
    "Craig Johnson" <[email protected]> wrote in message
    news:[email protected]..
    > In article <XCo8l.13813$[email protected]>, Brad Johnson
    > wrote:
    >> Both servers are running NW 6.5 sp 6. After this problem started I
    >> applied
    >> BM38sp5_IR1, TCP681K, and wsock6o. This had no affect on the issue.
    >>
    >> If I create individual exceptions for the IP addresses I am currently
    >> receiving mail from, rather than using the range of potential addresses,
    >> the
    >> problem goes away.
    >>
    > Well, it sounds definitive enough, but I think if it were a generic issue
    > to
    > the patch level I would have heard about it from my clients who use
    > Postini
    > mail filtering service. All of the Postini-related servers have a network
    > address as a source in the filter exceptions for smtp.
    >
    > Instead of using a 255.255.248.0 mask, does it work if you set up 8
    > different
    > 255.255.255.0 exceptions?
    >
    >
    > Craig Johnson
    > Novell Support Connection SysOp
    > *** For a current patch list, tips, handy files and books on
    > BorderManager, go to http://www.craigjconsulting.com ***
    >
    >

  • Help understanding simple query trace with 35,000 "query subcube" events

    No matter WHAT query I issue against my cube, I'm finding thousands of query subcube events against an unexpected , I assume it's a partition.
    Even for the simplest possible query SELECT FROM <CUBE>, which for this cube would return the measure [MRN Distinct Count], a trace reveals 35,000 query subcube events against a partition (?) called "<server>.Medical Home.MedHome.Lab Orders
    With Results" which is NOT the partition that holds that [MRN Distinct Count] measure.
    I can't figure out why this object is being queried so many times for queries completely unrelated to it.  I believe this performance degradation is somewhat new...so I have been trying to think of what may have been added to the cube recently.
    I recently added KPIs and calculated sets & members that DO draw from that Lab Orders With Results object...would calculated members or KPI's cause this kind of problem? I thought that they were all pre-calculated @ processing?
    Thanks for any insight you can provide
    Here's a summary of the profiler trace on the query SELECT FROM <CUBE>
    Event Desc
    # of Events
    ObjectPath
    Duration
    Query Begin
    1
    NULL
    0
    Query Cube Begin
    1
    <server>.Medical Home.MedHome
    0
    Query Subcube Verbose
    11
    <server>.Medical Home.MedHome.Fact Dx 2
    189
    Query Dimension
    7
    <server>.Medical Home.Dim Person
    0
    Query Subcube Verbose
    35650
    <server>.Medical Home.MedHome.Lab Orders With Results
    13856
    Serialize Results Begin
    1
    <server>.Medical Home.MedHome
    0
    Serialize Results Current
    4
    <server>.Medical Home.MedHome
    0
    Query Subcube Verbose
    5
    <server>.Medical Home.MedHome.Dim Person
    0
    Serialize Results Current
    1
    <server>.Medical Home.MedHome
    0
    Serialize Results End
    1
    <server>.Medical Home.MedHome
    0
    Query Cube End
    1
    <server>.Medical Home.MedHome
    40919
    Query End
    1
    NULL
    41059
    Paul

    RedBirdRising - my cube had several dynamic calculated sets in it.  As I recall several of those sets included slices on that one particular dimension that was being queried so many times. For me it was sets that compiled populations of people
    with particular lab result values, so that lab result partition was queried thousands of times for ANY query, even simple ones like SELECT FROM [CUBE].  
    To be precise, I actually had calculated sets interacting with calculated measures - for example, one of the offending calculated sets was really this series of calculations:
    -CALC SET 1: define calculated set of diabetic patients
    -CALC MEASURE 1: define calculated measure for most recent lab test result of a particular lab test - which included a slice on the dimension I found being queried thousands of times.
    -DYNAMIC calculated set: FILTER(CALC SET1, CALC MEASURE 1 <= x)
    So as soon as I switched that dynamic set to a STATIC set my queries began executing in a reasonable amount of time and those query subcube events were no longer issued in the thousands.  I feel like i've heard that FILTER performs poorly but didn't
    know of any alternatives to achieve what we needed.
    hope this helps...I can't say I know for sure what unforseen impact(s) switching to static sets has had yet.  Dynamic seemed like the way to go but the performance hit was just too drastic.  
    Paul

  • Problem with outer join with filter on join column

    Hi,
    In physical layer I have one dimension and two facts, and there's an outer join between the facts.
    dim_DATE ,
    fact_1 ,
    fact_2
    Joins:
    dim_DATE inner join fact_1 on dim_DATE.DATE = fact_1.DATE
    fact_1 left outer join fact_2 on fact_1.DATE = fact_2.DATE and fact_1.SOME_ID = fact_2.SOME_ID
    When I run a report with a date as a filter, OBIEE executes "optimized" physical SQL:
    select fact1.X, fact2.Y
    from
    Fact_1 left outer join on fact_1.DATE = fact_2.DATE and fact_1.SOME_ID = fact_2.SOME_ID
    where Fact_1.DATE = TO_DATE('2009-05-28' , 'YYYY-MM-DD' )
    and  Fact_2.DATE = TO_DATE('2009-05-28' , 'YYYY-MM-DD')
    The filter on Fact_2.DATE effectively replaces outer join with inner.
    Is there a way to disable this "optimization", which is actually very good for inner joins, but doesn't allow outer joins?
    Thanks in advance,
    Alex
    Edited by: AM_1 on Aug 11, 2009 8:20 AM

    If you want to perform a Fact-based partitioning with OBIEE (two fact with the same dimension), you have to :
    * create in your physical layer for each fact table the joins with the dimension
    * create in the Business Model layer ONE star schema with ONE logical fact table containing the columns of your two physical fact table
    In this way when you choose minimal one column of your fact1 and one column of your fact2, OBIEE will perform two query against each fact table/dimension, join them with an OUTER JOIN and your problem will disappear.
    Cheers
    Nico

Maybe you are looking for

  • Error in MIGO while doing Intra-company plant to depot stock transfer by ST

    Dear gurus, I am facing an error while posting MIGO during intra-company plant to plant STO. Settings for STO: SPRO >IMG > MM >Purchasing > Purchase Order>set up Stock Transport Order Define Shipping Data Define/assign Checking rule Assign Delivery T

  • HOW TO FIX LOGIC PRO CRASHES WITH NEXUS PLUGIN ON MAC OS X 10.6.8 !! =)

    After updating my Mac OS X to 10.6.8, my Logic Pro would always crash when opening a project file that uses the Nexus (version 1) plugin... I spent hours upon hours, LONG DAYS AND NIGHTS trying to resolve the issue searching all over the internet for

  • Vendor Info Record in SAP CRM

    Hi, Can you please help me in suggesting if I can download vendor info records created in ME13 transaction in ECC can be downloaded to CRM?If yes then how will i maintain my material master in CRM w.r.t. vendors?

  • Internal Order Defaults

    Hi, For each company code I have created different Internal Order types. I want to assign default company code in Internal order when it will be created for that particular company code. E.g Three internal order types say ZZ01, ZZ02  and ZZ03 for thr

  • NPE in AutoRegisterActionServlet.ensureModuleRegistered

    Not sure if this is a Server- or Workshop-related question, but here goes.           In the log file below, it appears that perhaps a module in our enterprise app has undeployed itself. Does this cause, or is it caused by, the deserialization error r