Call Transaction XK02 in SAP ECC 6.0 Version

Hi All,
I am working with an object which calls a transaction XK02 to modify the name and contact details fields in Version SAP ECC 6.0.
The problem is that, when the transaction is run manually and saved or when an SHDB Recording is created, the data is getting updated.
But when the transaction is called from a program or when the SHDB Recording which is already created is run, the data is not getting updated in Version SAP ECC 6.0.
The data is getting updated properly when it is done in Version SAP 4.6b.
Central Address Management System is used here.
The call transaction statement is running smoothly. The SY-SUBRC is 0 for this.
The thing is, there is a Check Box at the end of the screen called 'Use Central Address Management' when the SHDB is created.
If this is checked, the contact details are stored in ADRC and LFA1 tables and only in LFA1 if not checked.
In the new version SAP ECC 6.0, the data should also get populated in the ADRC table.
There is a slight change in the logic in SAP ECC 6.0 version.
Can anybody please help me in this regard?
Thanks & Regards,
Vaitheeswaran.

Hi Prabhu,
The call transaction statement is running smoothly. The SY-SUBRC is 0 for this.
The thing is, there is a Check Box at the end of the screen called 'Use Central Address Management' when the SHDB is created.
If this is checked, the contact details are stored in ADRC and LFA1 tables and only in LFA1 if not checked.
In the new version SAP ECC 6.0, the data should also get populated in the ADRC table.
There is a slight change in the logic in SAP ECC 6.0 version.
Thanks & Regards,
Vaitheeswaran.

