ArchiveLink RFC

Hello to all,
i need simple code sample (or tips) which describes
a request via an archiveLink connection to
receive a document. The retrieved data stream
should be saved.
many thanks
Thomas

Hi Thomas,
with HTTP Content-Server use:
   DATA: binobject      LIKE TBL1024 OCCURS 200,
         length_bin     TYPE I.
   REFRESH: binobject.
   CALL FUNCTION 'SCMS_AO_TABLE_GET'
     EXPORTING
         ARC_ID          = archiv_id
         DOC_ID          = arc_doc_id
         COMP_ID         = 'data'
     IMPORTING
         LENGTH          = length_bin
     TABLES
         DATA            = binobject
     EXCEPTIONS
         error_http      = 1
         error_archiv    = 2
         error_kernel    = 3
         error_config    = 4
         others          = 5
   IF SY-SUBRC <> 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4
              RAISING ERROR_RETRIEVAL.
   ENDIF.
with an RFC archive use:
I don't know the function module by heart but it's like
ARCHIVOBJECT_GET_TABLE  and it imports archiveID and archiveDocID and gives you the document back in the internal table docs[].
Best wishes,
   Florin

Similar Messages

  • ArchiveLink - Archiveserver

    Hi,
    i would like to test the sap-archivelink interface. now i must define an rfc-destination (sm59). the destination needs a program-id (archiveserver-rfc-program). could I test the archivelink-interface without any archiveserver, if yes, how? or could you name me an freeware archiveserver to test it.
    thank you
    markus

    Hi Markus,
    it depends on your SAP basis release. From Release 4.5B you can use any HTTP 4.5 certified archive system. SAP also delivers the SAP Content server which is the reference implementation of the interface.
    If you want (or must) use the prior ArchiveLink  RFC interface you need a certified archive system. As far as I know, there is no freeware implementation.
    But, if you've got a system > 4.5B you can use the SAP content server for most ArchiveLink scenarios.
    If you have Web AS 6.20 or higher you can even use the SAP database as a content server.
    Best regards
    Torsten

  • Documentum Kpro configuration for SAP DMS

    Hi Experts ,
       We are planning to use Documentum Content server as the content store for SAP DMS . We want to configure the KPro configuration for this. Can somebody help with the details. We are currently using Documentum SAP archivelink (RFC ) . I know  we can also use Documentum SAP archivelink (HTTP ) . What is the difference between using Documentum SAP archivelink (HTTP) over Kpro configuration.
    Please guide me
    Thanks
    Regi

    Thank You Seema and Nitin for your answer.
    As I mentioned earlier I am aware of the configuration of the Content Store and othet Data Carrier .
    I am also familiar with the regular Documentum SAP archive link (RFC/HTTP).
    The new dimension we are bringing to our architecture is adding SAP DMS for SAP PLM and using Documentum as the content store.
    We want to use KPRO as the integration configuration for the specific reason of more than 2 originals.
    My question to all the gurus out there is did any one use Documentum KPRO configuration with SAP DMS and if so how does that work with ECL viewer .If you are using Archivelink , you need to use Documemntum Viewer to see documents from SAP.
    Also any difference in viewing document from a Portal interface
    Thanks
    Regi

  • RFC Destination SAPHTTP Inaccessible from Archivelink

    Hi,
    I am working on a project to implement Archivelink in our SAP ECC 5.0 system. Our plan is to allow users to store documents in a content server which are linked to a GL account document in SAP. We have done the configuration successfully in a test system. However, it takes about 30 seconds to store the first document. Subsequent documents are stored in just a few seconds. During the delay we receive Message "Testing destination SAPHTTP" followed by "RFC destination SAPHTTP inaccessible" (CMS 140).  After these messages I think the document is stored using destination SAPHTTPA. I have discovered that by adding the following entry to the HOSTS file on my laptop the document is stored successfully using destination SAPHTTP. There are no messages or 30 second delay.
    205.123.456.789 mysapsys
    It appears to me that SAPHTTP is attempting to resolve "mysapsys" as the domain name instead of "mysapsys.mycompany.com" which is necessary for DNS on our network. Is there anything we can do so SAPHTTP is resolved successfully without updating every users' HOSTS file? Our Basis team has implemented our servers and SAPGUI so it is not necessary for the HOSTS file to be updated on each user's machine.
    Testing destination SAPHTTP from transaction SM59 is successful.
    Finally I've attached the SAPHTTP log to the end of this post.  You can see when I test from SM59 the host name is "mysapsys.mycompany.com".  When I attempt to attach a document the host name is "mysapsys".  Why are the host names different?
    Thanks for your help,
    Jim
    trc file: "dev_http", trc level: 2, release: "620"
    Fri Jun 30 16:49:41 2006
    [2160] sccsid: @(#) $Id: //bas/620/src/krn/ftp/http.c#37 $ SAP
    [2160] Environment SAP_CODEPAGE = 1160
    [2160] HTTP Start : argc - 6 a0 - saphttp
    [2160] /H/<b>mysapsys.mycompany.com</b> sapgw15 08839685 CPIC_TRACE=2 IDX=1
    Fri Jun 30 16:49:44 2006
    [2160] Rfc call HTTP_VERSION start
    [2160] elapsed time 2923 ms - active time 0 ms - wait time 0 ms
    [2160] Rfc call HTTP_VERSION end
    [2160] elapsed time 3094 ms - active time 0 ms - wait time 0 ms
    [2160] SAPHTTP end
    trc file: "dev_http", trc level: 2, release: "620"
    Fri Jun 30 16:50:54 2006
    [1488] sccsid: @(#) $Id: //bas/620/src/krn/ftp/http.c#37 $ SAP
    [1488] Environment SAP_CODEPAGE = 1160
    [1488] HTTP Start : argc - 6 a0 - saphttp
    [1488] /H/<b>mysapsys</b> sapgw15 08917306 CPIC_TRACE=2 IDX=3
    Fri Jun 30 16:50:56 2006
    [1488] RfcError - key: RFC_ERROR_COMMUNICATION
    [1488] message: CPIC-CALL: 'CMACCP'
    LOCATION CPIC (TCP/IP) on local host
    ERROR hostname 'mysapsys' unknown
    TIME Fri Jun 30 16:50:56 2006
    RELEASE 620
    COMPONENT NI (network interface)
    VERSION 36
    RC -2
    MODULE ninti.c
    LINE 386
    DETAIL NiPHostToAddr
    SYSTEM CALL gethostbyname
    COUNTER 1

    Hi,
    Did you make a note search ?
    A 2 minutes search gave me [Note 506314 - SAPHTTP and SSL|https://service.sap.com/sap/support/notes/506314]
    It seems that I was wrong and that SSL is possible with saphttp.exe since release 6.20
    >If you have R/3 Version 4.6x:
    >- ensure that SAPHTTP 6.20 is installed.
    >- use the sapgenpse program to process the PSEs.
    I still think this is a bad idea to use saphttp.xe with ECC 5.0 but it is your choice !
    Regards,
    Olivier

  • Looking for RFC to delete Archivelink record

    Hi All,
    Can somebody point me to the RFC-enabled function which deletes a document archived via Archivelink? The task is similar to one implemented in ARCHIV_DELETE_META or ALINK_DELETE, but those functions are not remote-enabled.
    Unfortunately, writing a custom wrapper is not an option in our case.
    Any help is appreciated.
    Thanks
    Victor

    along the same lines...I have 2 external drives where I have stored music. In trying to consolidate, I copied all music from my F drive to my G drive and also made the G drive the default location for my iTunes library. However when I disconnect the F drive the songs that were originally recognized in my F drive show the dreaded '!' exclamation point; clicking on the song returns the error message "The song "xxxxxx" could not be used because the original file could not be found. Would you like to locate it?" I then have the option of going through the G drive and manually finding the song in order to link it to the songs in my library. Other than doing this manually for the thousands of songs iTunes can't find, is there an easier way to point iTunes to my G drive have it recognize all songs on the drive and forget about the original files located on my F drive?

  • Update of TOA01 for ArchiveLink

    Hello,
    We are changing an implementation of ArchiveLink using 'Early' archiving to 'Late' achiving.  This has caused a change to the workflow.
    In the new process, the implementation of the SAP RFC interface for archiving is called with an IDOC number.  After archiving the file/document we then want to update SAP's TOA01 table to link the new ID created by the archive with the IDOC ID.
    What is the simplest way to get this data updated in SAP?  We're not sure of the process to call back into SAP.  If we write an ABAP procedure, how can it be called from 'outside' SAP?  Is there a reference for how to programatically update a row in an SAP table?
    Thanks

    Hi Dick,
    I'm not an expert on IDOC. Generally speaking, an archiveLink image can be linked to any BOR (Business object repository) instance.
    If your IDOC types are represented by different BOR types (transaction SWO1) then they can be attached to those. The archiveLink link table means the following:
    SAP_OBJECT: Business object type (TA SWO1)
    OBJECT_ID: business object ID (instance of Business object)
    ARCHIV_ID: content repository ID
    ARC_DOC_ID: archive doc ID
    AR_OBJECT: archiveLink document type (OAC2)
    AR_DATE: archiving date
    RESERVE: document class (PDF,...)
    What I mean with a wrapper is: Write a (RFC) function module that calls the ARCHIV_CONNECTION_INSERT in the way you need for your specific application.
    Best regards
    Torsten

  • Configuring ArchiveLink

    We are running ECC 5.0, and I am trying to configure ArchiveLink so we can use it to store scanned accounting documents on a third-party server, and link the scanned documents to SAP FI documentsI.
    Can anyone provide the config steps required for this to work? I have read several PDF documents that I downloaded from the Internet, and followed the steps, but I have not been able to get the system to work.
    Thank you,
    Hakiza

    hi.
    i think i understand - if you write third-party-server you really mean that? This is not a server with an installed archiving solution like filenet, commonstore or sap content server.
    do you want to access the files on systemlevel?
    For archive link communication there are several ways to communicate with the external archive. normally rfc or http is used. for using http you have to enter a server, a port and a script who handles the requests. On the other hand you can store your documents in the sap database (OAC0 / storage type). i think that is not a good idea.
    in every case you need to link the (external) documents to the sap documents. e.g. commonstore has an archiving client, filenet scans directly into a filenet repository...
    do you have a content server? maybe you should setup one - sap content server sounds good, but i don't know anything about that. we do not use it (filenet, commonstore).
    regards,
    martin

  • Store incoming document from RFC

    I'm sure somebody has done this.  I need to call an archivelink fm to attach a document from a browser app to a SAP object, in this case the vendor master.  The func modules work when running in SAP GUI but not from browser app or from a batch process.  Is there an RFC that will load a document from an external source.  I need to pass the filepath, object id and archivelink type.  (Most existing RFC's cannot find the document.
    thanks in advance for any input

    Hi Friends
    Any sugestions?
    Regards
    Kumar

  • ArchiveLink Viewer Configuration

    We'd like to configure an SAP 4.7B system to be able to support the viewing of PDF (OTF data) and TIFF files.
    Previously we've been using the AlViewer.
    Invoices with multiple pages had been archived as multi-page/multi-file documents.  We want to change the archival to store single TIFF files with multiple pages.
    To make this change,  we've changed settings in OAA3 to use SAP internal viewer.  No communication method is selected. After doing that PDF and single page TIFF documents stored via ArchiveLink viewed OK, but when we attempt to view a document archived as multi-page, it fails -- error 733.  The file it is failing on is a multi-page TIFF file.
    Our guess is that in this configuration within OAA3 the CGDT RFC call is being specified which is for single page data.  Not sure if that is the case, or how we can tell.  But if it is, maybe we somehow need to change the SAP call from CGDT to CGDS or maybe the CGDA??  How could this be configured within OAA3 (or elsewhere)?

    Hi Dick,
    just two remarks:
    1. I guess you work with an archive system being SAP certified. So, I would recommend to use the ArchiveLink 4.5 HTTP Interface for the access to the archive system. If you do so you can use the ArchiveLink viewer that supports PDF (via HTML control) and also TIFF via ECL control.
    2. I'm currently not sure if you can use the SAP ArchiveLink viewer with an RFC archive system. Just switch off the protocol for the content repository for a moment (OAC0) and check it out. Also, you can make further viewer customizing in transaction OAG1.
    Best regards
    Torsten

  • Steps to retrieve attachments from a storage system linked via ArchiveLink.

    Dear experts,
    I want to retrieve the documents stored in a storage system linked to SAP via the archivelink and show it in a webdynpro application(Adaptive RFC).I need to know the right approach to do so.I am searching for a funtional module which can fetch me the documents from the data storage.The stored documents are linked to business object type BUS2104.
    I'll appreciate any help.
    Thanks,
    Karambir Singh

    Tortsen,
    I tried the solution suggested by you.Here's what i did :
    I executed the  ARCHIV_GET_CONNECTIONS with input field  OBJECTTYPE values as BUS2104.It gives me some entries in the output connections table.From the results , i picked up the ARCHIV_ID and ARC_DOC_ID fields as suggested by you.
    I went to execute SCMS_AO_TABLE_GET  with above two values as import parameters and COMP_ID = "data".But it does not give me any output.It says "HTTP error: 404 Not Found". Any idea why is it so?
    Then i went to try SCMS_DOC_URL_READ .I find here that there are two mandatory parameters viz . STOR_CAT , DOC_ID.I tried giving the ARCHIV_ID  value above as value for  STOR_CAT . But it does not recognize it.Then i went to the table SDOKSTCA to look for any valid values for STOR_CAT , but i am not sure which one applies to my scenario.How do i find this?
    i'll appreciate any help.
    Thanks,
    Karambir Singh

  • RFC  ARCHIV_CONNECTION_INSERT

    We are having an issue using the COM components supplied with SAP GUI 6.2 or 6.4.  We used to have SAP 4.6c and now we have 5.0.  When we were on 4.6c, we used these COM components to logon and execute RFC calls and we had much success.  Now that we are on 5.0, we can’t seem to instance any SAP functions that have something to do with SAP Workflow.  We have experienced this problem when using VB6 or .NET, but our existing code that always worked is in VB 6.0.
    SAP Components used:
    o        SAP Logon Control
    o        SAP Function Control
    o        Librfc32.dll
    o        Other supporting C DLLs and/or COM object supplied with the SAP GUI installation.
    For example, if we want to call the RFC ARCHIV_CONNECTION_INSERT, this code fails in VB6 when the “Set objworkflow = objFuncCtrl.Add(strFunction)” line of code executes.  Instead of returning an instance of the object ARCHIV_CONNECTION_INSERT function, no object is created.  In 6.2, SAP raises no errors, but the object we are trying to create is still “Nothing”.  If we use 6.4, SAP raises an error “XXXXXXX” via a message box and then the object is still = Nothing.  Interestingly enough, the 6.2 GUI COM controls don’t display the error dialog.  The message box that is shown comes from the SAP Function COM Object "SAP.Functions" (wdtfuncs.ocx).
    Now, what is interesting is if we use the same code to call a standard function or custom function that doesn’t have anything to do with SAP Workflow, then the code works fine.  Again, all of our code used to work just fine on an SAP 4.6 system.

    Attaching of document using ARCHIV_CONNECTION_INSERT depends on which sap_object you will use. Values of SAP_OBJECT are maintained on table TOAOM ( SAP ArchiveLink: Meta table for links ).
    If sap_object = BKPF, you are attaching files on tcode FB03. But if you are refering to table RBKP which is an invoice, you must use sap_object = BUS2081.

  • Error RFC Connection

    Hi Gurus,
    I have a problem when i try to do a RFC connection Between SAP and Windows, this's the error message log Tx, sm59..
    EntrSist.     Error de conexión
    Det.error     / CPIC-CALL: 'ThSAPOCMINIT' : cmRc=17 thRc=236 SAP gateway connection failed. I
    Det.error     ERROR: SAP gateway connection failed. Is SAP gateway started?
    Det.error     LOCATION: SAP-Server devinc_ICT_02 on host devinc (wp 1)
    Det.error     COMPONENT: CPIC
    Det.error     COUNTER: 6
    Det.error     MODULO:
    Det.error     LINE:
    Det.error     CÓD.RETORNO: 236
    Det.error     SUBRC: 0
    Det.error     RELEASE: 700
    Det.error     TMP.: Tue Aug 31 11:13:57 2010
    Det.error     VERSIÓN:

    Anup,
    the entry sapmsDEV is missing in your "services"-file on the computer that hosts your SLD-Server/J2EE WAS. Windows locates it at %WINDIR%/system32/drivers/etc, unix usually at /etc/.
    make an entry like that:
    sapmsDEV   3600/tcp (in case, your Systemnumber is 00, otherwise replace the "00" with your actual systemnumber)
    kind rtegards, achim

  • No data from a RFC imported in a Web Dynpro project

    Hi all,
    I'm experimentig an issue in an app that calls a RFC, the RFC is returning nothing, no message, no error, no data. I tested the RFC in R3 and is doing what is supposed to do, it was tested also in the SLD content manager and it responses well to the ping and test command.
    This is what am i doing in the component controller called Rgsm_Reload_Comp
    this in the wdDoInit:
      //@@begin javadoc:wdDoInit()
      /** Hook method called to initialize controller. */
      //@@end
      public void wdDoInit()
        //@@begin wdDoInit()
         try {
                   Z_Ep_Ess_Gral_Get_Empl_Data_Input input = new Z_Ep_Ess_Gral_Get_Empl_Data_Input();     
                   input.setP_Usrid("GRAMIREZ");
                   wdContext.nodeEmpl_Data_Input().bind(input);
                   wdContext.currentEmpl_Data_InputElement().setP_Usrid("GRAMIREZ");
                   //input.setP_Usrid(wdContext.currentEmpl_Data_InputElement().getP_Usrid().trim());
              } catch (Exception e) {
                   IWDMessageManager msgMgr = wdComponentAPI.getMessageManager();
                   msgMgr.reportException("Error al inicializar la RFC de datos personales " + e.getMessage(), true);
        //@@end
    This in the execute Bapi method called from the view:
      //@@begin javadoc:executeBapGetDataEmpl()
      /** Declared method. */
      //@@end
      public void executeBapGetDataEmpl( )
        //@@begin executeBapGetDataEmpl()
        //Traemos los datos del empleado comunicandonos con la RFC Z_Ep_Ess_Gral_Get_Empl_Data
              try {
                   wdContext.currentEmpl_Data_InputElement().modelObject().execute();
                   wdContext.nodeEmpl_Data_Output().nodeHr_Personal_Out().invalidate();
              } catch (Exception e1) {
                   msgMgr = wdComponentAPI.getMessageManager();
                   msgMgr.reportException("Error al inicializar la RFC de datos personales " + e1.getMessage(), true);
        //@@end
    And last this in the Rgsm_Reload_ComView the view controller, the action to call the execute method in the component controller:
      //@@begin javadoc:onActionfindEmployee(ServerEvent)
      /** Declared validating event handler. */
      //@@end
      public void onActionfindEmployee(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionfindEmployee(ServerEvent)
        wdThis.wdGetRgsm_Reload_CompController().executeBapGetDataEmpl();
        //@@end
    I've followed all steps in online tutorials I found, but I don't know what is wrong, if somebody can help me on this I'll really appreciate it.
    Best regards,
    Ramien.-
    Message was edited by: Ramien  Rosillo

    Hi Kranthi,
    Yes I'm pretty sure of the input parameter, because P_Userid y conformed by first letter Name and followed with complete last name I.E "RROSILLO".
    Also I've found in a note how to activate log details in the Was I set it to all instead ERROR (as default shipped). On one of log files I found an exception:
    #1.5#001083FDED3400950000008900005CE9000409021814BBD4#1135804505426#com.sap.tc.webdynpro.progmodel.context.Node#sap.com/tcwddispwda#com.sap.tc.webdynpro.progmodel.context.Node.getParentElement#J2EE_GUEST#192##cssapq01.corp_I10_95141350#Guest#0325f1a077e711dabfea001083fded34#ID\#(cssapq01_I10_09)ID1950194550DB11983431035475623143End.d41a077077e611dac48e001083fded34##0#0#Debug##Java###: retrieving parent element#1#Node(Rgsm_Reload_CompView.Empl_Data_Input.Output.Hr_Personal)#
    #1.5#001083FDED3400950000008A00005CE9000409021814CB9A#1135804505430#com.sap.tc.webdynpro.serverimpl.core.localization.AbstractResourceHandler#sap.com/tcwddispwda#com.sap.tc.webdynpro.serverimpl.core.localization.AbstractResourceHandler.getString#J2EE_GUEST#192##cssapq01.corp_I10_95141350#Guest#0325f1a077e711dabfea001083fded34#ID\#(cssapq01_I10_09)ID1950194550DB11983431035475623143End.d41a077077e611dac48e001083fded34##0#0#Info##Java###resourceBundle=, locale=, key=, string=#4#java.util.PropertyResourceBundle@70086665#en#MESSAGE_AREA_ACC_DESCRIPTION#Message Area#
    #1.5#001083FDED3400950000008B00005CE9000409021814E2BA#1135804505436#com.sap.tc.webdynpro.progmodel.context.Node#sap.com/tcwddispwda#com.sap.tc.webdynpro.progmodel.context.Node.getParentElement#J2EE_GUEST#192##cssapq01.corp_I10_95141350#Guest#0325f1a077e711dabfea001083fded34#ID\#(cssapq01_I10_09)ID1950194550DB11983431035475623143End.d41a077077e611dac48e001083fded34##0#0#Debug##Java###: retrieving parent element#1#Node(Rgsm_Reload_Comp.Empl_Data_Input.Output.Hr_Personal)#
    #1.5#001083FDED3400950000008C00005CE9000409021814EACA#1135804505438#com.sap.tc.webdynpro.clientserver.cal.ClientManager#sap.com/tcwddispwda#com.sap.tc.webdynpro.clientserver.cal.ClientManager#J2EE_GUEST#192##cssapq01.corp_I10_95141350#Guest#0325f1a077e711dabfea001083fded34#SAPEngine_Application_Thread[impl:3]_53##0#0#Path##Plain###Exiting method#
    #1.5#001083FDED3400950000008D00005CE9000409021814ECDE#1135804505439#com.sap.tc.webdynpro.services.sal.util.cache.GlobalCache#sap.com/tcwddispwda#com.sap.tc.webdynpro.services.sal.util.cache.GlobalCache.releaseStringBufferCache#J2EE_GUEST#192##cssapq01.corp_I10_95141350#Guest#0325f1a077e711dabfea001083fded34#SAPEngine_Application_Thread[impl:3]_53##0#0#Debug##Plain###released#
    #1.5#001083FDED340044000000FA00005CE90004090218A54537#1135804514898#com.sap.engine.library.monitor.mapping.ccms.Trace##com.sap.engine.library.monitor.mapping.ccms.Trace######876ae77077e411da8dc1001083fded34#SAPEngine_System_Thread[impl:5]_78##0#0#Error##Plain###RegisterNode</Applications/KM Collaboration/SCF/Service Connectors>: com.sap.engine.library.monitor.mapping.ccms.CcmsConnectorException: 95141350: Invalid configuration group for node'/Applications/KM Collaboration/SCF/Service Connectors' (APP.KM.Collaboration.SCF.ConfiguredConnectors, max. 40 characters)#
    #1.5#001083FDED34007E0000000300005CE90004090219854FA9#1135804529581#com.sap.tc.webdynpro.serverimpl.wdc.locking.LockingService##com.sap.tc.webdynpro.serverimpl.wdc.locking.LockingService.lock#J2EE_GUEST#192####ce7be36077e611da9ab6001083fded34#Thread[Finalizer,8,system]##0#0#Info##Plain###Unlocked all.#
    After reducing the size of the Rgsm_Reload_Comp.Empl_Data_Input.Output.Hr_Personal node to Rgsm_Reload_Comp.Input.Output.Hr less than 40 car.
    I get this lines in the same file (defaultTrace.0.trc)
    #1.5#001083FDED34006A0000004D00001B7900040902F81A15BF#1135808263880#com.sap.tc.webdynpro.progmodel.context.Node#sap.com/tcwddispwda#com.sap.tc.webdynpro.progmodel.context.Node.exit#J2EE_GUEST#192####c4793da077ef11daa094001083fded34#ID\#(cssapq01_I10_09)ID1641170050DB10933063800664331447End.8e7544b077ef11da91b9001083fded34##0#0#Debug##Java###: exiting#1#Node(Rgsm_Reload_Comp.Input.Output)#
    #1.5#001083FDED34006A0000004E00001B7900040902F81A1790#1135808263880#com.sap.tc.webdynpro.progmodel.context.Node#sap.com/tcwddispwda#com.sap.tc.webdynpro.progmodel.context.Node.clearElements#J2EE_GUEST#192####c4793da077ef11daa094001083fded34#ID\#(cssapq01_I10_09)ID1641170050DB10933063800664331447End.8e7544b077ef11da91b9001083fded34##0#0#Debug##Plain###Node(Rgsm_Reload_Comp.Input.Output): cleared elements#
    #1.5#001083FDED34006A0000004F00001B7900040902F81A1956#1135808263881#com.sap.tc.webdynpro.progmodel.context.Node#sap.com/tcwddispwda#com.sap.tc.webdynpro.progmodel.context.Node.exit#J2EE_GUEST#192####c4793da077ef11daa094001083fded34#ID\#(cssapq01_I10_09)ID1641170050DB10933063800664331447End.8e7544b077ef11da91b9001083fded34##0#0#Debug##Java###: exiting#1#Node(Rgsm_Reload_Comp.Input.Output.Hr)#
    #1.5#001083FDED34006A0000005000001B7900040902F81A397F#1135808263889#com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModel#sap.com/tcwddispwda#com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModel.JcoClientManagementWDP#J2EE_GUEST#192####c4793da077ef11daa094001083fded34#ID\#(cssapq01_I10_09)ID1641170050DB10933063800664331447End.8e7544b077ef11da91b9001083fded34##0#0#Info##Plain###successfully released IWDJCOClientConnection to pool for Model: class com.cts.rgsm.wd.Rgsm_Reload_Model - ConnectionInfo: [email protected]68#
    #1.5#001083FDED34006A0000005100001B7900040902F81A3DC9#1135808263890#com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModel#sap.com/tcwddispwda#com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModel.JcoClientManagementWDP#J2EE_GUEST#192####c4793da077ef11daa094001083fded34#ID\#(cssapq01_I10_09)ID1641170050DB10933063800664331447End.8e7544b077ef11da91b9001083fded34##0#0#Info##Plain###successfully released IWDJCOClientConnection to pool for Model: class com.cts.rgsm.wd.Rgsm_Reload_Model - ConnectionInfo: com.sap.mw.jco.JCO$Client@4f41c0ac#
    #1.5#001083FDED34006A0000005200001B7900040902F81A4075#1135808263891#com.sap.tc.webdynpro.services.session.Monitor#sap.com/tcwddispwda#com.sap.tc.webdynpro.services.session.Monitor#J2EE_GUEST#192####c4793da077ef11daa094001083fded34#ID\#(cssapq01_I10_09)ID1641170050DB10933063800664331447End.8e7544b077ef11da91b9001083fded34##0#0#Debug##Plain###Destroying scope for Application com.cts.rgsm.app.AppGetEmployee#
    #1.5#001083FDED34006A0000005300001B7900040902F81A42DA#1135808263891#com.sap.tc.webdynpro.services.session.Monitor#sap.com/tcwddispwda#com.sap.tc.webdynpro.services.session.Monitor#J2EE_GUEST#192####c4793da077ef11daa094001083fded34#ID\#(cssapq01_I10_09)ID1641170050DB10933063800664331447End.8e7544b077ef11da91b9001083fded34##0#0#Debug##Plain###Removing Application com.cts.rgsm.app.AppGetEmployee#
    #1.5#001083FDED34006A0000005400001B7900040902F81AA07E#1135808263915#com.sap.tc.webdynpro.clientserver.cal.ClientWindow#sap.com/tcwddispwda#com.sap.tc.webdynpro.clientserver.cal.ClientWindow.removeApplicationWindow#J2EE_GUEST#192####c4793da077ef11daa094001083fded34#ID\#(cssapq01_I10_09)ID1641170050DB10933063800664331447End.8e7544b077ef11da91b9001083fded34##0#0#Debug##Java###Removed application window with ID=, status=.#2#Id8e7544b077ef11da91b9001083fded340#true#
    #1.5#001083FDED34006A0000005500001B7900040902F81AA473#1135808263916#com.sap.tc.webdynpro.sessionmanagement#sap.com/tcwddispwda#com.sap.tc.webdynpro.sessionmanagement.ApplicationWindow.destroy()#J2EE_GUEST#192####c4793da077ef11daa094001083fded34#ID\#(cssapq01_I10_09)ID1641170050DB10933063800664331447End.8e7544b077ef11da91b9001083fded34##0#0#Info##Java###Destroyed ApplicationWindow with ID=.#1#Id8e7544b077ef11da91b9001083fded340#
    #1.5#001083FDED34006A0000005600001B7900040902F81AA719#1135808263917#com.sap.tc.webdynpro.clientserver.cal.ClientApplication#sap.com/tcwddispwda#com.sap.tc.webdynpro.clientserver.cal.ClientApplication.exit#J2EE_GUEST#192####c4793da077ef11daa094001083fded34#ID\#(cssapq01_I10_09)ID1641170050DB10933063800664331447End.8e7544b077ef11da91b9001083fded34##0#0#Info##Plain###ClientApplication destroyed ID: FNOL instanceCounter: 0#
    #1.5#001083FDED34006A0000005700001B7900040902F81AAA3F#1135808263918#com.sap.tc.webdynpro.sessionmanagement#sap.com/tcwddispwda#com.sap.tc.webdynpro.sessionmanagement.ClientApplication.exit()#J2EE_GUEST#192####c4793da077ef11daa094001083fded34#ID\#(cssapq01_I10_09)ID1641170050DB10933063800664331447End.8e7544b077ef11da91b9001083fded34##0#0#Info##Java###Destroyed ClientApplication with ID= and name=. Reason was #3#FNOL#com.cts.rgsm.app.AppGetEmployee#Exception#
    #1.5#001083FDED34006A0000005800001B7900040902F81AACA2#1135808263918#com.sap.tc.webdynpro.clientserver.cal.ClientManager#sap.com/tcwddispwda#com.sap.tc.webdynpro.clientserver.cal.ClientManager#J2EE_GUEST#192####c4793da077ef11daa094001083fded34#SAPEngine_Application_Thread[impl:3]_34##0#0#Path##Plain###Exiting method#
    Could this help?
    Ramien.-

  • How to pass the data from a input table to RFC data service?

    Hi,
    I am doing a prototype with VC, I'm wondering how VC pass the data from a table view to a backend data service? For example, I have one RFC in the backend system with a tabel type importing parameter, now I want to pass all the data from an input table view to the RFC, I guess it's possible but I don't know how to do it.
    I try to create some events between the input table and data service, but seems there is no a system event can export the whole table to the backend data service.
    Thanks for your answer.

    Thanks for your answer, I tried the solution 2, I create "Submit" button, and ser the mapping scope to  be "All data rows", it only works when I select at least one row, otherwise the data would not be passed.
    Another question is I have serveral imported table parameter, for each table I have one "submit" event, I want these tables to be submitted at the same time, but if I click the submit button in one table toolbar, I can only submit the table data which has a submit button clicked, for other tables, the data is not passed, how can I achieve it?
    Thanks.

  • Call RFC Function Module and return 1000 records at a time

    I would like to call a Remote Enabled Function Module from a non SAP system.  This function module will select data from the database and return it to the calling program.
    Suppose there are 100,000 records that need to be returned, but the calling module would like the data in chunks of 1000 records.  Therefore the calling program would call the FM 100 times. 
    How do I code the function module to know on each subsequent call to grab the next chunk of 1000 records? 
    Let me know if additional information is needed.
    Thanks,
    Aaron

    Hello,
    Here is how you can go for this issue:
    1. Create one RFC function module with following parameter. These parameters are with respective of chunking logic.
         Import: Package Size
         Export: Total number of records
         Changing: chunk count
    Implement following logic:
    1. First of you need to know how many chunks you need to fetch for that get the count of total number of records. This is one  
        time activity so you better maintain one flag import parameter will be set to 'X' only first call.
    2. Get the number of chunk using total number of records / chunk size for e.g. 1000 / 100 so chunk count = 10.
    3. Define internal chunk counter in function module which will be used to locate the correct chunk depending on the chunk
        counter value sent from calling program.
    4. Send first call with package size 100 and chunk count = 1, execute select statement and increment internal
        chunk count check if chunk count = internal chunk count in current case chunk count = 1 so exit select statement and return
        with first chunk.
    5. Send second call with package size 100 and chunk count = 2. Execute select statement and check chunk count with internal
        chunk counter, in current case it will be 1 so skip that data and go for next chunk of 100 records increment internal chunk  
        counter. In this case it will match with external chunk count = 2. load output table with that data and return to calling program.
    6. Repeat step 4 until you reach last chunk.
    You need to use SELECT...ENDSELECT with PACKAGE SIZE addition so for every loop it will return number of records mentioned in package size.
    Hope this helps.
    Thanks,
    Augustin.

Maybe you are looking for

  • Hi everyone, I have windows 8.1 my ipod touch 5th gen wont connect to itunes no matter what i do any help ?

    my ipod also connected to my laptop just does not comeup under devices in itunes......I have done all the updats and re instilations of all my software and that related to apple and the usb hardrives... i have contacted apple and gone in person with

  • ITunes Store unable to process purchases?

    I upgraded my MBP and iMac to Lion yesterday morning without any problems. I had updated all apps on both devices before proceeding. I also updated apps on my iPhone4, and iPad2 before doing the Lion install. The MBP and iMac both work great with Lio

  • Connect mac mini to internet via windows phone

    hallo, how can i connect Mac mini to internet via my Windows Phone?

  • Interest Rate Assignment

    Hello. I really need help on this. I am very new with programming with Java. I have an assignment due and I don't even know where to begin. All I know how to do is program words and that is it. My assignment is as follows: Here is an example of a tra

  • Using structure tag in a catalog search

    Hi there, I would like to select numbers on docs that have been scanned and OCR, and search for these numbers via a catalog. I tried to use the tag panel in the reading order panel, to create 1) a root tag, 2) then having selected the number, I try "