Identify the SAP Product Under Unix Env

Hello All
There are few hosts in our server enviroment which have SAP running on them.
We have a fingerprinting engine which runs through these hosts and collects useful data such as version string ,patch level etc.All these hosts are under unix env.
Our problem is we are not able to identify what product it is by just looking at version string.
We do not know if there is any way we can find out about that Product ,under unix env.
We want to know if there is any command or script that can be run and find out what product it is.
Regards
Abhi

> Is anyone aware of 'saplicense -show' command ?
> Would this command help me?
No.
> and yes,anyone who uses any product should know it byhand but in my case i am not the end user .I am a third party survilling all the products existing in my enviroment.Thats what my engine does.
I can just repeat myself.
Even if you had all component information (ABAP and/or Java) it's not possible to distinguish from that for what purpose the system is used.
It's the same as having 100 PCs, all equipped with Word, Excel and SAPGUI. No matter what you do you can't tell whether the system is a secretary working place, a PC in the factory or a PC in the financial department.
Markus

Similar Messages

  • Advantage of using SAP product over third party products

    Hi All,
    I want to know whether there is any advantage of creating SAP product over the third party products in SLD.And if we want to remove Product at later stage can we do that ?
    Thanks,
    Amit

    Hi Amit,
    Are you talking about creating an SAP product under SLD? For client developements it is suggested to create only 3rd party products in SLD for developing the interfaces.
    VJ

  • Using PHP to identify the current page - by David Powers

    Hi There,
    I'm trying to write a script so I can identify the sub-pages under "Gallery" in my website
    Under Gallery I have more than hundred pages describing the photos but I want to identify them as the "Gallery" page.
    How do I achieve that?
    It would be tedious to write the "PHP if" statement for each photo link.
    I trust there is a simpler solution.
    In PHP solutions by David Powers, Ch.4 "Using PHP to identify the current page"
    The script is:
    <?php $currentPage = basename($_SERVER['SCRIPT_NAME']); ?>
    <ul id="nav">
      <li><a href="index.php" <?php if ($currentPage == 'index02.php') {echo 'id="here"';} ?>>Home</a></li>
      <li><a href="journal.php" <?php if ($currentPage == 'journal.php') {echo 'id="here"';} ?>>Journal</a></li>
      <li><a href="gallery.php" <?php if ($currentPage == 'gallery.php') {echo 'id="here"';} ?>>Gallery</a></li>
      <li><a href="contact.php" <?php if ($currentPage == 'contact.php') {echo 'id="here"';} ?>>Contact</a></li>
    </ul>
    Let's say that the gallery pages contains hundreds of links gallery like gallery/photos1.php, gallery/photos2.php, gallery/photos3.php, gallery/photos4.php, gallery/photos5.php, gallery/photos6.php, gallery/photos7.php etc...
    How would I identify the sub-pages so when we are there Gallery is highlighted?
    Thank you!
    Best,

    Hello Siddhardha,
    To get the details of a process you need to use Locator class from BPEL api. You can locate your process by listInstances method which accepts WhereCondition parameter used to build a query on process instances. Once you've found the process you were looking for you can use getAuditTrail method to retrieve audit trail of a given instance. You can also use setStatus() method from a BPELX java exec tag within your process and later retrieve it from instance handle by getStatus method.
    A sample snippet to retrieve instance handles to all child processes of a given process:
    StringBuffer sb = new StringBuffer();
    Locator locator = new Locator(domain,domainpassword);
    WhereCondition wc = new WhereCondition();
    String query = sb.append(SQLDefs.AL_ci_root_id).append(" = ? ").toString();
    wc.append(query);
    wc.setLong(1,parentInstance);
    IInstanceHandle[] ih = locator.listInstances(wc);
    You can read more about querying processes on http://blogs.oracle.com/matt/2006/06/27?print-friendly=true
    Radoslaw

  • Error: No IDocs could be sent to the SAP BW using RFC.

    Hello Experts,
    I am getting following error while loading data into BW:
    Errors while sending packages from OLTP to BI
    Diagnosis
    No IDocs could be sent to BI using RFC.
    System Response
    There are IDocs in the source system ALE outbox that did not arrive in the ALE inbox of BI.
    Further analysis:
    Check the TRFC log.
    You can access this log using the wizard or the menu path "Environment -> Transact. RFC -> In source system".
    Error handling:
    If the TRFC is incorrect, check whether the source system is fully connected to BI. In particular, check the authorizations of the background user in the source system.
    Please advice how should i proceed in this case..
    Regards
    Priyanka

    Hi......
    Transactional RFC is an asynchronous communication method that executes the called function module just once in the RFC server. The remote system need not be available at the time when the RFC client program is executing a tRFC. The tRFC component stores the called RFC function, together with the corresponding data, in the SAP database under a unique transaction ID (TID).
    If a call is sent, and the receiving system is down, the call remains in the local queue. The calling dialog program can proceed without waiting to see whether the remote call was successful. If the receiving system does not become active within a certain amount of time, the call is scheduled to run in batch.
    Ur trfc connection not available may be because due to the work processors in R/3 would have not been available for the whole period of ur loading process .
    Pls wait for the parallel processes to end and then load ur data again after deleting the bad req from the manage tab
    if this error persists then go for a Ticket
    Hope this helps you......
    Thanks==Points as per SDN.......
    Regards,
    Debjani........
    Edited by: Debjani  Mukherjee on Sep 29, 2008 6:50 AM
    Edited by: Debjani  Mukherjee on Sep 29, 2008 6:52 AM

  • Command to start the SAP Server in AIX Machine

    What is the command to start the SAP Server in Unix Environment

    Hi Balaji,
    To start sap you just type startsap on the command prompt... are you getting any specific errors?
    Also read,
    http://help.sap.com/saphelp_nw04s/helpdata/en/70/b38937809c8f71e10000009b38f842/frameset.htm
    Regards
    Juan

  • SAP Product issue in 'Product System' tcode SMSY

    In the process to create the new 'Product system' for SAP Product 'SAP ERP 6.0', system is not accepting any installation number (because of grey mode) but If i choose the SAP Product ' SAP Netweaver', i can assign Installation number for ECC server.
    When i'm selecting Product 'SAP ERP 6.0' for new product system, i'm getting the Product version 'SAP ERP 6.0 01' .
    as per our license policy, we have to use 'SAP ERP 6.0' as the SAP Product .
    any idea about to fix it or if i'm missing something?
    We are using SAP EHP1 for SAP Solution Manager 7.0 and SAP ECC 6.0 for ECC server landscape.
    Thanks
    Amar

    using the following link (reply from Miguel section), i'm able to fix this problem
    Product Version SAP ERP 6.0 Missing from solman 7.0
    Thanks

  • How monitoring sap  through linux/unix

    Dear all
    how monitoring the sap  through linux/unix,
    venkat

    - For S.O. monitoring (CPU, Memory, etc) you can use linux program "system-monitor" .
    - For SAP monitoring (User,Process,Trace, Dump, etc) you can use the same transaction for any S.O. (SM21, ST22, SM51, etc)

  • Accentuated characters under Unix?

    Hi,
    How to manage the accentuated characters under Unix?
    we need to transmit data containing accentuated caracters in XML files which will be analyzed by a SAX parser in C++. We encounter problems when accents appear at the end of the attribute or the end of the element, the parser announces errors like :
    - "LPX-00244 invalid use of less-than ('<') character (use <)"
    - "LPX-00245 end-element tag does not match start-element tag"
    - "LPX-00007 unexpected end-of-file encountered "
    depends on the position of the accentuated characters.
    We does not encounter these problems on NT, is this a problem of the parser on Unix?
    or a problem of file format?
    Here an example of XML file accent.xml:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <accent>
    <test att="`ihjot|yg">`ihjot|yg</test>
    </accent>
    To analyze it, we used the program xml.exe provided with XDK :
    xml - x accent.xmlnull

    See this note:
    http://homepage.mac.com/thgewecke/woutlook.html

  • Identify SAP Production Systems (from Business suite systems)

    Hello,
    We have these systems.
    DEV, QAS, TRN, CMS and PRD
    I received a message from SAP mentioning;
    According to our records, you currently have 5 SAP Business Suite systems. 2 of these are production systems
    pl, help me to identify what are the SAP Business Suite systems they are talking about.
    Is it DEV,QAS,TRN,CMS and PRD ?
    what are the 2 production systems? Since we have only 1 PRD
    (Is CMS also treated as a production system )
    Kindly guide me to clarify the above message
    regards,
    Zerandib

    Hi,
    Sunny Pahuja's reply maybe helpful to you for understand. Also you can check the details for your system in SAP service marketplace..
    https://websmp107.sap-ag.de/support
    Check the system ID and name there tn the field of " Your Recently Used Systems "
    Regards

  • SQL Query taking the different time in Production and Development Env.

    Hi All,
    Following is the query which is hitting mainly two tables. SA_ORDER & AC_INVOICE.
    My Production and Development both has same amount of data. But in Development env. it is just taking 5 secs. to execute but in Production Env. its handing.
    I have also execution plans of both env. The difference is in development env. it is showing some view i.e. SYS.VW_NSO_1 which is not getting used in Production env.
    And one more input is in Production Env, I don't have DBA privileges.
    What setting will I have to make to resolve this performance problem in Production Env. ?
    Here is the QUERY:------------
    SELECT distinct A.GL_COMPANY_ID,
    A.CUSTOMER_GROUP_ID,
    A.CUSTOMER_GROUP_NAME,
    A.INVOICE_ID,
    A.ORDER_ID,
    B.ORDER_NAME,
    A.CUSTOMER_ID,
    A.CUSTOMER_NAME,
    c.order_name parent_order_name,
    A.INVOICE_DATE,
    A.DUE_DATE,
    A.TOTAL_INVOICED_AMOUNT,
    A.TOTAL_PAID_AMOUNT,
    A.CREDITED_AMOUNT,
    H.write_off
    from ac_invoice a,
    sa_order b,
    (select parent_invoice_id, sum(total_invoiced_amount) write_off
    from ac_invoice
    where invoice_type_id = 3
    group by parent_invoice_id) H,
    (select order_id, order_name from sa_order where order_type_id in (3)) c
    WHERE a.order_id = b.order_id and a.invoice_id = H.parent_invoice_id(+) and
    b.parent_order_id = c.order_id(+) and
    a.invoice_id NOT IN
    ((SELECT invoice_id
    FROM ac_invoice
    WHERE parent_invoice_id IS NOT NULL AND invoice_type_id != 3)
    UNION
    (SELECT parent_invoice_id
    FROM ac_invoice
    WHERE parent_invoice_id IS NOT NULL AND invoice_type_id != 3)) and
    A.GL_COMPANY_ID = 1 and UPPER(A.customer_name) like upper('%KTLA%')
    and
    invoice_type_id in (1, 3, 4, 5, 2) and a.invoice_status_id = 1
    ORDER BY A.INVOICE_ID

    Please follow the advice in [url http://forums.oracle.com/forums/thread.jspa?threadID=501834&tstart=15]this thread for both your development and production environment.
    Regards,
    Rob.

  • Hi, I'd like to know how SAP CRM has been 'tailored' for the High Education sector?  Is it basically the same product than the existing CRM or a totally different syste,?  Where has it been implemented?  Is there an existing document/presentation about it

    Hi, I'd like to know if the SAP CRM solution for High Ed is the same product thant the existing CRM solution?  Or has it been 'tailored' for High Ed? If so, how?  Is there existing documentation/presentation about it?  Where has it been implemented?
    Thanks!
    Sylvie from Montreal

    Ged,
    whilst generally I agree with you a question (or two) for clarification so we can be sure we're not comparing apples with oranges
    I'm not familiar with O2's product lineup but given you're on Annex M is that a business package?
    Are you on an Infinity residential or business package?
    On the subject of the offshore support teams my experience from the other sife of the fence is that many, many of them are very technically orientated. The problem is that the ISPs they work for don't give them access to many of the tools that are needed (they need to raise internal requests to even get line checks done in some cases) and also they are very heavily scripted & monitored in what they do/say on a call.
    Sounds like O2 are operating as a contact centre rather than as a call centre which is much more preferable from the customers point of view.
    DISCLAIMER: although I work in the industry I do not work for BT and any opinions given are purely my own.

  • No logical sytem found in the drop down under SAP authentication in CMC

    Hi Swapna,
    This is quite simple. Click on New and enter the following information:
    System e.g TS6
    Client e.g. 800
    Application Server e.g. yourservername
    System number e.g. 00
    Username e.g. Crystal
    Password e.g Password
    and Language e.g. EN
    Press Update and and go to the Role Import tab. Import your role and don't forget the set the checkbox Enable SAP Authentication under the Options tab when using sap authentication.

    Hello,
    We are trying to integrate existing BO environment in our company with existing BW installation.
    BO Environment - 3.1
    BW/ECC Environment - (BW - BI 7.0 SP20, ECC 6.0)
    So got the pre-requisites completed and the transports imported into both BW and ECC environments. Upon these steps we went ahead and installed the integration kit for 3.1 system.
    There were no error messages, after we completed the installation went into infoview and in the authentication drop down checked to see if I can get "SAP" in there....which it did. So, I am assuming there were no issues till this point which we might have missed out.
    Upon this, when I went into SAP authentication in CMC and double clicked on SAP and in the next screen clicked on "NEW" and added in the application server, system number, id and password and updated it...this automatically updated the logical system.
    But when I go into the role import, it gives me the following error message....
    Exception in JSP: /jsp/auth/sapsec_import_role.jsp:22:19:20: <%21:string context.........lot of other message
    The only thing is we have not assigned the CRYSTAL_ENTITLEMENT role to it as we are at this point only trying to see if we can log into webi...
    Can you please help me out on this.
    Thanks
    Dharma.

  • HT1349 Does anyone know the location of the Apple page (under your Apple ID account) that lists all the products you have bought from or registered with Apple?

    Does anyone know the location of the Apple page (under your Apple ID account) that lists all the products you have bought from or registered with Apple?

    Thank you! After posting the question, I located another version of this same personal product information at: https://getsupport.apple.com/GetproductgroupList.do;jsessionid=Lh2lMR9SVZvsbPTdQ d1ywJH1pXnrC0kqLhnJjZjCnd3vnzJthgzW!1417360841. If you haven't signed in yet, just click on the link at the bottom to See Your Products.

  • To find out how SAP is handling language support in the standard product.

    Hi All,
    i have one issue like "To find out how SAP is handling language support in the standard product". Any body have the solution, please send me as soon as possible.
    i am very thankful to you all in advance.
    Thanks & Regards,
    Nagarjuna.

    It would be easier to send a solution if you'd clearly defined the problem!.
    SAP is built to be multilingual. 
    For ABAP development, to ensure that your code is able to be multilingual, you should not hard code any text that the users could see - you should instead use text elements, standard texts, OTR, message classes etc.
    matt

  • After installing, I receive the message, "Cannot use this product under a guest account." What's up?

    I have installed Acrobat Pro XI (Education Edition).  But I receive the message, "Cannot use this product under a guest account."  What should I do?

    Run as admin/ talk to your IT department.
    Mylenium

Maybe you are looking for