Portal infomration System Number  and Name required

Hi all,
I need to know few details about the portal information. I am looking for System Number  and Name of portal mainly through WD program program . Could you please help me how to find this. I promise to award points. Do I need to have any Lib/Jar files required to get this info. Program tips are most helpfull and appreciated as well.
General way to find in portal
Log into Portal- >System Information -> Name info (Under Database)
Log into Portal- >System Information -> System Number info  (under Licenses)
Thank you,
Regards
Maruti

System.getProperty("SAPSYSTEMNAME");  // System ID
System.getProperty("SAPSYSTEM");   // System Number

Similar Messages

  • Output SAP Mail Message - Payer Number and Name

    Hi,
    I'm trying to set up our sap system to output a message if a sales order goes into credit block. I have all this working and the last part of the request is to include the payer number and name for the sales order on the mail.
    I have set up the following against my output
    Replacement of Text Symbols
    Program: SAPMV45A
    Form Routine: TEXT_SYMBOL_REPLACE
    and then I have the following mail title:
    Sales Order on Credit Block - PAYER:&XVBAK-KNKLI&
    I would like to include the name in this, or in the text for the message but I do not know how to extract this. Any ideas?
    Many thanks,
    Steph.

    Christopher,
    if you now have set up the WSMessageListener, this one can also be called by external functions. Alternatively you can call any MII transaction as a webservice.
    For example, you can use something like this:
    http://<server>:<port>/XMII/WSDLGen/<folder>/<tran>
    You can also user the runner service (the example gives a pdf output):
    http://<server>:<port>/XMII/Runner?Transaction=<folder>/<Transaction-name>
    &<InpuParamName1>=<value1>
    &<InpuParamName n>=<value n>
    &OutputParameter=pdfOutput
    &Content-Type=application/pdf
    &isBinary=true
    &XacuteLoginName=<username>&XacuteLoginPassword=<password>
    Michael

  • Importing CD to Artist folder\Album folder\file with track number and name:

    I have a problem then importing my cd’s to my harddisk using iTunes.
    On my previous pc I got what I want, Artist folder, Album folder and file with track number and name:
    e.g.
    D:\My Music\B.B. King\Blues On The Bayou\01 Blues Boys Tune.mp3
    D:\My Music\B.B. King\Blues On The Bayou\02 Bad Case Of Love.mp3
    D:\My Music\B.B. King\Blues On The Bayou\03 I'll Survive.mp3
    But now I get:
    D:\My Music\Compilations\Blues On The Bayou\01 Blues Boys Tune.mp3
    D:\My Music\ Compilations \02 Bad Case Of Love.mp3
    D:\My Music\ Compilations \03 I'll Survive.mp3
    In iTunes my settings are Edit -> Preferences -> Advanced: iTunes Music folder: D:\My Music and checkmark in both: “Keep iTunes Music folder organized” and “Copy files to iTunes Music folder when adding to library”.
    My version of iTunes is 8.0.1.11
    Thanks in advance
    Peter

    It will depend on the album. Gracenote considers anthologies, a collection of tracks by the same artist taken from different albums, as a compilation. In iTunes the compliation setting should really only be applied to a collection of tracks by different artists.
    tt2

  • I delete people in my phone number but when I go to messages I found their number and name how I can delete them

    I delete people in my phone number but when I go to messages I found their number and name how I can delete them

    There's no option to edit/delete the iPhone cache, the cache will be overwritten in time.
    If you can't wait, only restore as new can get rid of it.

  • How to get customer number and name from the SD document

    Hi All,
    Can you please let me know how to get Customer Number and Name from the SD Document?
    Thanks a lot....
    Anil

    Hi,
    It will be displayed in the SD (BIlling document) itself,  you clikc on the VF03. The customer name and number will also appear in the SO document also Tcode VA03
    regards,
    radhika
    Edited by: kolipara radhika on Jul 10, 2009 5:32 AM

  • DESCRIBE TABLE or similar to get number and name of a table fields

    Hi experts,
    I want to use a sentence to get the number and name of the fields contained on a table or structure, and i cannot use DESCRIBE TABLE. I cannot find a way to get that info, does anybody know a sentence or method/funcion for this?
    Thanks!!!
    Artur.

    use this FM GET_COMPONENT_LIST.
    can get list of fields also from variable which is not defined in DDIC. But has to be global.
    Michal

  • Dynamically add and modify listbox columns number and names

    I need to dynamically modify number and names of columns in a listbox.
    What should I do for this? And is it even possible?

    Frank-
    Thanks for the suggestion -- I hadn't tried that but just did and it still doesn't seem to work. Would the binding cache AttrDefs separately from results?

  • Number and name of rows

    Is there any way to know the total number and the names of the rows in a table?

    Sample:
    private void loadMetaData() {
    int i = 0;
    try {
    metaData = rs.getMetaData();
    int singleHtColumnType;
    columnCount = metaData.getColumnCount();
    for (i = 1; i <= columnCount; i++) {
    columnNames[i-1] = new String(metaData.getColumnName(i));
    // System.out.println("meta-look " + columnNames[i-1]);
    // System.out.println(metaData.getColumnLabel(i)); // on AS/400 == columnName :-((
    // System.out.println("ColumnDisplaySize: " + metaData.getColumnDisplaySize(i));
    singleHtColumnType = metaData.getColumnType(i);
    if (readBigDecimalAsInt & singleHtColumnType == 8) singleHtColumnType = 4;
    columnType[i-1] = singleHtColumnType;
    if (singleHtColumnType == 8
    || (databaseType == ConnectionHolder.DB2_400 && singleHtColumnType == 3)) {
    columnScale[i-1] = metaData.getScale(i);
    htColumnType.put(columnNames[i-1], new Integer(singleHtColumnType));
    if (singleHtColumnType == 1 | singleHtColumnType == 12) maxFieldSize.put(columnNames[i-1], new Integer(getColumnDisplaySize(i)));
    catch (SQLException e2) {
    System.out.println("loadMetaData caught " + e2);
    System.out.println("Index was " + i);
    catch (Exception e) {
    System.out.println("loadMetaData caught " + e);
    System.out.println("Index was " + i);

  • How do I find out my portal's system number?

    Hi,
    I am trying to write a script, which will stop the SAP server with the stopsap.exe.  However, the executable expects an Nr parameter, which I think is referring to the system number (sysnr).  I tried 00 for Nr, but it is not working.  Can anyone tell me how to determine the system number for a portal server?
    Thank You.

    hi Voon,
    to get the system number
    go to your url
    i.e http://<server host>:<port>/irj/portal
    the port value will be 5<system number>00
    so if u r port is 50000 then system number is 00
    if ur port is 50100 then the system number is 01
    if ur port is 50200 then the system number is 02
    rgds
    srinivas
    (Award points)

  • ADF Webcenter Portal Deployment System Hardware and Software configurations

    HI All,
    Anyone please help me to sort out this issue.
    I need to have the production System requirements of Hardware and Software.
    Please let me know.
    Thanks / Balaji.

    Hi.
    Do you need High Avaiability in your environment?
    Are you planning work with Spaces or Portal?.
    A typical architecture consists in a cluster of two machines por HA.
    About your response/users requirement I think that next settings will be OK (approach):
    - Each WC_SpacesX node 4g or 6g
    - Each UCM_Server 2g
    - Each WC_CollaboratrionX 1g
    - If don't use Portlets, Analytics and others you can maintain shutdown these servers.
    Approximatelly you'll consume 23GB RAM with all components working (Analytics also, portlets... also).
    For performance and good response of pages don't forget next tips:
    - WebTier OHS installed with DEFLATE module enabled. It reduces too much static files loaded in WebCenter like CSS, JS and Images.
    - Put your custom images in OHS instead of inside of WebCenter platform.
    - Don't install WebCache. It's not useful for WebCenter.
    - Configure JoC (Java Object Cache) for cluster caching.
    Remember that this information it's only an approach based on my experience, you've to investigate and work with Oracle to decide the best apporach for your requirements.
    Regards.

  • To get number and name of groups() existing in AD

    Dear Fouramites,
    I got the program from this forum to retrive the number of users in a group given the name of the group in search filter.
    String searchFilter = "(&(objectClass=group)(CN=pluto*))";
    My requirement is to get the names of all the the groups(aliases) created by admin. Can any one plz help me out in getting this info.
    Thanks & Regards
    Kaavyanjali jena

    use this FM GET_COMPONENT_LIST.
    can get list of fields also from variable which is not defined in DDIC. But has to be global.
    Michal

  • Website not available to public.....suddenly password and name required.  Anyone?

    I created a website in Iweb and piggybacked it onto a domain name with Go Daddy.  I received a call from a potential client that she couldn't access the website because it kept asking her for a name and password.  I haven't changed any of the specs and the website had been working fine since the end of June.  What do I do to sort this out? 

    The site that opens with this URL ...
    http://web.me.com/mermaidphotography/
    ... is the one named "Photography_Four_Paws"
    This is the one whose index.html file is in the Web/Sites folder on your iDisk.
    If you want a different site to open with this URL, you need to upload its external index.html file to replace the one that's there.
    To get to this folder, from the Finder Go menu, follow the path - iDisk/My iDisk/Web/Sites. Double click the index.html file that's in the Sites folder.
    The alternative is to re-upload all your sites making sure that the one you want to open with this URL...
    http://web.me.com/mermaidphotography/
    ... is the to site in iWeb.
    The other sites will require the folder name in the URL as OT has pointed out.

  • Find number and name of sales person

    Hi, 
    I have a table, which lists the number of sales made by sales person for the year 2013. How do I list the number of sales and the name of sales person, whose sales are less than 4 for the year 2013.
    Name
    Gender
    Won Oppty
    Sales ( in Value USD)
    Sold Month and Year
    Year
    KFM WMM
    F
    2
    $1,279,310
    72013
    2013
    FSOR DPK
    M
    2
    $965,445
    92013
    2013
    JCS QJA
    M
    3
    $1,892,919
    52013
    2013
    YQFT NNOPI
    F
    4
    $2,205,713
    102013
    2013
    ZGZRS XSV
    M
    4
    $1,516,615
    52013
    2013
    AQOH KEYOZ
    M
    4
    $1,908,883
    52013
    2013
    DWE XSV
    M
    5
    $1,356,954
    102013
    2013
    YFE JDP
    F
    6
    $2,767,863
    82013
    2013
    KCRXF XSV
    F
    6
    $2,037,738
    42013
    2013
    OVEL LZS
    F
    6
    $2,276,738
    72013
    2013
    The answer I should get is
    2
    KFM WMM
    2
    FSOR DPK
    3
    JCS QJA
    Nirmal

    Hi~
    Formula cannot complete your needs.
    You can use criteria parameters (like "<4" and "=2013") in VBA code:
    Option Explicit
    Sub GetFilteredData()
    With ActiveSheet
    With .UsedRange
    .AutoFilter Field:=3, Criteria1:="<4"
    .AutoFilter Field:=6, Criteria1:="=2013"
    End With
    .Columns(2).Hidden = True
    .Columns("$D:$F").Hidden = True
    End With
    End Sub
    Sub RestoreData()
    With ActiveSheet
    If .AutoFilterMode Then
    .AutoFilterMode = False
    End If
    With .Columns(2)
    If .Hidden Then
    .Hidden = False
    End If
    End With
    With .Columns("$D:$F")
    If .Hidden Then
    .Hidden = False
    End If
    End With
    End With
    End Sub
    In Sheet1, insert two shapes and assign macro names to them, here's the result by clicking GetFilteredData and RestoreData:
    Regards,
    Cristin Yan

  • G/L Account Display with Vendor Number and Name -Urgent-

    Hi Experts!
    Is there a transaction, report, or table that can show a list of all the vendor names/numbers for transactions posted to a specific G/L account for a specified period?  If so, please let me know.  Thank you for your time!
    Best Regards,
    WC

    We can display the Vendor number from the layout in FBL3N report, but the Vendor number will be displayed only if the document is posted from MM module. If the posting is from normal FI, it will not be displayed.
    Other option is to develop a simple ABAP report to display Vendor.
    Thanks
    Murali.

  • Tables for Router number and pcc required in ECC

    Hi,
    I want to know the Route number created by the system in ECC
    1. my input will be material/plant. i need group Number, Group counter . Please let me know which table this is getting stored?
    2. I have created product cost collector for this material/plant combination. which table this PCC is stored?
    Thanks
    Sakthi.K

    Dear Sakthi ,
    1) For Routing details use the below tables.
    Routings/operations
    MAPL                    Allocation of task lists to materials
    PLAS                    Task list - selection of operations/activities
    PLFH                    Task list - production resources/tools
    PLFL                    Task list - sequences
    PLKO                    Task list - header
    PLKZ                    Task list: main header
    PLPH                    Phases / suboperations
    PLPO                    Task list operation / activity
    PLPR                    Log collector for tasklists
    PLMZ                    Allocation of BOM - items to operations
    2) For Product costing use the below tables.
    KEKO               Product-costing header
    KEPH               Cost components for cost of goods manuf.
    KALO               Costing objects
    KANZ               Sales order items - costing objects
    Hope it will be helpful.
    Regards,
    Vijay.

Maybe you are looking for