5 users limitation using PPPoE on cisco??

Hello,
I am trying to use a cisco as a pppoe server. The problem is that its not able to connect mor e than 5 users at a time. I thought the cisco(3620) had some problems and used another (2610) with the same result. What could be the problem?
TIA
Shekhar Basnet
Here are some info.
System image file is "flash:c2600-ik9o3s-mz.122-31"
cisco 2610 (MPC860) processor (revision 0x203) with 61440K/4096K bytes of memory
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)
PPPoE# sho run
Building configuration...
ip audit notify log
ip audit po max-events 100
vpdn enable
vpdn-group canopy-consumer
accept-dialin
protocol pppoe
virtual-template 10
pppoe limit per-vlan 300
interface FastEthernet1/0.630
description #### PPPoE clients #####
encapsulation dot1Q 630
pppoe enable
interface Virtual-Template10
ip address 192.168.125.125 255.255.255.252
peer default ip address pool consumer-pool
ppp authentication pap
ip local pool consumer-pool x.x.254.112 x.x.254.119
Here's a sample log when trying to connect using a 6th customer
Feb 5 16:49:53: PPPoE 0: I PADI L:ffff.ffff.ffff R:000a.e44f.ba27 630 Fa1/0.630
Feb 5 16:49:53: PPPoE 0: O PADO L:f730.8100.0276 R:ba27.0003.e3e8 630 Fa1/0.630
Feb 5 16:49:53: PPPoE 0: I PADR L:0003.e3e8.f730 R:000a.e44f.ba27 630 Fa1/0.630
Feb 5 16:49:53: PPPoE 396: Creating
Feb 5 16:49:53: PPPoE 396: Created L:0003.e3e8.f730 R:000a.e44f.ba27 630 Fa1/0.630
Feb 5 16:49:53: PPPoE 396: O PADS L:0003.e3e8.f730 R:000a.e44f.ba27 630 Fa1/0.630
Feb 5 16:49:53: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to up
Feb 5 16:49:54: PPPoE 396: I PADT L:0003.e3e8.f730 R:000a.e44f.ba27 630 Fa1/0.630
Feb 5 16:49:54: PPPoE 396: Shutting down
Feb 5 16:49:54: PPPoE 396: O PADT L:0003.e3e8.f730 R:000a.e44f.ba27 630 Fa1/0.630
Feb 5 16:49:54: PPPoE 396: Destroying L:0003.e3e8.f730 R:000a.e44f.ba27 630 Fa1/0.630
Feb 5 16:49:54: %LINK-3-UPDOWN: Interface Virtual-Access2, changed state to down
PPPoE#sho idb
Maximum number of IDBs 300
24 SW IDBs allocated (2624 bytes each)
19 HW IDBs allocated (4976 bytes each)
HWIDB#1 1 Ethernet0/0 (HW IFINDEX, Ether)
HWIDB#2 3 BRI0/0 (HW IFINDEX, HW ISDN, Serial)
HWIDB#3 4 Serial0/0 (HW IFINDEX, Serial)
HWIDB#4 5 BRI0/0:1 (HW ISDN, Serial)
HWIDB#5 6 BRI0/0:2 (HW ISDN, Serial)
HWIDB#6 7 Serial0/1 (HW IFINDEX, Serial)
HWIDB#7 8 FastEthernet1/0 (DOT1Q, HW IFINDEX, Ether)
HWIDB#8 9 Virtual-Access1 (Serial, HW VACCESS)
HWIDB#9 10 Virtual-Access2 (Serial, HW VACCESS)
HWIDB#10 11 Virtual-Access3 (Serial, HW VACCESS)
HWIDB#11 12 Virtual-Access4 (Serial, HW VACCESS)
HWIDB#12 13 Virtual-Access5 (Serial, HW VACCESS)
HWIDB#13 14 Virtual-Access6 (Serial, HW VACCESS)
HWIDB#14 15 Virtual-Template10 (HW IFINDEX, Serial, HW VTEMPLATE)
HWIDB#15 16 Loopback0 (HW IFINDEX)

