Tables of CATS

Good Afternoon.
I have the following doubts:
1) In what table is saved the data that are entered by Working Time--> CATS in ESS.
2) In what infotype is saved this information(Infotype 2005 or 2011)
CATSDB is the db  table
Pl look up SAP help for ESS.
Edited by: Suresh Datti on Aug 26, 2009 11:58 PM

Hello Sravanthi
With respect to the CATS - HR integration you may have a look at the BAPI <b>BAPI_TIMESHEET_HR_DATA_TRNSFER </b>and its documentation:
FU BAPI_TIMESHEET_HR_DATA_TRNSFER
Short Text
     Transfer of CATS II Data to HR
Functionality
     This method transfers time data from the Time Sheet to the HR system.
     The time data is stored in the HR system in the following infotypes:
     o   Absences (2001) infotype
     o   Attendances (2002) infotype
     o   EE Remuneration Information (2010) infotype
     Information about a different payment and cost assignment is also
     transferred. This method does not support activity allocation.
Notes
     The data records are stored in the following tables:
     o   Attendances/absences: interface table PTEX2000 and PTEXDIR.
         The transfer report then reads the data from file PTEX2000 and
         creates it as attendances in infotype 2002 or as absences in
         infotype 2001.
     o   EE remuneration info: interface table PTEX2010 and PTEXDIR.
         The transfer report then reads data from file PTEX2010 and creates
         it as employee remuneration information in infotype 2010.
Further information
     Method Check LINK allows you to check the data before it is transferred.
     This method is used to call the following BAPIs in the HR system before
     the data is transferred to the HR system:
     o   BAPI_PTMGREXTREMSPEC_INSWCOST
     o   BAPI_PTMGREXTATTABS_INSWCOST
Parameters
     TRANSFER_RECORDS
     RETURN
Exceptions
Function Group
     BAPI_CABA_HR
Regards
  Uwe

