MapViewer WMS GetMap uses SDO_FILTER

When I use the WMS request GetMap, MapViewer uses SDO_FILTER for the generated queries. This is not always accurate because sometimes features are not selected and drawn. How can I make MapViewer use SDO_RELATE instead of SDO_FILTER?

The fact that mapping applications use sdo_filter is because it is much more faster to supply a resultset which normally is bigger than the actual set needed for a rectangular view in such an application, then to use an operator like sdo_relate to get an exact matching resultset.
After all speed is important in (web)mapping applications.
This is also noted in the user manual:
http://download.oracle.com/docs/html/B14255_01/sdo_intro.htm#sthref91
Extract:
Spatial uses a spatial index to implement the primary filter. Spatial does not require the use of both the primary and secondary filters. In some cases, just using the primary filter is sufficient. For example, a zoom feature in a mapping application queries for data that has any interaction with a rectangle representing visible boundaries. The primary filter very quickly returns a superset of the query. The mapping application can then apply clipping routines to display the target area.
The purpose of the primary filter is to quickly create a subset of the data and reduce the processing burden on the secondary filter. The primary filter, therefore, should be as efficient (that is, selective yet fast) as possible. This is determined by the characteristics of the spatial index on the data.
However, I think, it should not return less features then the sdo_relate.
Maybe a Mapviewer expert can help you further.
Luc