Yahoooo!! Success at last.. Thanks a lot Mak. But I would love to know the reason behind it. So even changing the subnet on VT to /24 would have had no effect then?
PPPoE#sho user
Line User Host(s) Idle Location
* 66 vty 0 shekhar idle 00:00:00 x.x.233.248
Interface User Mode Idle Peer Address
Vi1 silt Virtual PPP (PPPoE ) 00:00:05 x.x.225.35
Vi2 hhc123 Virtual PPP (PPPoE ) 00:00:15 x.x.225.37
Vi3 mahaguthi Virtual PPP (PPPoE ) 00:00:55 x.x.225.33
Vi4 atlas Virtual PPP (PPPoE ) 00:00:35 x.x.225.36
Vi5 hope Virtual PPP (PPPoE ) 00:01:35 x.x.225.34
Vi6 ktptest Virtual PPP (PPPoE ) 00:00:05 x.x.225.38
PPPoE#

Similar Messages

  • Limiting user activity using Oracle Profiles

    I am hoping to reduce the impact of a certain group of users on system performance. I can allocate a separate Oracle profile to them but when I set limits, what happens?
    Composite Limits - I'll leave alone, too much math required!
    Sessions/User - I can't limit that, they may feasibly and reasonably have several sessions
    CPU/Session - Ok, it's not a % of the CPU available but CPU seconds/100. What happens when that number is reached - is the sessions killed or what?
    CPU/Call - See above
    Logical Reads/Session - What happens when this limit is reached? Does the session die?
    Logical Reads/Call - See above
    Idle Time - Set to 300
    Connect Time - I do not wish to restrict this
    Private SGA - I am not sure about this (I don't even know if we are using multi-threaded server architecture!)
    So it seems to me, that none of these will meet my needs and consumer resource groups would be the correct thing... but can anyone please confirm?
    Thanks

    I've used CPU_per_call and logical_reads_per_call for our dynamic search. If user happens to enter such criteria that he cannot get at least a row back within certain limits he gets back certain oracle error and on the screen he gets something like "your query used too much resources, enter better criteria" :)
    The overall impact of such queries was limited because of totla rows limit for search typically 100. So at most users could use 100 * almost resource limit per one search.
    If your users can issue whatever statements they like then this is not usable because for example for aggregate queries logical_reads_per_call will be reached quickly and user won't get back result of quite normal statement.
    So probably you have to use resource groups indeed.
    Gints Plivna
    http://www.gplivna.eu

  • ISE - User limitation

    Hi,
    I know there is endpoint limitation of 2000, 10,000 and 100,000 concurrent endpoints, depending on deployment options. Is there any limit on maximum number of "users" ISE supports in these deployment options?       All the design documents talk only about endpoint limitation, but nothing on user limitation? Is there any limitaion for concurrent number of users that is supported by ISE?
    Also, on the license part, if a user logs in from an endpoint that is profiled (and profiling is used in authorization policy), does it consume 2 licenses, one for the endpoint and one for the user? Will it be both advance license or one base license for user and 1 advance license for endpoint?
    Would appreciate any help.
    REgards,
    Mohan

    Hi,
    Please understand that the concurrent endpoint is the best way to determine the sizing requirements for ISE. The question you ask is valid but the point of setting endpoints is so all scenarios are covered, whether that is a deployment using only user authenticate devices or a mixture of headless devices with user based devices.
    If a user connects through a device that is dynamically profiled, postured, or used any of the advanced on-boarding features you will consume one base and one advanced license.
    Thanks,
    Sent from Cisco Technical Support iPad App

  • RV180 router will not connect to ISP using PPPoE

    I had the same problem.  The RV180W would not connect to an AT&T DSL connection using PPPoE (modem in bridge mode), or behind the DSL Modem/router with the DSL modem/router providing a dynamic IP to the RV180W or a cable modem (TimeWarner Roadrunner dynamic IP).  I upgraded the firmware yesterday and now the RV180W will connect to a dynamic WAN IP, but it still will not connect using PPPoE.
    I have also noticed the admin interface is only accessible about 75% of the time.  When going to 192.168.1.1 the login prompts either don't come up or if they do, after logging in, the screen never fully loads after that.  I have to reboot the router to get it to work.
    Also, the router has not yet pulled DNS from either the DSL or the cable modem.  I had to manually enter those addresses.
    Any suggestions on the PPPoE issue?  Any thoughts as to why the admin interface is not always accessible or the DNS?
    Thank you,
    Ron

    Hi Ron, thanks for using our forum, my name is Johnnatan and I am part of the Small business Support community. About your login issue I recommend you to use different browsers such as Mozilla, i.e 9.0 or superior, Safari, Opera etc. About the PPPoE question, basically you just need the username and the password provided by your ISP. Can you please reach out to our Small Business Support Center and open a Service Request to address this issue? One of our Engineers may be able to work with you and diagnose the root cause. You can find the appropriate contact information for SBSC in the below link. http://www.cisco.com/en/US/support/tsd_cisco_small_business_support_center_contacts.html
    I hope you find this answer useful,
    *Please mark the question as Answered or rate it so other users can benefit from it*
    Greetings,
    Johnnatan Rodriguez Miranda.
    Cisco Network Support Engineer.

  • How to prevent a portal user from using the BEx Analyzer ?

    Hi,
    we have different type of users : most users may use the portal as well
    as the analyzer ;
    we have one special user with extended authorizations : this user
    should use the portal , where he has a limited set of queries to run
    with hardcoded filters ==> this user should not be able to use the
    analyzer however, since he then would be able to call all other queries
    by using the find function ;
    how can we make sure this user cannot use the analyzer , using SAP
    authorizations ?
    best regards,
    Erwin Van Giel.

    Hi,
    if I remove the complete S_RFC authorization for the user then the BEx Analyzer cannot connect anymore to the BW system, but neither can the user run reports from the portal : it needs the S_RFC with 'SYST'.
    If I only remove the RRMX from the S_TCODE and from the S_RFC, it does not prevent the user from starting the BEx Analyzer and connecting to the BW system. It only stops the user if he would start the RRMX transaction from within an SAPGUI session.
    Perhaps there should be a value in the S_RFC that allows connections from the portal but not from the BEx Analyzer .... ?
    so not solved yet ....
    best regards,
    Erwin.

  • Unable to get Windows User Name using Oracle Forms 6i, Jinitiator 1.3.1.17

    Hi,
    Requirement: Get Windows User Name using Oracle Web Forms 6i.
    Tools Using: Windows NT, Oracle web forms 6i, Oracle 10g DB.
    Description: I am using GetClientInfo JBean from otn.oracle.com, which gets windows user name, IP address and machine name. The demo I got from oracle web site uses Jinitiator version 1.1.7.18. While we are using the latest version Jinitiator 1.3.1.17. Due to this reason, I am unable to use Javakey which comes with older version but doesn't come with newer version, that's why I can't create the new JavaBean Java identity (PJC).
    Please advise what to do. All environment variables are set everything is done, this is the only thing bothering me.
    I went through the article 202768.1 from metalink, but on step 5, it gives an error keytool error: java.lang.Exception: Input not an X.509 Certificate.
    Also, please let me know if there is any other workaround for this requirement.
    Thanks & Best Regards,
    Mo

    Hi,
    Thanks for your kind reply. Actually there was a problem in creating a certificate, now it is okay with the same method. Certificate got imported on client and everything is ready.
    Now, the problem is when I try to set Bean Area Implementation Class property with oracle.forms.demos.GetClientInfo, it gives an error FRM-13008 Cannot find JavaBean with name 'oracle.forms.demos.GetClientInfo'.
    I went through the articles 1072329.6, 196824.1, and set ClassPath and Path variables with proper values. Also, I have copied jar file and signature file in forms60/java folder. I don't see any problems. Please let me know what I am doing wrong. My limitation is that I have to do all this in forms6i.
    I searched forums on metalink and found out that someone installed Patch 15, and everything went okay for him. Do you think I should install Patch 15? if YES, how will I do it, I mean should I first uninstall my forms and then install patch15 or install the patch on my forms?
    Thanks so much for your help.
    Thanks & Best Regards,
    Mo

  • Extended user rights and 500 users limits on a PDF Form

    Hello,
    I read that there's 500 users limits for using extended user rights on Acrobat Pro 9.
    Here's my situation:
    - I built an application PDF form with extended user rights for Adobe Reader users to save the form. And I'm going to be hosting it on the web for users to download the PDF form to their local hard drive.
    - The form will have a button to submit to a web page with a script for processing FDF, XFDF, XML, or HTP form export.
    My question is:
    1. Would it be violating the 500 users limits if more than 500 users download the form and save the PDF after filling out fields, but not submit the data back to the server?
    2. What would happen if more than 500 responses are received through above method? Would new visitors still be able to save the PDF form for their archive purpose after downloading it from our web site?
    Thanks.

    Can Adobe's licensing department define "extract"?  I know there is a lot of confusion here and I'm trying to understand.
    Here is our scenario:  We have developed an Adobe fillable form which we will be sending to 1000 customers.  Customers can open the form (in Reader v9.5 and greater) and fill out the form, validate it and then print it.  The customers are not sending the PDF files back to us and the PDF data is not being collected so there is no data we can extract from Adobe files (we are not that advanced yet).  Customers will just print the information, then fax or send back to us by U.S. Mail. 
    When we receive the completed information (via fax/mail, not PDF), we read information off our form.  Does Adobe consider reading our information “extracting” with our eyes?  I’m not sure how they can consider that extracting?  I would think Adobe owns the mechanism (aka PDF file) for validating our content, but they wouldn’t own the content on our form if we want to physically read it, right?
    Adobe needs to clarify this more clearly and I’ve ready their interpretation of the Policy, but it doesn’t address this scenario.  http://www.adobe.com/products/eulas/pdfs/Reader_Extension_Policy_A10-5-31-2011.pdf
    George, I don't think you are an Adobe Employee.  I see you are a MVP, but you are not officiall speaking for Adobe are you?
    ---Thanks.

  • Oracle express hang up when two or three users are using the same login.

    For developer purposes, we installed the last version of XE, and we are trying to run a small client-server application, but using the same user: login and password in two different remote PC's. The database is installed in an PC dual core with Windows XP SP2 the other PC´s are in the same local area network. The application works fine when the first (doesn't matter wich PC) but when the second or third user tries to connect the database the access from the others crashes.
    Is there a security issue or user limitation in XE to avoid the same login in several remote PC´s.? Have I change a parameter?

    You're right I found "alert_xe.log".
    I don't understand all the messages, but I notice: the "Warning: inbound connection time out". and "LICENSE_MAX_SESSION = 0 LICENSE_SESSIONS_WARNING = 0"
    I copied part of the alert_xe.log as following:
    Fri Feb 08 20:30:51 2008
    WARNING: inbound connection timed out (ORA-3136)
    Fri Feb 08 20:32:27 2008
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2208K exceeds notification threshold (2048K)
    KGL object name :XDB.XDbD/PLZ01TcHgNAgAIIegtw==
    Fri Feb 08 20:32:58 2008
    WARNING: inbound connection timed out (ORA-3136)
    Fri Feb 08 20:38:19 2008
    WARNING: inbound connection timed out (ORA-3136)
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Fri Feb 08 20:39:28 2008
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 2
    CPU : 2 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:758M/1014M, Ph+PgF:2289M/2444M, VA:1944M/2047M
    Fri Feb 08 20:39:28 2008
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =24
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 200
    sessions = 225
    __shared_pool_size = 79691776
    __large_pool_size = 8388608
    __java_pool_size = 4194304
    __streams_pool_size = 0
    spfile = C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DBS\SPFILEXE.ORA
    sga_target = 268435456
    control_files = C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    __db_cache_size = 171966464
    compatible = 10.2.0.1.0
    db_recovery_file_dest = C:\oraclexe\app\oracle\flash_recovery_area
    db_recovery_file_dest_size= 10737418240
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    job_queue_processes = 4
    audit_file_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
    background_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
    user_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
    core_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
    db_name = XE
    open_cursors = 300

  • Users limitation in Inforamation Broadcasting in BI 7.0

    Hi Guys,
    I'm publishing the reports in portal by using the information broadcasting. Here I have selected the My
    portfolio and seleted the users, user specific. But we have 600 users.
    Is there any number of users limitation in information broadcaasting?
    Please provide me the useful information on this.
    Helpful answers will be rewarded with full points.
    Thanks
    Prasad

    Hi,
    Please check the below link, may be of some helpful to you.
    http://help.sap.com/saphelp_nw04s/helpdata/en/a5/359840dfa5a160e10000000a1550b0/frameset.htm
    Thanks
    Mayank

  • Using PPPoE in China

    I am unable to connect to the internet using a PPPoE account in China. I've connected via DHCP at a friends apartment here in China and wirelessly at various places, but not with PPPoE. A tech from the internet company couldn't figure it out(He didn't speak english though) and I took it to a tech store and they tried a different user name and password and it still did not connect. Has anyone had this problem before? Please help! I'm here for a year and need to be able to connect at my apartment. Thanks.

    PPPoE i believe is the "direct" (dialer) conection to the internet... that is;
    internet <- dsl modem using PPPoE <- wired/wireless to your mac/pc
    internet <- dsl modem <- wired/wireless to pc/mac using PPPoE
    This is just my guess... cause at PPPoE setup there is password and user name.... so i think you should try to configure the router/modem as well as your mac... sorry have not tried PPPoE either since am using dhcp

  • LRT224 speed issue using pppoe

    I'm using pppoe connection on lrt224.
    2 weeks ago, speed was 700mbps-900mbps using pppoe.
    Now i have only 340-420mbps.
    Same configuration.
    Something is wrong with pppoe hardware acceleration.

    C:\Users\me>ping -t www.yahoo.com
    Pinging ds-eu-fp3.wa1.b.yahoo.com [46.228.47.115] with 32 bytes of data&colon;
    Reply from 46.228.47.115: bytes=32 time=63ms TTL=55
    Reply from 46.228.47.115: bytes=32 time=63ms TTL=55
    Reply from 46.228.47.115: bytes=32 time=63ms TTL=55
    Reply from 46.228.47.115: bytes=32 time=64ms TTL=55
    Reply from 46.228.47.115: bytes=32 time=63ms TTL=55
    Reply from 46.228.47.115: bytes=32 time=64ms TTL=55
    Reply from 46.228.47.115: bytes=32 time=63ms TTL=55
    Reply from 46.228.47.115: bytes=32 time=63ms TTL=55
    Reply from 46.228.47.115: bytes=32 time=63ms TTL=55
    Reply from 46.228.47.115: bytes=32 time=63ms TTL=55
    Reply from 46.228.47.115: bytes=32 time=63ms TTL=55
    Reply from 46.228.47.115: bytes=32 time=64ms TTL=55
    Reply from 46.228.47.115: bytes=32 time=64ms TTL=55
    Reply from 46.228.47.115: bytes=32 time=63ms TTL=55
    Reply from 46.228.47.115: bytes=32 time=64ms TTL=55
    Ping statistics for 46.228.47.115:
        Packets: Sent = 15, Received = 15, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 63ms, Maximum = 64ms, Average = 63ms
    C:\Users\me>ping www.rcs-rds.ro
    Pinging www.rcs-rds.ro [81.196.12.188] with 32 bytes of data&colon;
    Reply from 81.196.12.188: bytes=32 time=3ms TTL=60
    Reply from 81.196.12.188: bytes=32 time=2ms TTL=60
    Reply from 81.196.12.188: bytes=32 time=2ms TTL=60
    Reply from 81.196.12.188: bytes=32 time=2ms TTL=60
    Ping statistics for 81.196.12.188:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 2ms, Maximum = 3ms, Average = 2ms

  • How to find out the Transactions used per month & the USER who used that

    Hi,
    1)How to find out the Transactions used per month & the USER who used that?
    2)and can i get the above same for minimum 20 month?
    System : SAP- Enterprise Core Component.

    You can use my program...
    *& Report  Z_ABAP_TCODE_MONITOR
    *****&  Program Type          : Report                                 *
    *****&  Title                 : Z_ABAP_TCODE_MONITOR                   *
    *****&  Transaction code      : ZTCODE_USAGE                           *
    *****&  Developer name        : Shailendra Kolakaluri                  *
    *****&  Deveopment start date : 26 th Dec 2011                         *
    *****&  Development Package   : ZDEV                                   *
    *****&  Transport No          : DEVK906086                                       *
    *****&  Program Description   : This program is to display
    *List all tcodes executed during previous day.
    *& Show the number of users executing tcodes
    *& Modification history
    REPORT  Z_ABAP_TCODE_MONITOR.
    *& List all tcodes executed during previous day.
    *& Show the number of users executing tcodes
    TYPE-POOLS : slis.
    DATA: ind TYPE i,
          fcat TYPE slis_t_fieldcat_alv WITH HEADER LINE,
          layout TYPE slis_layout_alv,
          variant TYPE disvariant,
          events  TYPE slis_t_event WITH HEADER LINE,
          heading TYPE slis_t_listheader WITH HEADER LINE.
    *REPORT  z_report_usage.
    TYPES: BEGIN OF zusertcode,
      date   TYPE swncdatum,
      user   TYPE swncuname,
      mandt     TYPE swncmandt,
      tcode     TYPE swnctcode,
      report TYPE swncreportname,
      count     TYPE swncshcnt,
    END OF zusertcode.
    *data   : date type n.
    DATA: t_usertcode  TYPE swnc_t_aggusertcode,
          wa_usertcode TYPE swncaggusertcode,
          wa           TYPE zusertcode,
          t_ut         TYPE STANDARD TABLE OF zusertcode,
          wa_result    TYPE zusertcode,
          t_result     TYPE STANDARD TABLE OF zusertcode.
    PARAMETER: month TYPE dats DEFAULT sy-datum.
    *PARAMETER: date TYPE dats.
    *select-options : username for wa_usertcode-account.
    START-OF-SELECTION.
    PERFORM get_data.
    PERFORM get_fieldcatalog.
      PERFORM set_layout.
    PERFORM get_event.
    PERFORM get_comment.
      PERFORM display_data.
    FORM get_data .
    *date = sy-datum - 2 .
    After start-of-selection add this line (parameter Month required 01 as day).
      concatenate month+0(6) '01' into month.
      CALL FUNCTION 'SWNC_COLLECTOR_GET_AGGREGATES'
        EXPORTING
          component     = 'TOTAL'
          ASSIGNDSYS    = 'DEV'
          periodtype    = 'M'
          periodstrt    = month
        TABLES
          usertcode     = t_usertcode
        EXCEPTIONS
          no_data_found = 1
          OTHERS        = 2.
      wa-date  = month.
    *wa-date  = date.
      wa-mandt = sy-mandt.
    wa_usertcode-account = username.
      LOOP AT t_usertcode INTO wa_usertcode.
        wa-user = wa_usertcode-account.
        IF wa_usertcode-entry_id+72 = 'T'.
          wa-tcode  = wa_usertcode-entry_id.
          wa-report = space.
        ELSE.
          wa-tcode  = space.
          wa-report = wa_usertcode-entry_id.
        ENDIF.
        COLLECT wa INTO t_ut.
      ENDLOOP.
      SORT t_ut BY report ASCENDING.
      CLEAR: wa, wa_result.
    endform.
    FORM get_fieldcatalog .
    fcat-tabname     = 't_ut'.
    fcat-fieldname   = 'DATE'.
    fcat-seltext_l   = 'Date'.
    fcat-key         = 'X'.
    APPEND fcat.
      CLEAR fcat.
      fcat-tabname     = 't_ut'.
      fcat-fieldname   = 'MANDT'.
      fcat-seltext_l   = 'Client'.
      fcat-key         = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-tabname     = 't_ut'.
      fcat-fieldname   = 'USER'.
      fcat-seltext_l   = 'User Name'.
      fcat-key         = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-tabname     = 't_ut'.
      fcat-fieldname   = 'TCODE'.
      fcat-seltext_l   = 'Transaction Code'.
      fcat-key         = 'X'.
      APPEND fcat.
    ENDFORM.
    *&      Form  SET_LAYOUT
          text
    -->  p1        text
    <--  p2        text
    FORM set_layout .
      layout-colwidth_optimize = 'X'.
    ENDFORM.                    " SET_LAYOUT
    *&      Form  GET_EVENT
          text
    -->  p1        text
    <--  p2        text
    *FORM get_event .
    events-name = slis_ev_top_of_page.
    events-form = 'TOP_OF_PAGE'.
    APPEND events.
    *ENDFORM.                    " GET_EVENT
    **&      Form  GET_COMMENT
          text
    -->  p1        text
    <--  p2        text
    *FORM get_comment .
    DATA: text(30).
    text = 'Billing Report'.
    heading-typ = 'H'.
    heading-info = text.
    APPEND heading.
    *ENDFORM.                    " GET_COMMENT
    **&      Form  top_of_page
          text
    -->  p1        text
    <--  p2        text
    *FORM top_of_page .
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
       EXPORTING
         it_list_commentary       = heading[]
      I_LOGO                   =
      I_END_OF_LIST_GRID       =
    *ENDFORM.                    " top_of_page
    *&      Form  DISPLAY_DATA
          text
    -->  p1        text
    <--  p2        text
    FORM display_data .
      sort t_ut[].
    DELETE ADJACENT DUPLICATES FROM t_ut[] COMPARING ALL FIELDS.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program = sy-cprog
          is_layout          = layout
          it_fieldcat        = fcat[]
          i_save             = 'A'
          is_variant         = variant
          it_events          = events[]
        TABLES
          t_outtab           = t_ut
        EXCEPTIONS
          program_error      = 1
          OTHERS             = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    " DISPLAY_DATA

  • How to find out wheter user is using WINGUI or SAPGUI

    Is there any ABAP function module or clsas method to check the GUI TYPE?
    I'd like to know whether the end user is using WINGUI or SAPGUI.

    have a look at BDS_GET_GUI_TYPE
    ICL_GET_GUI_TYPE
    reward points if helpful

  • How get the user that use CRM in my web site

    Hi all,
    I have a web app that connect to my CRM. I use C#.
    I connect to CRM with my credential because I'm admin in CRM.
    But my app is used from others CRM user and I need to know who is systemuser CRM that use app.
    I need the same of Xrm.Page.context used in js or the same context used in plugin, but I have the problem that I connect  to CRM with my user. So If I use WhoAmIRequest class I have my userid and not the userid of the user that use my web app.
    Is it possible know this? Do I change my login with user login in CRM?
    Thanks

    Hi,
         As you use system admin to connect to CRM, WhoAmIRequest does not return the user from website. You are correct. Change that so that it uses logged in user however be aware that means each user needs to be a valid CRM user else they
    will get not a valid user error.
    Hope this helps.
    Minal Dahiya
    blog : http://minaldahiya.blogspot.com.au/
    If this post answers your question, please click "Mark As Answer" on the post and "Vote as Helpful"

  • How many users are supported on a Cisco Aironet 1141N? 30?

    I have a client that wants to upgrade his Aironet 1131 APs with 1141N.  How many users are supported on a Cisco Aironet 1141N?

    Yes, you could have 30 clients on the AP. 
    Client density all depends on what the client is doing, really.
    So if you have clients that are just web surfing and pulling email 30+ isn't a problem.  If they are all streaming video, then you want to plan for less clients per AP, and more APs.
    Steve