Similar Messages

  • Regarding interface tables in CATS

    Hi Experts,
    Can any body briefly explain about the interface tables in cats for integration of cats of HR,PS and FICO modules and highlight on the technical intricacies in this data transfer between cats and target modules like HE,PS and FICO.
    Points will be rewarded.
    Thanks and regards,
    Sravanthi.

    Hello Sravanthi
    With respect to the CATS - HR integration you may have a look at the BAPI <b>BAPI_TIMESHEET_HR_DATA_TRNSFER </b>and its documentation:
    FU BAPI_TIMESHEET_HR_DATA_TRNSFER
    Short Text
         Transfer of CATS II Data to HR
    Functionality
         This method transfers time data from the Time Sheet to the HR system.
         The time data is stored in the HR system in the following infotypes:
         o   Absences (2001) infotype
         o   Attendances (2002) infotype
         o   EE Remuneration Information (2010) infotype
         Information about a different payment and cost assignment is also
         transferred. This method does not support activity allocation.
    Notes
         The data records are stored in the following tables:
         o   Attendances/absences: interface table PTEX2000 and PTEXDIR.
             The transfer report then reads the data from file PTEX2000 and
             creates it as attendances in infotype 2002 or as absences in
             infotype 2001.
         o   EE remuneration info: interface table PTEX2010 and PTEXDIR.
             The transfer report then reads data from file PTEX2010 and creates
             it as employee remuneration information in infotype 2010.
    Further information
         Method Check LINK allows you to check the data before it is transferred.
         This method is used to call the following BAPIs in the HR system before
         the data is transferred to the HR system:
         o   BAPI_PTMGREXTREMSPEC_INSWCOST
         o   BAPI_PTMGREXTATTABS_INSWCOST
    Parameters
         TRANSFER_RECORDS
         RETURN
    Exceptions
    Function Group
         BAPI_CABA_HR
    Regards
      Uwe

  • Drop tables from cat

    Hi all,
    How can delete 100 tables and clean all catalog?
    with select * from cat I found 100 tables and i need drop
    one by one drop table1, drop table 2...drop table100 using SQL command line.
    Is any complete delete (drop) all options in apex 3.1?
    Thanks all,

    I was typing this :
    declare
    begin
    select table_name bulk collect into tab_table_name from cat where table_name like 'B%';
    for i in 1..tab_table_name.count
    loop
    begin
    execute immediate 'drop table '||tab_table_name(i);
    exception
    when others then
    dbms_output.put_line('Error while dropping table '||tab_table_name(i)||' due to '||sqlerrm);
    end;
    end loop;
    exception
    when others then
    dbms_output.put_line(sqlerrm);
    end;
    I have this message:
    Error while dropping table BIN$Obn6Hki7qvfgQESYCLUEeQ==$0 due to ORA-00933: SQL command not properly ended
    Error while dropping table BIN$Obn7FW+Jn9vgQESYCLV3xw==$0 due to ORA-00933: SQL command not properly ended
    Error while dropping table BIN$ObqWpufAzn3gQESYCLVFAA==$0 due to ORA-00933: SQL command not properly ended
    Error while dropping table BIN$Obs+3SfHO+TgQESYCLViSw==$0 due to ORA-00933: SQL command not properly ended
    Error while dropping table BIN$Obs09yg3PA3gQESYCLVBqg==$0 due to ORA-00933: SQL command not properly ended

  • How to upload MYSQL tables to Linux server

    I have been testing a PHP/MYSQL site on my own local apache
    server, now am ready to upload to internet. My hosting company is
    Papazilla.com which is an exact clone of GoDaddy.com.
    I used the GoDaddy/Papazilla interface to create 3 tables
    that my site needs.
    Now I need to import records into the tables.
    My tables were created on my computer using PHPmyAdmin. The
    tables appear on my computer at this path:
    C:\xampp\mysql\data\megazilladb
    Each table has 3 files as listed here:
    addurl.frm
    addurl.myd
    addurl.myi
    cats.frm
    cats.myd
    cats.myi
    sites.frm
    sites.myd
    sites.myi
    I think the myd extension has the data, but I'm not sure.
    GoDaddy/Papazilla says I can't just upload my complete
    tables, I first have to create empty tables on their site, then
    upload the data later.
    I went to the GoDaddy/Papazilla interface and created 3 empty
    tables named:
    cats
    sites
    addurl
    Then I went to the database management screen, selected the
    IMPORT tab, and clicked the BROWSE button.
    I browsed for the file "sites.myd"
    Then I clicked GO
    This brought up an error message:
    #1064- You have an error in your SQL syntax, check the manual
    that corresponds to your MySQL server version for the right syntax
    to use near ||x|||www.classicboat.com|antique Boats For Sale? etc,
    etc.
    The data after the ||x||| above is the info in the first
    field of the first record in the table.
    The error message goes on to list the rest of the fields in
    the record.
    When I called Papazilla to get help, they said I can only use
    the BROWSE button to upload files that end with the .SQL extension.
    Why don't my files have that extension?
    What can I try next to get the records uploaded into my
    tables?
    Thank you for your help

    .oO(lazybones2)
    >I have been testing a PHP/MYSQL site on my own local
    apache server, now am
    >ready to upload to internet. My hosting company is
    Papazilla.com which is an
    >exact clone of GoDaddy.com.
    >
    > I used the GoDaddy/Papazilla interface to create 3
    tables that my site needs.
    >
    > Now I need to import records into the tables.
    >
    > My tables were created on my computer using PHPmyAdmin.
    The tables appear on
    >my computer at this path:
    > C:\xampp\mysql\data\megazilladb
    In addition to David's reply - you should never touch the
    data directory
    of the DB directly. It's completely under the control of the
    server. You
    don't really know which data is stored where and how (it gets
    even more
    complicated with InnoDB tables for example) and actually you
    don't have
    to know that, because these directories are not meant for
    user access.
    So better think of the SQL server as a black box, keep your
    hands off
    its data directories and use SQL commands for all actions.
    Micha

  • To populate drop down in a table..

    Hi,
    In my Application i have a table populated from an EJB bean through a class[]....
    Node:GroupNode
    Attributes:user , name, location.
    User attribute is the dropdown field in table..
    below values are to be  poupulated in the dropdown of the table from the string array.
    String[] ca  = { "user1","user2","user3"}
    I am populating the table from my class...but i am not able to populate the dropdownbox...
    Below is the code i used to populate the table:
    UserDTO[] cat = wdContext.currentBeanElement.modelobject.Objuser();
    for(int i-0;i<cat.length;i++)
    IPrivateUserView.IGroupNodeElement e =  wdContext.createGroupNodeElement();
    e.setUser(cat<i>.getUser());
    e.setName(cat<i>.getNmae());
    wdContext.nodeGroupNode.addElement(e);
    When I use Textview element in the table UI , the values are populating..
    But I need the User column in DropDown...So when i change the UI element to Drop Down Box in User column in Table,the User Column in the table is alone empty..
    How can I populate the values in dropdownbox with  String[] ca  = { "user1","user2","user3"} ...
    And I am usin DropDownByIndex UI element...
    Thanx in advance...
    Arjun.G
    Edited by: arjun swamy on Jan 22, 2008 7:22 AM

    Hi 
    To populate a dropdown by key inside a table, you should do it this way:
    //YOURNODENAME card: 1..n selection: 1..n    ,  attribute within node,
    // it could be card: 0..n y  sel: 0..1, depend on your liking/mandatory
    //condition.
    IModifiableSimpleValueSet ValueSet= wdContext.getNodeInfo().
         getChild("YOURNODENAME").getAttribute("ATTRIBUTENAME").
         getModifiableSimpleType().getSVServices().
         getModifiableSimpleValueSet();
    //Fill dropdownbykey with data
    ValueSet.put("user1","user1");
    ValueSet.put("user2","user2");
    ValueSet.put("user3","user3");
    ValueSet.put("user4","user4"); //... etc.. fill to fit your needs
    //Fill table with independant copies, that means choosing one doesnt modify the others
    for (int i = 0; i<5 ; i++)
      wdContext.nodeYOURNODENAME().addElement(wdContext.nodeYOURNODENAME().createElement());
    Regards
    Julio Herrera

  • Logical database for CATS

    Hi
    Anyone who know which database to use for CATS?
    Thanks  //  Peter B

    Hi Peter,
    Data entered through Cross application time sheet applications is stored in the CATSDB. Check se11 and database table CATSDB (CATS: Database Table for Time Sheet), you can see different fields / data elements with in the CATS database.
    Regards,
    Vamshi.

  • Open minimised window in the same desktop.

    Do anyone know a preference, so when I open a minimised window, it doesn't open in the desktop from where it was minimised but in which I'm currently working...?

    Dear you have to create relation between the blocks then you can achieve this like:
    1) Create two canvases in your form (canvas1 and canvas2).
    2) Create a window in your form with name Window2 now you have two windows (Window1 and Window2).
    3) now set the property 'Primary Canvas' of each window (Window1 = Canvas1, window2 = Canvas2)
    4) Now create database block of you main table with (CAT, NAME, DEPT) fields and select the Canvas1 in the layout wizard.
    5) Create another database block with same table but this time select only 3 fields (CAT,SAL, DATE) and at the time of creation mention relation between blocks in the Data block wizard (block1.cat = block2.cat) and select the Canvas2 in the layout wizard.
    6) Now create check box field name MASTER_CHBOX in first block and set Database Item property no of this check box item and set the Value When Checked property to Y and N for Value When unChecked.
    7) Create a trigger on CheckBox Item and paste below code in it.
    if :MASTER_CHBOX = 'Y' then
    show_window('WINDOW2');
    go_item('SAL');
    end if;
    Regards.
    Omer

  • Open new window in the same form

    Hi
    I created a form with 6 records displayed. I have a check box for each record. I would like to select a record and make the check box checked. Once I check a checkbox I would like to automatically open a new window in the same form with further details of the checked record. Could you please help me how I could work on this.

    Dear you have to create relation between the blocks then you can achieve this like:
    1) Create two canvases in your form (canvas1 and canvas2).
    2) Create a window in your form with name Window2 now you have two windows (Window1 and Window2).
    3) now set the property 'Primary Canvas' of each window (Window1 = Canvas1, window2 = Canvas2)
    4) Now create database block of you main table with (CAT, NAME, DEPT) fields and select the Canvas1 in the layout wizard.
    5) Create another database block with same table but this time select only 3 fields (CAT,SAL, DATE) and at the time of creation mention relation between blocks in the Data block wizard (block1.cat = block2.cat) and select the Canvas2 in the layout wizard.
    6) Now create check box field name MASTER_CHBOX in first block and set Database Item property no of this check box item and set the Value When Checked property to Y and N for Value When unChecked.
    7) Create a trigger on CheckBox Item and paste below code in it.
    if :MASTER_CHBOX = 'Y' then
    show_window('WINDOW2');
    go_item('SAL');
    end if;
    Regards.
    Omer

  • How to get total number of products for the site?

    Hi,
    I want to know the total number of products available for the site. i checked in the dcs_product table, it shows 40849 unique products. is this the total number of products count which are used in the site?
    I have another table in CATA schema dcs_product_sites, when i run the CatalogMaintenanceService to populate the records in this table, getting only 26000 products. Please let me know why this difference when i run the service.
    Thanks

    dcs_product table gives all products in your catalog.
    dcs_product_site will give products for a particular site.
    If you have more than one site, then you need to query for that particular site.
    And the number of products you show also depends upon the start and end date on the products.
    And also some custom filters you have like Out of stock items etc.
    Peace
    Shaik

  • Ideas on how to best flatten a structure

    Hello,
    I need to take the data in a table and flatten it. e.g.
    The data is stored like this:
    Id Description
    1 Cat
    2 Dog
    3 Bird
    4 Tree
    I have to make a table with the "Description" elements as columns. i.e. the final table would have the following columns:
    Cat Dog Bird Tree ...
    The number of columns is not fixed, it will be based on how many rows are in the original table.
    I can think of a few pretty rough ways of doing it. i.e. Using Unix Shell/SQL to generate a create table script i.e.
    CREATE TABLE descriptions
    ( cat VARCHAR2(100),
    bird VARCHAR2(100)
    etc);
    Is there any way I can do this in straight PLSQL? can I write dynamic DDL (I assume I can?). Or is there an even more powerful/elegant way of flattening a table in the manner in Oracle 9i??
    Thanks,
    Dan.
    [email protected]

    Tom Kytes has some examples of pivot queries to do this sort of thing, but I don't believe he's extended them to handle an arbitrary number of columns. You should be able to turn Tom's statis SQL queries into dynamic SQL queries, though, which would get you to your arbitrary columns requirement.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Question: is there any way to get entity class in JPQL query

    Hello, I'm using J*dev 11gR1 adn JPA with EclipceLink*.
    Let's consider such example
    @Entity
    @Table(name="ANIMALS")
    @Inheritance(strategy = InheritanceType.TABLE_PER_CLASS)
    public class Animal implements Serializable {
    @Entity
    @Table(name = "CATS")
    public class Cat extends Animal implements Serializable{
    @Entity
    @Table(name = "DOGS")
    public class Dog extends Animal implements Serializable{
    }I need to build a query which will be translated to something like this SQL query:
    SELECT * FROM CATS
    UNION ALL
    SELECT * FROM DOGS
    ORDER BY ...So I need a way to query not all child entities from DB.
    P.S. Yes, I know, that I can execute query on panent entity (select a from Animal a order by ...) and then loop throught the result list and delete not needed objects OR I can execute some queries on needed child entities and then merge them into one list and sort it, BUT both ways it will be much slower than generetion of needed SQL query straight to DB.
    I know, that in Hibernate's HQL there is a way to build such query with something like this:
    select * from Animal a where a.class = Cat or a.class = Dog

    In JPA 2.0 which we are implementing right now you will be able to execute queries like:
    SELECT a FROM Animal a  WHERE TYPE(a) IN (Cat, Dog)The next draft of the specification contains a section which describes the feature in detail and provides more examples of its use:
    4.6.17.4 Entity Type Expressions
    An entity type expression can be used to restrict query polymorphism. The TYPE operator returns the
    exact type of the argument.I have also been working with some customers on similar capabilities using the current versions of EclipseLink. The examples are documented here:
    http://wiki.eclipse.org/EclipseLink/Development/JPA/QueryDownCast
    I hope this helps,
    Doug

  • Concatenate two files in 1 using UNIX command

    Hi All,
    I need a help in Concatenating the 2 files in 1 file in unix from sap.
    I have coded someting like below:
    DATA: command LIKE rs37a-line.
    DATA: BEGIN OF tabl OCCURS 0,
              line(2000),
          END OF tabl.
    command = 'cat /tmp/file1.txt /tmp/file2.txt /tmp/file3.txt > /tmp/file4.txt'.
    CALL 'SYSTEM' ID 'COMMAND' FIELD command
                  ID 'TAB'     FIELD tabl-sys.
    But i am able to see the new 1 file created in unix but not able to get the Content of 2 files in this new file created (its blank).
    Please suggest me how to concatenate 2 file with content to new 1 file. am i doing anything wrong in my code>
    please help me
    Mahesh
    Edited by: mahesh s on Apr 8, 2011 3:33 PM

    Hi Mahesh,
    Concatenating files in UNIX works like this:
    cat chapter01 chapter02 chapter03 > book
    So from what you posted, I can't see any mistake.
    Aside from that:
    - Rae is right, check whether you have a typo concerning case-sensitivity
    - Check whether you have the right (chmod) to read the tempfiles
    - Are you allowed to issue the "cat" Command?
    - Is there any log information in PROT?
    Whenever I want to issue shell commands on the AS, I usually write a shell script, send it to my basis team and have them set a link to the sap-directory. I then execute the script via CALL FUNCTION 'SXPG_STEP_XPG_START' which also return a logtable to you, so you can see directly whether your commands are wrong, or the chmod is wrong or whatever. I highly reccomend you doing it like this for more transparency.
    best regards,
    Lukas

  • Multicast vrf

    Good Day! I have got a task to play multicast traffic through mpls (at least between the same vrf). I have 3 switches 3750 ME, sw1, sw2 and sw3. Multicast source host is connected to sw3 int fa1/0/6, receiver host is connected to sw1 int fa 1/0/5, respectively. Both interfaces are in vlan 100 (just the same vlan number). Interface vlan is in vrf green. Switches are connected back to back sw1-sw2-sw3 via gigabit interfaces (dedicated for mpls) like ce1/pe1-p-pe2/ce2. In addition, sw1 and sw3 are rr-clients for sw2. To check multicast traffic I use multicasttest utility (http://www.mikkle.dk/multicasttest/). Multicast group address for test is 224.237.248.237. Multicast traffic walk from host 192.168.1.3 to 192.168.2.2. Also, there are vl 100 interfaces on switches in vrf green created just for check proper connectivity.
    Configs:
    hostname sw1
    system mtu routing 1500
    ip subnet-zero
    ip routing
    no ip dhcp conflict logging
    ip dhcp excluded-address 192.168.2.1
    ip dhcp excluded-address 172.16.1.1
    ip dhcp pool green1
       network 192.168.2.0 255.255.255.0
       default-router 192.168.2.1
      default-router 172.16.1.1
    ip vrf green
    rd 100:100
    route-target export 100:100
    route-target import 100:100
    mdt default 232.1.1.1
    ip multicast-routing distributed
    ip multicast-routing vrf green distributed
    interface Loopback0
    ip address 10.1.1.1 255.255.255.255
    ip pim sparse-dense-mode
    ip ospf 1 area 0
    interface Loopback100
    ip vrf forwarding green
    ip address 10.0.100.1 255.255.255.255
    ip pim sparse-dense-mode
    interface FastEthernet1/0/5
    switchport access vlan 100
    interface GigabitEthernet1/1/2
    no switchport
    ip address 10.0.1.2 255.255.255.0
    ip pim sparse-dense-mode
    ip ospf 1 area 0
    speed auto 1000
    mpls ip
    interface Vlan100
    ip vrf forwarding green
    ip address 192.168.2.1 255.255.255.0
    ip pim sparse-dense-mode
    router ospf 1
    log-adjacency-changes
    router bgp 65001
    no synchronization
    bgp log-neighbor-changes
    neighbor 10.1.1.2 remote-as 65001
    neighbor 10.1.1.2 update-source Loopback0
    no auto-summary
    address-family ipv4 mdt
      neighbor 10.1.1.2 activate
      neighbor 10.1.1.2 send-community extended
    exit-address-family
    address-family vpnv4
      neighbor 10.1.1.2 activate
      neighbor 10.1.1.2 send-community extended
    exit-address-family
    address-family ipv4 vrf green
      no synchronization
      network 10.0.100.1 mask 255.255.255.255
      network 192.168.2.0
    exit-address-family
    ip classless
    hostname sw2
    system mtu routing 1500
    ip subnet-zero
    ip routing
    ip vrf green
    rd 100:100
    route-target export 100:100
    route-target import 100:100
    mdt default 232.1.1.1
    ip multicast-routing distributed
    ip multicast-routing vrf green distributed
    vtp mode transparent
    interface Loopback0
    ip address 10.1.1.2 255.255.255.255
    ip pim sparse-dense-mode
    ip ospf 1 area 0
    interface GigabitEthernet1/1/1
    no switchport
    ip address 10.0.2.1 255.255.255.0
    ip pim sparse-dense-mode
    ip ospf 1 area 0
    speed auto 1000
    mpls ip
    interface GigabitEthernet1/1/2
    no switchport
    ip address 10.0.1.1 255.255.255.0
    ip pim sparse-dense-mode
    ip ospf 1 area 0
    speed auto 1000
    mpls ip
    router ospf 1
    log-adjacency-changes
    router bgp 65001
    no synchronization
    bgp log-neighbor-changes
    neighbor 10.1.1.1 remote-as 65001
    neighbor 10.1.1.1 update-source Loopback0
    neighbor 10.1.1.1 route-reflector-client
    neighbor 10.1.1.3 remote-as 65001
    neighbor 10.1.1.3 update-source Loopback0
    neighbor 10.1.1.3 route-reflector-client
    no auto-summary
    address-family ipv4 mdt
      neighbor 10.1.1.1 activate
      neighbor 10.1.1.1 send-community extended
      neighbor 10.1.1.3 activate
      neighbor 10.1.1.3 send-community extended
    exit-address-family
    address-family vpnv4
      neighbor 10.1.1.1 activate
      neighbor 10.1.1.1 send-community extended
      neighbor 10.1.1.1 route-reflector-client
      neighbor 10.1.1.3 activate
      neighbor 10.1.1.3 send-community extended
      neighbor 10.1.1.3 route-reflector-client
    exit-address-family
    address-family ipv4 vrf green
      no synchronization
    exit-address-family
    ip classless
    hostname sw3
    system mtu routing 1500
    ip subnet-zero
    ip routing
    no ip dhcp conflict logging
    ip dhcp excluded-address 192.168.1.1
    ip dhcp pool green2
       network 192.168.1.0 255.255.255.0
       default-router 192.168.1.1
    ip vrf green
    rd 100:100
    route-target export 100:100
    route-target import 100:100
    mdt default 232.1.1.1
    ip multicast-routing distributed
    ip multicast-routing vrf green distributed
    vtp mode transparent
    interface Loopback0
    ip address 10.1.1.3 255.255.255.255
    ip pim sparse-dense-mode
    ip ospf 1 area 0
    interface Loopback100
    ip vrf forwarding green
    ip address 10.0.100.3 255.255.255.255
    ip pim sparse-dense-mode
    interface FastEthernet1/0/6
    switchport access vlan 100
    interface GigabitEthernet1/1/1
    no switchport
    ip address 10.0.2.2 255.255.255.0
    ip pim sparse-dense-mode
    ip ospf 1 area 0
    speed auto 1000
    mpls ip
    interface Vlan100
    ip vrf forwarding green
    ip address 192.168.1.1 255.255.255.0
    ip pim sparse-dense-mode
    router ospf 1
    log-adjacency-changes
    router bgp 65001
    no synchronization
    bgp log-neighbor-changes
    neighbor 10.1.1.2 remote-as 65001
    neighbor 10.1.1.2 update-source Loopback0
    no auto-summary
    address-family ipv4 mdt
      neighbor 10.1.1.2 activate
      neighbor 10.1.1.2 send-community extended
    exit-address-family
    address-family vpnv4
      neighbor 10.1.1.2 activate
      neighbor 10.1.1.2 send-community extended
    exit-address-family
    address-family ipv4 vrf green
      no synchronization
      network 10.0.100.3 mask 255.255.255.255
      network 192.168.1.0
    exit-address-family
    ip classless
    Пинги везде проходят (как между свитчами, так и между хостами)
    sw1#ping vrf green 192.168.2.2
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:
    Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/8 ms
    sw1#ping vrf green 192.168.1.3
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 192.168.1.3, timeout is 2 seconds:
    Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/9 ms
    sw1#ping vrf green 224.237.248.237
    Type escape sequence to abort.
    Sending 1, 100-byte ICMP Echos to 224.237.248.237, timeout is 2 seconds:
    Reply to request 0 from 192.168.2.1, 1 ms
    Reply to request 0 from 10.0.100.1, 1 ms
    sw3#ping vrf green 192.168.1.3
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 192.168.1.3, timeout is 2 seconds:
    Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/9 ms
    sw3#ping vrf green 192.168.2.2
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:
    Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/8 ms
    sw3#ping vrf green 224.237.248.237
    Type escape sequence to abort.
    Sending 1, 100-byte ICMP Echos to 224.237.248.237, timeout is 2 seconds:
    Reply to request 0 from 192.168.1.1, 1 ms
    Reply to request 0 from 10.0.100.3, 1 ms
    I can see I pim neighbors in global table, but cat’s see them in vrf green. I think the problem is here.
    sw1#sh ip pim neighbor
    PIM Neighbor Table
    Mode: B - Bidir Capable, DR - Designated Router, N - Default DR Priority,
          P - Proxy Capable, S - State Refresh Capable
    Neighbor          Interface                Uptime/Expires    Ver   DR
    Address                                                            Prio/Mode
    10.0.1.1          GigabitEthernet1/1/2     20:25:44/00:01:43 v2    1 / S P
    sw2#sh ip pim neighbor
    PIM Neighbor Table
    Mode: B - Bidir Capable, DR - Designated Router, N - Default DR Priority,
          P - Proxy Capable, S - State Refresh Capable
    Neighbor          Interface                Uptime/Expires    Ver   DR
    Address                                                            Prio/Mode
    10.0.2.2          GigabitEthernet1/1/1     20:25:57/00:01:22 v2    1 / DR S P
    10.0.1.2          GigabitEthernet1/1/2     20:25:58/00:01:19 v2    1 / DR S P
    sw3#sh ip pim neighbor
    PIM Neighbor Table
    Mode: B - Bidir Capable, DR - Designated Router, N - Default DR Priority,
          P - Proxy Capable, S - State Refresh Capable
    Neighbor          Interface                Uptime/Expires    Ver   DR
    Address                                                            Prio/Mode
    10.0.2.1          GigabitEthernet1/1/1     20:26:13/00:01:35 v2    1 / S P
    sw1#sh ip pim vrf green neighbor
    PIM Neighbor Table
    Mode: B - Bidir Capable, DR - Designated Router, N - Default DR Priority,
          P - Proxy Capable, S - State Refresh Capable
    Neighbor          Interface                Uptime/Expires    Ver   DR
    Address                                                            Prio/Mode
    sw1#
    sw3#sh ip pim vrf green neighbor
    PIM Neighbor Table
    Mode: B - Bidir Capable, DR - Designated Router, N - Default DR Priority,
          P - Proxy Capable, S - State Refresh Capable
    Neighbor          Interface                Uptime/Expires    Ver   DR
    Address                                                            Prio/Mode
    sw3#
    mroute in vrf:
    sw1#sh ip mroute vrf green 224.237.248.237
    IP Multicast Routing Table
    Flags: D - Dense, S - Sparse, B - Bidir Group, s - SSM Group, C - Connected,
           L - Local, P - Pruned, R - RP-bit set, F - Register flag,
           T - SPT-bit set, J - Join SPT, M - MSDP created entry,
           X - Proxy Join Timer Running, A - Candidate for MSDP Advertisement,
           U - URD, I - Received Source Specific Host Report,
           Z - Multicast Tunnel, z - MDT-data group sender,
           Y - Joined MDT-data group, y - Sending to MDT-data group
           V - RD & Vector, v - Vector
    Outgoing interface flags: H - Hardware switched, A - Assert winner
    Timers: Uptime/Expires
    Interface state: Interface, Next-Hop or VCD, State/Mode
    (*, 224.237.248.237), 02:50:33/00:02:56, RP 0.0.0.0, flags: DCL
      Incoming interface: Null, RPF nbr 0.0.0.0
      Outgoing interface list:
        Vlan100, Forward/Sparse-Dense, 02:50:33/00:00:00
    sw3#sh ip mroute vrf green 224.237.248.237
    IP Multicast Routing Table
    Flags: D - Dense, S - Sparse, B - Bidir Group, s - SSM Group, C - Connected,
           L - Local, P - Pruned, R - RP-bit set, F - Register flag,
           T - SPT-bit set, J - Join SPT, M - MSDP created entry,
           X - Proxy Join Timer Running, A - Candidate for MSDP Advertisement,
           U - URD, I - Received Source Specific Host Report,
           Z - Multicast Tunnel, z - MDT-data group sender,
           Y - Joined MDT-data group, y - Sending to MDT-data group
           V - RD & Vector, v - Vector
    Outgoing interface flags: H - Hardware switched, A - Assert winner
    Timers: Uptime/Expires
    Interface state: Interface, Next-Hop or VCD, State/Mode
    (*, 224.237.248.237), 02:48:36/00:02:25, RP 0.0.0.0, flags: DCL
      Incoming interface: Null, RPF nbr 0.0.0.0
      Outgoing interface list:
        Vlan100, Forward/Sparse-Dense, 02:48:36/00:00:00
    sw1#mstat
    VRF name: green
    Source address or name: 192.168.2.1
    Destination address or name: 192.168.1.3
    Group address or name: 224.237.248.237
    Multicast request TTL [64]:
    Response address for mtrace:
    Type escape sequence to abort.
    Mtrace from 192.168.2.1 to 192.168.1.3 via group 224.237.248.237 in VRF green
    From source (?) to destination (?)
    Waiting to accumulate statistics....* * *
    Timeout on first trace.
    sw3#mstat
    VRF name: green
    Source address or name: 192.168.1.1
    Destination address or name: 192.168.1.3
    Group address or name: 224.237.248.237
    Multicast request TTL [64]:
    Response address for mtrace:
    Type escape sequence to abort.
    Mtrace from 192.168.1.1 to 192.168.1.3 via group 224.237.248.237 in VRF green
    From source (?) to destination (?)
    Waiting to accumulate statistics......
    Results after 10 seconds:
      Source        Response Dest   Packet Statistics For     Only For Traffic
    192.168.1.1     192.168.1.1     All Multicast Traffic     From 192.168.1.1
         |       __/  rtt 0    ms   Lost/Sent = Pct  Rate     To 224.237.248.237
         v      /     hop 0    ms   ---------------------     --------------------
    192.168.1.1     ?
         |      \__   ttl   0
         v         \  hop 0    ms        0         0 pps           0    0 pps
    192.168.1.3     192.168.1.1
      Receiver      Query Source
    I hope I have shown all necessary configs, outputs and schemes to make the picture clear. Other outputs I can show on demand. Thanks in advance.

    Hi Evgeny
    Unfortunately the multicast VPN feature is not supported on the 3750 ME platform even though the commands are present . This is also mentioned in Cisco Feature Navigator. There are no plans to implement this on this platform.
    Thanks
    Mayuresh

  • Updating user fields through a user exit in CO01

    Hi..
    I'm new to user exits and knw there are loads of user exits for CO01, but can't find the exact one to modify the user fields.. And also, would a simple
    afvgd-usr00 = 'some material' work???
    Tnx..

    Try with OSS note:
    68720
    Symptom
    The system does not display the 'User data' operation detail screen when you create an operation of a production order with input facilities.
    Additional key words
    CO01, CO02
    Cause and prerequisites
    Solution
    1. Add the following entry to table TCO62:
      CAT  SeqKey  Verif.No      Program    Grp   Panel   10   OC0001  7             SAPLCOVF   V9    0201
    UseTransaction SM31.
    Table TCO62 is client-specific, that is, you must create the entry inall relevant clients.
    2. See the attached advance corrections. If you have implemented an earlier version of this note, please note that, for up to Release 3.0F, the correction was changed for Include LCOVFO10.

  • What is the Unix command to concatenate two files and merget it in to one ?

    Hi Experts,
    I have three jobs and each job creates a file. I want to run one more job which clubs these three files and merges it in to one.
    I know the process of opening each file and appending it in to the target file using DATASET concept.
    Instead of that, I want any UNIX Shell command so that I can call that directly from ABAP and execute it
    Any help on this would be highly appreciated
    Thanks in advance.
    Babu Kilari

    Hello Babu,
    We can very well call an OS command from within ABAP, but in your case, I don't think that is really required. Please find below a logic that might be helpful to you.
    You have three files, whose contents needs to be merged into a single file.
    Read the contents of each file and store it into an internal table.
    DATA: command LIKE rs37a-line.
    DATA: BEGIN OF tabl OCCURS 0,
              line(2000),
          END OF tabl.
    command = 'cat /tmp/file1.txt'.
    CALL 'SYSTEM' ID 'COMMAND' FIELD command
                  ID 'TAB'     FIELD tabl-*sys*.
    Internal table 'tabl' will contain the contents of the file.
    Accumulate all the contents into a single file and upload to the application server using OPEN DATASET, TRANSFER DATASET and CLOSE DATASET.
    Let me know if you need a more detailed explanation.
    Regards
    Sabu.

Maybe you are looking for

  • Problems setting up MPLS

    A Chairde, Am having problems setting up MPLS between a AS5350 and 7609 , I have used commands stated in this link, enable MPLS incrementally on a network. http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/switch_c/xcprt4/xcdtag

  • Interconnect with a crossover cable (NIC bge1) does not work in Solaris 10

    I connected two systems with a crossover cable for Oracle 10gR2 RAC like below commands. systemA> ifconfig bge1 plumb SystemA>ifconfig bge1 192.168.2.101 netmask 255.255.255.0 up systemB> ifconfig bge1 plumb SystemB>ifconfig bge1 192.168.2.102 netmas

  • Business System Groups - CMS

    Hi, I am following "How to Transport XI Content Using CMS", managed to install the CMS and finished up to 57th point.  As per the general SLD preparations, i need to create BS Groups, what my doubt is? a) while creating a group for DEV, I have assign

  • Lightroom .lrcat file on external hard drive = bad?

    True or False: Adobe engineers recommend against running one's LR catalog off an external hard drive (the .lrcat file, not the pictures), with the preferred method being to use a catalog (.lrcat file) that exists on the computer on which the applicat

  • How to link another forms and reports in one main forms?

    hai all, how to link another forms and reports in one main forms? i am creating Custom forms Main_menu in that i am puting on button and pl/sql code for when-button-pressed BEGIN Open_form('GROUP_MSTR_ENTRY'); END; i am getting: ERROR:frm-40010: cann