DMS via ITS to SAP

In DMS we are trying to atach documents that will go to SAP via ITS.  If the docs. are smaller than 1000 bytes they are transferred succesfully, any larger and it fails.  I assume that this must be a parameter setting somewhere but do not know where to look.
Any help would be much appreciated

Are you using the web gui or a custom transaction?
If you are using a custom transaction. I would suggest trying to do what you want to do with transaction CV01N in the web gui.
If you can't do it with the webgui. You will know if you have a settings issue.
You may want to look at the parameters in CSADMIN for the content repository.
Sorry I can't be of more help. We use the ITS and DMS, but in the other direction. Serving up docs via the ITS.

Similar Messages

  • Display PDF on Web via ITS.

    Hello everyone,
    I am trying to display a pdf that I am converting from OTF on web directly via ITS in SAP GUI for HTML based IAC.  The following is the code behind scenes. 
    CALL FUNCTION 'CONVERT_OTF'
      EXPORTING
        format = 'PDF'
        max_linewidth = 132
      IMPORTING
        bin_filesize = g_bin
    *    BIN_FILE =
      TABLES
        otf = p_T_OTF
        lines = t_lines
        EXCEPTIONS
          err_max_linewidth = 1
          err_format = 2
          err_conv_not_possible = 3
          err_bad_otf = 4
          OTHERS = 5.
    CALL FUNCTION 'ALEWEB_DOWNLOAD'
        EXPORTING
          data_len                = g_bin
          mime_type               = 'application/pdf'
          DATA_TYPE               = 'BIN'
        tables
          data_tab                = t_lines.
    Then the following garbage is getting displayed.
    •ä‘†â´±â¸³à´Šâ—¢îíŒà¨²â€°â¯æ‰ªà´Šã°¼
    But if I use GUI_DOWNLOAD as shown below, then the PDF is getting downloaded into my local PC without any problem and I am able to read the PDF also.
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    bin_filesize = g_bin
    filename = 'test.pdf'
    filetype = 'BIN'
    TABLES
    data_tab = t_lines.
    I am using ECC 5.0 and ITS 6.20 Patch 23.  What should I do to see the PDF on web.
    Thanks,
    -Bharath

    Hi
    I have a doubt so thought i will ask you. I am creating a spool request number through VF02. How can get the OTF format in to my internal table using the spool request number to use this function module. I am using the FM CONVERT_OTFSPOOLJOB_2_PDF and getting the PDF in to the internal table but i am getting some authorization problems in reading the spool request can you help me on this.
    CALL FUNCTION 'CONVERT_OTF'
      EXPORTING
        format = 'PDF'
        max_linewidth = 132
      IMPORTING
        bin_filesize = g_bin
       BIN_FILE =
      TABLES
        otf = p_T_OTF
        lines = t_lines
        EXCEPTIONS
          err_max_linewidth = 1
          err_format = 2
          err_conv_not_possible = 3
          err_bad_otf = 4
          OTHERS = 5.
    Thanks in Adv.
    Regards
    Lakshmikanth.T.V

  • Authorization Check when logon into SAP via ITS

    Hello
    We have implemented Authorization Check after user have logged on to SAP via ITS in this User Exit SUSR0001. It was working fine in 46C version, but after upgrade to ERP 2005, when user logs on into SAP via ITS, this user exits is ignored, while logging normally via SAP GUI; authorization check is performed as before?
    Did anyone else have experienced the same problem?

    From what I understand something on that line changed.  We are still hanging on to our external ITS 6.20 so I am afraid I can not go into details.

  • SAP system requirements to make it available via ITS

    Hi Colleagues,
    We are using SAP R/3 4.6C with kernel 4.6D patch 2225.
    DB is ORACLE release 9.2.0.6.0 and OS is  HP-UX B.11.00
    The package levels are as follows.
    SAP_BASIS SAPKB46C46
    SAP_ABA   SAPKA46C46
    SAP_APPL  SAPKH46C46
    Now  we are thinking of making our system available via ITS.
    We have a seperate ITS instance :
    •     Windows 2003 Server
    •     IIS 6.0
    •     Java (JRE 1.5)
    •     SAP ITS 6.20 Patch level 20
    Could you please let me know some relevant notes/links or some useful documents to check whether our SAP system meets the requirements for ITS?
    Basically I am looking for the minimum requirements in SAP R/3 side before going for ITS 620
    Best Regards,
    Arun

    Hi Arun!
    Yes, ITS 6.20 is the most current release -and I am almost sure that this release will be at least one of the last releases of standalone-ITS.
    Plug-In should fit to your portal on the one hand and your backend on the other hand. The plug-in you mentioned here sounds good ...
    Good luck for your further project progress!
    Regards,
    Volker
    btw: Rewards are always welcome, because SDN needs rewards like the air to breath ...  but only reward people who really helped you, otherwise we will see some kind of "spam" suggestions fishing for points in the near future which would help nobody. Your opinion?

  • CRM single sign on (SSO) to R/3 system via ITS 6.20

    Hi all
    I try to configue CRM2007 single sign on (SSO) to R/3 system via ITS 6.20.
    my configuraion process
    1. on CRM2007
    -profile : login/accept_sso2_ticket = 1
                  login/create_sso2_ticket = 2
    - t-code : strustsso2 --> export system PSE
    2. on R/3 system
    - profile : login/accept_sso2_ticket = 1
                   login/create_sso2_ticket = 0
    - t-code : strust --> import certification --> add certification list --> save
    - t-code : oss2 --> execute with crm rfcdestination --> all green.
    3. ITS
    ~appserver      r/3.domain
    ~client     
    ~clientcert      1
    ~cookies      1
    ~exiturl     
    ~hostsecure      itshost.domain
    ~hostunsecure      itshost.domain
    ~language     
    ~login     
    ~logingroup     
    ~messageserver     
    ~multiinstanceservices      1
    ~password     
    ~portsecure      443
    ~portunsecure      80
    ~routestring     
    ~runtimemode      pm
    ~systemname      R/3 SID
    ~systemnumber      R/3 system no
    ~theme      99
    ~timeout      600
    ~urlimage      /sap/its/graphics
    ~urlmime      /sap/its/mimes
    ~usertimeout      240
    ~xgateway      sapdiag
    ~xgateways      sapdiag,sapxgwfc,sapxginet,sapextauth
    ~mysapcomgetsso2cookie 
    ~mysapcomusesso2cookie  1
    ~mysapcomssonoits  1
    for SSO check, execute web ui and then log on web ui
    I go to the Interation center and then go to the ERP information.
    but ITS log on screen appear.
    crm user and r/3 user is same.
    how can I do ??

    You use Server Port 3600, message server.
    It means, while creating a system you used wrong template and picked "SAP system using dedicated application server".
    You should use "SAP system with load balancing", since message server is doing load balancing.
    Once you selected correct template you will see "Message Server" instead of App and GW servers.
    Make sure to fill in
    Group  - Logon group to use. If not defined in R3, use SPACE
    Message Server - ansapdev01
    SAP Client = 150
    SAP System ID <SID> = DEV
    Server Port 3600
    System Type = SAP R/3
    It should work.
    Regards,
    Slava

  • Problem in web enabling ALV ABAP report via ITS. Please help!

    Hi Experts,
            I have a report that has a selection screen. On executing the selection screen an ALV output loads displaying data based on the selection criteria.
    I have web enabled it via ITS. I have used SICF transaction.
    When I run the internet service I can see only the selection screen. There is no execute button also. I also see a different layout then if my report has only selection screen. If my report has only selection screen then my page shows all the buttons including execute.
    How to resolve this problem? Please help!
    Thanks
    Gopal

    since you mentioned about SICF, i assume you are using integrated ITS.
    <i>When I run the internet service I can see only the selection screen. There is no execute button also</i>
    you wont see the execute icon, instead you will see a button with "execute" text. (you can also use F8 key)
    <i>I also see a different layout then if my report has only selection screen. If my report has only selection screen then my page shows all the buttons including execute.</i>
    the layout of SAPGUI for HTML is slightly different, if you want (somewhat) similar look of a wingui, either make your transaction as "Easy Web Transaction" or in the url pass ~webtransactiontype=EWT
    as a test can you run the following url and see how it looks.
    http://waserverhost.domain.com:port/sap/bc/gui/sap/its/webgui?sap-client=<clinetno>&~transaction=<you reports transaction code>
    Regards
    Raja

  • Issue when accessing standard LM transactions via ITS

    Hi,
    We are implementing WM using ITS Mobile.
    We have developed certain custom screens and also used standard transactions such as LM02 and LM04.We have created  a internet service for transaction LM01 and published all our custom and standard screens within the service.
    When testing the transactions in R/3 using LM01 transaction..there were no issue...
    But when testing the same in ITS....once we enter into a standard transaction like LM02(By clicking the corresponding menu entry) and click on Back button...it must bring me back to my menu( transaction LM01)...instead...my ITS session gets logged off...displaying message...'You have been logged off from SAP NetWeaver Application Server'.
    We are facing the same issue when we try to access standard LM transactions via ITS...
    I tried to analyze by debugging from ITS....but the flow of R/3 and ITS remains the same...
    These are my service parameters..
    ~THEME     99
    ~SINGLETRANSACTION     1
    ~ITSMOBILE     1
    ~TRANSACTION          LM01
    ~SOURCES     ZWM_MENU,itsmobile
    ~GENERATEDYNPRO     1
    ~POPUPS     1
    Did any of you face a similar kind of issue when accessing standard LM transactions in ITS ?
    Kindly Suggest.
    Regards,
    Thyagu.
    Edited by: Thyagu Natarajan on Jan 25, 2011 1:00 PM

    Hello,
    I am also trying to implement WM using ISTMobile, but i have a little problem... when i am in my local network the service works and calls the page in the browser, but when i am in other network it gives me "Could not connect to remote server" (off course).
    I undertand that i can´t access my server through other networks...  but can anyone tell me if i it is possible to access SAP ITSMobile transactions through the internet?? Is the solution create a VPN network to my local network or something like that?
    Thanks a lot.

  • Digital signature via ITS

    Hello gurus,
    I use a ssf complaint dll to sign files using a smart card. Everything works fine in the sap Gui.
    Now my customer ask me to use the same application via ITS. He wants to access the sapGui via web and sign the document using a smartcard.
    As far as I know ssf signature use a RFC destination to talk with the local dll library.
    Does somebody knows if this scenario (the one via ITS) may work?
    Thanks
    Gianni

    Hi Gianni,
    please create a SAP customer message for this issue and ask SAP primary support to forward the message to ITS development. Describe what your customer wants to do and why they require this functionality. We will than check what can be done.
    Best regards,
    Klaus

  • Explicit logon via ITS

    Hi,
    Is there a way to avoid SSO, and to pass an URL parameter to explicitly force the user to logon?
    The problem is - we have an URL link, pointing to ABAP transaction via ITS. We want to make user to select explicitly an ABAP client. To my knowledge, it is possible only using the logon screen.
    I suppose there is some URL parameter "logon=true", similar to "~transaction" parameter?
    Thanks and regards
    Konstantin

    may in the place where you have the link provide and option to change the client and generated url based on that.
    not so nice solution:
    send a wrong userid/pwd via url and it will force the log on screen to show up
    sap/its/webgui?sap-client=XXX&sap-language=EN&~transaction=SE38&sap-user=Enter_User_name&sap-password=wwww

  • Usage of  ITS from SAP BW 3.5 (6.40) to connect  SAP R/3  4.6c basis 6.20

    Hy,
    I have following problem.
    My customer is using a R/3 System Release 4.6C on a 6.20 Basis and a SAP BW 3.5 on 6.40 Basis.
    We currently using the internal ITS for BW to use the WebGui.
    Now we also want to show the some Transactions from the R/3 over web gui.
    unfortunatly it is possible to install a stand alone ITS on 6.20 basis because of infrastructure problems.
    My Question: Is it possible to use for the R/3 System witch is on basis 6.20, the internal ITS from SAP BW 3.5 simultaniously? and if yes, how?
    Hope you have a positive answer.
    Thomas

    hello Thomas,
    It is not possible to use the integrated ITS for another system than the one containing the ITS part.
    Please check note 709038 in chapter Disadvantages, part 3
    Theca

  • Could you let me know how to enable and use ITS on SAP ECC5  and ECC6

    Could you let me know how to enable and use ITS on SAP ECC5  and ECC6

    Hello Tina,
    please see here
    in tree select "Installation and Activation"
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/4f/2e6a52c3cdc44d83169b181a9c62ba/frameset.htm">http://help.sap.com/saphelp_nw70/helpdata/en/4f/2e6a52c3cdc44d83169b181a9c62ba/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/b8/2a8d65be7eee4eb66067f8a33d1c8b/frameset.htm">http://help.sap.com/saphelp_nw70/helpdata/en/b8/2a8d65be7eee4eb66067f8a33d1c8b/frameset.htm</a>
    best regards

  • Transfering cFolders Docs to DMS via Collaboration tab in cProjects 4.5

    Hi Experts,
    I am trying to move documents between cFolders and DMS using the the "collaboration" tab in cProjects.
    The steps I am following are as follows.
    1. Created a link to a DMS document structure from "SAP DMS" tab in cProjects
    2. Assigned a collaboration from the "collaborations" tab
    3. Selected transfer documents.
    4. Transfered the needed documents to a folder in DMS from cFolders
    5. Clicked save documents button
    6. When I check the doc structure from the SAP DMS tab I see the document but there is no document number or type.
    7. When I select refresh the transfered document dissapears. I have also tried saving between steps to no avail.
    I have done the needed configuration for object links and default doc types under "Integration with Other mySAP.com Components -->Collaboration Projects -->SAP DMS Integration --> Specify Default Document Types per cProjects System". Also I am able to transfer a document which is stored in cProjects documents tab. I am only having an issue when trying to transfer from cFolders.
    I have seen several threads on this forum on similar issues but no clear solution. Appreciate any thoughts on this. Hope I have explained the issue clearly, but do let me know if any further information is needed from me.
    Thanks,
    Lashan

    Hi Lashan,
    Did you try with T Code CFI01(ECC ) - Import Documents from cFolders?
    If no then try you will get sucess
    Regards
    Ravindra

  • Call a function module from CRM 5.0 via ITS to FICA

    Hi
    I want to call a function module in FICA (FICA is using sapgui) from CRM (IC-web) via ITS (Not integrated in FICA)
    Is it possible and how should this be done???
    If someone know how, please help
    BR//JL

    generally RFCs should not have user dialogs.
    any how to handle your case, you need ITS and since FICA is a WAS 6.20 system, you need to have a ITS installed for FICA system, without which you cannot do that.
    alternatively you can mimic the functionality of the RFC by programming the same in a BSP and call this from CRM system
    Regards
    Raja

  • Upload files with transaction CV02N via ITS

    Hi,
    Is it possible to upload files (Word, PDF, Excel etc.) with transaction CV02N via ITS?
    How must be configure the ITS so that this works?
    Any ideas?
    Thanks,
    Marco

    Hi Marco,
    I dont know transaction CV02N. But if this application uses standard function modules like GUI_UPLOAD it should work with ITS. A special configuration should not be required as long as the files have a size up to 5 MB. If they are larger it might be required to adjust the size of the request container MaxReqSize. Dont forget that Java has to be activated to let webgui access the filesystem.
    Regards,
    Klaus

  • Custom transaction to be displayed/accessed via ITS

    Hi,
    just a quick question for understanding. If we have a custom transaction (copied form an existing one and enhanced) and want this integrated into the ENterprise Portal via ITS, would we need to create an ITS Template or something like that or will the integration work without any additional development work?
    Basically my question is, do we need to implement a ITS/HTML Template?
    Thanks for any response,
    Erik

    Hi Jothi,
    we have not yet installed the ITS, that is why we do not know yet, how the custom transaction looks like in the webgui / ITS screen. We want to know what effort it might be to rearrange the screen elements (layout) if necessary (i.e. too many scrollbars, etc.).
    Thanks for your anwsers.
    Erik