Similar Messages

  • Regarding XK02 transaction in SAP ECC 6.0 Version

    Hi All,
    I am working with an object which calls a transaction <b>XK02</b> to modify the name and contact details fields in  Version <b>SAP ECC 6.0</b>.
    The problem is that, when the transaction is run manually and saved or when an SHDB Recording is created, the data is getting updated.
    But when the transaction is called from a program or when the SHDB Recording which is already created is run, the data is not getting updated in Version SAP ECC 6.0.
    The data is getting updated properly when it is done in Version SAP 4.6b.
    Central Address Management System is used here.
    Can anybody please help me in this regard?
    Thanks & Regards,
    Vaitheeswaran.

    Hi Prabhu,
    The call transaction statement is running smoothly. The SY-SUBRC is 0 for this.
    The thing is, there is a Check Box at the end of the screen called 'Use Central Address Management' when the SHDB is created.
    If this is checked, the contact details are stored in ADRC and LFA1 tables and only in LFA1 if not checked.
    In the new version SAP ECC 6.0, the data should also get populated in the ADRC table.
    There is a slight change in the logic in SAP ECC 6.0 version.
    Thanks & Regards,
    Vaitheeswaran.

  • FF6A transaction missing in menu in SAP ECC 6.0 version

    Hi,
    In SAP ECC 6.0 version, the FF6A transaction has disappeared in the SAP menu, but it works if we execute directly.
    Is an error and exists a note to solve it  or is a normal work?.
    Thak you,
    David.

    Hi David,
    I just checked menu on one of Customer I have access to, also running version 6.0, and this transaction is included in the SAP menu list.
    to be honest, I don't know whether it is the error or not, however I would you suggest to verify, if you can find this transaction by technical name in the full SAP menu. Otherwise, create OSS message for SAP.
    Best regards,
    Renatas

  • Loadind transaction data from SAP ECC 6.0 system failed

    Hi!
    I have SAP ECC 6.0 IDES system with the following clients:
    100 DEV client
    200 BI client of SAP 6.0
    Now I would like to load the transaction data from InfoSources 0FI_AR_6 and 0FI_AR_4 from SAP ECC client 100.
    The extraction process has been frozen in status "yellow" and after a while changed the status to "red" with the following information
    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.
    The users BWREMOTE and ALEREMOTE seems to be ok and have the suitable authorization.
    The tcode SM58 does not show any entries.
    The tcode BD87 shows that the IDocs was sent (source system) and has been received on target system.
    Question:
    How can I solve my problem?  Please give me some technical information (tcode, report).
    Thank you very much!
    regards

    Walk through your basis set up and  check out
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0751ba5-b7a8-2b10-6d97-e91e85c0fafa
    pts appreciated.

  • Business Service Issue for OSB 10.3.1 when call web service of SAP ECC 710

    Hello,
    1 . I was doing unit test for a business service which called a web service from SAP ECC 710 (This service is published directly from a RFC function module via SOA Manager);
    2 .The problem is when i use the OSB test console , which generate request message below:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    *<soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">*
    *</soap:Header>*
    <soapenv:Body>
    <urn:Zmmjf503 xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style">
    <ContractInfo>string</ContractInfo>
    </urn:Zmmjf503>
    </soapenv:Body>
    </soapenv:Envelope>
    the response message is :
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
    <soap-env:Header>
    <n0:MessageID xmlns:n0="http://schemas.xmlsoap.org/ws/2004/08/addressing">
    uuid:4cbe5b84-474c-9abe-e100-00000ad00164
    </n0:MessageID>
    <n1:Action soap-env:mustUnderstand="1" xmlns:n1="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope"/>
    </soap-env:Header>
    <soap-env:Body/>
    </soap-env:Envelope>
    Above response indicates that the BS called the SAP Web server successfully , but seems the service didn't get the request message.
    3. The Web service can be called successfully via SoapUI . and i have checked the request message of soapUI; and it can work if i simply modify the request:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    *<soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"></soap:Header>*
    <soapenv:Body>
    <urn:Zmmjf503 xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style">
    <ContractInfo>string</ContractInfo>
    </urn:Zmmjf503>
    </soapenv:Body>
    </soapenv:Envelope>
    and i got the correct response :
    <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
    <soap-env:Header/>
    <soap-env:Body>
    <n0:Zmmjf503Response xmlns:n0="urn:sap-com:document:sap:soap:functions:mc-style">
    <Recmsg><![CDATA[<?xml version="1.0" encoding="utf-8"?><DocumentResponse><STATE>0</STATE><HTBH></HTBH><MESSAGE></MESSAGE></DocumentResponse>]]></Recmsg>
    </n0:Zmmjf503Response>
    </soap-env:Body>
    </soap-env:Envelope>
    4 It bother me , as the only difference between the above two request messages is the Header(the first one contains a "carriage returns"):
    *<soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">*
    *</soap:Header>*
    VS
    *<soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"></soap:Header>*
    5 i thought that the soap engine should ignore the "carriage returns", seems it's a problem of SAP ECC710.
    DID anyone encouter this problem?? Thanks
    Regards
    Wen

    Thanks,Patrick,
    i have already removed the Soap:header, and it worked as well. what's more , using header " <soapenv:Header/>" worked.
    And i got these request messages via TCPMON, so it's exactly what were sent to SAP ECC710.
    The HTTP request which cannot work:
    POST /sap/bc/srt/rfc/sap/zmmjf_503/400/zmmjf_503_service/zmmjf_503_soapbinding HTTP/1.1
    Content-Type: text/xml; charset=utf-8
    Authorization: Basic enpoZmhlOnBhc3N3b3Jk
    SOAPAction: ""
    Transfer-Encoding: chunked
    User-Agent: Java1.6.0_05
    Host: 10.208.1.100:8000
    Accept: text/html, image/gif, image/jpeg, */*; q=.2
    Connection: Keep-Alive
    017a
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    </soap:Header><soapenv:Body><urn:Zmmjf503 xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style">
    <ContractInfo>string</ContractInfo>
    </urn:Zmmjf503></soapenv:Body></soapenv:Envelope>
    0000
    THE HTTP request which can work:
    POST /sap/bc/srt/rfc/sap/zmmjf_503/400/zmmjf_503_service/zmmjf_503_soapbinding HTTP/1.1
    Content-Type: text/xml; charset=utf-8
    Authorization: Basic enpoZmhlOnBhc3N3b3Jk
    SOAPAction: ""
    Transfer-Encoding: chunked
    User-Agent: Java1.6.0_05
    Host: 10.208.1.100:8000
    Accept: text/html, image/gif, image/jpeg, */*; q=.2
    Connection: Keep-Alive
    016c
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"/><soapenv:Body><urn:Zmmjf503 xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style">
    <ContractInfo>string</ContractInfo>
    </urn:Zmmjf503></soapenv:Body></soapenv:Envelope>
    0000
    Thing is that if i just use
    <soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"></soap:Header>
    to replace (which means i just simply remove the carriage return)
    <soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    </soap:Header>
    in the header field of OSB Test console, it can work!!!
    It's really a weird issue. and it bothers me so much ;)
    any suggestions?
    Regards
    Wen

  • Loading of transaction data from SAP ECC system failed

    Hi!
    I successfully connected SAP ECC system to SAP BI system.
    The following steps have been executed:
    - user ALEREMOTE with max. authorization
    - RFC destination
    - Distributing Data model
    - Generated Partner profile
    - Maintaining message types in WE20
    Now when I try to load any data from SAP ECC system the loading process in hanging in status "yellow" and never comletes.
    [0FI_AR_4|http://www.file-upload.net/view-1447743/0FI_AR_4.jpg.html]
    The following steps within Load process are yellow:
    Extraction (messages): Missing messages
      Missing message: Request received
      Missing message: Number of sent records
      Missing message: Selection completed
    Transfer (IDocs and TRFC): Missing messages or warnings
      Request IDoc : Application document posted (is green)
      Data Package 1 : arrived in BW ; Processing : 2nd processing step not yet finished
      Info IDoc 1 : sent, not arrived ; Data passed to port OK
      Info IDoc 2 : sent, not arrived ; Data passed to port OK
      Info IDoc 3 : sent, not arrived ; Data passed to port OK
      Info IDoc 4 : sent, not arrived ; Data passed to port OK
    Subseq. processing (messages) : Missing messages
        Missing message: Subseq. processing completed
        DataStore Activation (Change Log) : not yet activated
    Question:
    Can some one give me some technical steps (tcode, report) to solve this problem?
    Thank you very much!
    Holger

    Hi!
    Many thanks for your answer.
    Via BD87 on BW system I detect that all the IDOC's (type: RSRQST) will be received from SAP ECC system.
    Via tcode SM58 I could not detect any entries.
    However the loading status from yesterday is set to "red".
    The errors are:
    Extraction (messages): Missing messages
    Data Package 1 : arrived in BW ; Processing : 2nd processing step not yet finished
    Info IDoc 1 : sent, not arrived ; Data passed to port OK
    Info IDoc 2 : sent, not arrived ; Data passed to port OK
    Can you investigate my issue again?
    Thank you very much!

  • Reg: Replacing i-way with PI for SAP ECC 6.0 version

    Hello Experts
    currently we are using R/3 4.7 version and middle ware we are using is i-way and we are planning to upgrade to ECC 6.0 and i would like to know how compatible is i-way is with SAP ECC 6.0 and is there any neccessity to replace the same with PI.
    and currently we are using RFC as a method of communication between R/3 and i-way and in future i don't want to change the existing coding , is it feasible to use PI via RFC.
    As i am ABAPer, i am new to this PI and please let me the know the risks involved and it is viability.
    Thanks and Regards
    S.Janagar

    Hi Gavin,
    you should always use the SQL EE for SAP installations (because of additional features that only come with EE).
    Concerning SQL 9 or SQL 10, I would definitely go for SQL 10. It has some nice features like Backup Compression, Page/Row Compression and so on. Have a look [here|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60a236a2-8104-2b10-5ebe-8fef61cc82fd]. Just make sure that your installation meets the SR3 requirements.
    We already have SQL 10 in production and did not encounter any problems.
    Regards,
    Sven

  • Is it possible to embed on a WDA a transaction screen of SAP ECC?

    Hello everybody, I hope that you are very good.
    I have la next question:
    Is it possible to embed on a Web Dynpro ABAP transaction screen? For example I have the trasacción IW32, the screen shown from this transaction may Embed inside a Web Dynpro ABAP screen.
    I found this link (link) where it is mentioned to call a transaction in a Web Dynpro ABAP.
    I appreciate your help.
    Best regards.
    erva

    yes you can. add a iframe to your webD and pass the transaction link as below
    http://<host>:<port>/sap/bc/gui/sap/its/webgui/?~TRANSACTION=IW32

  • Using BAPI for calling transaction from NON-SAP system

    hi all,
    im new to BAPI , i m working in producton firm we r short of license of SAP, we have given few authourisations to our venders and  we also have implemented HR portal and we r having shortage of license in that too. so my question is that can we use BAPI to reduce the use of SAP on vendors side and also for HR portal? like by using non-sap system on vendors side and for portal we can resolve the issue of licenses..???
    if yes then i want to do it that will be good for my carrer point of view. plzz help me out and give me the simple solution on it. we can not afford to buy the licenses bcoz of financial issues..
    thanxx....

    Hi Nilesh,
    Depending on the Scenario you need to decide what BAPI you will use. what solution are you excepting?
    Regards
    Shital

  • Default printer in SAp ECC 6.0 version

    I want to print by windows default printer, my device is F type, but in before versions i use
    SAPWIN: Rel 4.x 4.09 + ONLY and i execute in my computer and it works, but now it gives me an error, what value do you select for this version please?
    Thanks in advance.
    regards

    Sorry, i am talking about SPAd transaction

  • Connectivity between SAP ECC system and SAP BI

    Connectivity between SAP ECC system and SAP BI
    Hi BI-experts!
    I would like to load e.g. transaction data from SAP ECC system into SAP BI system.
    The Loading process is hanging in processing step u201CSERVICE APIu201D.
    The process  in hanging in status "yellow" and then changed after a while to status u201Credu201D.
    [0FI_AR_4 |http://www.file-upload.net/view-1447743/0FI_AR_4.jpg.html ]
    The following steps within Load process are yellow and then red:
    Extraction (messages): Missing messages
    Missing message: Request received
    Missing message: Number of sent records
    Missing message: Selection completed
    Transfer (IDocs and TRFC): Missing messages or warnings
    Request IDoc : Application document posted (is green)
    Data Package 1 : arrived in BW ; Processing : 2nd processing step not yet finished
    Info IDoc 1 : sent, not arrived ; Data passed to port OK
    Info IDoc 2 : sent, not arrived ; Data passed to port OK
    Info IDoc 3 : sent, not arrived ; Data passed to port OK
    Info IDoc 4 : sent, not arrived ; Data passed to port OK
    Subseq. processing (messages) : Missing messages
    Missing message: Subseq. processing completed
    DataStore Activation (Change Log) : not yet activated
    Question:
    Can some one tell me whether my distribution model or other settings are wrong?
    I created 2 distribution model (BD64), one from SAP BW system and other from SAP BI system with message types RSRQST, RSINFO, RSSEND
    Thank you very much!

    Hi Holger.
    this issue is related to the RFC but not the one which is communicating from BI to R/3 rather the one which is communicating from R/3 to BI follow these steps.
    1. check your BI system logical name from the myself source system.
    2. go the ECC and run the transaction sm59
    3. go the ABAP Connection folder and search for your RFC which name would be by default as per your BI logical system name.
    4. double click it and edit it now check whether the Target hostname or ip is OK.
    5. In the logon tab check the client number User and password settings.
    Save it and test it with both Connection Test and Remote Logon.
    if every thing work fine i hope your problem will be solved.
    kind regards,
    Zeeshan

  • What are the functionalities provided by SAP ECC 6.0 (Logistics Execution) for inward and outward transportation?

    The Transportation Module provides a very detailed functionality to capture & control the transportation both inward and outward. However there is a set of transaction codes in SAP ECC 6.0 which may provide some functionality on transportation.
    Can Logistics Execution provide some basic control in the absence of Transportation Module? Also what are the advantages Transportation Management module provides over Logistics Execution in SAP ECC 6.0?

    Hello Prasad,
    For ESS and MSS you do not require special data from the backend side, If a person has master data maintained in PA30, He can see his personal details in ESS, For that employee should maintain the Portal user id in Infotype 0105 , subtyp0001.
    With that userid he can able to enter the portal and maintain his details. Same is the case for MSS , Manager should have maintained 0105 subtype 0001. and he can see the details of his employees in MSS application.
    For ESS you need to have Portal
    SAP_ESS
    PCUI_GP
    BP for ESS
    You can check the following link :
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/HOWTOGETRIDOFSPSTACKMISMATCHISSUES
    about the compatibility of Support Packages..
    All the above mentioned package should be deployed on Eneterprise Portal.
    You can search on various blogs also about this information.
    Best Regards,
    Deepak..

  • Location Group / Assortment not achieve SAP ECC

    Hi,
    I'm trying to release assortment master data from transaction upari_rel. When I see the log with parameters Object: u201CWu201D and Subobject u201CMAP_RELEASEu201D, everything looks ok.
    Key of the selection criteria: LOCGRP104933 Please check long text
    Number of successfully created objects:                                                12
    Number of objects with errors / warnings:                                                 0
    Assortment 01003AF successfully released
    Assortment 01003AH successfully released
    Assortment 01003AM successfully released
    Assortment 01003AQ successfully released
    Assortment 01003BF successfully released
    Location group 01003BH (0536) successfully released
    Location group 01003BM (0532) successfully released
    Location group 01003BM (0534) successfully released
    But I didn't find at transaction WRF_WSOA3 in SAP ECC the assortments released. All RFC is ok.
    Thanks,
    Fabio Perel.

    Hi,
    The problem was in SAP ECC. The interval range didn´t match with assortment code.
    Thanks,
    Fabio.

  • Installation error in SAP ECC 6.0

    Hi Experts,
    i got an error while installing SAP Ecc 6.0 version at 13th (Create Database) step.
    DB  : Oracle
    OS : windows 2003 server.
    Any suggestions to overcone this please.
    Thanks in advance.

    Hi All,
    I am getting the same error. I am using Windows 2008 & Oracle.
    I have the following logs:
    ora_sql_result.log
    2011-09-01, 10:13:35 SAPINST ORACLE start logging for
    @@ORADBUSR.SQL
    exit;
    Output of SQL executing program:
    SQL*Plus: Release 10.2.0.4.0 - Production on Thu Sep 1 10:13:35 2011
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Connected.
    old   6:   if length('&&1') = 5 then
    new   6:   if length('SAPSR3') = 5 then
    old   7:     if substr(upper('&&1'),1,5) = 'SAPR3' then
    new   7:     if substr(upper('SAPSR3'),1,5) = 'SAPR3' then
    old  11:       if upper('&&2') = 'NT' then
    new  11:       if upper('NT') = 'NT' then
    old  18:      :sDomain := upper('&&3');
    new  18:      :sDomain := upper('STNW04S02');
    old  19:      :sSapSid := upper('&&4');
    new  19:      :sSapSid := upper('P01');
    old  21:      :sSapSid := upper('&&3');
    new  21:      :sSapSid := upper('STNW04S02');
    old  37:     :sSchema := upper('&&1');
    new  37:     :sSchema := upper('SAPSR3');
    old  39:     if upper('&&2') = 'NT' then
    new  39:     if upper('NT') = 'NT' then
    old  46:       :sDomain := upper('&&3');
    new  46:       :sDomain := upper('STNW04S02');
    old  47:       :sSapSid := upper('&&4');
    new  47:       :sSapSid := upper('P01');
    old  49:       :sSapSid := upper('&&3');
    new  49:       :sSapSid := upper('STNW04S02');
    using following Parameters:
    .  Oracle Version:                 10.2.0.4.0
    .  Parametervalue os_authent_prefix:   OPS$
    .  Schema Id:                      SR3
    .  Database User (Schema):            SAPSR3
    .  SAP R/3 Administrator:            OPS$STNW04S02\P01ADM
    .  SAP R/3 Serviceuser:             OPS$STNW04S02\SAPSERVICEP01
    .  Domain/Host:                  STNW04S02
    unable to assign default tablespace to user: SAPSR3
    begin
    ERROR at line 1:
    ORA-00959: tablespace 'PSAPSR3USR' does not exist
    ORA-06512: at line 126
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SAPINST: End of output of SQL executing program F:\oracle\P01\102/bin/sqlplus.
    SAPINST found errors.
    SAPINST The current process environment may be found in sapinst_ora_environment.log.
    2011-09-01, 10:13:37 SAPINST ORACLE stop logging
    sapinst_ora_environment.log:
    2011-09-01, 10:13:37 SAPINST Current process environment:
    =C:=C:\Program Files\sapinst_instdir\NW701\LM\COPY\ORA\SYSTEM\CENTRAL\AS
    =F:=F:\NW_701SR1\NW70_Master\IM_WINDOWS_X86_64
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\Administrator\AppData\Roaming
    CLIENTNAME=5V0PB4J
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    COMPUTERNAME=STNW04S02
    ComSpec=C:\Windows\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Users\Administrator
    JAVA_HOME=C:\j2sdk
    LOCALAPPDATA=C:\Users\Administrator\AppData\Local
    LOGONSERVER=
    STNW04S02
    NUMBER_OF_PROCESSORS=2
    ORACLE_HOME=F:\oracle\P01\102
    ORACLE_SID=P01
    OS=Windows_NT
    Path=F:\oracle\P01\102\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\j2sdk\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PERL5LIB=F:\oracle\P01\102\perl\5.8.3\lib\MSWin32-x64;F:\oracle\P01\102\perl\5.8.3\lib;F:\oracle\P01\102\perl\5.8.3\lib\MSWin32-x64;F:\oracle\P01\102\perl\site\5.8.3;F:\oracle\P01\102\perl\site\5.8.3\lib;F:\oracle\P01\102\sysman\admin\scripts;F:\oracle\P01\102\perl\5.8.3\lib\MSWin32-x64;F:\oracle\P01\102\perl\5.8.3\lib;F:\oracle\P01\102\perl\5.8.3\lib\MSWin32-x64;F:\oracle\P01\102\perl\site\5.8.3;F:\oracle\P01\102\perl\site\5.8.3\lib;F:\oracle\P01\102\sysman\admin\scripts
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=AMD64 Family 16 Model 2 Stepping 3, AuthenticAMD
    PROCESSOR_LEVEL=16
    PROCESSOR_REVISION=0203
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
    PUBLIC=C:\Users\Public
    SAPINST_EXEDIR_CD=F:/NW_701SR1/NW70_Master/IM_WINDOWS_X86_64
    SAPINST_JRE_HOME=C:/Users/ADMINI~1/AppData/Local/Temp/2/sapinst_exe.2624.1314861828/jre
    SESSIONNAME=RDP-Tcp#0
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Users\ADMINI~1\AppData\Local\Temp\2
    TMP=C:\Users\ADMINI~1\AppData\Local\Temp\2
    USERDOMAIN=STNW04S02
    USERNAME=Administrator
    USERPROFILE=C:\Users\Administrator
    windir=C:\Windows
    SAPINST: End of current process environment.
    Further environment variables that where set (possibly overwriting the previous ones):
    ORACLE_HOME=F:\oracle\P01\102
    ORACLE_SID=P01
    SAPINST: End of environment log.

  • CRM usage in SAP ECC 6.0

    Dear SAP Guru's,
    I am working on SAP ECC 6.0 version.
    It has the MY SAP COMPONENTS with CRM and BI.
    Please tell me I am new to CRM will I be able to Use the CRM module in 6.0 versio.
    If it is possible to use the CRM components in R/3 system.
    What is the disadvantage as we also have a dedicated CRM server.
    Please explain.
    regards,
    Amlan Sarkar

    Hello,
    this is not the correct forum. Please send your request in a CRM forum, not in an SD forum, because there are the specialists for CRM.
    Regards
    Claudia

Maybe you are looking for

  • CANT execute query with parameter on user defined tables using query genera

    Dear All, I have problem when executing query with parameter on user defined tables using query generator. It seems SBO cannot accept parameter to query user defined tables. I've tried these: SELECT T0.U_Status FROM [@ST_PR_H] T0 WHERE T0.U_Status =

  • Glossary in RoboHelp 7 HTML

    I have RoboHelp 7 HTML. I'm fairly new and inherited a project. I did not realize that the glossary did not get generated when I compiled the project.How do I add the glossary to the TOC or what do I have to do so that the glossary is part of the pro

  • Owner.java uses unchecked or unsafe operations.

         * addVecOwners() Method      * @param g the is the Owner object      * The method is used to add the owner public void addVecOwners(Owner ow)     getVecOwners().add(ow); or      * addVecBoats() method      * @param bt holds the Boat object publi

  • How to power off when screen is magnified

    The screen has magnified and I can't power of because the scrool bar extends beyonf the screen image. I do I power off the 4S when I can't use the normal approach

  • Where can I find IMAQ 4.7 for download ?

    LabView 2012 does not support anymore IMAQ 4.6. One needs IMAQ 4.7 according to http://digital.ni.com/public.nsf/allkb/DB928F6D5E9D6B97862579A7006B2850. However, I can not find the IMAQ 4.7 alone, only included in "NI Vision Acquisition Software"? Ac