Starting new SAP LUW inside ABAP method

I am calling a ABAP method and in that I want to start a new SAP LUW and do commit when leaving the method.
The requirement is that all update function modules called inside the method should only be committed and no other prior update FMu2019s(before calling the method) should not be committed.
Any idea if itu2019s possible to do that in ABAP OO and how do we do it.
Thanks & Regards,
Anand.

HI ,
Thanks for the quick replies. I tried using SET UPDATE TASK LOCAL but it was also committing all the prior update FM's before calling this method.
I also tried using the RFM -    CALL FUNCTION 'ABC' IN BACKGROUND TASK   DESTINATION 'NONE' . and then
COMMIT WORK AND WAIT.
Now when i do commit work it commits all the previous update tasks also.
And if i do not call COMMIT WORK right after the call to RFM, then the object that i am trying to create inside the RFM will not be committed.And then if i proceede some validations will fail as the objects were not created.
Is there a way to commit immediately when the RFM is called without commiting the calling transaction from where this RFM is called.
Any examples would be highly appreciated ..
Regards,
Anand.
Edited by: Anand Ajitsaria on Feb 4, 2011 9:54 AM

Similar Messages

  • Starting new database LUW inside ABAP during IDoc posting

    Hi all,
    During posting of an inbound IDoc, I am trying to update my Z-table in user-exit. I want to do it regardless of the result of IDoc posting. The problem is: if IDoc posted successfully - table is updated because COMMIT WORK is called at the end of the posting, however, if IDoc not posted - ROLLBACK WORK is called and table is not updated. So, my aim now is to commit the update of Z-table in any case, but it is the only thing that should be committed - no other prior update FMu2019s should be committed.
    I'm aware about the following thread
    http://forums.sdn.sap.com/thread.jspa?threadID=1884700
    Author of this thread says that he solved a problem by means of RFC and STARTING NEW TASK. But ABAP help says
    that starting asynchronous RFC triggers immediately a database commit in the calling program (which is unacceptable because all prior update FMu2019s will be committed ). I've checked and it is really the case.
    From my point of view SET UPDATE TASK LOCAL with COMMIT WORK should work in such kind of tasks, but in case of IDoc processing the whole process runs in a local update (see SET UPDATE TASK LOCAL in FM 'IDOC_INPUT'), so writing once again SET UPDATE TASK LOCAL has no effect.
    I tested SUBMIT statement as well. It had no effect and then I found out from ABAP help that SUBMIT ... AND RETURN starts new SAP LUW, but NOT a DB LUW. That is if I update my Z-table in the program called by SUBMIT - all ROLLBACK statements still affect my  Z-table update.
    Is there any simple solution? Please suggest.
    Thanks in advance!

    Hello,
    Try SUBMIT VIA JOB.....
    Sample Code
    call function 'JOB_OPEN'
    exporting
    jobname = name
    importing
    jobcount = number
    exceptions
    cant_create_job = 1
    invalid_job_data = 2
    jobname_missing = 3
    others = 4.
    if sy-subrc = 0.
    submit z_idoc_create_process_order and return
    via job name number number
    with p_aufnr = it_header1-aufnr
    with p_werks = it_header1-werks
    with p_autyp = c_autyp
    with p_auart = it_header1-auart
    with p_dispo = it_header1-dispo
    with p_opt = c_opt
    with p_mestyp = c_mestyp.
    if sy-subrc = 0.
    call function 'JOB_CLOSE'
    exporting
    jobcount = number
    jobname = name
    strtimmed = 'X'
    exceptions
    cant_start_immediate = 1
    invalid_startdate = 2
    jobname_missing = 3
    job_close_failed = 4
    job_nosteps = 5
    job_notex = 6
    lock_failed = 7
    others = 8.
    if sy-subrc 0.
    endif.

  • New SAP NW AS ABAP 7.01 SP03 Unicode with standard sapinst installer (beta)

    Hello community,
    a new SAP NW AS ABAP 7.01 SP03 version with the Standard SAPINST installer (note: the "trial version" is beta!) and optimzed single user memory consumption (~2GB pagefile) is available for testing purposes.
    NOTE: The installation step "LOAD DATABASE" may take up to 8h depending on your harddisk (1h on a fast disk). Next release will install faster.
    Recommended: Use Download Manager
    Please report problems here.
    Best Regards, Oliver

    I have installed the Microsoft loopback adaptor, and I still got asked for a DNS entry.  However I've unchecked it and continued...
    After now several attempts at installing and uninstalling and trying again, I got this on the last attempt - this was after starting a new installation and choosing the 'copy to a new folder' option rather than continuing with the former installation...  (It said 'Please inform the installation development' at the end)
    Caught a known exception during service selection. Errortext: ESAPinstException: error text undefined  Message stack: Opened sylib701_1.dll exe dir is C:/Users/James/AppData/Local/Temp/sapinst_exe.1420.1236786919 MessageLib initialized successfully. Opened C:/Users/James/AppData/Local/Temp/sapinst_exe.1420.1236786919/iaguieng701_1.dll receiving and sending on port 21200 Environment variable SAPINST_JRE_HOME set to value 'C:/Users/James/AppData/Local/Temp/sapinst_exe.1420.1236786919/jre'. exe dir is C:/Users/James/AppData/Local/Temp/sapinst_exe.1420.1236786919 Creating file C:\Program Files\sapinst_instdir\x. Removing file C:\Program Files\sapinst_instdir\x. Opened C:/Users/James/AppData/Local/Temp/sapinst_exe.1420.1236786919/iakdblib701_1.dll  This is SAPinst, version 701_1, make variant 701_REL, build 1015514 compiled on Oct 3 2008, 03:27:10  showing dlg diProductChoice <dialog sid="diProductChoice"> <title>Welcome to SAP Installation Master</title> <dialog/> Login in progress Connection request to guiengine backend by host 10.10.0.10 Protocol version is 3.1 Send connect information client logged on Waiting for an answer from GUI CDialogHandler: ACTION_NEXT requested <dialog sid="diProductChoice"> <dialog/> Creating file C:\Program Files\sapinst_instdir\NW701\AS-ABAP\ADA\CENTRAL\x. Removing file C:\Program Files\sapinst_instdir\NW701\AS-ABAP\ADA\CENTRAL\x. showing dlg diRestartOrCancel <dialog sid="diRestartOrCancel"> Dialog does not contain standard input handler, so the backend is not able to generate a log entry <dialog/> Waiting for an answer from GUI Creating directory C:\Program Files\sapinst_instdir\NW701\AS-ABAP\ADA\CENTRAL\log_11_Mar_2009_16_56_41. Syslib info about system call. OS message 32 (The process cannot access the file because it is being used by another process. ) after execution of system call 'rename' with parameter (C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/dev_sapinst, C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/log_11_Mar_2009_16_56_41/dev_sapinst), line (377) in file (syxxcnode.cpp). Copying file C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/dev_sapinst to C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/log_11_Mar_2009_16_56_41/dev_sapinst Copied file 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/dev_sapinst' to 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/log_11_Mar_2009_16_56_41/dev_sapinst'. Account James-PC/James has ADS path 'WinNT://James-PC/James' James has SID S-1-5-21-3327962229-488744679-1681228067-1000 existence check for user James returned true. inserted account (James, S-1-5-21-3327962229-488744679-1681228067-1000, USER) into the accountcache. Security descriptor of C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/log_11_Mar_2009_16_56_41/dev_sapinst set to O:BAG:S-1-5-21-3327962229-488744679-1681228067-513D:AI(A;ID;FA;;;S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464)(A;ID;FA;;;SY)(A;ID;FA;;;BA)(A;ID;0x1200a9;;;BU)(A;ID;FA;;;S-1-5-21-3327962229-488744679-1681228067-1006) + PROTECTED_DACL_SECURITY_INFORMATION Removing file C:\Program Files\sapinst_instdir\NW701\AS-ABAP\ADA\CENTRAL\dev_sapinst. Syslib info about system call. OS message 32 (The process cannot access the file because it is being used by another process. ) after execution of system call 'DeleteFile' with parameter (C:\Program Files\sapinst_instdir\NW701\AS-ABAP\ADA\CENTRAL\dev_sapinst), line (202) in file (synxcfile.cpp). Moving file C:\Program Files\sapinst_instdir\NW701\AS-ABAP\ADA\CENTRAL\dev_sapinst to: C:\sap540A.tmp. System call failed. Error 32 (The process cannot access the file because it is being used by another process. ) in execution of system call 'MoveFileEx' with parameter (C:\Program Files\sapinst_instdir\NW701\AS-ABAP\ADA\CENTRAL\dev_sapinst, C:\sap540A.tmp, MOVEFILE_WRITE_THROUGH), line (223) in file (synxcfile.cpp). Unable to delete node C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/dev_sapinst with type file: The process cannot access the file because it is being used by another process. Removing file C:\Program Files\sapinst_instdir\NW701\AS-ABAP\ADA\CENTRAL\log_11_Mar_2009_16_56_41\dev_sapinst. Unable to move or rename node C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/dev_sapinst with type file/directory to C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/log_11_Mar_2009_16_56_41/dev_sapinst: The system cannot find the file specified.  Please inform the installation development, execution will be terminated now.

  • Problem with local SAP name inside ABAP webservice

    Hi all,
    I've created a simple webservice in our SAP development machine, with the normal steps (create RFC, then generated the webservice inside SE38, then activated webservice in SOAMANAGER).
    The problem is that when I call the webservice from outside (external .NET program) I get the following error:
    There was no endpoint listening at http://srv.devm2.local:8004/sap/bc/srt/rfc/sap/zwebservice1/060/zwebservice1/zwebservice1 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
    I believe this problem is related somehow with the internal srv.devm2.local SAP name that is unknown from outside.
    If I open the WSDL definition, in the end I can find this internal srv.devm2.local reference of our SAP DEV server:
    </wsdl:binding>
    <wsdl:service name="ZWEBSERVICE1Service">
    <wsdl:port name="zwebservice1" binding="tns:zwebservice1">
    <soap:address location="http://srv.devm2.local:8004/sap/bc/srt/rfc/sap/zwebservice1/030/zwebservice1/zwebservice1"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    How can I force the webservice to map our external IP address, instead of the internal local name srv.devm2.local?
    Or there it another problem that I'm not aware of?
    Thanks all!
    jc

    I meant changing it in the calling application (external .NET). Can you not download the wsdl to your pc and change it there manually and then use this local wsdl in your external application to call the webservice ?
    It is just to see if the sap name is the problem. If that is the problem then it should work if you replace the name with the IP address.
    If this works then maybe basis need to adjust some settings (firewall ?, access authorizations ?)
    Also are you sure the service is activated in SOAMANAGER ? Sometimes when you save it stays inactive and it does not give you a clear error message, easy to overlook.
    And try to call the webservice with SOAPUI and the wsdl from soamanager. Does that work ? When I test with SOAPUI I always use the http port and don't forget to fill in user and password.
    If soapui call works, then the problem is with the external .NET application.

  • Relationship between 'business transactions', SAP LUW, and tRFCs?

    Here's what (I think I know:
    - A 'business transaction' is a set of (dialog) steps that have the same 'transaction ID.' I can see the steps of a business transaction in STAD or STATTRACE.
    - An SAP LUW is a set of steps that are a single unit of work.
    - Function calls started with a tRFC are started in a new SAP LUW.
    The questions are:
    - Does an SAP LUW correspond 1:1 to a business transaction?
    - If so, then tRFC spawns sub-transactions. Is there a way (using STAD or STATTRACE) to see, the parent-child transaction relationship? To see which transactions spawned which sub-transactions?
    Thanks.
    Tim

    This was a duplicate post.
    Please post replies to [this thread|Open Hub 3rd party tool - API not returning data table;.
    Thanks.
    Tim

  • TS4268 Missing Phone Number at "Start new conversations from"

    How come there is missing of the phone number at the "Start new conversations from:" inside Settings -> Messages -> Send & Receive" and only have the e-mail address but both of the phone number and e-mail address under "You can be reached by iMessage at:", please advise how to add it back ?

    Yes, I have solved it.  You could try to go from Settings -> Messages, turn the iMessage from ON to OFF, then you switch off your iphone and turn it on; go back to Settings -> Messages, change the iMessage from OFF to ON, then switch off your iphone and turn it back on, go to check whether you could see or add back the phone number assoicated with the iMessage.   Good Luck !

  • Starting new task inside an Update Task

    Hi guys,
    I need an expert opinion for a problem I'm facing at the moment.
    The requirement is this: I need to trigger a function module during the update task of a material document.
    This function module however should not slow down the posting of the document, so it must not be in the same LUW, but in a separate task.
    My question is: does it work to call a function module with STARTING NEW TASK inside an UPDATE TASK (for example a user exit) and if it does work, what's your opinion on it? Is if safe? Does it come with problems? According to the SAP documentation, STARTING NEW TASK does not trigger a COMMIT when it's called inside an update task.
    The alternative would be to trigger a work flow, but that's much more work.
    Any input is welcome.
    Thanks.

    Hello Janis,
    Just to reiterate this aRFC call triggers an implicit database commit. So the OP is partially correct
    Klaus Kronawetter we have 2 things which we need to consider -
    Asynchronous RFC triggers a database commit in the calling program.
    Any database commits or database rollbacks that occur within the update task cancel the update.
    Simply put, as per SAP documentation, you cannot use aRFC within an update task.
    BR,
    Suhas

  • ABAP Dump when calling Function Module Starting New Task

    Hi all. I have a tricky situation now, I am doing a POC on parallel processing.
    I am getting an ABAP dump on the following Call Function line which is in class lcl_steer_114numc (See below for full program):
    METHOD start.
        CALL FUNCTION 'Z_ZZCLS_STEER_114NUMC'
          STARTING NEW TASK me->id
          CALLING me->finish ON END OF TASK.
      ENDMETHOD.                    "start
    However I get the following ABAP dump:
    Short text
        Statement "CALL FUNCTION .. DESTINATION/STARTING NEW TASK/IN BACKGROUND TASK"
    The function module only contains a wait statement to simulate parallel processing. It is strange that it dumps here, because when I change the FM call to another call that has been triggered successfully from other classes, it still produces the same ABAP dump.
    The background of the Proof Of Concept is to see if I can get an event to trigger the next process that depends on the outcome of the previous process. Parallel processes are run in the start methods by calling RFC.
    <Garbled code removed>
    Moderator Message: Please post relevant portions of the code only.
    Edited by: Suhas Saha on Jul 17, 2011 1:17 PM

    Well, the thing is I did manage to run 3 other Function Modules asynchronously succeesfully prior to that function call, with the same exact function call syntax. Further more, I have tried editing it with your suggestion but I get the exact same dump.
    The complete function group can be downloaded here (slinkee file):
    https://docs.google.com/leaf?id=0B3sua1Bw4XK4ZmFhNzcwMTgtYzQ0Mi00NzQ4LTg5YTMtNDNlNWUxYTM2NTg3&hl=en_US
    The complete program can be downloaded here (slinkee file):
    https://docs.google.com/leaf?id=0B3sua1Bw4XK4YWJmNjU3ODYtODRmMy00Nzg2LThkNTUtZjNkNDRhZGQ3MTUw&hl=en_US
    The complete ST22 dump can be found here:
    https://docs.google.com/leaf?id=0B3sua1Bw4XK4ZDU1YmFkZDAtOTU5MS00ZTgwLWFlZTktNWZhMDUxMzJlZWNl&hl=en_US
    Basically I ST22 gives me the following:
    Runtime Errors         RPERF_ILLEGAL_STATEMENT
    Date and Time          17.07.2011 05:29:54
    |Short text                                                                                |
    |    Statement "CALL FUNCTION .. DESTINATION/STARTING NEW TASK/IN BACKGROUND TASK"                 |
    |What happened?                                                                                |
    |    Error in the ABAP Application Program                                                         |
    |                                                                                |
    |    The current ABAP program "Z_ZZB1_CLOSE_PERIOD_TEST2" had to be terminated                     |
    |     because it has                                                                               |
    |    come across a statement that unfortunately cannot be executed.                                |
    And it explains it here (but is not helpful / relevant at all) as I ran the program from SE38.
    |Error analysis                                                                                |
    |    There is probably an error in the program                                                     |
    |    "Z_ZZB1_CLOSE_PERIOD_TEST2".                                                                  |
    |    The program was probably called in a conversion exit                                          |
    |    or in a field exit. These are implemented by                                                  |
    |    function modules called CONVERSION_EXIT_xxxxx_INPUT/OUTPUT or                                 |
    |    USER_EXIT_xxxxx_INPUT.                                                                        |
    |    Conversion exits are triggered during screen field transports or                              |
    |    WRITE statements, field exits during field transports from the                                |
    |    screen to the ABAP/4 program.                                                                 |
    |    In this connection, the following ABAP/4 statements are not allowed:                          |
    |                                                                                |
    I hope you try to download the slinkee files and you will notice the call function I performed was no different than the other call function RFC calls that really are working.

  • Can not start instance SAP - ABAP Database is not available via R3trans

    Dear all !
    My OS : Linux RHEL 4U7 32bit
    Oracle 10G R2 32bit 10.2.0.2
    when system running but  power off suddenly
    and when power on ->
    i am having problem as below when i start instance SAP (Databse Oracle Started)
    Step 1 : I login user (ora<sid>) of Oracel to start up database
    Database startup -> OK
    then i tried to shutdown database -> OK too
    and start up again -> OK
    Query -> OK
    I think Database do not problem
    Step 2: start listener -> OK
    Step 3: i login user (<sid>adm) and startup instance SAP (command : startsap r3) with error:
    Checking SED Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    11:11:48 10.02.2010   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.90 700 - Intel x86 with Linux, PL:75, Aug 29 2006
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    The OS Collector (PID 6870) is already running .....
    saposcol already running
    ABAP Database SED must be started first
    Please help me to resolve this problem
    Thanks for your advice

    Dear all !
    1. output of tnsping SED :
    TNS Ping Utility for Linux: Version 10.2.0.2.0 - Production on 11-FEB-2010 13:51:24
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /oracle/SED/102_32/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP.WORLD)(PROTOCOL = TCP)(HOST = sapsed)(PORT = 1527))) (CONNECT_DATA = (SID = SED) (GLOBAL_NAME = SED.WORLD)))
    OK (0 msec)
    2. output startsap_.log
    Checking SED Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    saposcol already running
    ABAP Database SED must be started first
    ---> output above repeats many
    3. output trans.log
    4 ETW000 R3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 11.02.2010 - 13:49:36
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Thu Feb 11 13:49:36 2010                             159  0.000159
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    27  0.000186
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             55  0.000241
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/SED/SYS/exe/run/dboraslib.so' ...
    4 ETW000                                                                              63  0.000304
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/SED/SYS/exe/run/dboraslib.so), hdl 0
    4 ETW000                                                                           16430  0.016734
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/SED/SYS/exe/run/dboraslib.so' loaded
    4 ETW000                                                                              56  0.016790
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/SED/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              41  0.016831
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/SED/SYS/exe/run/dboraslib.so' is "700.08", patchlevel (0.73)
    4 ETW000                                                                              94  0.016925
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/SED/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              38  0.016963
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/SED/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              68  0.017031
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              44  0.017075
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              46  0.017121
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         38  0.017159
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              37  0.017196
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              39  0.017235
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.2.0'                  480  0.017715
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         42  0.017757
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.UTF8          3789  0.021546
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password           48  0.021594
    4 ETW000  [dev trc     ,00000]  Connecting as /@SED on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              51  0.021645
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              43  0.021688
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1  0x9511ea0  0x951750c  0x9516d94
    4 ETW000                                                                              40  0.021728
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0       40  0.021768
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      52  0.021820
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server SED (con_hdl=0,svchp=0x9516d20,svrhp=0x9528504)
    4 ETW000                                                                              88  0.021908
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCIServerAttach' failed: rc = 12505
    4 ETW000                                                                            4712  0.026620
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12505'
    4 ETW000                                                                              49  0.026669
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  62  0.026731
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@SED on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              39  0.026770
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              56  0.026826
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1  0x9511ea0  0x951750c  0x9516d94
    4 ETW000                                                                              47  0.026873
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=0,svrhp=0x9528504)
    4 ETW000                                                                              37  0.026910
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0x9516d20,srvhp=0x9528504)
    4 ETW000                                                                              37  0.026947
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 0x9528504          45  0.026992
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      48  0.027040
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server SED (con_hdl=0,svchp=0x9516d20,svrhp=0x9528504)
    4 ETW000                                                                              60  0.027100
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCIServerAttach' failed: rc = 12505
    4 ETW000                                                                            1538  0.028638
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12505'
    4 ETW000                                                                              41  0.028679
    4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 12505  performing CON [dblink#3 @ 431]
    4 ETW000                                                                             131  0.028810
    4 ETW000  [dblink      ,00431]  ***LOG BY0=>ORA-12505: TNS:listener does not currently know of SID given in connect descriptor [dblink#3 @ 431]
    4 ETW000                                                                              39  0.028849
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'SED'"
    thansk for your help
    Edited by: myfriend280985 on Feb 11, 2010 7:53 AM

  • Java error-message by inst of "New SAP NetWeaver 7.01 ABAP Trial Version"

    If i try to install "New SAP NetWeaver 7.01 ABAP Trial Version" on Windows XP SP2 in 3 seconds after start I get this errormessage : Java.lang.noclassdeffounderror: run Exception in thread "main" and then is installer dawn. What is to do? Plaese help !!!

    Guys, Do you have JAVA environment set up correctly?
    Might be that classpath is not setup or referenced correctly.
    On WIN OS check out this:
    http://java.sun.com/j2se/1.3/docs/tooldocs/win32/classpath.html

  • ERROR: The new SAP tools in /usr/sap/DEV/EHPI/abap/exe cannot connect

    Hi All.
    I am attempting to upgrade my ECC 6.0 EPH3 system to EPH4.(System 'i' V6R1M1) I am hitting an error  on phase PREP_INIT/CHECKPROF_INI which states 'ERROR: The new SAP tools in /usr/sap/DEV/EHPI/abap/exe cannot connect to your database.' The log file /usr/sap/DEV/EHPI/abap/log/DBCONNCHK.LOG contains more details about the failure.
    At this point I see the processes has created to additional kernel libraries: SAPDEV70UP and SAPDEV70U2
    I am logged on as DEVOFR per the documentation. DEVOFR is the owner of all objects in /usr/sap/DEV/EPHI.
    Here is the error from DBCONNCHK.LOG :
    4 ETW000  [dev trc     ,00000]  R3INLPGM: RmtExeLib is SAPDEV70UP                                      32507  1.917692
    4 ETW000  [dbsldb4d    ,00000]  *** ERROR => CPFB755 occured: Program DBSLENCWT in library SAPDEV70UP not found.
    4 ETW000                                                                                52633  1.970325
    4 ETW000  [dev trc     ,00000]  DBSLENCWT: rc=9998, msg=                                                  33  1.970358
    4 ETW000  [dev trc     ,00000]  Wed Sep 29 09:55:53 2010                                              154488  2.124846
    4 ETW000  [dbsldb4d    ,00000]  *** ERROR => CPF0006 occured: Errors occurred in command.                 47  2.124893
    4 ETW000  [dbsldb4.    ,00000]  *** ERROR => Command: CALL PGM(SAPDEV70UP/CHGR3SYSLE) PARM('*ADD') :Failed
    When I display library SAPDEV70UP,  DBSLENCWT is there and R3OWNER is the owner.
    My DBSL is at the latest version for my environment.
    Has anyone seen this?
    Thanks in adnvance.
    Diana

    FYI,
    I got past this issue by upgrading the kernel first.
    Thanks,
    Diana

  • How to disable automatic start of SAP NetWeaver ABAP trial in Windows XP

    Hello experts,
    please, how is it possible to disable automatic start of SAP NetWeaver ABAP in Windows XP after windows startup?
    Thank you,
    Ondrej

    Right-click on "My Computer", and choose Manage.  Open the "Services and Applications" node on the tree structure on the left, double-click on "Services".  Find the service called  MAXDB:NSP  Right-click on this and change the startup type to "Manual".  Click "Apply", then "Ok".  Then go to the service labeled as SAPNSP_00 and do the same thing, setting it to manual.  That should be it.  These services will then be starting only when starting the system via the MMC
    Regards,
    Rich Heilman

  • New SAP NetWeaver 7.0 ABAP Trial Version SP12

    Hello SDN Community,
    The new SAP NetWeaver 7.0 ABAP Trial Version SP12 is available for download at:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/b2918eea-0601-0010-6284-e6cb7eee4399 [original link is broken] [original link is broken]
    <a href="ftp://ftp.sap.com/pub/sdn/devkits/netweaver/abap/SAPNW7.0ABAPTrialSP12.part2.rar">ftp://ftp.sap.com/pub/sdn/devkits/netweaver/abap/SAPNW7.0ABAPTrialSP12.part2.rar</a>
    The same procedure applies as in earlier versions, download both archives, place it into the same folder and <b>extract ...part1.rar only</b>.
    Enjoy,
    Klaus

    Hello Yann Szwec,
    I am using up to now Windows XP Home Edition. After some problems during installation I have read again the "recommendations" for using the SAP NetWeaver 7.0 ABAP Trial Version SP12. Furthermore I searched here in SDN for solutions which might be available regarding the problem I have.
    The important fact is that this software is released only for the following operating systems:
    Operating System: Windows XP Professional (Service Pack 2) or Windows Server 2003.
    (having a NTFS file structure etc.)
    No other release is done (taking into account Windows Vista).
    I have done an update to Microsoft Professional Edition but I have still some installation problems.
    Please refer to:
    Re: Error Install SAP Netweaver 2004s ABAP Trial version
    or
    Sap Netweaver 2004 ABAP trial version com.sap.installshield.maxdb.maxdb...
    Up to now I have no idea why after installation of Windows XP Professional I have  still the same problem.
    The problem is exactly what is described in Sap Netweaver 2004 ABAP trial version com.sap.installshield.maxdb.maxdb...
    But I have the feeling that my Windows XP Professional Installation was not correct (because there are some other problems around too)
    So my recommendation to the description for downloading would be to highlight more this important recommendation of use of the ABAP trial version
    (refer to https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6).
    For further versions which might be released in the future (hopefully) it would be nice if the support regarding Windows versions would be a little more broader (Windows XP Home etc.). But this is only a wish from my side.
    With best regards
    Christoph

  • ADS is not configured in New SAP NetWeaver 7.01 ABAP Trial Version

    Dear Colleagues,
    I have installed new SAP Neteweaver 7.01, i could not able to run the pdf forms normal as well interctive forms.
    i tried by running the test programs like fp_test_00 getting the folloing error message
    Test Program: Version Information (for Analysis Only)      
    USAGE ERROR                                                                               
    ERROR CODE    :          2                                 
    ERROR MESSAGE : ADS                                        
    Invalid HTTP connection: ADS 
    fp_test_ia_01 execution.. error invalid http connection:ads
    on execution of FP_CHECK_DESTINATION_SERVICE    : usage error:ads
    Pleae help me how to configure the ads services to run interactive forms.
    Thanks,
    Mahesh.Gattu
    Edited by: Maheshkumar gattu on Nov 27, 2008 12:02 PM

    Hi Blag,
    can you please provide me the details, from where i should get NSP Java  and procudure to Run on minisap.netweaver 7.01 abap trial version.
    please any one guide me how to configures ADS on minisap 7.01
    Thanks,
    Mahesh.gattu
    Edited by: Maheshkumar gattu on Nov 28, 2008 1:22 PM

  • Which abap statements will start new internal session in the same external

    hi
    which abap statements will start new internal session in the same external

    Hi,
    Generally, the statements SUBMIT and CALL TRANSACTION would create internal session within another.
    However, the addition 'AND RETURN' should be specified upon using SUBMIT statement else without the addition, the internal session will be overwritten with the new program called by using SUBMIT.
    LEAVE TO TRANSACTION also will overwrite the current internal session with the new transaction code.
    Cheers,
    Venkat
    P.S: Kindly reward points for useful answers

Maybe you are looking for

  • How can I add photos from an album to photostream??!

    I have deleted photos from photostream but i want them back so I colud back them up on the computer, how can I readd them to photostream???????????????????

  • Delete Rows for a Table in VC 7.2

    I could able to delete the rows of a table some times and some times it is not clearing I have a button with different actions and one of the action is to clear the delete the rows of a table. some times it is working some times it is not. I am tryin

  • Mutable and Immuatable Objects...Pl. Explain

    I would like to know what exactly are these mutable and immutable objects with respect to Java and how do they differ.

  • FIELD-SYMBOLS validation with MARA Table values

    Hi, FIELD-SYMBOLS: <itab> TYPE STANDARD TABLE. I want to validate mara-matnr with <itab>. The values in <itab> is coming at runtime, so i want to validate first field values in <itab> for all the records with mara-matnr. The values which are coming a

  • How can I get iTunes 11 to Shuffle Playlists like old version?

    Anyone have any idea why they changed the shuffle function in the iTunes player?  I really liked being able to see what the shuffled playlist would be and reshuffle if I didn't like the way it was mixed up.  Is there a setting I can change to get it