Mars in existing topology

Hello, I'm implementing MARS in my network. I have a 6500 switch for a core switch and 3560 for access switches. I use a FWSM with vlan interfaces. All vlans in my network use the FWSM as a layer 3 termination point.
I want to send netflow information to the MARS. However all interfaces on my switches are layer 2 and netflow is enabled on layer 3 interfaces. My FWSM does not support netflow for this. How and where can I use netflow to send to my MARS. Is there another way to implement MARS in my network. May be SNMP and where should i use this

I use mls netflow to accomplish what you are trying to do. Here are the commands I used to do it and the Cisco guide I initially found.
http://www.cisco.com/en/US/products/hw/switches/ps708/products_configuration_example09186a0080721701.shtml
ip flow ingress layer2-switched vlan XX,XX-XX,XX-XX,XX
mls ip slb purge global
mls aging long 300
mls aging normal 60
mls netflow interface
mls flow ip interface-full
no mls flow ipv6
mls nde sender version 5
mls cef error action reset
ip flow-export source vlanXX
ip flow-export version 5
ip flow-export destination x.x.x.x 2055

Similar Messages

  • Can Mars convert existing PDF to PDFXML?

    Hello, I am trying to find a way to process the text content
    of PDF files inside an AIR app I'm building. So far, I haven't had
    any luck figuring out how to get the content of an existing PDF so
    that I can process it (essentially I want to search the text for
    specific regular expressions).
    I'm wondering if I could use Mars to convert an existing PDF
    into PDFXML -- which I could then process? Is this possible?
    Follow-up: can I do this all in-memory without having to
    write out the XML to disk temporarily? Any comments on the
    performance considerations of doing so? The PDF files vary in size
    from under 1MB to perhaps 10-15MB.
    Thanks in advance,
    Davis

    Hi Davis,
    Sorry for the delay in responding. I've been thinking a
    little about how this could be done, but at the moment, I would
    probably say it is not possible. Mars/PDFXML uses UCF for packaging
    its contents (UCF being a zip file with some restrictions, but is
    still a fully conformant ZIP file) and we use a separate UCF reader
    inside of the PDFXML plug-in (this is an Adobe created UCF
    library). This library abstracts out how we access the contents of
    the UCF package and how it is handled on disk. It also provides
    byte serving negotiation for web pages. What it doesn't do today is
    have any mechanism to keep everything in memory or to provide
    access to an external client to the data we are adding to it. Until
    we serialize this out to disk, it is pretty much inaccessible.
    If you had a PDFXML file, I think that accessing it through
    AIR/Flex would be a lot easier than accessing the contents of a PDF
    file. But there is no way to automate this directly from a source
    PDF.
    Matt

  • FQDN Query when publishing the Lync 2010 Topology

    Hello All
    While am Defining  the Topology for Lync 2010 Enterprise Edition , in which the define of  SQL store , i forgot to mention the FQDN of SQL server name, instead i was mentioned only server name. my sql server FDQN is SQL.doitnow.com
    Define a new sql Store 
    SQL Server FQDN : SQL
    instead of SQL.doitnow.com
    SQL instance : RTC
    Topology published successfully .
    is there any issue will come in future without mentioning of FQDN during the initialization of lync 2010?
    After published the topology, all the data stored in central management Store and so, how can i modify any of the  data's after it saved to CMS (after Published topology)
    can i delete / remove - CMS and re-publish the topology ? is there any harm ?

    Thanks Holger 
    So i  need to do the below
    1. open an existing topology file , by downloading topology from existing deployment from the server  LYNCFE01n.doitnow.com
    2.Expand Enterprise Edition Front End Pools
    3. Right Click the POOL --> New Server -- FQDN of Second Server  abd Primary IP address
    4. Loging to the second FE server and install the Prequesties
    4.Run the Deployment wizzard on your new Server.
    5.Install the certificate
    6.Start the service
    if i need load balance then need the below ,
    Configure the load balancer for th web services 
    Configure the required DNS entries.
    Could you please correct me if am i missing anything 

  • Topology builder encountered an issue and cannot publish the topology.

    Hi all,
    Initially I have created a topology and with central management store in the domain controller.
    DC\rtc
    Then i deleted the existing topology and created a new one in the server where i'm running Lync deployment wizard.
    memberserver\rtc.
    But, now i'm getting some error while publishing the topology.

    Hi
    Check this links to remove old sql 
    http://lyncme.co.uk/microsoft-lync-server-2013/lync-2013-topology-builder-encountered-an-issue-and-cannot-publish-this-topology/
    http://uchub.wordpress.com/2012/06/19/topology-builder-encountered-an-issue-and-cannot-publish-this-topology/
    Check this old Thread
    http://social.technet.microsoft.com/Forums/lync/en-US/ef7ebd9b-9f50-4574-ba42-3f2dc6c1d1b6/lync-2013-error-publishing-the-topology?forum=lyncdeploy
    http://social.technet.microsoft.com/Forums/lync/en-US/0365bb49-b448-479a-b46d-37d7fe8c965c/lync-2010-install-failing?forum=ocsplanningdeployment
    Whenever you see a helpful reply, click on Vote As Helpful & click on Mark As Answer if a post answers your question.

  • Import Network Model from Shapefile

    Hello,
    How to import shapefile of roads network (network data model) into oracle spatial? (Oracle+Spatial 10.2g)
    http://www.oracle.com/technology/software/products/spatial/files/shape2sdojava.zip deals only with normal (non-network) spatial data..
    Huge thanks!

    Ok, putting together your help, I managed to get myself a network model, hurray! But after this script in the end (could you peep through it and tell if anything's missing), VALIDATE_NETWORK gives me this:
    SDO_NET.VALIDATE_NETWORK('SHP_TABLE_NET')
    No Link Geom Metadata!
    How (where) would I insert that Link Geom Metadata? All I found is USER_SDO_GEOM_METADATA, but there is nowhere to insert Link data. Googled, too.
    The script, together with instructions, in case you make a nice use of it ;):
    * Import a Shapefile into Oracle Spatial as a normal vector map;
    * (ISSIT POSSIBLE TO AVOID THIS STEP? PL/SQL .sql file script? But that with DDL restrictions, clumsy variable definitions in DERLARE section etc. drove me nuts and I gave up, just asking users to do simple Find/Replace..):
    Replace all occurrences of SHP_TABLE (case sensitive, can be part of a word) in the script below with the table name of the imported map from Shapefile (copy all script from below to a text editor and perform that replace);
    * Copy/Paste (in Linux: select text and then use middle mouse button or Shift+Insert to paste it in a console) the script line-by-line, follow any severe errors (ignore ones, when it writes that table cannot be dropped when it does not actually exist :) and the like).
    -- delete any tables existing
    EXECUTE SDO_NET.DROP_NETWORK('SHP_TABLE_NET');
    DROP TABLE SHP_TABLE_PLINK$;
    DROP TABLE SHP_TABLE_EDGE$;
    DROP TABLE SHP_TABLE_NODE$;
    DROP TABLE SHP_TABLE_LINK$;
    DROP TABLE SHP_TABLE_FACE$;
    -- delete any existing geometry layer
    EXECUTE SDO_TOPO.DELETE_TOPO_GEOMETRY_LAYER('SHP_TABLE', 'SHP_TABLE_TOPO', 'FEATURE');
    DROP TABLE SHP_TABLE_TOPO;
    -- then drop existing topology
    EXECUTE SDO_TOPO.DROP_TOPOLOGY('SHP_TABLE');
    -- create new topology
    EXECUTE SDO_TOPO.CREATE_TOPOLOGY('SHP_TABLE', 0.5);
    -- insert the universal face for an empty topology
    INSERT INTO SHP_TABLE_FACE$(face_id, boundary_edge_id, island_edge_id_list, island_node_id_list, mbr_geometry)
    VALUES(-1, NULL, SDO_LIST_TYPE(), SDO_LIST_TYPE(), NULL);
    -- create an Oracle table with a feature layer
    DROP TABLE SHP_TABLE_TOPO;
    -- note, do not create unique id (PRIMARY KEY) as the data in teleatlas.dbf is inconsistent
    CREATE TABLE SHP_TABLE_TOPO(id NUMBER, feature SDO_TOPO_GEOMETRY);
    --CREATE TABLE SHP_TABLE_TOPO(id number, type varchar2(1), feature SDO_TOPO_GEOMETRY);
    -- register feature layer with topology
    EXECUTE SDO_TOPO.ADD_TOPO_GEOMETRY_LAYER('SHP_TABLE', 'SHP_TABLE_TOPO', 'FEATURE', 'CURVE');
    -- create updatable TOPO_MAP object and load the whole topology in cache
    -- since we just created the topology, the cache will be empty
    EXECUTE SDO_TOPO_MAP.DROP_TOPO_MAP('SHP_TABLE_MAP_CACHE');
    EXECUTE SDO_TOPO_MAP.CREATE_TOPO_MAP('SHP_TABLE', 'SHP_TABLE_MAP_CACHE');
    EXECUTE SDO_TOPO_MAP.LOAD_TOPO_MAP('SHP_TABLE_MAP_CACHE', 'true');
    -- copy/paste everything in one go between BEGIN and COMMIT; (including):
    -- this one will demand a considerable amount of time
    BEGIN
    FOR r IN (SELECT id, geometry FROM SHP_TABLE) LOOP
    -- associate topological primitives with features
    INSERT INTO SHP_TABLE_TOPO(id, feature)
    VALUES(r.id,
    SDO_TOPO_MAP.CREATE_FEATURE('SHP_TABLE',
    'SHP_TABLE_TOPO',
    'FEATURE',
    r.geometry)
    END LOOP;
    END;
    COMMIT;
    -- commit topology changes
    EXECUTE SDO_TOPO_MAP.COMMIT_TOPO_MAP;
    EXECUTE SDO_TOPO_MAP.DROP_TOPO_MAP('SHP_TABLE_MAP_CACHE');
    -- check how many primitives were converted (should be the same number as primitives in the DB)
    SELECT COUNT(*) FROM SHP_TABLE_TOPO;
    -- after an initial bulk load into an empty topology, initialize_metadata
    EXECUTE SDO_TOPO.INITIALIZE_METADATA('SHP_TABLE');
    -- check here what tables have been created:
    SELECT table_name FROM user_tables WHERE table_name LIKE 'SHP_TABLE_%$';
    CREATE TABLE SHP_TABLE_LINK$
    AS SELECT edge_id AS link_id,
    start_node_id,
    end_node_id,
    geometry
    FROM SHP_TABLE_EDGE$;
    -- FULL NETWORK:
    --CREATE TABLE SHP_TABLE_PATH$(PATH_ID NUMBER,
    -- PATH_NAME VARCHAR2(200),
    -- PATH_TYPE VARCHAR2(200),
    -- START_NODE_ID NUMBER NOT NULL,
    -- END_NODE_ID NUMBER NOT NULL,
    -- COST NUMBER,
    -- SIMPLE VARCHAR2(1),
    -- PATH_GEOMETRY MDSYS.SDO_GEOMETRY);
    --CREATE TABLE roads_incompl_plink$(path_id number not null, link_id number not null, seq_no number not null);
    --INSERT INTO USER_SDO_NETWORK_METADATA(
    -- network, network_category, geometry_type,
    -- node_table_name, node_geom_column,
    -- link_table_name, link_geom_column, link_direction,
    -- path_table_name, path_geom_column,
    -- path_link_table_name)
    -- VALUES(
    -- 'SHP_TABLE_NET', 'SPATIAL', 'SDO_GEOMETRY',
    -- 'SHP_TABLE_NODE$', 'GEOMETRY',
    -- 'SHP_TABLE_LINK$', 'GEOMETRY', 'UNDIRECTED',
    -- 'SHP_TABLE_PATH$', 'PATH_GEOMETRY',
    -- 'SHP_TABLE_PLINK$');
    -- MINIMAL NETWORK:
    INSERT INTO USER_SDO_NETWORK_METADATA(
    network, network_category, geometry_type,
    node_table_name, node_geom_column,
    link_table_name, link_geom_column, link_direction)
    VALUES(
    'SHP_TABLE_NET', 'SPATIAL', 'SDO_GEOMETRY',
    'SHP_TABLE_NODE$', 'GEOMETRY',
    'SHP_TABLE_LINK$', 'GEOMETRY', 'UNDIRECTED');
    SELECT SDO_NET.VALIDATE_NETWORK('SHP_TABLE_NET') FROM DUAL;
    COMMIT;

  • CSS - src and dst in the same vlan

    Hi guys,
    I need LB something like this in routed mode:
    first data flow:
    [client]->[vip1-c(css)]->[www1/www2]
    and second (backend) flow is:
    [www1/www2]->[vip2-c(css)]->[www3/www4]
    vip1,2-c = VIP address on client side
    www1,2,3,4 = all servers are in the same VLAN
    problematic is second data flow (www1/2 -> vip2 -> www3/4(because www3/4 are in the same VLAN as www1/2).
    I have two solution for this:
    1. migrate www1/2 and www3/4 to the independent VLANs (this can be design problem in existing topology)
    2. communication from www1/2 with destination to www3/4 translate to IP address located on the CSS using group, but I'm not sure if it's possible, or how it's possible to configure on the CSS.
    group gr1
    add service www1
    add service www2
    add destination service www3
    add destination service www4
    vip address ip-from-client-side(for example vip2-c)
    active
    it's possible to use this configuration?
    martin

    The group is a good solution.
    However, the way it was configured is incorrect.
    You either specify the source or destination.
    So, if you want to nat all traffic from www1 and www2 you leave the 'add server www1' commands and remove the 'add destination service www3'.
    Or you can nat all traffic going to www3 and www4. In this case, you remove the 'add service www1' and keep the others.
    Another way of doing this would be to remove all 'add ..' commands and use an acl to specify when to use the group using the option 'sourcegroup gr1' inside the acl.
    Gilles.

  • Mapping field doubt

    Hi
    I am doing a Proxy to File scenario. My mapping sheet is like this.
    Only output this record if MARA.A is not blank. Then I have four fields, of which one is MARA.A
    Again it's like this. Only output this record if MARA.B is not blank. Then under that I have four fields, one of which is MARA.B
    And the third, Only output this record if MARA.C is not blank. Then under that I have four fields, one of which is MARA.C.
    I am confused as to how to create data types at the sender side. At the Receiver side, all the four fields are same for all cases.
    Depending on the value of MARA.A, MARA.B, MARA.C, one of the fields have to be filled in receiver end.
    Also how will I take care of this condition ? IN the Proxy or in the Message Mapping ?
    Regards

    you can handle this in proxy or PI mapping, option is in your hands.
    You have to create data type, 
    <mara.a>
      <a>
      <b>
      <c>
      <d>
    </mara.a>
    <mara.b>
      <a>
      <b>
      <c>
      <d>
    </mara.b>
    <mara.c>
      <a>
      <b>
      <c>
      <d>
    </mara.c>
    check mara.a exists then map it,same way implement logic ..
    Regards,
    Raj

  • CSS - load balance backend communication

    Hi guys,
    I need LB something like this in routed mode:
    first data flow:
    [client]->[vip1-c(css)]->[www1/www2]
    and second (backend) flow is:
    [www1/www2]->[vip2-c(css)]->[www3/www4]
    vip1,2-c = VIP address on client side
    www1,2,3,4 = all servers are in the same VLAN
    problematic is second data flow (www1/2 -> vip2 -> www3/4(because www3/4 are in the same VLAN as www1/2).
    I have two solution for this:
    1. migrate www1/2 and www3/4 to the independent VLANs (this can be design problem in existing topology)
    2. communication from www1/2 with destination to www3/4 translate to IP address located on the CSS using group, but I'm not sure if it's possible, or how it's possible to configure on the CSS.
    group gr1
    add service www1
    add service www2
    add destination service www3
    add destination service www4
    vip address ip-from-client-side(for example vip2-c)
    active
    it's possible to use this configuration?
    martin

    The group is a good solution.
    However, the way it was configured is incorrect.
    You either specify the source or destination.
    So, if you want to nat all traffic from www1 and www2 you leave the 'add server www1' commands and remove the 'add destination service www3'.
    Or you can nat all traffic going to www3 and www4. In this case, you remove the 'add service www1' and keep the others.
    Another way of doing this would be to remove all 'add ..' commands and use an acl to specify when to use the group using the option 'sourcegroup gr1' inside the acl.
    Gilles.

  • FIleclient to XI connection details :SRM Interaction

    Dear all,
               I am struck up in proposing a solution to the client.
    Existing Flow.
             In the existing Topology, the suppliers are interacting with Commerce one using documents in XCVL  format.The Suppliers connect the Commerce one site using FIleCLient for sending and receiving the documents.
    The Fileclient automatically picks up the document from the folder and send to Commerce one from their based on Buyers details is posts the document in Buyers system(SRM).Vice versa, when ever their is document laying in commerce one , it picks from that place and posts in FIle client directory using HTTPS.
    FileCLient:
    This piece of GUI software was written in JAVA using Swings.Every supplier has to install locally this software on their servers .It has lot of directories/sub directories.In one of the folder called Properties they are configuring the Commerce one site details, Buyers details ,Login/pwd...
    To Propose:
      Now we are shifting the business process from Commerce one to XI3.0 sp15.
    Now the suppliers need to connect to XI for sending and receiving the documents using HTTPS.where and How to make
    the necessary changes in FileCLient software so that the suppliers can run their business using existing one.
    Can any one guide me.
    Thanks
    Chandra Shekar
    T-Systems GMBH
    Saar Brucken Germany

    its not that an IDOC is created when you activate change pointer,basically an IDOC will be created as soon as any changes are made to the underlyin table(s).
    and your requirement is exactly the same,you just need to figure out which IDOC you want to use,then activate the change pointers for that IDOC and schedule the report i said in earlier reply,once all this has been IDOC's will be distributed (to XI) as soon as any change has been made.
    secondly proxy is a different concept,we use proxy if there is no standard IDOC or RFC or if performance is a big constraint.in proxy you need to schedule ABAP report which will send the updated data
    you have to use either IDOC or Proxy depending upon your requirement.
    my suggestion would be to use IDOC if the data load is not too much and you already have an existing IDOC to serve your purpose,if you don't have an IDOC or performance is a huge issue then write a ABAP proxy and send data.
    Thanx
    Aamir

  • Repository management in ODI

    Hi..Experts..
    I have also another question. plz help me.
    Q- should we create a separate Master Repository for Production in ODI?
    Suppose 1st time we imported Master repository,Work Repository of Development to Production.Now if after 5 months we need to import few new projects to Production,then how will we import the connection details from Development topology to Production topology.?? Should we create manually all the new connection in Production topology??
    Please give suggestion to find out the answer..
    Regards
    Soumya..

    Second time when i will import the development topology in to production topology, is it going to override the existing topology in production or it will import only the newly created connections in development topology. If its going to over ride topology, then it will be problem. Suppose someone has changed one existing logical schema or removed one logical schema from development then after importing to production it will update the details in production and few production map get fail. How to over come it ?
    Please help.
    Thanks

  • WLC 4402, LAP1242AG APs and Layer 2 Switch Network Design

    Hi Every One,
    I am new designer in the Wireless technology. During design i came accros through a confusing/complex existing topology which i have to integrate with WLC 4402 as below;
    Existing:
    1: I have 12 Switches; all vtp mode server. all in single vlan 1 with single subnet 192.168.0.0/24. All users ports in this single vlan 1.
    2: All of these are old switches including 2950G, 350GXL, 4912.
    3: All the switches gateway is Pix Firewall (192.168.0.1).
    To Do:
    1: I have to implement 1 * WLC 4402, 22 *LAP1242AG Access Points.
    2: WLC will be connected to 350GXL or 4912 through Fiber.
    3: Access Points will be connected to all other 20 switches randomely.
    Confusion:
    1: In my design i created separate vlan 450 for WLC and APs management. But this is not doable in this current setup because all the switches are vtp mode server. Also the gateway is Firewall. Which will require configuration on all existing switches + Pix.(I DONT WANT TO GO FOR THIS OPTION).
    2: To make my work easy, is this possible to Put the WLC, APs in the same vlan 1 (192.168.0.0/24) that is currently used by the existing switches? The gateway for these WLC and APs will be Pix (192.168.0.1).
    3: I tried to search Cisco examples, but in every example Cisco has made a separate vlan for WLC, APs management. So will Point 2 worK?
    4: Do i require any specific changes for this?
    5: ANY OTHER DESIGN SUGGESTION?????????
    Please find the attached Diagram for more information.

    Thanks for the reply.
    1: U mean dat the switch port config will be as below;
    int g0/10
    description connected to WLAN Controller
    switch mode access
    switch access vlan 1
    int g0/23
    description connected to AP
    switchport mode access
    switchport access vlan 1
    so below wil b the sumary of config:
    All switches, WLC, APs, Wireless users and Wired users will be in the same subnet (192.168.0.0/24). Is it ok??
    2: Wat do u mean by vtp config; Please clarify???
    As i mentioned all switches are in vtp mode server. vtp domain name is configred on 12 out of 15 switch. Do i need to config same vtp domain name on all switches? I also have to check vtp pass??

  • Another replication manager user for external replication

    Hi,
    We would like to replicate to external vendor LDAP, which will acts as a consumer. We do not want to give the same password as we use for default Replication Manager. Preferably, we would like to have a seperate replication user.
    Could someone point me some link, which could help me in setting this up. We're at 11G version and consumer is at 5.2. We do know how to setup replication between 11g and 5.2, however not sure on how to utilize this seperate user, specially like setting up of ACI etc.
    Thanks in Advance.

    838471 wrote:
    Do you something more against it, specially related to technical overhead it might cause on our side? Anything, which we could justify our application owner that this is something we should push back to external vendor for upgrade.Personally I have seen two types of problems in mixed topologies.
    First, protocol conformance is different. In general later versions are stricter than 5.2, but if you get different behavior on the replica than on the supplier, it's possible for an operation to succeed on the supplier but fail on the consumer. And if that happens, replication will simply halt and reinitialization or replication repair will be needed to get replication working again. This is more likely if the supplier is 5.2 and consumers are later, but I would not be comfortable indefinitely that every possible edge case has been accounted for.
    Also, 5.2 consumers have had stability issues with mixed topology configurations. Every master that has ever participated in the topology leaves behind a replica update vector. 5.2 replicas tend to leak memory when there are more than a few of these RUVs, and they leak more, the more of them there are. If your existing topology has more than 4 masters you are definitely in an unsupported configuration, and should not be surprised when your 5.2 consumers start leaking memory, hanging, and needing periodic restarts. I know some hotfixes have been created for these kinds of problems, but I have also heard that Oracle Support is not building any more hotfixes for 5.x at all.

  • Setting a Ring Network

    what should i do to setting up a ring network??

    "Besides that, is it router must required to implement spanning tree??"
    No, although with routers you can also define multiple paths through networks, though not using spanning tree. May not be any easier within your current network and would likely require readdressing many of your devices.
    Depending on what your physical topology is, if it is one large ring, you might be able to insert just one spanning tree switch within the ring. This should block one side of the new switch unless there's a break in the ring on the other side.
    If you have a star topology, two spanning tree switches could be used and connected to each other. Ideally with each existing switch having one link to each of the new spanning tree switches.
    I.e., you might be able to provide spanning tree redundancy at the cost of just one or two new switches. (Note: such switches are likely to be more expensive than the those you've been purchasing.)
    Other connection topologies are possible; too many variables to describe without seeing your existing topology.
    As to how to configure, if you're not a network person, it might be advisable to contract with an external company or contractor with the experience for such configurations. It's not difficult, but if you have no experience performing network device configurations, having someone explain or show you the first time would help, especially since there are different variants of the spanning tree protocols and how they are activated often varies between vendors and sometimes even between vendor models.

  • DC Firewall implementation

    Hi Experts,
    Could you please guide me to best practices of implementing/designing Firewalls in existing Data Center. I am looking to implementing Transparent mode Firewalls to minimize disruptions and achieve server farm security.
    Existing topology is collapsed Aggregration/Access Layer. 2x6500 Active/Standby through HSRP and external routing is OSPF. These switches connect to CORE through OSPF 0, Server farms networks default gateways is the HSRP address on Switches.Server networks segmented through Vlans [170-190].
    Cisco ASA to be implemented, do not want major routing changes hence opted for transparent mode. Attached high level topology of what to be achieved.
    Any detailed design guides would be appreciated on how the traffic flow from WAN to DC be intercepted and within DC.

    No.
    You can control a firewall in C or such from Java. But you must have native codes in part of it.
    This question is asked repeatedly.. you really should have searched because the answer is always the same. You can't do it directly in Java.

  • FM COMPARE_STRUCTURE_DATA

    Hi all,
    Can any one explain me how to use FM COMPARE_STRUCTURE_DATA and what means each parameter.
    Thanks
    Edited by: moussaid mohammed on Oct 29, 2008 4:06 PM

    This FM first extract the field list from the I_DDIC_NAM dictionary structure.
    Then it compare the two data structure  I_REC_OLD and I_REC_NEW for each field of the DDIC that exists on both structure.
    If I_CHECK_MODE equal 'X' it stop at the first changed field, else it compare every common fields of the two structure parameters.
    Sample
    DATA field1 TYPE mara,
         field2 type marc,
         is_diff.
    * compare
    CALL FUNCTION 'COMPARE_STRUCTURE_DATA'
         EXPORTING
              i_ddic_name  = 'MARA'
              i_rec_old    = field1
              i_rec_new    = field2
              i_check_mode = 'Y'
         IMPORTING
              e_is_diff    = is_diff.
    The FM will compare each subfield of field2 (structure MARC) and field1 (structure MARA) that exists in database MARA and MARC, if any field value differs, it will return is_diff = 'X'.
    Regards

Maybe you are looking for

  • Connectivity java with mySql

    Hi Can any one tell me how should i connect my java application with mySql database here is the small code which i written. import java.sql.*; class tryjdbc      public static void main(String[] args) throws Exception      try           Class.forName

  • Output device option in smartform

    Hi, I am getting the below error in a program which calls a smartform. 'Output device LOCL is not defined'.  As the output device LOCL is not maintained in the system through tcode SPAD, ia m getting this. My doubt is if i remove the option of giving

  • Hi .. I am trying to install a printer ( Xerox C525A ) on an existing netwo

    The netwotk is intact and I am simply replacing an older HP 2300 with the newer Xerox...C525A The problem is that I cannot see the printer over the network Are there any tricks I am missing here? Help most appreciated G5 dual core 2Ghz   Mac OS X (10

  • Macbook Pro Retina screen black sound adjust working

    Hi, I already had this issue a few times. Sometimes my Macbook screen doesn't wake up after a display sleep. It looks like the system is online because I hear the sound when adjusting the volume. When I press the brightness adjust nothing happens and

  • Mail disappears. "Welcome to Mail" appears instead

    My macbook froze. The screensaver had gone to black and when I moved the cursor, I could see it, but I couldn't get the desktop to appear. I hard restarted it. After an hour or so, the same thing happened again. When the computer restarted, second ti