Error in transporting the zscript form to quality.

Hi Friends , 
                i copied standered script to z script by name ZF110_CHECK_PRIN . i modified the z script form .i have a written a program in se38 for printing of multiple cheques , i call this form in my program everything was going well in developement iam able to print in development , when i transport this form to quality it is in inactive version , and giving this error description.
Form ZF110_CHECK_PRIN language EN is not active and has no errors
Message no. TD422
Diagnosis
The form assigned to the document is not active.
System Response
The form will not be formatted.
Procedure
Please check in the SAPscript form maintenance transaction and see whether the form exists and, if this is the case, whether an active version exists. An active version does not exist if you find the entry New in the status line of the form maintenance transaction.
If the form you selected does not exist, either assign a form that already exists to your document, or create a new form which can be used for your document once it has been generated.
You activate a new form using the function Generate.
It is also possible for an error to occur even if your form has the status 'active'. This error message is the result of extended checks, that were not available the last time that your form was activated. In this case, please select the menu option Form -> Check -> Definition and complete the actions specified in the resulting message.
A typical error: A text element in window ... does not contain a name. In this case, display the text elements and ensure that each text element (format column /E) has a name so that it can be addressed by the print program. The default text element (at the beginning, no /E) is addressed and processed automatically. Never enter /E without a name following it.

Hi,
I presume you can not activate the form directly in Quality. If that is the case then
In development create another request for the same form may be by keying in some remarks somewhere or even a single '.' will do. Activate the form & transport it agian to quality. That should sort out your problem.
I hope this helps,
Regards
Raju chitale

