Cyrilic char not coming properly

Hi experts,
When fetching data from FTP server to application server the Cyrilic character are coming as '#'  into appl server.
But ftp  data is perfect with cyrilic format.
1. how can i copied ftp cyrilic data into application server in proper cyrilic format.
question update:
Now another problem i am facing .
when read the data from appln to itab using open data set.
itab contains '#' instead of cyrilic char.
i use
open dataset l_file_path for input in legacy text mode code page '1500'.
any idea about any other code page.
Thanks ,
Jo
Edited by: jowar saha on Jul 23, 2010 8:45 AM
Edited by: jowar saha on Jul 23, 2010 9:36 AM

Can you try with codepage '1504 ?
Check this link [http://help.sap.com/saphelp_nw04/helpdata/en/c1/ae563cd2ad4f0ce10000000a11402f/content.htm]
Here you have a mention of the notes 112065 & 302063, check if they help.
You can also use the trxn. SCP to check in which codepage (CP) the character exists.
BR,
Suhas
Edited by: Suhas Saha on Jul 23, 2010 1:36 PM

Similar Messages

  • WBS element output not coming properly .

    Hi ,
    I have a customized report with , project(proj-pspid) ,wbs element( prps-posid) as selection parameters . The output is coming preperly when project is given as output but is not coming properly when wbs element is given as input. I am using PSJ logical database . Not sure why in debugging while giving only wbs element it is going to 'Conversion_exit_abpsn_input' instead of teh conversion exit 'Conversion_exit_abpsp_input' . Any idea on how it can be resolved?

    Hi,
         Please refer the WBS element to PSPNR (PRPS-PSPNR) instead of prps-posid ,
         prps-posid refers to exit 'Conversion_exit_abpsn_input' and not 'Conversion_exit_abpsp_input'.
    Regards,
    Srini.

  • Content Not Coming Properly after converting a Smartform to PDF.

    I am converting a smartform into PDF format using CONVERT_OTF .
    This smart form will be triggered from the portal at the occurance of an event .After Conversion some texts are properly outputted in the PDF but some texts which are in  arabic are not coming properly ( shows some junk data in a language other than Arabic).
    Can any give a Solution ??
    Thanks
    Chaitanya Sharma
    Edited by: chaitanya  sharma on Jan 28, 2009 2:15 PM

    hi
    try using this fm CONVERT_OTF_2_PDF
    hope this helps
    regards
    Aakash Banga

  • Condition value in billing not coming properly.

    Hi All,
    We have an issue wherein the condition value in billing document is not coming properly.
    When qty is multiplied by the price the value should come as 208.04 ( 54.51 * 4 qty ), but the condition value is coming as 16.77.
    We checked but could not find any proper reason for this.
    When checked in details of condition type, we can see the Condition Origin as manually entered, but we are ot ale to trace the changes and also who entered the condition manually.
    Kindly advise on the issue as it

    Hi Mr. Satish,
    I agree with Mr. Rajesh and for your 2nd question.
    We can easily track down who entered the condition type in order
    there are two possiblities
    Either user who created the order, enter that condition type, that will not recorded in the changes so you can see the user id at header level--> on sales data page "Created by"
    If some other user come in VA02 and enter the condition type then you can see it in
    Go to Menu "Enviroment" --> Click at changes --> your document number is there --> Execute and see who entered it
    Regards
    MT

  • Theme not coming properly

    Hi Experts,
    We are having Federated Portal and the custom theme XYZ is developed in Consumer Portal. The ESS/MSS iviews are linked through Remote Role Assignment from Producer portal.
    The theme is not coming properly. From Mashead to Top level navigation the theme XYZ is coming correctly but when I opens the page having iviews then the iView Tray is showing the SAP Standard theme and the content in the iView is sometimes taking correct XYZ theme.
    I have cleared Federated cache, navigation cache and also cookies, but still it is not coming properly.
    When I view source iView then
    <html><head><LINK REL=stylesheet HREF="/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/sap_standard/prtl_std/prtl_std_ie6.css?7.1.6.0.0">
    Please suggest.
    Regards,
    Deep

    Try by re-starting the portal.
    This is rarely necessary when dealing with the SAP Portal theme.
    The advice from Sushil looks more like the solution as it is common to not upload the consumer portal theme in the producer portal. Because in an FPN the producer theme will be used when the consumer theme isn't found:
    [SAP Note 880482|https://service.sap.com/sap/support/notes/880482]
    http://help.sap.com/saphelp_nw04s/helpdata/en/5b/9f2d4293825333e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/46/06f6dc000a5a68e10000000a1553f7/content.htm
    "If you are using custom made themes or have modified any of the out-of-the-box themes on the consumer portal, an administrator must manually import these themes to the producer portal. "
    Next source of problems with themes is when your consumer and producer are on a different version (specifically when the producer is on a higher SPS or EHP) even when the consumer theme was imported into the producer.
    br,
    Tobias

  • Smart form -Right Alignment is not coming properly

    Hi Folks,
    While Printing Smart form for Invoice ,using right aligned Paragraphs  texts are not coming properly.....but  using left aligned paragraphs text  are coming proporly....we want both left aligned and right aligned in same table ...for print preview it showing fine but while taking the print out it comes like this
    for eg:  ---
    Net amount
    1,000.00
          750.00
    2,000.00
            40.00
          100.00
          300.00
    30,000.00
    O/P showing like this ....i have checked all the options in right aligned paragraph but no use
    Kindly help ....
    Edited by: bismilpk on Dec 26, 2010 2:31 PM

    yes .....I solved....got the answer

  • Logo is not coming properly while mailing the script

    this is my code..
    m converting script output to pdf and sending as attachment... my pdf conatains LOGO.. when i received the mail,text is coming properly but LOGO is not getting printed properly..
    pls suggest any solution to this...
    thanking u in advance...
    *& Report  ZZGBTEST_PDF
    REPORT  ZZGBTEST_PDF.
    TABLES: PA0105.
    DATA: LF_FM_NAME TYPE RS38L_FNAM.
    DATA: WA_CTRLOP TYPE SSFCTRLOP,
          WA_OUTOPT TYPE SSFCOMPOP,
          WA_STXH LIKE STXH.
    DATA: T_OTFDATA TYPE SSFCRESCL,
          T_PDF_TAB LIKE TLINE OCCURS 0 WITH HEADER LINE,
          T_LINE LIKE TLINE OCCURS 0 WITH HEADER LINE.
    DATA : T_OTF TYPE ITCOO OCCURS 0 WITH HEADER LINE,
           W_FILESIZE TYPE I,
           W_BIN_FILESIZE TYPE I.
    *OBJECTS TO SEND MAIL.
    DATA :  I_OBJPACK LIKE SOPCKLSTI1 OCCURS 0 WITH HEADER LINE,
            I_OBJTXT LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE,
            I_OBJBIN LIKE SOLIX OCCURS 0 WITH HEADER LINE,
            I_RECLIST LIKE SOMLRECI1 OCCURS 0 WITH HEADER LINE,
            I_RECORD LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE,
            W_OBJHEAD TYPE SOLI_TAB,
            W_DOC_CHNG TYPE SODOCCHGI1,
            W_BUFFER TYPe STRING. "TO CONVERT FROM 132 TO 255.
    DATA : V_LINES_TXT TYPE I,
           V_LINES_BIN TYPE I.
    SELECTION-SCREEN BEGIN OF BLOCK SCR WITH FRAME TITLE TEXT-900.
      SELECT-OPTIONS: MAILTO FOR PA0105-USRID_LONG NO INTERVALS.
      PARAMETERS : WDATE LIKE SY-DATUM DEFAULT SY-DATUM,
                   TESTRUN AS CHECKBOX .
    SELECTION-SCREEN END OF BLOCK SCR.
    DATA: DATAB TYPE TABLE OF ITCOO WITH HEADER LINE,
          PDFTAB TYPE TABLE OF TLINE WITH HEADER LINE,
          BINFILESIZE TYPE I.
    DATA: FNAME TYPE STRING,
          FPATH TYPE STRING,
          FULL_PATH TYPE STRING.
    DATA: STRUCT TYPE ITCPO.
    START-OF-SELECTION.
    WA_CTRLOP-GETOTF = 'X'.
    WA_CTRLOP-NO_DIALOG = 'X'.
    WA_OUTOPT-TDNOPREV = 'X'.
    STRUCT-TDDEST   = 'LP01'.
    STRUCT-TDNOPREV = 'X'.
    STRUCT-TDGETOTF = 'X'.
    CALL FUNCTION 'OPEN_FORM'
    EXPORTING
       DEVICE                            = 'PRINTER'
       DIALOG                            = SPACE
       FORM                              = 'ZGBTEST'
       LANGUAGE                          = SY-LANGU
       OPTIONS                           = STRUCT
    EXCEPTIONS
       CANCELED                          = 1
       DEVICE                            = 2
       FORM                              = 3
       OPTIONS                           = 4
       UNCLOSED                          = 5
       MAIL_OPTIONS                      = 6
       ARCHIVE_ERROR                     = 7
       INVALID_FAX_NUMBER                = 8
       MORE_PARAMS_NEEDED_IN_BATCH       = 9
       SPOOL_ERROR                       = 10
       CODEPAGE                          = 11
       OTHERS                            = 12
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
       ELEMENT                        = 'MAIN'
       WINDOW                         = 'MAIN'
    IMPORTING
      PENDING_LINES                  =
    EXCEPTIONS
       ELEMENT                        = 1
       FUNCTION                       = 2
       TYPE                           = 3
       UNOPENED                       = 4
       UNSTARTED                      = 5
       WINDOW                         = 6
       BAD_PAGEFORMAT_FOR_PRINT       = 7
       SPOOL_ERROR                    = 8
       CODEPAGE                       = 9
       OTHERS                         = 10
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'CLOSE_FORM'
    TABLES
       OTFDATA                        = DATAB[]
    EXCEPTIONS
       UNOPENED                       = 1
       BAD_PAGEFORMAT_FOR_PRINT       = 2
       SEND_ERROR                     = 3
       SPOOL_ERROR                    = 4
       CODEPAGE                       = 5
       OTHERS                         = 6
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF..
    CALL FUNCTION 'CONVERT_OTF'
    EXPORTING
       FORMAT                      = 'PDF'
    IMPORTING
       BIN_FILESIZE                = BINFILESIZE
      TABLES
        OTF                         = DATAB[]
        LINES                       = T_PDF_TAB[]
    EXCEPTIONS
       ERR_MAX_LINEWIDTH           = 1
       ERR_FORMAT                  = 2
       ERR_CONV_NOT_POSSIBLE       = 3
       ERR_BAD_OTF                 = 4
       OTHERS                      = 5
    IF SY-SUBRC EQ  0.
    MESSAGE 'SCRIPT SUCCESSFULLY CONVERT IN TO PDF' TYPE 'I'.
    ENDIF.
      LOOP AT T_PDF_TAB.
    REPLACING SPACE BY ~
        TRANSLATE T_PDF_TAB USING ' ~'.
        CONCATENATE W_BUFFER T_PDF_TAB INTO W_BUFFER.
      ENDLOOP.
    REPLACING ~ BY SPACE
      TRANSLATE W_BUFFER USING '~ '.
      DO.
        I_RECORD = W_BUFFER.
    APPENDING 255 CHARACTERS AS A RECORD
        APPEND I_RECORD.
        SHIFT W_BUFFER LEFT BY 255 PLACES.
        IF W_BUFFER IS INITIAL.
          EXIT.
        ENDIF.
      ENDDO.
    REFRESH : I_RECLIST, I_OBJTXT, I_OBJBIN, I_OBJPACK.
    CLEAR W_OBJHEAD.
    OBJECT WITH PDF.
      I_OBJBIN[] = I_RECORD[].
      DESCRIBE TABLE I_OBJBIN LINES V_LINES_BIN.
    MAIL TEXT TO BE FILLED UP HERE
      SELECT SINGLE TDID TDSPRAS TDNAME TDOBJECT FROM STXH INTO
      CORRESPONDING FIELDS OF WA_STXH
        WHERE TDOBJECT ='TEXT' AND TDNAME = 'ZGBTEST'.
      IF SY-SUBRC = 0.
        CALL FUNCTION 'READ_TEXT'
          EXPORTING
           CLIENT                        = SY-MANDT
            ID                            = WA_STXH-TDID
            LANGUAGE                      = WA_STXH-TDSPRAS
            NAME                          = WA_STXH-TDNAME
            OBJECT                        = WA_STXH-TDOBJECT
          TABLES
            LINES                         = T_LINE.
        LOOP AT T_LINE.
          I_OBJTXT = T_LINE-TDLINE.
          APPEND I_OBJTXT.
        ENDLOOP.
      ENDIF.
      DESCRIBE TABLE I_OBJTXT LINES V_LINES_TXT.
    DOCUMENT INFORMATION.
      W_DOC_CHNG-OBJ_NAME = 'FORM'.
      W_DOC_CHNG-EXPIRY_DAT = SY-DATUM + 10.
      W_DOC_CHNG-SENSITIVTY = 'F'. "FUNCTIONAL OBJECT
      W_DOC_CHNG-DOC_SIZE = V_LINES_TXT * 255.
    PACK TO MAIN BODY AS RAW.
    OBJ. TO BE TRANSPORTED NOT IN BINARY FORM
      CLEAR I_OBJPACK-TRANSF_BIN.
    START LINE OF OBJECT HEADER IN TRANSPORT PACKET
      I_OBJPACK-HEAD_START = 1.
    NUMBER OF LINES OF AN OBJECT HEADER IN OBJECT PACKET
      I_OBJPACK-HEAD_NUM = 0.
    START LINE OF OBJECT CONTENTS IN AN OBJECT PACKET
      I_OBJPACK-BODY_START = 1.
    NUMBER OF LINES OF THE OBJECT CONTENTS IN AN OBJECT PACKET
      I_OBJPACK-BODY_NUM = V_LINES_TXT.
    CODE FOR DOCUMENT CLASS
      I_OBJPACK-DOC_TYPE = 'RAW'.
      APPEND I_OBJPACK.
    PACKING AS PDF.
      I_OBJPACK-TRANSF_BIN = 'X'.
      I_OBJPACK-HEAD_START = 1.
      I_OBJPACK-HEAD_NUM = 1.
      I_OBJPACK-BODY_START = 1.
      I_OBJPACK-BODY_NUM = V_LINES_BIN.
      I_OBJPACK-DOC_TYPE = 'PDF'.
      I_OBJPACK-OBJ_NAME = 'FORM'.
      I_OBJPACK-OBJ_DESCR = 'temp.PDF'.
      I_OBJPACK-DOC_SIZE = V_LINES_BIN * 255.
      APPEND I_OBJPACK.
    DOCUMENT INFORMATION.
      CLEAR I_RECLIST.
      CLEAR I_RECLIST[].
    E-MAIL RECEIVERS.
    LOOP AT MAILTO.
      I_RECLIST-RECEIVER = MAILTO-LOW.
      I_RECLIST-EXPRESS  = 'X'.
      I_RECLIST-REC_TYPE = 'U'. "INTERNET ADDRESS
      APPEND I_RECLIST.
    ENDLOOP.
    SENDING MAIL.
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          DOCUMENT_DATA              = W_DOC_CHNG
          PUT_IN_OUTBOX              = 'X'
          COMMIT_WORK                = 'X'
        TABLES
          PACKING_LIST               = I_OBJPACK
          OBJECT_HEADER              = W_OBJHEAD
          CONTENTS_HEX               = I_OBJBIN
          CONTENTS_TXT               = I_OBJTXT
          RECEIVERS                  = I_RECLIST
        EXCEPTIONS
          TOO_MANY_RECEIVERS         = 1
          DOCUMENT_NOT_SENT          = 2
          DOCUMENT_TYPE_NOT_EXIST    = 3
          OPERATION_NO_AUTHORIZATION = 4
          PARAMETER_ERROR            = 5
          X_ERROR                    = 6
          ENQUEUE_ERROR              = 7
          OTHERS                     = 8.
      IF SY-SUBRC = 0.
        WRITE :/ 'MAIL SENT SUCCESSFULLY...'.
      ENDIF.
    *CALL METHOD cl_gui_frontend_services=>FILE_SAVE_DIALOG
      CHANGING
         FILENAME = FNAME
         PATH = FPATH
         FULLPATH = FULL_PATH.
    *CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
       BIN_FILESIZE                    = BINFILESIZE
       FILENAME                        = FULL_PATH
       FILETYPE                        = 'BIN'
    TABLES
       DATA_TAB                        = PDFTAB[]
      FIELDNAMES                      =
    EXCEPTIONS
      FILE_WRITE_ERROR                = 1
      NO_BATCH                        = 2
      GUI_REFUSE_FILETRANSFER         = 3
      INVALID_TYPE                    = 4
      NO_AUTHORITY                    = 5
      UNKNOWN_ERROR                   = 6
      HEADER_NOT_ALLOWED              = 7
      SEPARATOR_NOT_ALLOWED           = 8
      FILESIZE_NOT_ALLOWED            = 9
      HEADER_TOO_LONG                 = 10
      DP_ERROR_CREATE                 = 11
      DP_ERROR_SEND                   = 12
      DP_ERROR_WRITE                  = 13
      UNKNOWN_DP_ERROR                = 14
      ACCESS_DENIED                   = 15
      DP_OUT_OF_MEMORY                = 16
      DISK_FULL                       = 17
      DP_TIMEOUT                      = 18
      FILE_NOT_FOUND                  = 19
      DATAPROVIDER_EXCEPTION          = 20
      CONTROL_FLUSH_ERROR             = 21
      OTHERS                          = 22
    *IF SY-SUBRC <> 0.
    MESSAGE 'Error !!!' TYPE 'E'.
    *ELSE.
    MESSAGE 'PDF FILE SUCCESSFULLY DOWNLOADED ...!!!' TYPE 'I'.
    *ENDIF.

    Hi Sagar,
    In scripts when you will see print preview the logo will be not shown up with clarity.Take the print out of the document and check whether logo is printing up with clarity.
    Thanks
    Phani

  • Invoice output not coming properly

    Dear Experts,
    I have maintained condition record for the billing type and assigned it to the printer. Some of the invoices output are coming properly but for 4 to 5 invoices, print out prview is just skipping and when I click for printing, the system throws an error  " output could not be issued" and the error is in green colour.  I am not able to understand the reason behind it.
    Can anybody help me out to solve the issue please.
    Thanks & Regards,
    Reji

    Dear Reji,
    T. Code: VF02/ VF03
    Key-in your Invoice No. and Don't hit "enter".
    On to the same Page, from Menu-bar, Click: Billing Document --> Issue Output to
    A Window: Output Output, will pop-up.
    Here, select the Output-line and Click Icon: Print Preview
    Now, you would able to see Invoice Preview, providing Output Condition record is maintained.
    If still, Invoice Preview doesn't appear, on to the same window: Output Output, Click Tab: Print Options.
    Another Window will pop-up. Here, maintain Output Device (say, LP01) and tick Box: Print Immediately, and OK.
    Again Select Output line and Click: Print Preview.
    Best Regards,
    Amit

  • Return order value is not coming properly

    Hi All,
    In Export Pricing Procedure we manually enter value for Freight and Insurance.For both condition types in V/06 we have maintained Fixed Amount in Calculation Type.So in  the  sales order condition screen Pricing is like
    Ordered Qty 10  pc
    Price         USD 100 (Entered manually)
    Freight      USD 10 ( entered manually)
    Insurance USD 20 (entered manually)
    Total order  Value is USD 120.Here price per item is 12 USD
    Now when we create a return order for 5 pc wrt above invoice, Freight and Insurance is not calculated properly.
    The system is calculating like
    Price         USD 50
    Freight      USD 10
    Insurance USD 10
    Total Credit Memo/returm order amount is 70 USD.And return price/item is 14 USD.
    Here the system calculate Freight and Insurance value by dividing the original value(10 USD 0r 20 USD / return qty.(5pc).
    But in the above process the return order value should come 60 USD.So what settings do we need to get the value 60 USD.
    Regards
    Debasish

    Dear Raj,
    Thanks for the reply.I am giving you a brief idea abt the PP and condition types.(For Freight and Insurance ).
    For Freight  condition type
    condition class  A
    calculation type B
    Condition Category F
    No Access sequence is assigned
    For Insurance Condition Type
    Condition class A
    Calculation Type B
    Condition Category C
    No Access sequence is assigned
    In PP for both my condition types manual, mandatory and statistics has not been checked.No From To step is maintained.
    Coming to your query can you pls elaborate how did u calculate  Freight 2 + insurance 4  and the final value should be 56 usd.
    Now in my first invoice the  invoiced qty was 10 . Freight value was 10 and Insurance value was 10(for the total invoiced qty).
    Now when i create return order  for 5 qty the system should calculate proportionately.I mean Insurance value should be 5 usd and freight value should be 5 usd.So price is (for 5 qty) 50 usd + Insurance 5 usd + freight 5 usd= 60 usd
    If i am wrong then pls correct me.
    Regards
    Debasish

  • Delivery date is not coming properly in PO Printout

    Hi,
    I have a problem in PO Printout that Delivery date is not coming properlyu2026In my PO, there are 5 line items. 
    If the Delivery date of all line items are same like 01.04.2009, then Delivery date should be shown 01.04.2009 in PO printout.. IT IS COMING RIGHT.
    But if the Delivery Date of all line items are different like 01.04.2009, 02.04.2009, 03.04.2009, 04.04.2009 and 05.04.2009. Then Delivery Date should be shown with the each line items in PO print out. THIS IS NOT SHOWING IN MY PO PRINT OUT.
    Please tell me what is the problem. Why not coming Delivery date with each line items???
    Regardsu2026

    currently i dont have SAP installed with this system, so i just suggesting you some thing.
    goto tcode: nace.
    select your output type. check the processing routines. check the smartform and processing routines attached to it. and see how the field is getting populated and what fields are being passed there.

  • DATA not coming properly

    Hi ,
    I have a customized report which uses the logical databse PSJ. It has project, wbs element(prps-posid) in the selection screen. When I give input to the project , the output is coming properly with the field(WBS element), but when I give the output WBS element as input in the field , it is retrieving some more data . I went into debugging and found that while retrieving posid from prps table , it is retrieving the value '############' due to which the output has more than the records that should be . Anyone has come across  this scenario, please reply .
    Thanks in advance.

    I assume that the change is present in the PSA. If so is it just one field that is changing or multiple fields. ?
    Also make sure the PSA is empty before loading.
    Asif

  • Smartforms Printing not coming properly in dot matrix printer

    Hi Gurus,
    We have implemented invoice printout using smartforms and required to use the dot matrix printer for printing.
    We are now facing the problem on the printout from dot matrix is different from the preview we get in the system. But the printout from Laser Jet is coming out correctly for the same smartforms.
    We are using EPSON DLQ3000 and we configure the output device using EPESCP2 as the Device Type. The problem is font size of the print out is all printed as courier size 12, but there are different font sizes in the smartforms.
    But when we use local printing (using SAPLPD), there is no problem, all different font size is printed.
    If we using to same output device to print some sapscript, everything is working well. Font size will print accordingly to the preview of the sapscript.
    Do you have any idea of the problem that we have. Thanks for your help.
    Regards,
    Lee Shi

    Dear Lee,
    Ideally the printout should come as it is shown in the preview.I remember once it had happened with me too.But in my case there is no problem with the settings at SAP level.When we checked we found the problem is with the printer cartridge.
    We co-ordinated with the system administrator and n/w guys.They in turn change the cartridge and issue was fixed.
    PS:In my case all SAP printout were coming properly except the smartforms.
    Regards,
    Ashutosh
    Edited by: ashutosh singh on Aug 18, 2008 10:20 AM

  • BP Details not coming properly in BP search results for editing

    Hi,
    Can anyone help me to solve the below issue.
    When i tried to search the BP for editing in IC WEB UI(7.0 ehp 1 version) by using the accounts & products, and a/c management work centers in IC AGENT business role  i am not getting the complete BP details in the search option like all the assignment blocks are not coming.
    But when i tried to search the BP for editing by using the SERVICEPRO & SALESPRO business role i am able to get the full details of the BP.
    Can anyone help me why the BP details are not coming for search criteria in IC AGENT Business role.Is ther any customizing settings i missed out.
    Thanks in advance
    Regards
    Nagaraju

    Hi Nagaraju,
    This would be because only restricted view is provided to IC Agent when compared other roles.
    You can check the view configuration.
    Regards
    Leon

  • Printing of Graphics and Frames ,not coming properly in dot matrix printer

    Hi Experts,
    I have one smartform layout for Good receipt note,have used the Logo and Frames .when i am printing in the Laser printer.everything is k.when i am printing in Dot matrix Printer(OKI Microline 380 24pin printer).the Logo and Frames are missing,but I could able to see the Print Priview Properly.
    Could you give any urgent solution.it is very urgent.
    Thanks in advance.
    regards,
    hpp

    I agree with you that printing of Logo & Framesare not very supportive in Dot Matrix Printer.
    You can ask the Basis consultant to check & change the printer setting & may be it may work, as you have already mentioned that it is OK in Laser Printer. The Dot Matrix printer is currently unable to read the Logo & frame for printing.
    Regards,
    Rajesh Banka
    Reward points if helpful

  • Statspack report not coming properly

    version 10.2.0.4
    Edited by: user12052260 on May 22, 2010 10:14 PM

    sorry for the format
    Hi All,
    version 10.2.0.4
    os hp-ux 11.11
    i have created new perfstat user and trying to generate report with spreport.sql but am not getting full report like below
    18:16:00 SQL> @$ORACLE_HOME/rdbms/admin/spreport.sql
    Current Instance
    ~~~~~~~~~~~~~~~~
       DB Id    DB Name      Inst Num Instance
    1418078253 WGMUGPRO            1 wgmugpro
    Elapsed: 00:00:00.01
    Instances in this Statspack schema
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       DB Id    Inst Num DB Name      Instance     Host
    1418078253        1 WGMUGPRO     wgmugpro     snstr04
    Using 1418078253 for database Id
    Using          1 for instance number
    Specify the number of days of snapshots to choose from
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Entering the number of days (n) will result in the most recent
    (n) days of snapshots being listed.  Pressing <return> without
    specifying a number lists all completed snapshots.
    Listing all Completed Snapshots
                                                           Snap
    Instance     DB Name        Snap Id   Snap Started    Level Comment
    wgmugpro     WGMUGPRO             1 22 May 2010 15:47     5
                                      2 22 May 2010 15:48     5
                                      3 22 May 2010 15:50     5
                                      4 22 May 2010 16:20     5
                                      5 22 May 2010 16:25     5
                                      6 22 May 2010 18:10     5
                                      7 22 May 2010 18:11     5
                                      8 22 May 2010 18:15     5
    Specify the Begin and End Snapshot Ids
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Enter value for begin_snap: 7
    Begin Snapshot Id specified: 7
    Enter value for end_snap: 8
    End   Snapshot Id specified: 8then output is coming as below
    STATSPACK report for
    Database                            DB Id
    Instance                         Inst Num
    Startup Time                     Release
    RAC
    ~~~~~~~~                         -----------
                                      1418078253 wgmugpro            1
    22-May-10 18:00 10.2.0.4.0  NO
    Host  Name:   snstr04          Num CPUs:    2
    Phys Memory (MB):    4,058
    ~~~~
    Snapshot       Snap Id     Snap Time      Sessions Curs/Sess Comment
    ~~~~~~~~    ---------- ------------------ -------- --------- -------------------
    Begin Snap:          6 22-May-10 18:10:07       21       2.8
      End Snap:          7 22-May-10 18:11:01       21       2.7
       Elapsed:                0.90 (mins)
    Cache Sizes                       Begin        End
    ~~~~~~~~~~~                  ---------- ----------
                   Buffer Cache:       720M             Std Block Size:         8K
               Shared Pool Size:       224M
         Log Buffer:                    14,139K
    Load Profile                            Per Second       Per Transaction
    ~~~~~~~~~~~~                       ---------------       ---------------
                      Redo size:              9,926.22            536,016.00
                  Logical reads:                 87.11              4,704.00
                  Block changes:                 16.28                879.00
                 Physical reads:                  5.52                298.00
                Physical writes:                  0.09                  5.00
                     User calls:                  0.61                 33.00
                         Parses:                 16.30                880.00
                    Hard parses:                  2.13                115.00
                          Sorts:                 11.57                625.00
                         Logons:                  0.02                  1.00
                       Executes:                 25.24              1,363.00
                   Transactions:                  0.02
      % Blocks changed per Read:   18.69    Recursive Call %:                99.81
    Rollback per transaction %:    0.00       Rows per Sort:                33.03
    Instance Efficiency Percentages
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Buffer Nowait %:  100.00       Redo NoWait %:  100.00
                Buffer  Hit   %:   93.66    In-memory Sort %:  100.00
                Library Hit   %:   75.91        Soft Parse %:   86.93
             Execute to Parse %:   35.44         Latch Hit %:  100.00
    Parse CPU to Parse Elapsd %:   77.78     % Non-Parse CPU:   72.00what may be the reason.
    Thanks in advance..

Maybe you are looking for