Similar Messages

  • Case Issue in Mapviewer WMS GetMap request

    I've been working with Mapviewer 10.1.2.0.2 for a couple weeks now and have used the wms_getmap_request using the XML API to get layers from various WMS servers including USGS. I am interested in getting images specifically from wms.jpl.nasa.gov as they seem to have better global coverage than USGS which is primarily interested in the US. I believe that the wms.jpl.nasa.gov is a non compliant WMS server because the REQUEST=GETMAP name pair in the url created by Mapviewer using the wms_getmap_request fails while using REQUEST=GetMap works.
    Here's and easy test: The URL in Example 1 fails while the Example 2 URL returns an image.
    Short of asking Nasa's Jet Propulsion Laboratory to get a new wms image server, is there a workaround for this that would force the url request to use the mixed case version of the value instead of the all upper case? From what I can tell they are a leading source of this kind of information.
    Example 1:
    http://wms.jpl.nasa.gov/wms.cgi?VERSION=1.1.1&REQUEST=GETMAP&SRS=EPSG:4326&BBOX=-123.3865,367766,-121.1365,38.2766&WIDTH=600&HEIGHT=400&FORMAT=image/jpeg&BGCOLOR=0xffffff&TRANSPARENT=true&LAYERS=global_mosaic&STYLES=pseudo_bright&EXCEPTIONS=application/vnd.ogc.se_inimage
    Example 2:
    http://wms.jpl.nasa.gov/wms.cgi?VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326&BBOX=-123.3865,36.7766,-121.1365,38.2766&WIDTH=600&HEIGHT=400&FORMAT=image/jpeg&BGCOLOR=0xffffff&TRANSPARENT=TRUE&LAYERS=global_mosaic&STYLES=pseudo_bright&EXCEPTIONS=application/vnd.ogc.se_inimage
    Thanks,
    Ken

    Hi,
    Since MapViewer is a component of Oracle App Server, any MapViewer patch will have to be part of an App Server-wide patch, which is out of the control of the Mapviewer team (schedule wise).
    We are however preparing for an early access release of MapViewer 11g, which will be available for download on OTN late Janurary 2006. That version will fix this issue (and also provides a ton of exciting new features).
    In the mean time, if you contact me directly we can probably help you on this issue now. [email protected] please replace _ with . for the correct email adderess.
    thanks

  • Using Basemaps with MapViewer/WMS

    I've set up a basemap which zoom layers a Georaster layer and MasterMap vector layers.
    This works fine when accessing MapViewer in the normal manner, however, when I access it through WMS I only get the MasterMap data at all zoom levels.
    e.g.
    http://10.104.30.10:8888/mapviewer/wms?request=getmap&version=1.1.1
    &format=image/jpg&service=wms&bbox=525000,180000,530000,185000
    &srs=SDO:81989&BASEMAP=WMSBASE1&layers=&width=800&height=800
    Why would it not behave the same when accessing via WMS?
    Ken

    Hi,
    fill &layers= with you layer names like &layers=layer1,layer2
    regards, Andreas

  • Multiple datasources for Mapviewer WMS

    Hello,
    I have set up a WMS server using mapviewer. I have data sources "prod" and "pub", one is default configured like this in the WMS configuration:
    <wms_config host="myhost" port="8080"
                  protocol="http" default_datasource="wms"
                  public_datasources="prod,pub">
    The problem I am facing is when I am trying to get layers from the  "pub" datasource. Most of the applications I am using throws me the following errors:
    "The WMS server returned no data from the GetMap request" , "Layer NotDefined" , "Invalid Layer requested" or this other one from QGIS:
    "Map request error (Status: 200; Response: <?xml version = '1.0' encoding = 'UTF-8'?>
    <!DOCTYPE ServiceExceptionReport SYSTEM "http://schemas.opengis.net/wms/1.1.1/WMS_exception_1_1_1.dtd">
    <ServiceExceptionReport version="1.1.1">
       <ServiceException code="LayerNotDefined">
          <![CDATA[<oms_error>
    <![CDATA[
    OMS: MAPVIEWER-00003: SQL error occurred while generating map.
    ]]>
    </oms_error>]]>
       </ServiceException>
    </ServiceExceptionReport> "
    I tried to add the DATAOURCE Mapviewer parameter but I still get these same errors.
    When I switch "pub" from public_datasources to default_datasource everything works fine. It seems that I can get layers only from the default datasource. The problem is that I use several database intances and I relly need to have all datasources working.
    Could you help me to know if I'm using it the wrong way or if it is a known bug ?
    Thank you

    Hi Sachin,
    The basi answer is yes.  The other infoobjects will be empty if you load in two seperate update rules.
    Remember one basic rule about cubes: you cannot change (in general) records in a cube that you have loaded previously. 
    But this does not mean the behaviour you want in queries is not correct.
    Suppose you load the following:
    CHAR A, CHAR B, CHAR C, KF 1
    A1               C1      10
              B1     C1       5
    In this case a query on C1 will return 15, although a query for the values of B1 will only return 5.
    hope it helps,
    Tom

  • Mapviewer WMS Server

    I have spatial data in Oracle database. The SDO_SRID of this data is 262148 (Non-Earth meters).
    Now I want to configure mapviewer as a WMS server.
    If I try http://host:port/mapviewer/wms?REQUEST=GetCapabilities&VERSION=1.1.0&SERVICE=WMS
    I get
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!DOCTYPE ServiceExceptionReport SYSTEM "http://schemas.opengis.net/wms/1.1.1/WMS_exception_1_1_1.dtd">
    <ServiceExceptionReport version="1.1.1">
    <ServiceException>
    <![CDATA[java.lang.NullPointerException
         at oracle.spatial.geometry.JGeometry.load(JGeometry.java:2972)
         at oracle.lbs.webmapserver.WMSCapabilities.getLatLonBounds(WMSCapabilities.java:1084)
         at oracle.lbs.webmapserver.WMSCapabilities.GetCapabilities(WMSCapabilities.java:684)
         at oracle.lbs.mapserver.oms.wmsGetCapabilities(oms.java:2648)
         at oracle.lbs.mapserver.oms.doPost(oms.java:703)
         at oracle.lbs.mapserver.oms.doGet(oms.java:386)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.lbs.webmapserver.WMSServletFilter.doFilter(WMSServletFilter.java:254)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    ]]>
    </ServiceException>
    </ServiceExceptionReport>
    Thanks in advance

    Thanks for reply
    SQL> select * from user_sdo_geom_metadata
    2 where
    3 (table_name = 'TERENURI')
    4 /
    TABLE_NAME
    COLUMN_NAME
    DIMINFO(SDO_DIMNAME, SDO_LB, SDO_UB, SDO_TOLERANCE)
    SRID
    TERENURI
    GEOLOC
    SDO_DIM_ARRAY(SDO_DIM_ELEMENT('X', 0, 400000, ,000002), SDO_DIM_ELEMENT('Y', 0,
    400000, ,000002))
    262148
    Posting request like http://host:port/mapviewer/wms?REQUEST=GetMap&VERSION=1.1.1&...
    returns image.
    Could there be any problems with SRID?

  • Mapviewer WMS and GetCapabilities

    Hi,
    We have a Mapviewer WMS server running well, but have noticed that when we use a WMS client to query the data (e.g. Quantum GIS, NASA WW) the WMS service returns the entire extent, not the extent of the data. This is really annoying and is an important part of WMS.
    All the georasters we have are built correctly etc. (i.e. tested system known to work).
    How do provide extents for just the data in the GetCapabilities?
    Thanks,

    I cannot find the user_sdo_view_metadata view. I do have:
    user_sdo_geom_metadata
    user_sdo_geor_sysdata
    Yes, I would not expect the GetCapabilities spatial extent for all the images in the table, not just 1 image.
    I used this query to check the spatial extents of each image and they are all there:
    SELECT t.image.spatialextent FROM oblique t
    Looking at the view in user_sdo_geom_metadata shows:
    3 | oblique | image.spatialextent | <points showing diminfo> | 41103
    which all looks good.
    I noticed though for the user_sdo_geor_sysdata view, there is an entry for each image, for example:
    9 | oblique | image | (null) | oblique_rdt | 1 | (null)
    which means that for the meta_data_column_name it is set to null. Is that bad?

  • Oracle MapViewer WMS

    I have problem using Oracle MapViewer WMS GetFeatureInfo request because data that that request is fetching are not in UTF-8 encoding so I get XML document that is invallid. Any help here?

    I have problem using Oracle MapViewer WMS GetFeatureInfo request because data that that request is fetching are not in UTF-8 encoding so I get XML document that is invallid. Any help here?

  • Mapviewer WMS and "dimension" data

    Hi,
    I have been using various WMS servers lately, and noticed that some of them support service metadata responses which include a "time" dimension. Does MapViewer support getting the available time values via a WMS getCapabilities?
    Thanks
    MH

    Hi,
    Current version of MapViewer doesn't support Time and SLD.
    BR,
    TM

  • Mapviewer WMS servered from tilecache instance?

    It seems that GetCapabilities only returns my maps and none of my cached maps are available. Is there anyway to have mapviewer server WMS requests out of a tile cache?

    Hi,
    This is not supported currently. We could probably modify our WMS implementation so that if a base map already has a tile layer created for it, then it will try to reuse its existing map tiles when generating the response map. The problem is however map tiles are by nature of fixed map scales (zoom level), whereas a WMS request can be for an arbitrary map scale that often falls between two adjacent tile-layer zoom levels. In such case the tiles can't really be re-used without distortion.
    Thanks
    LJ

  • Mapviewer performance problem using image format FORMAT_RAW_COMPRESSED

    I am using the MapViewer.FORMAT_RAW_COMPRESSED map image in my (java) map application because some features must be clickable and as far as I can work out, this is the only way to achieve this in a Java client. On my local system, running the map server in an oc4j container, this works about as fast as using FORMAT_GIF_URL and loading the image from this url. There also doesn't seem to be much difference in memory and cpu usage.
    When I direct the request to a map server running on a remote Application Server the rendering time grows exponentially. The same maprequest using FORMAT_GIF_URL runs as fast as it does in my local OC4J container. The problem seems to be in "packing time" in RealWorker:
    Remote AS:
    Thu Jun 30 13:59:34 CEST 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] freeMapper() begins...
    Thu Jun 30 13:59:34 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] preparation time: 99ms
    Thu Jun 30 13:59:34 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] querying/rendering time: 5560ms
    Thu Jun 30 13:59:34 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] packing time: 142605ms
    Thu Jun 30 13:59:34 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] --------------- total time: 148264ms
    Local OC4J:
    Thu Jun 30 15:34:42 CEST 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] freeMapper() begins...
    Thu Jun 30 15:34:42 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] preparation time: 540ms
    Thu Jun 30 15:34:42 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] querying/rendering time: 2490ms
    Thu Jun 30 15:34:42 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] packing time: 120ms
    Thu Jun 30 15:34:42 CEST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] --------------- total time: 3150
    The test server is smaller than my local system and more applications are running on the AS, generating the map takes all the available memory and cpu, but the difference between the time it takes generating a GIF image and generating a Java image of almost a factor 50 is puzzling.
    What could cause this enormous difference? Any idea's about how we can analyze or solve this? What could RealWorker be doing in this packing time? Any hints would be greatly appreciated.
    Many thanks,
    Ida

    Thanks for the replies!
    1. Which AS version are you using? -> 10.1.2
    2. Just as a test, if you restart AS (if possible) do you still get the same values? -> yes, we restarted the AS and the results are the same.
    The server is indeed running low in memory. It is a 512MB machine, just big enough to run the AS. The production server will have some more, but not very much. Could I estimate how much extra memory it will need to keep a good performance when generating maps with live features? And maybe I'm wrong, but shouldn't the extra load for the java image only be on the client, since that's where the image is made? On the server it's just the image data, isn't it?
    I tried removing the basemap, but that reduces the loading time just with a few seconds. The live themes are jdbc themes and result in only some 20 to 30 geofeatures. Removing them from the request so only an empty image with a title is retrieved still takes about 117 seconds. Reducing the device size does reduce the loading time, so it does seem to have something to do with the amount of pixels in the image space, not with the data. Could it be that in the "packing" of the image something happens that takes a lot of memory, related to the amount of pixels?
    In my situation it would be handy if the live features were also returned when the image format is not set to FORMAT_RAW_COMPRESSED, it is also possible to draw shapes onto an existing image and this would bypass the memory problems.
    Thanks for any further help.
    Ida

  • Trying to get actual information on setting up WMS to use CAD.

    We're trying to figure out how to set up a WMS system that can be used to run CAD on 5 or 6 workstations.  I'm assuming that they will have to be in their own instances of Windows.  I'd like to know what hardware would be needed, what software
    would be needed and what licenses will be needed.  Is there anyone out there that can help on this?
    Thank you!

    I will take a crack at this. I'm going to *ASS*ume you intend to use something lighter weight like AutoCAD LT 2015 and not something like SolidWorks or Catia. My pick would be a Lenovo TD340 with at least a hex core Xeon. Preferably dual hex CPUs. ( Hyper-V
    requires at least one core or thread per session.) There is a how to article for MultiPoint Hyper-V on the Multipoint blog. http://blogs.technet.com/b/multipointserver/archive/2012/10/24/windows-multipoint-server-2012-creating-virtual-desktop-stations-part-1.aspx
    http://blogs.technet.com/b/multipointserver/archive/2013/01/22/windows-multipoint-server-2012-customizing-virtual-desktop-template-part-2.aspx At least 64gb ram and 7 SAS hard drives. 2 boot HD in. RAID 1, 4 HD in RAID 10, and 1 global hot spare. Do not use
    the on board Intel software RAID. Get the real hardware card. Dual hot swap power supplies. For video card, at least an NVidia Quadro k4000. This should give you at least 4 "direct connected" seats. If you need longer distance from the server, you'll need
    either USB over Ethernet clients of better still, remote FX capable thin clients GreenBridge makes a nice USB over Ethernet client and HP has several models of RemoteFX clients, though NOT cheap. If you go with remote clients, I would also add a quad port
    Intel Ethernet card for NIC Teaming. For software you'll need 1 Multipoint Pro license, per user, server/device combo CALs, Windows 7/8 Enterprise Open License w/ Software Assurance. (This provides upgrade/downgrade and virtualization and remote access rights)
    Windows 8.1 will provide better RDP experience than 7. If this is for non-profit, you can get Software very cheaply ( cost of administrative fees ) from TechSoup.org Microsoft is VERY generous with sw donations to non-profits. More so than any other company.
    If this is commercial or education use, you'll have to buy from a reseller like CDW.com To get good performance, the cost adds up pretty quickly in both hardware and licensing. You might actually do better just getting individual workstations like the Lenovo
    E32 with pre loaded Windows Pro. I bought a few of those for about $1100 each + $400 each to upgrade to 32gb ECC Ram. Those came with Quadro k600 , Quad XEON 1245, 4gb non-ECC ram, 1TB HD. We are running SolidWorks 2014, but not dealing with very complex models.
    Hope this helps. Good luck on your CAD project.

  • Openstreetmap in mapviewer using wms

    Hi,
    I am trying to integrate openstreetmap with Map vieweer using a wms.
    After followring the post in Oracle Maps (SPATIAL/Mapviewer): Oracle Maps uses &quot;Openstreetmap&quot; as WMS I have been able to integrate it
    But the wms used here is only for Europe map.
    So can any one please let me know which wms url I should be using for World map of Openstreetmap ?
    and what will be the parameter values when creating the tile layer in Map viewer?
    Thanks

    Was addressed in the SR. It required the correct SRID in one case and the right request parameters in the other.

  • Using a SDO_FILTER in a JDBC GeoRaster Query

    Hi,
    I have the following query which works perfectly:
    http://192.168.33.52:8888/mapviewer/wms?REQUEST=GetMap
    &SERVICE=WMS
    &VERSION=1.1.1
    &LAYERS=
    &mvthemes=
    <themes>
    <theme name="geor_theme">
    <jdbc_georaster_query
    jdbc_srid="8307"
    datasource="WMS"
    georaster_table="imagery"
    georaster_column="image_geor"
    raster_bands="0"
    asis="false">
    (SELECT image_geor FROM (SELECT * FROM imagery WHERE acquisition_time > TIMESTAMP '2008-08-16 14:41:41.41' ORDER BY acquisition_time ASC) WHERE ROWNUM = 1)
    </jdbc_georaster_query>
    </theme>
    </themes>
    &STYLES=
    &FORMAT=image/png
    &BGCOLOR=0xFFFFFF
    &TRANSPARENT=TRUE
    &SRS=EPSG:4326
    &BBOX=-84.099675,39.777289,-84.086652,39.791813
    &WIDTH=500
    &HEIGHT=500
    My only question is whether I need to use a SDO_FILTER to optimize the SQL part of the query. For example, if it is quite a big image stored in the GeoRaster, the image may be larger than the BBOX in the WMS. Is there anything to be gained by using a SDO_FILTER in the SQL along with the BBOX info from the WMS (expressed using the ?,?,?,? notation) ?
    At the moment the image is clipped using the BBOX coordinates from the WMS query automagically. I was just concerned the SQL was selecting the whole image....
    Thanks
    Matt

    Hi Matt,
    when using asis="false" the spatial filter should be automatically appended to your query. You can look the log (set it to finest) to check the query being issued.
    But this is just an initial filter to retrieve the objects that have some interaction with the WMS BBOX. Later, just the piece of the GeoRaster image for this BBOX will be loaded (not the whole image).
    Joao

  • Mapviewer 11EA & WMS

    Hi!,
    I've tested the terramap server us:
    String[] layers2 = {"USGS Digital Ortho-Quadrangles"};
    String[] styles2 = null;
    mvHandle.addWMSMapTheme("wms_theme2","http://terraserver.microsoft.com/ogccapabilities.ashx",layers2,styles2,null);
    I know, the WMS url should be the base url for the GetCapabilities request.
    But! MapViewer seems to take the url for a map request.
    --> http://terraserver.microsoft.com/ogccapabilities.ashx?VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326& BBOX=-122,37,-122,37&WIDTH=600&HEIGHT=400&FORMAT=image/png&BGCOLOR=0xffffff&TRANSPARENT=TRUE&LAYERS=USGS+Digital+Ortho-Quadrangles &EXCEPTIONS=application/vnd.ogc.se_inimage
    This is not correct while the GetMap request MUST be taken from within the GetMap tag!
    <Capability>
    <Request>
    <GetCapabilities>
    <GetMap>
    For that case it would be:
    <Get>
    <!-- The URL here for invoking GetMap using HTTP GET
    is only a prefix to which a query string is appended. -->
    <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink"
    xlink:type="simple"
    xlink:href="http://terraservice.net/ogcmap.ashx" />
    </Get>
    So I'm wondering about the capability of MapViewer. Does anyone has similar experiences or/and suggestions?
    regards, Andreas
    Message was edited by:
    Andreas.Brodkorb

    Hi jpaiva,
    Yes, i know that.
    I said
    mvHandle.addWMSMapTheme("wms_theme2","http://terraserver.microsoft.com/ogccapabilities.ashx",layers2,styles2,null);
    where http://terraserver.microsoft.com/ogccapabilities.ashx is the capabilities URL.
    The getMap URL is different! from that. Regarding the ogc specification it is the way, that mapviewer should read the GetMap URL from within the GetCapabiltites response! It does not. I know this and use for that way not
    http://terraserver.microsoft.com/ogccapabilities.ashx but
    http://terraservice.net/ogcmap.ashx
    I wanted to remark, that this way may be a bit complicated, because many OGC-Services are known over their Capabilities URL. If mapviewer would read the capabilities document and would generate the map request with the URL given with that capabilities document i would be more than happy ;)
    regards, Andreas
    btw: so i must read the capabilities document...

  • Mapviewer caching on WMS and WFS

    Does the tile cache do any good for WMS?
    e.g.: only same result for same parameters like simple HTTP caching?
    or can it do nice things like assembling cached tiles as required?
    What about WFS caching? I assume every requests hits the database. Since moving the query window 5m to the left ... :-)
    ---

    Just to be clear then, if someone is accessing my MapViewer instance using WMS i.e they are sending requests such as
    http://host:7001/mapviewer/wms?REQUEST=GetMap&LAYERS=...
    MapViewer does not cache these and will generate the map each time (even for identical consecutive requests). Is this correct?

Maybe you are looking for

  • Printer on & connected but will not print

    I have a HP Photosmart 6525 all in one printer.   I have a HP Pavilion TouchSmart 23 all in one computer.   At one time i had the wireless as well as the USB cord set up to print items.   not sure when or what happened but i am unable to print now. 

  • New Smart Folder in iPhoto

    I am trying to set up a new smart folder in iPhoto to collect all my video clips.  I have followed the instructions but there is no 'Movie' word for me to select in my drop down menu list of words.  How do I add this word?  Currently there is a rando

  • Post one time customer payment with clearing

    Dear, I paid one time customer billing using F-28. When i choosed a n open item (billing doc) with ope item selection as follows : - account : customent number - account type : D - standard OIs was ticked but there was a message :"no appropriate line

  • Credit Block for customers with out crossing the limit

    Recently credit limit of the all the cusotmers has been altered and been updted newly, but nbow when the rush orders creating for these customers, system is blocking the orders for the credit limit. i did run the program RVKRED77, but still credit da

  • E-mail destributor and CRM Groupware Connector

    Hello, we synchronize our activities and private Contacts with the Groupware Connector. My question is, how is the behavior of the Groupware Connector if an employee changes his email-address in CRM with a e-mail distributor? Has this anyone tested?