Similar Messages

  • Error When Transporting the DTP's

    HI All,
    I was facing the problem with Transporting the DTP's to Quality.
    Transport log error : Program Terminated (job : RDDEXEC,no.: 09463801).
                          (Program RDDEXECL'Which was started in the background,was terminated abnormally.)
    We are using BI7.0 WITH S.Pack 09.
    If I Checked the same job in the Quality System. the job has been cancelled.
    JoblOG in Quality is :
    Step 001 started (program RDDEXECL, variant , user ID DDIC)  
    All DB buffers of application server sapbiqa were synchronized
    ABAP/4 processor: MESSAGE_TYPE_X                             
    Job cancelled                                                
    Runtime Errors         MESSAGE_TYPE_X      
    Date and Time          10/04/2006 09:58:04 
    Shordump :
    How to correct the error                                                                               
    Probably the only way to eliminate the error is to correct the program.                                                                               
    If the error occures in a non-modified SAP program, you may be able to                        
        find an interim solution in an SAP Note.                                                      
        If you have access to SAP Notes, carry out a search with the following                        
        keywords:                                                                               
    "MESSAGE_TYPE_X" " "                                                                               
    "CL_RSBC_ERROR_HANDLER_TPL=====CP" or "CL_RSBC_ERROR_HANDLER_TPL=====CM00K"                   
        "IF_RSBK_TPL_OPTIONAL~CHECK"    
    Source Code Extract                                                                               
    Line  SourceCde                                                                               
    1 METHOD if_rsbk_tpl_optional~check.                                                          
        2                                                                               
    3 * ==== not for error-dtp ====                                                               
        4   DATA: l_rx_1  TYPE REF TO cx_rs_access_error,                                             
        5         l_r_dtp TYPE REF TO cl_rsbk_dtp.                                                    
        6   l_r_dtp = cl_rsbk_dtp=>factory( if_rsbk_cmd_tpl~n_dtp ).                                  
        7   TRY.                                                                               
    8       IF l_r_dtp->get_dtptype( ) = rsbc_c_dtptype-error.                                    
        9         EXIT.                                                                               
    10       ENDIF.                                                                               
    11     CATCH cx_rs_access_error INTO l_rx_1.                                                   
       12       CALL FUNCTION 'RS_EXCEPTION_TO_SYMSG'                                                 
       13         EXPORTING                                                                               
    14           i_r_exception = l_rx_1.                                                           
    >>>>>       MESSAGE ID sy-msgid TYPE 'X' NUMBER sy-msgno                                          
       16               WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.                                     
       17   ENDTRY.                                                                               
    18                                                                               
    19   DATA: l_sx_fields TYPE rsbk_sx_fields_keyfl,                                              
       20         l_s_fields  TYPE rsbk_s_fields_keyfl,                                               
       21         l_lines     TYPE i,                                                                 
       22         l_dummy     TYPE c.                                                                 
       23                                                                               
    24   CALL METHOD super->if_rsbk_tpl_optional~check                                             
       25     EXPORTING                                                                               
    26       i_repair      = i_repair                                                              
       27       i_r_msg       = i_r_msg                                                               
       28     IMPORTING                                                                               
    29       e_is_repaired = e_is_repaired                                                         
       30       e_subrc       = e_subrc                                                               
       31       e_dyfie       = e_dyfie                                                               
       32       e_dyfie_index = e_dyfie_index.                                                        
       33                                                                               
    34   LOOP AT p_t_fields INTO l_sx_fields.   
    Please let me know any one faced the same above problem.
    Regards,
    Jo

    Hi Joji,
    Check notes 951772 and 949976.
    These notes should be also interesting:
    - 950287
    - 948913
    - 943957
    - 942392
    - 932826
    Good Luck!

  • Error In Generating the PDF Form

    Hi,
    When I'm trying to activate the PDF Form, I got a message asying Error while Generating the PDF Form.
    Can we debugg the Form, if yes, can body tell me how to with this process.
    Any pointers would be a great Help.
    ThankQ
    Rohini.

    Hi Om,
    I need to fix this issue and I had taken help from Rohini.
    I will try to explain the issue in detail.
    I am trying to execute Tax Reporter Transaction PU19. Iam executing Quarterly Form 941 for USA for a Tax Company and a Period. This report gives an output Log and the log had generated errors in the log section General errors and Warnings.
    The errors are :
    Errors in generating the PDF Form : HR_F_941 and
    Errors in generating the PDF Form : HR_F_941_SCHED_B
    As we are new to the PDF Forms we don't know why the report has generated and how to find out by debugging or any other way.
    So I need to find out how the above errors can be identified?
    Thanks and Regards,
    Madhan.

  • Getting error while activating the smart form

    hi guys,
    i am getting the following run time error while activating the smart-form.
    'SQL error in the database when accessing a table'.
    can anyone tell why this error is coming

    Refer to the below link, it may help you to close the thread.
    [SQL error in the database when accessing a table|SQL error in the database when accessing a table.;
    Regards,
    saiRam

  • 5200: Error executing query: The data form grid is invalid.

    Hi,
    I am getting this error " 5200: Error executing query: The data form grid is invalid. Verify that all members selected are in Essbase. Check log for details.
    com.hyperion.planning.HspException;hasPovDims=1;povXML=<?xml version="1.0"?><datasources><datasource name="Profit " dsid="228af2c3_129ca3dd85c_-77b1" allowEdit="1"><dim name="Period" dimIndex="1" dsName="Profit " keyDimName="Period" memberName="Apr" displayName="Period: Apr"/><dim name="Year" dimIndex="2" dsName="Profit " keyDimName="Year" memberName="FY10" displayName="Year: FY10"/><dim name="Entity" dimIndex="5" dsName="Profit " keyDimName="Entity" memberName="9999" displayName="Entity: 9999"/></datasource></datasources>"
    I have checked that both the systems essbase and planning are same. nothing's different. still i cannot find the exact reason why the report is not working.
    can any please help me.
    btw, i am using Hyperion Planning 9.3.1
    Thanks,
    BIMS

    Hi
    You probably deleted some members from outline that are used by report
    I would recommend you to open you report/grid via rep.client and try to find which elements are abcent
    Regards
    Alexander
    Edited by: Softperson on 19/8/2010 17:38

  • Error while initializing the travel form

    Hi Guys,
    In the ESS, when I try to display the travel, the system displays the following message "Error while initializing the travel form".
    I've consulted the BASIS, and he said that Adobe is already installed in the machine.
    Someone knows how can I fix this problem?
    Thanks

    Check the Variant "TRVFR".
    Check whether the Name of the Travel request Form is maintained or not?
    Vijay
    Edited by: Vijay Mohan on Sep 29, 2008 3:18 PM

  • Error in generating the pdf form:HR_F_6559

    Hi  Gurus,
    I  canu2019t create W2s out , i have the message  Error in generating the pdf form: HR_F_6559
                                                                                    HR_F_W2_07
                                                                                    HR_F_W2_AUDIT
    Thanks in advance for  your help
    Soufiene

    Please, refer to the following thread:
    US - "Error in generating PDF form"
    Kind regards,
    Graziela

  • Error in transporting the Transformation to Quality system

    Hi All,
    I am trying to transport the transformation which has field level routine as well as start and end routine.
    I have basically ehanced the standard routine and it works perfectly fine in dev server . I have even loaded the data and generated reports on this cube.
    Now i am trying to transport it to Quality system. It throws up some "syntax error in routine" error. Very strange.
    All my routine in Dev is working but during transport ther is some issue.
    i saw some post on same but they are suggesting to regenerate a new transformation. For me this will be a nightmare as there are so many routnies at field level and as end routine.
    Kindly suggest how can i rectify this error.
    Note:- I had generated this transformation via old update rules with Migration function.
    Thanks & Regards,
    Anup

    Hi Anindya,
    Below is my source code for one field level routine in transformation.
    FORM routine_0080
      TABLES
       p_monitor         STRUCTURE rsmonitor
      USING
        COMM_STRUCTURE TYPE _ty_s_sc_1__rule_52
      CHANGING
        RESULT         TYPE _ty_s_tg_1_full-srvclen
        RETURNCODE     LIKE sy-subrc
        ABORT          LIKE sy-subrc
      RAISING
        cx_sy_arithmetic_error
        cx_sy_conversion_error.
    * init variables
    * fill the internal table "MONITOR", to make monitor entries
      DATA: ultimo LIKE sy-datum.
      IF g_record_no <> RECORD_NO.
        g_record_no = RECORD_NO.
        CLEAR: employee_wa, person_wa.
        CLEAR: employee_md, person_md.
      ENDIF.
      PERFORM read_md_employee
              USING    COMM_STRUCTURE-employee
                       COMM_STRUCTURE-calday
                       RECORD_NO
                       RECORD_ALL
                       SOURCE_SYSTEM
              CHANGING employee_wa
                       RETURNCODE.
      employee_md = employee_wa.
      PERFORM calculate_ultimo
              USING COMM_STRUCTURE-calday+0(6)
                     RECORD_NO
                     RECORD_ALL
                     SOURCE_SYSTEM
              CHANGING ultimo
                       RETURNCODE.
      IF NOT employee_md-entrydate IS INITIAL.
        RESULT = ultimo+0(4) - employee_md-entrydate+0(4).
        IF ultimo+4(4) LT employee_md-entrydate+4(4).
          RESULT = RESULT - 1.
        ENDIF.
      ENDIF.
    * result value of the routine
    * if the returncode is not equal zero, the result will not be updated
      RETURNCODE = 0.
    * if abort is not equal zero, the update process will be canceled
      ABORT = 0.
      p_monitor[] = MONITOR[].
      CLEAR:
        MONITOR[].
    CLASS lcl_transform IMPLEMENTATION.
      METHOD compute_0AGE_RANGE.
    *   IMPORTING
    *     request     type rsrequest
    *     datapackid  type rsdatapid
    *     SOURCE_FIELDS-CALDAY TYPE /BI0/OICALDAY
    *     SOURCE_FIELDS-EMPLOYEE TYPE /BI0/OIEMPLOYEE
    *    EXPORTING
    *      RESULT type _ty_s_TG_1-AGE_RANGE
        DATA:
          MONITOR_REC    TYPE rsmonitor.
    *$*$ begin of routine - insert your code only below this line        *-*
      Data:
        COMM_STRUCTURE   type _ty_s_SC_1__RULE_20,
        l_subrc          type sy-tabix,
        l_abort          type sy-tabix,
        ls_monitor       TYPE rsmonitor,
        ls_monitor_recno TYPE rsmonitors.
      data:
        l_monitor        type standard table of rsmonitor.
      REFRESH:
        MONITOR.
    * Runtime attributs
        SOURCE_SYSTEM  = p_r_request->get_logsys( ).
        MOVE-CORRESPONDING SOURCE_FIELDS to COMM_STRUCTURE.
    *  Migrated update rule call
      Perform routine_0070
      TABLES
        l_monitor
      USING
        COMM_STRUCTURE
      CHANGING
        RESULT
        l_subrc
        l_abort.
    *-- Convert Messages in Transformation format
        LOOP AT l_monitor INTO ls_monitor.
          move-CORRESPONDING ls_monitor to MONITOR_REC.
          append monitor_rec to MONITOR.
        ENDLOOP.
        IF l_subrc <> 0.
          RAISE EXCEPTION TYPE CX_RSROUT_SKIP_RECORD.
        ENDIF.
        IF l_abort <> 0.
          RAISE EXCEPTION TYPE CX_RSROUT_ABORT.
        ENDIF.
    I am not able to change the code which are marked with " * ". Where can i change the code here?
    Regards,
    Anup

  • Error while transporting the badi from dev to quality server

    Dear Freinds
             Iam getting the error  " Method Execution   21.11.2007 11:55:03    (8) Ended with errors "
            i expended the error (with return code as 8)  and i found th below errors
    Multiple active implementations for definition HRECM00_CALCBASE
    Errors occurred during post-handling AFTER_IMP_SXCI for SXCI L
    AFTER_IMP_SXCI belongs to package SECE   --- what does this mean??
    The errors affect the following components:
        BC-DWB-CEX (Customer Enhancements)
    What exactly this error iam not able to trace . Before releasing the object from the
    development server i have see any error's are there the extended check hasnt given me any errors either.
    The help for this error says that
    "Procedure
    Deactivate the implementations active for this BAdI definition one by one until not more collisions occur.
    You should use transaction SE18 (Utilities -> Adjustment -> Multiple-use interfaces) to solve thes conflicts systematically."
    i have did what sap has said ............. i can see that in the quality server a custom badi
    of FI module has been in error. Will this be a reason for my badi ...which doesnt have any error..
    any one have idea on this error pleae let me know.
    regards
    saymala r.

    hi Raju,
    i tried after giving full access but again same error:-
    please see the error log below:-
    Start of the after-import method UJT_TLOGO_AFTER_IMPORT for object type(s) AAPS,AMBR ( )
    Member formula expanded for imported master data
    Start of data checker messages for Appset PETFAS
    Possible Dead File/Dir:
    Possible Dead File/Dir:
    Possible Dead File/Dir:
    Possible Dead File/Dir:
    Error occurs when checking member formula use on other dimensions
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    InfoObject catalog /CPMB/PETFAS_CHAR is not available in version A
    BPF: Error reading master data
    No access to environment 'PETFAS'
    End of data checker messages for Appset PETFAS
    End of after import methode UJT_TLOGO_AFTER_IMPORT (Aktivierungsmodus) - runtime: 00:00:
    Starting after import method UJT_TLOGO_AFTER_IMPORT for object type(s) AAPS,AMBR in dele
    End of after import methode UJT_TLOGO_AFTER_IMPORT (Löschmodus) - runtime: 00:00:00
    Errors occurred during post-handling UJT_AFTER_IMPORT for AAPS L
    UJT_AFTER_IMPORT belongs to package UJT
    The errors affect the following components:
        EPM-BPC-NW-TRA (Transport)
    any suggestion..
    thanks,
    Ambika

  • Error while transporting the workflow object

    Hi all,
    Please be informed that while i transported the workflow changes to test system i encountered the sy-subrc 8 error as stated in below screen shots.

    Hi Ranjith
    Seems that the transport error is showing that your ID has locked the Workflow (user REDDYRAN).
    Can you do a syntax check of the workflow transported in this transport - in pftc and swdd? Do we get any error?
    Also see if you can execute FM SWD_WFD_REPLICATE_FROM_9999 in Quality (in SM37)  - provide the IM_TASK = WSxxxxxxxx (your workflow number).
    regards,
    Modak

  • Error while Replicating the Data Source in Quality System....

    Dear Expert,
       I have created a generic data source in R/3 Dev system and I replicated the data source to BW DEV system.  Everything is fine in DEV system.
    I have transported the Data Source to R/3 Quality System. And transported the related  objects in BW DEV system to BW QUALITY system.
    Now I am getting the error as follows :
    BW QUA System --> RSA1 --> Source System --> Data source Overview --> Sales & Distribution --> _REPLICATE_
    *DATASOURCE*.( clicked )
    Its moving to another screen (R/3 QUALITY) , but it is coming as a LOGIN screen. Its askong for the USER name and Password. And when I click on BACK button , its givin following pop-up
    RFC connection to source system LOGSYS is damaged  ==> no Metadata upload
    What could be the issue ?? Please suggest.
    Thanks,
    Sanjana

    Hi saveen,
    Yes I transported in that manner.
    I checked in Source System ( RSA13):
    Its giveng the pop-up  ,
                                    RFC connection check failed. Check connection
    Please suggest, how can I proceed ?
    Thanks,
    Sanjana

  • Error while transporting the Custom  Selection Screen to Production

    Hi All ,
    I have created a custom selection screen based on selecting the HR REPORT CATEGORY which gets selected under attributes section of an Executable Program.
    Every selection  screen got replicated till quality  but  at Production unable to see the same selection screen
    Please provide any suggestion to resolve my probs...
    Regards,
    Dheeraj

    Hi,
    This happened to me once.
    I have checked my transport logs and found that everything was successfully transported in order and without errors. But the selection screen was not coming in Productio system. So i have tried activaing and generating the program once which solved my problem.
    Hope it helps you too.
    Thanks,
    Venkatesh.

  • Errors while transporting the Business Content

    hi all,
    we are facing a few problems while transporting the Business Content from the Development systems to the Quality System.
    it says Method Execution - Action Cancelled.
    am pasting a part of the error messages also... kindly have a look at it and get back to us at the earliest as we are in the process of going-live...
       Start of the after-import method for object type R3TR IOBJ (Activation Mode)            
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       Interval 01 of number range RS_OBJNUMG is missing   > Long text                         
       InfoObject 0ACN_CATGRY (in compound of characteristic 0ACN_EANUPC) not (act.) available 
       Attribute 0ACN_BRAND from characteristic 0ACN_EANUPC not (actively) available           
       Attribute 0ACN_DEAL from characteristic 0ACN_EANUPC not (actively) available            
       Attribute 0ACN_BRAND from characteristic 0ACN_EANUPC not (actively) available           
    Errors occurred during post-handling RS_AFTER_IMPORT for UPDR L                
    The errors affect the following components:                                    
        BW-WHM (Warehouse Management)                                               
    Ended with return code:  ===> 12 <===              
    please revert bact at the earliest....
    Thanks
    Manicks

    hi Manicks,
    check if oss note 903291 helps
    Transporting DataSources
    Transport problem ...Urgent
    Transport Issue
    Number range object missing NRIV and cant activate IOBJ during import
    try transaction rsrv ? >> all elementry tests >> master data >> compare number range and maximum sid >> execute. press button 'correct error' if any error exists.
    also try >> all combined tests >> master data >> check master data for characteristics.
    or run program RSDG_OBJNUMG_CREATE_INTERVAL
    have a try oss note 903291 ?
    Manual solution
    Get the name of the number range object from the error message shown above, for example, RS_OBJNUMG. Start Transaction SNRO. To display the intervals, use the number range function key and enter the name of the number range object as the object name. Change the intervals. The following from-numbers and to-numbers apply:
    - RS_OBJNUMG: 0000001 - 9999000
    - RSDDAGCUBE: 100000 - 199999
    - RSSBRAUTH: 00000001 - 99999999
    BW 3.0B
    Import Support Package 30 for 3.0B
    BW 3.10 Content
    Import Support Package 24
    BW 3.50
    Import Support Package 16
    BW 7.0
    Import Support Package 07

  • Error whicle executing the adobe forms

    Hi,
    Iam executing the adobe form from the genereated functionmodule , after giving the print parameters LP01, error is coming like
    SOAP RUNTIME EXCEPTION : Csoap exception transport : ( 1001001), Please let me know what does it mean.. i have installed Adobe forms newly in my system, is there any installaiton missed.. Please help in this.
    Thanks,
    Tirumal.

    This error is due to missing some basis configuration of adobe forms. Besides you need to install Adobe Live Cycle in ur presentation server. So for ur error u need to contact ur basis consultant.
    you can see below links which might be helpful to u.
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/37/504b8cbc2848a494facfdc09a359b1/content.htm
    http://www.scribd.com/doc/14246206/ADS-Configuration-Guide
    http://help.sap.com/saphelp_nw04s/helpdata/en/37/504b8cbc2848a494facfdc09a359b1/frameset.htm

  • How to transport the adobe form

    Hi Experts,
    We created an adobe form based on the web service.
    Now we moved all the transport request to the quality system.But the web service holds the dev system details only how to change these.
    What is the procedure to move the Adobe forms based on web service, any thoughts.
    Please help me on this.
    Thanks in Advance,
    Praveen

    Praveen,
    It always a good practice to share your solution when you close the thread so that it serves as reference for others with same problem.
    Chintan

Maybe you are looking for