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

Similar Messages

  • 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.

  • Access  transaction cv03n via ITS

    Dear friends,
    I"m working on ECC6 by ITS and trying to access transaction cv01n/cv02n/cv03n.
    The ITS system get into spin and stuck because the GuiSapInfo.class not found.
    Recently i realized that putting a JAVA software in the station can solve this problem.
    Does any body know if JAVA software is truly required to run the application like this?
    IF not, what are the exact requirements of the user Browser Internet explorer?
    best regards,
    avi koren

    Hi,
    You can define an ITS service, using SICF transaction. This service should have next parameters:
    ~transaction = CV03N
    ~webgui = 1
    ~generatedynpro = 1
    Then, active your service and test it.
    Hope this helps,
    Iván.

  • Lauching Custom transaction thro' ITS : Problem in Saving entries

    Hi,
    I launched a custom transaction which in turn launch the VA01 transaction thro'  Integrated ITS service. I could fill up entries for creating the Sales Order but unable to save it...the reason is the GUI status is not displayed in the displayed VA01 transaction.
    How to achieve the same?
    Thanks & Regards,
    Kanthimathi

    The URL is specified below,
    http://idphl603.phl.sap.corp:55080/sap/bc/gui/sap/its/zlaunch_va01/?sap-client=800&sap-language=EN
    Here zlaunch_va01 is the service which launches the custom transaction which has a button named 'Create Sales Order', on selecting this button; the VA01 transcation gets launched but without the GUI Status, because of the same I am unable to save the filled entries.

  • 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

  • TS2972 I assume my Apple TV should allow me to view all events,albums and slideshows but It only allows four events to display on my TV. I'm using a Optus mini Wi Fi for my home network. Could this be the reason for limited access via my iMac computer? Ch

    I assume my Apple TV should allow me to view all events, albums and slideshows in my iPhotos app but it only allows four events and four albums to display on my television. I'm using a Optus mini Wi Fi for my home network. Could this be the reason for limited access via my iMac computer?
    Chris

    No, I have not chosen photos to share as I assumed that the Apple TV would access all photos and music that are stored on my iMac. 
    Thanks for your advice. I will check it out.
    Chris

  • 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

  • I am a sole proprietor business owner (work from home graphic designer) and I have a customer who wants to pay me via Apple pay. Can I accept her transaction? How do I get that rolling?

    I am a sole proprietor business owner (work from home graphic designer) and I have a customer who wants to pay me via Apple pay. Can I accept her transaction? How do I get that rolling?

    Apple Pay: Merchants FAQ - Apple Support

  • Workflow: call transaction CJ20N not displaying customized screen

    Experts,
    My workflow needs to call transaction CJ20N. so that the user can accept a customized field on the project display. When I called the transaction, I did not see the customized fields on the display. I need to call transaction CJ20N that will display all the fields that have been customized on the screen display. I am not using SET PARAMETER before I make the call as it was unclear to me what the SET PARAMETER is used for.
    Any clue would be appreciated.
    thank you
    david Dittmer

    Hello Modak,
    I agrree that a parameter ID will not solve this issue. To test I built a stand alone ABAP program with the following code:
    data: bdcdata_wa typr bdcdata,
    bdcdata_tab type table of bdcdata.
    clear bdcdata_wa,
    bdcdata_wa-program = 'SAPLCNPB_M'.
    bdcdata_wa-dynpro = '1000'.
    bdcdata_wa-dynbegin = 'X'.
    append bdcdata_wa to bdcdata_tab.
    bdcdata_wa-fnam = 'PSP'.
    bdcdata_wa-fval = 'P.2009.00002'.
    append bdcdata_wa to bdcdata_tab.
    Call transaction 'CJ20N' using bdcdata_tab.
    This call works  just fine in a stand alone ABAP but will not work in a workflow method....any suggestions or clues
    Thank you

  • Authorization roles for display access to PD transactions

    Hi all,
    There is a requirement to create a new security role to allow display access to PD transactions :
    > Organisational and Staffing Display PPOSE,
    > Display Position PO13D,
    > Display Organisational Unit P010D
    With this role, display access needs to be restricted to view organisation units and positions within the line of business where the position with this security role sits, eg position is within Direct Sales and Service 55001641 therefore they can only view organisational structures that report through to this top org unit.
    Any inputs regarding this would be appreciated.
    Regards,
    Manasee

    Try with  object 'S_ENQUE' and ID 'S_ENQ_ACT'...
    Hope it helps!
    Bye,
    Roberto

  • Display/Change toggle option in custom transaction

    Hi all,
    I have created a custom transaction with 3 screens . Now the requirement is, I have to provide the user an option to toggle between Display/change mode. As per my idea, I have to identify all the fields to be toggled , assign them as a group in attributes and get it done using below code.
    Loop at screen.
    if screen-group1= 'XXX'.
    screen-input = 0/1.
    modify screen.
    endif.
    endloop.
    But , in my case , I have table control and some other fiedls on my screens.
    So, I have to use the above code twice in the PBO (once for all other fiedls and once for Table control fiedls).
    And I have to repeat this process in each screen.
    Is there any way to provide toggle option from display/change vice versa at complete transaction level in an easiest way?
    Thanks

    Other idea would be switching whole subscreens (I guess your custom program consists of them, right?). In these alternative screens you would need the same table controls with read only fields set by default. So you would switch from one to another back and forth.
    If you need to stick to same approach you have, the easiest would be creating a routine which loops through screen and turns on/off each group/screen fields given as parameters. Then you just call it in several places you need.
    Draft
    form turn_on_off using i_input type i
                                 i_fieldname type csequence
                                 i_group type csequence.
       loop at screen.
          if screen-group1 = i_group.
              i_screen-input = i_input.
          endif.
          if screen-name = i_fieldname.
               i_screen-input = i_input.
          endif.
          modify screen.
       endloop.
    endform.
    "PBO first screen
    perform turn_on_off using 0 space 'XXX'.
    "PBO second screen
    perform turn_on_off using 0 'FIELD1' space.
    "PBO third screen
    perform turn_on_off using 1 'FIELD2'  'XXX'.
    As you see you can use different combination of group/field/input options.
    Regards
    Marcin

  • Runtime error in WebDynpro - Access via 'NULL' object reference not possibl

    Hi,
        Structure of the CONTEXT in the VIEW::
         WDSCREEN1
              --> IMPORTING
                         --> S_KUNNR   <- its a select option
              --> EXPORTING
                        --> T_REPORT  <- Which is table to hold the output data (with 4 fields)
       In the context area i have root node (WDSCREEN1) and Sub nodes are IMPORTING and EXPORTING and child nodes as shown above. When i am referring them everything is fine except T_REPORT.
    * Declaration
      DATA:  node                  TYPE REF TO if_wd_context_node,
                  node_exporting TYPE REF TO if_wd_context_node,
                  node_importing  TYPE REF TO if_wd_context_node,
                  node_report       TYPE REF TO if_wd_context_node,
      node           = wd_context->get_child_node( wd_this->wdctx_wdscreeb1 ).
      node_exporting = node->get_child_node( wd_this->wdctx_exporting ).
      node_importing = node->get_child_node( wd_this->wdctx_importing ).
    * Bind the data to the context
      node_report = node_exporting->get_child_node( name = 'T_REPORT` ).
      node_report->bind_elements( lt_report ).
    Its giving run time error 'Access via 'NULL' object reference not possible. ' when it comes to ' node_report->bind_elements( lt_report ).' I checked the content while debugging and found that it was initial. Not sure why Node_report is initial. all others have data.
    node ->
    node_exporting ->
    node_importing ->
    node_report ->

    http://wiki.sdn.sap.com/wiki/display/EP/PointersforTroubleshootingPortalRuntime+Errors
    Hope this helps.
    -Veer

  • Best Performance in my custom transaction

    Hi,
    I want ask a thing:
    I'm trying to entry some materials via Purchase Order and i have simulate a inbound delivery access for custom transaction.
    My operations are:
    Creation of Batch
    Split Position with Batch
    Pack Furniture
    Create OT for Forniture
    EM of Forniture
    The first 3 operation are Batch-Input of vl32n.
    Between each operation I have insert a "WAIT UP to 4 second" to not raise exception but my transaction go very slow.
    IF i go down the time of wait up the process doesn't work.
    How I can improve the performance?
    Thanks to all.

    WAIT UP to 4 second" to not raise exception
    Why is that?  You shouldn't use the WAIT or an ENQUEUE_SLEEP call unconditionally.  Yuo don't know if it's necessary or even that the lag time is long enough.  Check for the lock release using the enqueue function in a short DO loop.  Calling 'WAIT' that many times is not very good either - each time you're forcing a roll in/roll out.

  • IC WEBCLIENT: Access via 'NULL' object reference not possible

    Hi,
    Iam working in ABAP, and learning CRM ABAP on CRM5.0 IDES Demo system I was trying to create a new WebIC by copying one view from CRM_IC to ZCRM_IC bsp application. Following are the steps I following according to Cook book documentation.
    1. I copied BuPaDisplayCustomer view and controller from CRM_IC to ZCRM_IC from
        BSP_WD_WORKBENCH by selecting CRM_IC and runtime profile = 'DEFAULT'.
    2. Created a runtime profile from SPRO->CRM->IC Webclient->Customer specific modifications->Define
       runtime profile.
    3. Copied the 'DEFAULT' runtime profile to my new profile 'Z_COOKBOOK'. Assign 'ZCRM_IC' by
       clicking on 'Controller and substitues'.
       BSP       Replaced Controller         BSP                 ReplacmentController
       CRM_IC BuPaMoreContactView    Z_CRM_IC         BuPaMoreContactView 
    4. Define IC Webclient profile:
        SPRO->CRM->IC Webclient->Define IC Webclient profile->Copy the DEFAULT profile and assign it to
        'Z_COOKBOOK',
    5. Assigned the Webclient profile to the user from t-code 'PPOMW'. Selected 'USER' from the 
        existing 'Position' and Goto->Detail object->Enhanced obj descrption.Selected IC webclient from the
       list and created Infotype assigned Webclient profile 'Z_COOKBOOK'.
    6. Execute the ZCRM_IC from SE80 by rightclick and Test. Here is my problem,Iam receiving the
       following error in the webpage.
         The following error text was processed in the system CR7 :
               Access via 'NULL' object reference not possible.
        The error occurred on the application server CR7_01 and in the work process 0 .
        The termination type was: RABAX_STATE
    The ABAP call stack was:
          Method: SET_MODELS of program CL_CRM_IC_BUPADISPCUSTOME=====CP
          Method: SET_MODELS of program CL_CRM_IC_BUPADISPCUSTOME=====CP
          Method: SET_MODELS of program CL_CRM_IC_BUPADISPCUSTOME_IMPLCP
          Method: DO_REQUEST of program CL_BSP_WD_VIEW_CONTROLLER=====CP
          Method: DO_REQUEST of program CL_BSP_CTRL_ADAPTER===========CP
          Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
          Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
          Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
          Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
          Module: %_HTTP_START of program SAPMHTTP
    I check the CRM services and all are active, using IE8 web browser. I just copied the view and controller
    from CRM_IC into Custom BSP application i.e., ZCRM_IC.
    Above error is occuring even If i run the standard CRM_IC BSP application and select one simple view.
    from SE80.
    Not sure whether any additional configuration or any special roles to be assigned to the Webclient profile.
    Thanks,
    Venn.

    hello swapna,
    we are facing the same error while accessing the leave request link, all jco are testing fine, i checked backend connection and its fine, please tel me how did u resolved that issue,
    Thanks in advance.....
    ajay

  • Display access for the tcode SCC4

    Hi all,
    I want only the display access for the tcode SCC4. In which authorization object I can do this.
    Regards,
    R.Suganya

    Good Afternoon yes you can goto transaction SU24 insert transaction SCC4 and execute, click on display indicator, and you will see the object S_TABU_DIS assign activity value (03) to your role for this object which has that transaction SCC4 assigned to it. Also make sure that no other roles for that user has this object other wise the values will overwrite it.
    Make sure you have locked transaction code OY24 as its a duplicate of SCC4.
    Hope this helps
    Edited by: nadim razaq on Sep 17, 2008 4:13 PM

Maybe you are looking for

  • How do I change the assigned site code on a REMOTE client via WMI (C#)?

    Hi I was wondering if it is possible to change the site code on a client remotely via WMI. I have found one or two links to this, eg http://msdn.microsoft.com/en-us/library/jj874135.aspx and http://social.technet.microsoft.com/Forums/systemcenter/en-

  • Free of charge items, ie price = u00A30.00 are not transferred to backend.

    Free of charge items, ie price = £0.00 are not transferred to backend. PO created with held status, but the SRM PO item IR flag is selected. If we manually amend the SRM PO item to remove the 'invoice receipt' flag, then save the PO, the PO does get

  • Trouble with PDF created with Captivate 6

    I have been using Captivate since version 4 and this is the first time I have had this problem. The generated PDF (which is the expected file size) displays a blank page with only the TOC button which sits there flashing rapidly. I have tried changin

  • Track order is wrong and locked

    I recently downloaded the "Some Cities" album by Doves from iTMS. Three of the tracks were tagged as being part of Doves' Celebrity Playlist, despite not being so. I changed the album name and the cover art of the three tracks in question, but they s

  • Customize ribbon for a single file, not the entire app

    Hi.  How can I apply ribbon customizations to a single .mdb file instead of the entire Access app? Thanks much, Audrey