Maybe you are looking for

  • SSRS How to pass subtotal value in matrix into another table just for display?

    Hi all, I have two matrix with subtotal for two grouping. I need to pass the value of this two group subtotal into another matrix table to display and perform simple calculation to get the differences. How can I pass the subtotal amount into the othe

  • Ora-01039 - Insuffficient priviliges - Tuning using Explain Plan

    In a TEST instance, i am trying (as the APPS user) on a 9.2.0.5 DB (11.5.10.2) trying to run an explain plan on a query but keep getting the 'ora-01039 - Insuffficient privileges on underlying objects of view' error message. I have granted 'select an

  • Getting new windows to open in firefox

    Hey guys. Ive made a page where when you click on a pic, and a new window opens up. I controlled the size and all that with java script. Theres a link in that popup which i want to open another new normal window. By making the target blank it works f

  • ITunes won't completely download iOS 8.0.2

    Hi, iPhone 5, insufficient space to update. Therefore need to use iTunes on the Macbook Air (Mavericks), download starts off fine, then the estimated time creeps up, and either an error message 9006 or network connection times out. Have tried another

  • Best place for configuration files

    I am creating an application that gets installed into the the [ProgramFiles] directory. The application writes to a config file every time it closes and the user also has the ability to write a config file at any point in time. After the application