Maybe you are looking for

  • File sharing in Bridge with Keywords

    We seem to be having trouble getting the Keywording to come up on the 2nd shared machine, listed out in their stair-stepped categories like we have put them into to begin with... The 2nd new imac only seems to give a list of keywords simply sorted in

  • Maxtor One Touch II Won't Mount

    I'm running 10.6.8 and my maxtor one touch II won't mount all of a sudden? I've tried fire wire 400 and fire 400to800, restarting etc. The drive won't show up? The driver update on the Maxtor/Seagate site opens up as code in a text edit file, it does

  • Can't boot 250 Server w/Solaris10 free download

    Hi, very new to Sun/Solaris. Attempting to fresh install Solaris 10 on Sun 250 Server. Downloaded all 4 .iso images from Sun website, extracted files, and burned to CD. From OpenBoot, here is message: (### commented comments are my own ###) # here I

  • Counter Output as Sample Clock of Digital Signals

    I have a situation where I need to use a hardware counter as sample clock of digital output signals. How do you specify the "Counter Internal Output" signal as a sample clock of digital output? I want to do something like this:   // Create counter ta

  • Bogus Safari 6.0 Bugs (Java?)

    Having difficult nailing down exact problem or cause of seemingly random safari bugs. Text entered into boxes sometimes dissapear and reappear spontainously. Other times images and text appear 'on top of each other'. Ocationally whole chunks of text