Jump Report

Hi,
I have one workbook with Purchase Order information in one of the report's column.
I want to enable this workbook to jump to R3 T-Code ME23n to display that particular PO number selected.
I have set the sender and receiver in T-Code RSBBS in NetWeaver sytem.
After I executed the workbook, refresh, then right click on PO column, choose Goto|Display Purchase Order (ME23n), I got this error message "No Web server maintained for the presentation of log. system MIQCLNT585". MIQCLNT585 is the R3 system.
Any advice on how to configure a web server in R3 ? How to know whether it has the configuration or not in R3 side ?
Thanks.

Hi.
You probably have to see your basis people (or someone...) about the web server, as it needs to be set up. see below quote from [here|http://help.sap.com/saphelp_nw04/helpdata/en/61/b8c63ce4b79679e10000000a114084/content.htm].
The SAP Internet Transaction Server (ITS) and the SAP GUI for HTML are required for all SAP systems in which you want to call up transactions, so that the transaction is Web-enabled. In SAP systems that are based on SAP Web AS 6.40, you do not need a separate installation of the SAP ITS because this is a component of the SAP Web AS
br
jacob

Similar Messages

  • No Applicable data in Jump Report

    Hi All,
    I am having some issue with jump report.We are able to see the data in multiprovider of both main and jump one..when we check in report for Asia region i am able to see data in main report but when we go to jump report i am getting No Applicable data Found.Other than Asia ,jump report is showing data for other regions.Query is based on multiprovider.Ther is no conditions also.please help me out.
    Cheers,
    Bhavani

    That variable is having this call function query.
    WHEN c_zvbesfss.
          CALL FUNCTION 'ZBWSP_GET_INFOPROV_YYSTEERQ'
            EXPORTING
              i_bwsp_infoprov        = i_s_cob_pro-infoprov
      I_BWSP_QUERY           =
              i_bwsp_iobjnm          = '0COMP_CODE'
            TABLES
              i_bwsp_var_range       = i_t_var_range
      T_YYSTEERQ             =
              e_t_range              = e_t_range.
    and call function is
    DATA: r_bwsp_inobj      TYPE RANGE OF rsiobjnm,
            l_bwsp_inobj      TYPE rsiobjnm,
            w_bwsp_inobj      LIKE LINE OF r_bwsp_inobj,
            w_bwsp_var_range  TYPE rrrangeexit, "variable structure
            w_yysteerq        TYPE yysteerq,    "Steering Table
            l_s_range         TYPE rrrangesid.  "Range expanded around SID
      CONSTANTS: zsppc_c_zero TYPE char1  VALUE '0'.    "for zero
    Processing the i_t_var_range table and filling up the range r_bwsp_comp_code
      LOOP AT i_bwsp_var_range INTO w_bwsp_var_range WHERE iobjnm = i_bwsp_iobjnm.
        w_bwsp_inobj-sign   = w_bwsp_var_range-sign.
        w_bwsp_inobj-option = w_bwsp_var_range-opt.
        w_bwsp_inobj-low    = w_bwsp_var_range-low.
        w_bwsp_inobj-high   = w_bwsp_var_range-high.
        APPEND w_bwsp_inobj TO r_bwsp_inobj.
      ENDLOOP.
        l_bwsp_inobj = i_bwsp_iobjnm.
        SHIFT l_bwsp_inobj LEFT DELETING LEADING zsppc_c_zero.
    If the above range is filled then
      IF NOT r_bwsp_inobj IS INITIAL.
    Fill the t_yysteerq table from yysteerq database table
        SELECT *
        FROM yysteerq
        INTO TABLE t_yysteerq
        WHERE mprov = i_bwsp_infoprov
        AND query   = i_bwsp_query
        AND iobj    = l_bwsp_inobj
        AND char_val IN r_bwsp_inobj.
      ELSE.
    Otherwise fill t_yysteerq table from yysteerq database table
        SELECT *
        FROM yysteerq
        INTO TABLE t_yysteerq
        WHERE mprov = i_bwsp_infoprov
        AND query   = i_bwsp_query
        AND iobj    = l_bwsp_inobj.
      ENDIF.
    Check the sy-subrc and if OK, then update the e_t_range table
    by processing t_yysteerq internal table
      IF sy-subrc = 0.
        SORT t_yysteerq.
        DELETE ADJACENT DUPLICATES FROM t_yysteerq.
        LOOP AT t_yysteerq INTO w_yysteerq.
          l_s_range-low = w_yysteerq-cube.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'EQ'.
          APPEND l_s_range TO e_t_range.
        ENDLOOP.
    Delete e_t_range if any duplicates are updated.........
        SORT e_t_range BY low.
        DELETE ADJACENT DUPLICATES FROM e_t_range COMPARING low.
      ENDIF.
    ENDFUNCTION.
    I took abapers help but nothing found

  • Workbook 'Jump' report using RGGD1300

    Hi experts,
    I was wondering if anyone has encountered any problems when executing the program 'RGGD1300' as a jump report from a BI workbook, into R/3 special ledger.
    This program is basically the transaction code 'GD13', only with the advantage that you can skip that very large selection screen that you would normally get if you chose to use GD13 to jump instead.
    The program appears to work fine in version BW 3.5, however when we run it in BI 7.0 we get a error message " no reports available that can be executed"
    Anyone experienced this, or may have ideas?
    Thanks
    Edited by: Ehab Mansour on Jan 14, 2008 5:28 PM

    I have not yet got a response for this. S I'll close it for now.

  • Report taking more time to execute

    Hi,
       I Have created a report on " 0FIGL_O02 " General Ledger: Line Items(DSO)
      This report is creates for document details . so using this report i want to creat
       jump report. But When i am running the report it is taking more tme.
      variable sellections i uesed for this report.
    1. company code
    2.G/L Account
    3.Posting date
    there are no caliculations for this report.  But it is taaking more time and not getting
    executed.
    plz sugest.
    Regards,
    prasad.

    Hi,
    Please rebuild the statistics of the ODS.
    Also check the various options available below:
    ODS Performance
    -Vikram

  • RRI?  How to call ITS URL and pass field value from Bex Query.

    I am doing RRI from query to webaddress,
    i have defined jump(report type: webaddress and reicver report as url) from shopping cart bex query(SRM ) to webaddres.
    here url is SRM ITS base link for monitoring shoppingcart(http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN).
    jump is working from portal(from bex query ivew).
    but i want to pass value(shopping cart value) to above url and want to skip first screen.
    i have maintained assignment detail by assigning field name against shopping cart infoobject with type url parameter, but its not directly call reciver url with given input field.
    i tried the diffrent combination of url and field assignment as like below:
    1: web address url:http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN
    assigned field: GS_HEADER-OBJECT_ID
    but when we call reciver url from portal bex ivew, only initial screen come with page url as below:
    http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN?GS_HEADER-OBJECT_ID='selected number value'
    2: web address url:http://(hostname):(SRM port)/sap(cz1TSUQlM2FBTk9OJTNhc3JtZGV2X0lTRF8wMCUzYUdxdFNqdWdMS2xyTEFEelFTNFlWTnJXRjEzdy05UnhTWXl4TW03c3AtQVRU)/bc/gui/sap/its/bbp_mon_sc/~flNUQVRFPTgzMTcuMDAyLjAxLjAx====#jump_to_selected_sc
    assigned field: flNUQVRFPTgzMTcuMDAyLjAxLjAx
    but when we call reciver url from portal bex ivew, only initial screen come with page url as below:
    http://(hostname):(SRM port)/sap(cz1TSUQlM2FBTk9OJTNhc3JtZGV2X0lTRF8wMCUzYUdxdFNqdWdMS2xyTEFEelFTNFlWTnJXRjEzdy05UnhTWXl4TW03c3AtQVRU)/bc/gui/sap/its/bbp_mon_sc/~flNUQVRFPTgzMTcuMDAyLjAxLjAx====#jump_to_selected_sc?flNUQVRFPTgzMTcuMDAyLjAxLjAx='selected number value'
    I have seen the source code of that url(inital screen and after entring the value to that screen) too.
    how to call webadress(SRM ITS base shopping cart URL) with passing the one of field value of that url screen?
    Thanks and regards,
    Dushyant.

    Declare the gv_orderid in modulepool program.
    And Declare the parameter as import parameter in smartform.
    CALL FUNCTION  lv_form
       EXPORTING
    *   ARCHIVE_INDEX              =
    *   ARCHIVE_INDEX_TAB          =
    *   ARCHIVE_PARAMETERS         =
    *   CONTROL_PARAMETERS         =
    *   MAIL_APPL_OBJ              =
    *   MAIL_RECIPIENT             =
    *   MAIL_SENDER                =
    *   OUTPUT_OPTIONS             =
    *   USER_SETTINGS              = 'X'
         i_input                    =  gv_orderid
    * IMPORTING
    *   DOCUMENT_OUTPUT_INFO       =
    *   JOB_OUTPUT_INFO            =
    *   JOB_OUTPUT_OPTIONS         =
    * EXCEPTIONS
    *   FORMATTING_ERROR           = 1
    *   INTERNAL_ERROR             = 2
    *   SEND_ERROR                 = 3
    *   USER_CANCELED              = 4
    *   OTHERS                     = 5

  • RRI: BEX query to webadress(is SRM ITS base URL with passing value to it)

    Dear friends,
    I am doing RRI from query to webaddress,
    i have defined jump(report type: webaddress and reicver report as url) from shopping cart bex query(SRM ) to webaddres.
    here url is SRM ITS base link for monitoring shoppingcart(http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN).
    jump is working from portal(from bex query ivew).
    but i want to pass value(shopping cart value) to above url and want to skip first screen.
    i have maintained assignment detail by assigning field name against shopping cart infoobject with type url parameter, but its not directly call reciver url with given input field.
    i tried the diffrent combination of url and field assignment as like below:
    1: web address url:http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN
    assigned field: GS_HEADER-OBJECT_ID
    but when we call reciver url from portal bex ivew, only initial screen come with page url as below:
    http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN?GS_HEADER-OBJECT_ID='selected number value'
    2: web address url:http://(hostname):(SRM port)/sap(cz1TSUQlM2FBTk9OJTNhc3JtZGV2X0lTRF8wMCUzYUdxdFNqdWdMS2xyTEFEelFTNFlWTnJXRjEzdy05UnhTWXl4TW03c3AtQVRU)/bc/gui/sap/its/bbp_mon_sc/~flNUQVRFPTgzMTcuMDAyLjAxLjAx====#jump_to_selected_sc
    assigned field: flNUQVRFPTgzMTcuMDAyLjAxLjAx
    but when we call reciver url from portal bex ivew, only initial screen come with page url as below:
    http://(hostname):(SRM port)/sap(cz1TSUQlM2FBTk9OJTNhc3JtZGV2X0lTRF8wMCUzYUdxdFNqdWdMS2xyTEFEelFTNFlWTnJXRjEzdy05UnhTWXl4TW03c3AtQVRU)/bc/gui/sap/its/bbp_mon_sc/~flNUQVRFPTgzMTcuMDAyLjAxLjAx====#jump_to_selected_sc?flNUQVRFPTgzMTcuMDAyLjAxLjAx='selected number value'
    I have seen the source code of that url(inital screen and after entring the value to that screen) too.
    how to call webadress(SRM ITS base shopping cart URL) with passing the one of field value of that url screen?
    Thanks and regards,
    Dushyant.

    Hi,
    i have replied wrong,
    i mean that
    when i am trying this,
    http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN&GS_HEADER-OBJECT_ID='selected number value'
    with field assignment: shopping cart number = GS_HEADER-OBJECT_ID (for drill down on particular field, i.e. open the URL with this field value entred from sender query's field shopping cart number)
    result is coming: http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN&GS_HEADER-OBJECT_ID='selected number value'&GS_HEADER-OBJECT_ID=10000456
    and when try this:
    http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN
    with field assignment: shopping cart number = GS_HEADER-OBJECT_ID
    result is coming: http://(hostname):(SRM port)/sap/bc/gui/sap/its/bbp_mon_sc?sap-client=200&sap-language=EN&GS_HEADER-OBJECT_ID=10000456
    but not skiping the initial screen.
    Thanks.

  • Usage of RRI only at the leaf of the hierarchy

    Dear all,
    I have a query with a hierarchy in the row.
    I have implemented RRI to call another query and it works well.
    But I would like to restrict the RRI on a hierarchy level.
    Is it possible to use RRI only at the leaf of the Hierarchy?
    Thanks for your help
    Céline

    Hi ,
    It is possible to restrict RRI for heirarchy level.
    Generally you will jump report to report by using characteric. So while taking the referance use the character used at perticular level of the hierarchy.
    Thanks,
    Nagandla

  • What is Display in Window of RRI in Web Template

    Hi All,
      I have searched in SDN and read lot of documents and SAP Help to know, how to use one option in RRI, but ended up with no success. which is the reason I am posting my query here, pls throw your lights ;-).
    There are 4 options available in web template settings to set up jump reports. I would like to know how can I use option 'Display in Window'.
    Remaining options are
    1. Frame Name - This displays the jump report in the specified frame, for this we can use HTML code.
    2. No Entry (Blank) - This is the default setting, which always opens the jump report in New Window.
    3._self - Using this value, the jump report will open in the same window, by overwriting the existing report.
    I will be very thankful, if someone can tell, how to use 'Display in Window' option? I mean what HTML command I need to use or is there any predefined word which I can use.
    Your answers are much appreciated.
    Regards
    Charan.

    In fact having checked out a number of videos on Lynda.com, Illustrator is what I want. It was never about html - that already forms part of what I am already doing. As to mailchimp - I know all about that and don't like it and don't need it  - the method I currently use from Dreamweaver to email works great.
    The question was always about graphics and text for the web and a desire to have the same layout and quality as InDesign - I probably just didn't ask the right question.
    Thanks as always.

  • Appcelerator integration with SMP3.0

    Hi All,
    I would like to get some information on Appcelerator integration with SMP3.0. Has anyone worked on Integrating Appcelerator with SMP3.0. Please share sample code and docs if available.
    Appreciate your help.
    Thanks,
    Uday.
    [DOUBLE POSTED: http://scn.sap.com/thread/3597216 THIS THREAD LOCKED BY MODERATOR]

    Hi,
      To open the jump report in new window or in the same window we can use option "show jump target in" in BW3.X and "RRI Open mode" in BW7.X, in 3.X we can see following 3 options
    1. No Entry or _self - This opens the jump report in new window
    2.Frame Name -  This is with HTML code, to partition the current window.
    3. Window Name - ???how can I use this option???
    can anyone pls let me know, how can we use frame option to open new tab and how can I use window name option to open in new tab.
    My IE settings are set to open in new tab insted of new window, still the it is not working.
    Thanks for your help.

  • Jump target RRI from BW report to CRM Portal

    Hello Experts,
    Need to create a Jump target from the BW query to CRM Portal Tcode CRMD_ORDER.
    I am passing the transaction number ( similar to sales order in R/3) to this tcode CRMD_ORDER in CRM
    Step1) create the receiver
    Type: Transaction. Defined the source system and entered the Tcode CRMD_ORDER in the 'report' field.
    Receiver is created
    Assignment. details:
    I can see the source infobject 0CRM_OBJ_ID from the Infobject column; Type : Infobject; Field name : OBJECT_ID / GV_OBJECT_ID;
    OBJECT_ID is the table field in the CRM System for the transaction number.
    GV_OBJECT_ID is the screen field name in the CRM system for TCODE CRMD_ORDER.
    I tried with both the OBJECT_ID and GV_OBJECT_ID.
    Expected result: Open the Tcode CRMD_ORDER with the transaction number eg: 1000001 that is passed from the Bex report. Currently that is not happening. It is opening Tcode CRMD_ORDER but not the document 1000001. I have to manually open it.
    Please suggest if anything got missed in the definetion of RSBBS.
    Regards,
    BWer

    Hi,
    What I found out so far is that by using a URL like
    http://...:8060/sap/bc/gui/sap/its/BBP_POC_DISPLY?sap-client=300&sap-language=EN&PO_GUID=490622657B526483E10000000A0A3D25
    in RRI it is possible to jump from a BW web report to SRM to display a corresponding purchase order. This URL uses the PO_GUID, but with help of a couple of lines of ABAP in a custom BSP I was able to use the PO number instead of the GUID, too.
    In general I  am looking for URL's do display purchase oders, shopping carts and confirmations in SRM and URL parameters that can be used. Or anything related to that topic.
    From my experience users find it very useful to easily jump from BW into the original transactions to clarify potential issues there. I have implemented this a lot in the past with BW and classic R/3 GUI transactions, so I'm looking for a way to implement this with SRM as well.
    Best regards,
    Rudolf

  • Jump from alv report to qa03 screen based on PRUEFLOS field

    Hi experts,
    I developed one alv report ,in that one field name is PRUEFLOS (inspection lot number).I want to jump from alv report
    to QA03 screen based on PRUEFLOS field.I wrote in this way but i didn't get.
    FORM USER_COMMAND USING UCOMM LIKE SY-UCOMM SELFIELD TYPE SLIS_SELFIELD.
      CASE SELFIELD-FIELDNAME.
        WHEN 'PRUEFLOS'.
          READ TABLE T_FINAL INDEX SELFIELD-TABINDEX.
          SET PARAMETER ID  'QLS' FIELD T_FINAL-PRUEFLOS.
          CALL TRANSACTION 'QA03'   AND SKIP FIRST SCREEN.
      ENDCASE.
    ENDFORM.
    what is the problem ?pls help me in this.

    Hi Ram,
    Recheck:
    1) You have passed 'FORM USER_COMMAND' in 'I_CALLBACK_USER_COMMAND' while calling f.m. for ALV displa, and
    2) You have checked the value of user command, i.e.
    FORM USER_COMMAND USING UCOMM LIKE SY-UCOMM SELFIELD TYPE SLIS_SELFIELD.
    CASE SY-UCOMM.
    WHEN '&IC1'.
    CASE SELFIELD-FIELDNAME.
    WHEN 'PRUEFLOS'.
    READ TABLE T_FINAL INDEX SELFIELD-TABINDEX.
    SET PARAMETER ID 'QLS' FIELD T_FINAL-PRUEFLOS.
    CALL TRANSACTION 'QA03' AND SKIP FIRST SCREEN.
    ENDCASE.
    ENDCASE.
    ENDFORM.
    Regards,
    Birendra

  • Jump from alv report to cor2 screen

    Hi experts,
    I develop one alv report ..i want to jump from alv report to COR2 screen when click on order number(field name is AUFNR).
    i wrote code in this way.
    FORM USER_COMMAND USING UCOMM LIKE SY-UCOMM SELFIELD TYPE SLIS_SELFIELD
      CASE SELFIELD-FIELDNAME.
        WHEN 'AUFNR'.
          READ TABLE T_FINAL INDEX SELFIELD-TABINDEX.
          SET PARAMETER ID  'AUF' FIELD T_FINAL-AUFNR.
          CALL TRANSACTION 'COR2'   AND SKIP FIRST SCREEN.
      ENDCASE.
    ENDFORM.
    but it is not working properly,when u click on any order number it is going only the same order number(in cor2 screen).
    what is the problem? set par id (AUF) EXIST IN TPARA table compulsalory or it is created automatically?
    pls help me in this . If possible pls send the code.

    Hi,
    I have already mentioned both ways, but ok, once again.
    A. how I found parameter ID ANR:
    1.) run transaction COR2
    2.) set cursor to field "Process order"
    3.) press F1 button
    4.) performance assistant displays
    5.) press "Technical Information"
    6.) technical information displays
    7.) in field "Parameter ID" you can see parameter ID assigned to a screen field
    B. how I found parameter ID BR1:
    1.) switch on debugger
    2.) run transaction COR2
    3.) put a breakpoint on "GET PARAMETER" statement
    4.) debugger stops on every GET PARAMETER statement in PBO of COR2
    5.) there you can see that BR1 is used for field AUFNR
    Basically first mentioned way is sufficient, because system gets parameter value from parameter ID assigned to a screen element automatically. But in this case a value is overwritten by coding in PBO of COR2.
    Hope it helps.
    Regrds,
    Adrian

  • Jump in a WebI report from report A to report B (BI4)

    Hi all,
    Within my WebI document I want to jump from the first report to a specific report in de total WebI report. Is this possible with the OpenDocument function?
    An example:
    Column A    |   Column B   
    Value 1       |   KeyFigure 1
    Value 2       |   KeyFigure 1
    My customer wants to click on "Value 1" and then jump to a report (same WebI document) with details of Value 1.
    When clicking on "Value 2", he needs to jump to a report with details of Value 2.
    Hope this scenario is possible in BI4 WebI or do I need to wait on the RRI functionality?
    Can anyone help me?
    Regards,
    Pieter

    The problem with the value "#UNAVAILABLE" is solved. In this case I created a variable with the in-operator:
    =[Spend 2011] In ([Segment type])
    Now I want to jump to another report in my WebI document. For this scenario I created a new variable (with name test) with the formula:
    =If [Segment type] = "FACILITIES" Then "Facilities_detail"
    ElseIf [Segment type] = "HR" Then "HR_detail"
    ElseIf [Segment type] = "ICT" Then "ICT_detail"
    ElseIf [Segment type] = "MARCOM" Then "Marcom_detail"
    ElseIf [Segment type] = "NOG TE SEGM." Then "Nog_te_segm_detail"
    The dynamic Element sReportname I defined as: ="[test]".
    After these steps, the hyperlink will not work with my dynamic Segment Type. Did anyone have this experience and how can i solve this?
    Regards,
    Pieter

  • Report generation toolkit jumping between workbooks

    Hi,
    I am having an issue with my VI which I am wondering if anyone has a fix too or workaround.
    Basically during my tests I write multiple sets of data to different sheets in Excel using the Report Generation Toolkit.
    At the start of my code I open a workbook (template Excel file), I write data to the file at the end of each test for each iteration and then save and close the file at the end.
    I have attached a PNG of one of my sub VIs which writes one set of data to one sheet, this could be called numerous times during my code.
    The issue I have is that if I am working with a seperate workbook, each time my sub VI runs it will jump to the test results workbook.
    I am aware that I do "Get" the workbook in my code and this is why it happens.
    Is there a way to call different sheets in a workbook in a VI without affecting the user who is working on a seperate workbook, write data in the background?
    I am unsure if it is possible to write data to different sheets in a workbook without using the "Excel Get Worksheet VI" before entering the data.
    I also know I could just save all data in arrays and then at the very end write all data to the workbook but this is not a preference
    Any information would be gratefully appreciated
    Thanks.
    Solved!
    Go to Solution.
    Attachments:
    write_to_excel.PNG ‏14 KB

    Changed the window state to "No Change" in the new report VI
    Seems to have done the trick
    Attachments:
    report_settings.PNG ‏2 KB

  • Asking for login details jumping from BW  to SS report at Portal site

    Hi Guys
    Our BW reports are avilable from protal for user's.
    Now the issue we are facing is when we jump from BW report to source system(SRM) report, it is aksing for login details for source system. where as at portal site it should not ask for login deatils. And we are facing this issue only in QA system and not PRD system.
    M not sure where things are going wrong. I have checked SSO. nothing seems to be wrong here also.
    Thanks & Regards,
    Rohini

    Hi Rohini,
    I may not be correct. But does the user id which you are using (both in QA & Prod) have same settings for User-Type (<i>SU01 -> Logon Data -> User Type</i>). ?
    Also u can check the RFC Settings (SM59).
    Hope it would help..
    Regards,
    Vikrant.

Maybe you are looking for

  • Can not use TOUCH function on Nokia 6600 slide

    Can not use TOUCH function on Nokia 6600 slide- turned on sensor in phone settings, but when i touch the PHONE it does not work. Please, tell me how use this function or maybe my phone is out of order

  • Problem with  VL02n

    Hi, all I have problem with print outbound del. , when printing have message :Error in address output(name not filed). this is happend for several issues not for all, some are printable.

  • Printing a listing from an array of objects

    I know I'm missing something simple here but for the life of me I can't spot it. The code below should print a list of student names to the screen. At the moment it only prints the last name entered into the array. I will kick myself when I see the a

  • Year ending problem in production

    Dear Sapgurus, we already run T Code  FAGLGVTR for GL balances & F.07 for Vendor & Customer code wherein balances carried forward to fiscal year 2009 to fiscal year 2010 for GL, Vendor & Customer. Now issue is that when we run T-Code S_PL0_86000028 (

  • Officejet J4550 All-in-One Software and Drivers not supported in Windows 7

    Windows 7 (automatic) and I (manual download from HP site) tried to install the printer driver software (64 bit system) and got an error software not supported. Went to the windows update site and the Officejet 4500 series was not listed. Is there an