Smartform not working in PCUI

Hi experts,
I'm facing this issue:
I created a Z* form for opp print, it works perfectly fine in GUI, but cannot open in PCUI.
There's an error like this: "An error exists on this page. Acrobat may not display the page correctly".
Any suggestion on this?
Thanks a lot

Hi Bhargava,
I would suggest you to place a breakpoint at class- CL_CRM_BSP_IL method-READ and see if MAC is sending the et_screen_structure correctly filled in.  MAC may not be sending the data to PCUI framework correctly. If it's , write further.
I hope it helps.
Thanks,
Gyan.

Similar Messages

  • Search Help is not  working in PCUI

    Hi All,
    We are working on CRM 5.0
    we have given Seach help for City depend upon Region
    This search help is working in SAP-GUI System but
    it is not working on PCUI Screen And showing No entry found,
    plz help me...
    i ll give reward points for helpful ans
    Thanks & Regards,
    ganesh

    Hi,
    Is a search help program attached for the field group (to which this PC-UI field belongs) in transaction CRMC_BLUEPRINT?
    Regards,
    Annu

  • Link for BUT000 table and ADRC in CRM and inner join is not working in PCUI

    Hi Gurus,
       Please tell me the link btween BUT000 and ADRC table. and i wrote one inner join between BUT000 and BUT0id table but it not working. I m in CRM 4.0 version working with PCUI.
    select but000partner but000name_org1 but000name_org2 but000bus_sort1 but0id~parnter1
          but0ididnumber from but000 inner join but0id on but0idpartner = but000~parnter
    into corresponding fields of table it_result where partner in s_partner.
    It is giving error as partner unknown from but000 table. I delcared everything and tried with alias names also.
    please clarify me.
    regards,
    Ramakrishna.

    Hi Frederic,
       thanks a lot. But is inner join between BUT000 and BUT0ID will work. for me it is not working. plesae see this code.
    tables : but000,
             but0id,
             crmm_but_custno,
             adrc.
    types : begin of typ_but000,
            partner type bu_partner,
            name_org1 type BU_NAMEOR1,
            name_org2 type BU_NAMEOR2,
            bu_sort1  type BU_SORT1,
            idnumber type BU_ID_NUMBER,
            partner1 type bu_partner,
            end of typ_but000.
    data: lt_but000 type table of typ_but000,
          ls_but000 like line of lt_but000.
    *select-options : s_partnr for but000-partner.
    start-of-selection.
          select but000partner but000name_org1 but000name_org2 but000bu_sort1 but0id~parnter1
                    but0id~idnumber into corresponding fields of table lt_but000 from  but000
                    inner join but0id on but0idpartner = but000parnter. " where partner in s_partner.
    it is giving error as but000-partner is not know or but0id-partner not known.
    So, i think if it not works then i should write two select stmts.
    please clarify me.
    i gave u rating.
    thanks
    ramakrishna.

  • F4 is not working on PCUI - CRM 5.0

    Hi SDN,
    I am facing problem for F4 help which is not working for Reason field on PCUI.
    I configured the status profile and Reason but could not display any values in F4.
    Thanks in Advance,
    Regards,
    narendra

    I am referring the SAP CRM5.0 for PC-UI. 
    I want to see on the Service order -> Status tab page on header 
    Inside the status tabpage, you see the status and reason field. Based on the Status field value, I want to see the Reason F4 help ( Input Help ).
    Currently I am not able to see any values in F4 Help and It's working fine on the CRM GUI.
    Let me know if I am missing any thing here.
    Regards,
    Narendra

  • Dunning Smartforms not working

    Help please...
                                                                                    Form ZFSCD_DUNNING_TG language EN is not available in client 220                                                                               
    Message no. TD131                                                                               
    Diagnosis                                                                               
    You want to display a form which does not exist.                                                                               
    System Response                                                                               
    If the form does not exist in the specified language in the current   
         client, the form which was used for printing is displayed by accessing
         another client. The search is thus graded as follows:                                                                               
    -   Current client, form in specified language, status irrelevant                                                                               
    -   Current client, form in original language, status active                                                                               
    -   Client '000', form in specified language, status active                                                                               
    -   Client '000', form in original language, status active                                                                               
    Procedure                                                                               
    You can obtain a list of the form available in the current client using 
         the function 'Find' in the initial screen of the form maintenance. Here 
         you can also output a list of the forms in your current client or       
         another client, using the menu option 'Utilities -> Client comparison'. 
    Did this but still not working                                                                               
    After executing F150 it is not printing dunning letter as it showing
    Forms for MAHNR: 'TG', RBUKM: '2200', KOART: 'D' do not exist (T047E)
    Thanks

    Hi Hiren,
    Ref.Dunning Procedure for Texts should have a value equal to your custom dunning procedure which you have created or you may enter 0001, 0003 or 0005 if you are using any of the standard dunning procedures.
    This should solve or problem. Please do let us know if you find something else.
    Regards
    Harpreet

  • Smartform not working for  languages other than EL (english) !

    I have a scenario of producing a pdf form(smartform) by clicking on a button in PC-UI portal .
    Whenever i tried generating the pdf form (smartform) in any  diff. language rather  than english by logging in PCUI portal in that language  , i found the following:
    In the code, generated by the smartform, there is a function call to function ssfcomp_process_document.
    It returns sy-subrc 1 and the error is FORMATTING_ERROR.  , whenver other 4 languages are used instead of english .
    Can anyone help? suggest possible reasons for this ?
    Thanks a lot,
    Piyush

    Hi
    I think you need to first translate the smartform into other languages. Before translation, it wont work.
    Steps for translation:
    1. goto Transaction SE63
    2. in R3 Enterprise select form menu
    Translation - ABAP Objects - Other long texts
    3. select FS - SSF-Smart Form
    4. Object Name: choose your smart form
    5. select target language
    6. press edit
    Regards,
    Vishwa.

  • BADI not work in PCUI

    Hello
       We are upgrading CRM 3.0 to 4.0. We use BADI CRM_CUSTOMER_H_BADI to develop one screen with Z-table.
    It is working fine in CRM server.
       But this screen not appear when we run same application from PCUI?
      Thanks in Advance
    Regards
    Vishal

    Vishal,
    To add a little further to this discussion:
    If you developed the BADI correctly in 3.0, then the following methods will still function:
    CRM_CUSTOMER_H_CHECK
    CRM_CUSTOMER_H_MERGE.
    The weblog that Tiest has on added the fields as a new tab is a good start.  If you don't wish to add a new tab, then you can determine which PCUI field group structure that CUSTOMER_H is part of, and simply paint the fields on the screen using the CRM Designer.
    Doing a little digging I found the CUSTOMER_H structure available to the following field groups.  The list below is not complete, but should provide some alternatives if you do not wish to create a new tab.
    ACT_DETAIL                     
    ACT_DETAIL_LEAN                
    ACT_DETAIL_TASK                
    ACT_DETAIL_TASK_LEAN           
    CFB_DISPLAY                    
    CFM_DISPLAY                    
    CFM_DISPLAY_CREATE             
    CFM_PRICES                     
    CFM_SERVICE_DATA_1             
    CLM_GENERAL_TEST               
    CMG_ACTIVITIES2                
    CPL_PRICE_1                    
    CPL_PRICE_1_1                  
    CPL_PRICE_1_2                  
    CPL_PRICE_1_3                  
    CPL_PRICE_1_4                  
    CPL_SERVICE_1                  
    LAM_GENERAL                    
    LAO_GENERAL                    
    LEA_BD                         
    LEA_BD_Q_EXTERN                
    LEA_DISPL                      
    LEA_DISPLAY_SEARCH_RESULT_CREATE
    OPP_OVERVIEW                   
    QUAL_DISPLAY                   
    RMA_HD_SERVICE                 
    SLC_HD_SALES_DATA              
    SLC_PRICES                     
    SLO_GENERAL                    
    SLQ_GENERAL                    
    SRB_DISPLAY                    
    SRC_BILLPL                     
    SRC_BILLPL1                    
    SRC_BILLPL2                    
    SRC_BILLPL3                    
    SRC_BILLPL4                    
    SRC_DISPLAY                    
    SRC_DISPLAY_CREATE             
    SRC_SERVICE_DATA_1             
    SRV_DISPLAY               
    SRV_DISPLAY_CREATE        
    SRV_SERVICEDATA_1         
    SRV_SERVICEDATA_1_PRICES  
    SRV_SERVICEDATA_1_TEMP    
    SRV_SERVICEDATA_ORG       
    SUR_DISPLAY_INIT

  • Remove Decimals in Smartform not working

    Hi,
    I use
    &struc-field(C)&
    to hide decimals in a SF.
    The type of this field is LGMNG.
    This code works for all instances, except when the UOM is type ROL (Role). I have put a break-point in the SF just before the value is output and they are identical.
    But the output would be, for example say five units:
    a) 5 SH (Correct)
    b) 5,000 ROL (incorrect)
    Anyone seen this before?
    Thanks.

    Nick,
    thanks for the reply. I tried both of these already:
    &struc-field(.0)&
    &struc-field(C.0)&
    And, for both, I am told at runtime that (.0) is not a correct "formatting option for the field struc-field".
    I'm going to put a code block in to convert to an integer and display that. It will work - I just thought that (C) or (.0) would work too?
    Thanks.

  • Command in Smartform not working

    Hi all,
    I need to print totals in every page, for that how to know the end of the page.
    i tried to print only 15 rows in page and set a flag, if flag = X then im printing total in footer.
    But in some instances, the page has more than 15 rows then after 15th row the total is printing then the
    remaining records are printing. Now i called the Command with flag = X and in goto new page i gave second page.
    But the flag has set to X, total is also printing but the command is not trigerring.
    after 15th record the total is getting displayed and remaining item are printing.
    anybody has a clue on this why the command is not trigerring?
    pls suggest.
    Regards,
    Priya

    Declare your total line in Footer of table. There you will have the option to display it at end of table or end of each page.
    No need to calculate 15 lines or so.
    Just keep calculating the total in a variable and display it in footer.
    Double click on Footer node of table and you will see the optin to display it 'At page break' or 'End of table'
    Revert if in any doubt.
    Edited by: Ankesh Saharan on Dec 24, 2008 2:19 PM

  • Page protection in smartform not working

    Dear All,
    I have a smartform with one page. For a range of order numbers multiple pages would come in output. Example : 5 order numbers , 5 page output. There is a header part, that has to come on each page which is hard coded i.e company name .
    when we give small range of order number ,output comes perfect. But when range is over ten. the header part  moves for some pages into previous page...........

    Hi Shiva,
    I am using only one page. In it I am using  loop to display all content.
    Pattern of each page is:
                                                                    Company Name
    doc no.      123456                                       code:456                                  city:nnnnnnnnnnnnnnn
    table  with 4 cols.
    footer part. of table
    pm sign                                     authority sign                                                  reviewer sign
    So, when there are more then three pages, the last line in smartform goes in to next pages .Due to which other pages indentation also goes wrong.  This is happening when table size is increasing more then it is in first page.
    Please Help.........

  • Submenu button like GoTo.. on CRM PCUI screen is not working for one user

    We have CRM Service scenario implemented with PCUI screens. For one particular user, GoTo button does not work on her PC. When I login as her on my PC then it works. So something wrong with her PC or Internet Explorer. What should I look for?
    Thanks,
    Manish

    Hi Manish,
    It means you are getting a JavaScript error. It will be seen on the left corner of your browser. Please compare your IE setting with your colleagues IE settings. This should solve the problem. Incase you still get the problem then try to refresh the screen. The problem should not be there.
    Regards,
    Hemanth

  • Smartform : line type not working fine when used on Next page

    Hi ,
    Please help on below :
    I have a smartform and have line type which is used in printing the items.
    When I use this line type on very first page , it works fine.
    But for the next page which is the exact copy of first page ,
    the line type does not work fine with printing first line item on next page,
    it refreshed the work area which i am printing. so on the next page very first element gets all the values 000
    But on the next iteration it works fine and does not refresh work area.
    Please see why is such abnormal behavior happening.
    Regards,
    Uma Dave

    Hi Ameya
    there might be syntax error. Try to get what exaclty is an error using following code.
    CALL FUNCTION <smartform>
        EXCEPTIONS
        IF SY-SUBRC  0.
           CALL FUNCTION 'SSF_READ_ERRORS'
                IMPORTING
                     ERRORTAB = IT_ERRORLIST.
         ENDIF.
    In IT_ERRORLIST you will get error message.
    Regards
    Sachin G Patil

  • Links not working correctly in PCUI for CRM

    Hi All,
    We are implementing mySAP CRM 4.0 through PCUI on Portal
    EP6 SP14.
    I have integrated the CRM Business Package 60.2 in Portal.
    Proper User has been created in the backend and assigned Sales Manager Role both in the portal and in the CRM backend.
    We are facing problem of links not working in the CRM Contents. When we click on the links in the CRM Portal Contents ( BSPs) we don’t get the desired application opening.
    When we click any links in the BSP's ( Activity Links in Opportunity Management BSP ) we get a blank page popped up.
    I have the screen shots with me. Any one responding can get the screen shots from me.
    Thanks in Advance
    Rohit

    Rohit,
    Have you maintained configuration in (transaction CRMC_BLUEPRINT_C --> Navigation (URL Generation) --> Assign Object Method to Role)? Be sure that the role that you are using is present and ID Page/Service field correctly points to the pcd url for your portal.
    When testing, it may be helpful to set parameter CRM_URL_BUFFER_OFF = X on the user profile (SU01) to turn off the url buffer. That way changes made above are immediate.
    Best Regards,
    Bernard

  • Loop not working correctly in smartform

    Hi Experts,
    I have developed a smart form wherein,  the import params of form is a table (multiple records).The design of the form is, the first 10 lines is populated with a static text followed by the import table and follwed by a conclusion text. in simple words the design is, in the header a static text (hard coded text) will be populated in the main body an internal table will be populated and in the footer a static text (hard coded text) will be populated.Initially I have created three seperate windows for header, main body and footer, this was working fine for few records (import table) sometimes it happened the records were very huge and table entries over lapped the footer text. How to handle this kind issue? Can we increase the page size dynamically?? and also as per the user requirement the output of the form should have a provision to download the form on thier desktop in word format. Can some one help me in building this functionality.
    Thanks and Regards,
    Srini...

    Hello Mr. Srinivas,
    There is no provision to download the form in word format, but if you want to still download the form in real means open smartforms --> Utilities(M) --> download form.
    this will download the whole program wahtever you hvae chnge made in this. Make the back copy of form and after edition in form make down load again this form and than find out the differnce. May be this will be helpful. And also if yr loop is not working with smartform. Do write the similar code in yr driver program for the loop this will definetely helpful.
    Regards,
    Akg
    Edited by: akg.amit on Mar 25, 2011 10:08 AM

  • Output Tray 2 does not work when we print a smartforms document immediately

    Dear printer specialists,
    we've the following issue:
    We are printing the same smartforms document in different plants. One plant decided to get the print output into output tray 2 of the printer (lower tray), so we've copied the standard device type into a z-device type and made the SPAD set-up with a preselection for the tray 2 (lower tray). The new device type has been assigned to the output device. Now we made a test and released the print-output for an immediate printing. The output was printed as before in tray 1 (upper tray). When we restart the output from the spool (SP01), the output will be printed in tray 2. Why does this not work, when we print immediately ? Does anyone know how to solve this problem ? (We don't want to change the smartforms document.)
    Thany you for every information to solve this problem.
    Kind regards, Wolfgang

    HI,
    Check if there is a different tra setting in the smartform itself.
    /nsmartforms -> <Form> -> Pages and Windows -> FIRST, NEXT, TERMCOND -> field Resource Name
    Regards,
    Aidan

Maybe you are looking for