Form Class is not active

Hi Expert,
We would like to customize Cash Desk Receipt (SAP ISU). SAP default Application form for receipt is FI_CA_PAYMENT_RECEIPT_SAMPL_SF and its form class FI_CA_PAYMENT_RECEIPT. We want to build a customize receipt of the same class FI_CA_PAYMENT_RECEIPT.
The form class  FI_CA_PAYMENT_RECEIPT could not be activated as component REF_ITEMS remain inactive with error message "Too many parts to component WA_REF_ADDINF of DDIC type FICA_PAY_REC_STR_REF_ITEMS in form level REF_ITEMS".
We have used EFGN / EFRM to activate the form class.
Request your suggestion in this regard.
Thanks & Regards,
Rupam Paul

Jurgen
Thanks for the explanations,
I just transfered the classification with Winshuttle from CL20N for every material but I still got the same  error.
I'm not familiar with ALE transactions, can you please give me some details of how I can transfer these extra data from one environment to another.
Thanks,
François

Similar Messages

  • Error *Form F110_PRENUM_CHCK is not active* - while Vendo payment by F-58

    Dear Sir / Mam,
    While possing vendor payment through F-58
    an error "Form F110_PRENUM_CHCK is not active" is appearing
    The document is geting saved but it doesn't get spooled.
    I checked the configuration @ FBZP - Maintenance of company code data for payment method and confirmed that at form data sap script "F110_PRENUM_CHCK" is selected and saved.
    Kindly guide, Ho do I activate F110_PRENUM_CHCK?
    Regards
    Chirag Shah
    Edited by: CHIRAG SHAH on Jan 30, 2012 3:45 PM

    Dear Sir,
    I found the activate option, I executed it saved it and there after again when I am trying to process the payment....
    Oops!
    The problem still continues.
    It still gives the same error that Form F110_PRENUM_CHCK is not active
    Thanks & Regards
    Chirag Shah

  • Error in IS-AFS "Class Type not Active"

    Hiii,
    I am getting an Error while doing GR for batch (023) managed material "Class Type not active: Error ID: VK 663.
    Please throw some light.
    Regards,
    Kumar

    Hi Kumar,
    We are also facing the same problem.
    Have you fixed it? if so could you please pass-on the solution/useful informtion..
    Thanks in advance..
    Regards,
    Siva

  • Form name PYXXFO_SAP_TIM_99_0001 not active for form SAP_TIM_99_0001

    Hi Experts,
    I am on ERP2004 SP17 EP6.0 SP20. I am trying to implemet Time Statement application. I am getting the error
    "Form name PYXXFO_SAP_TIM_99_0001 not active for form SAP_TIM_99_0001" on portal when trying to access the time statement.
    Where can I activate the relevant form on R/3 side? I appreciate your help.

    Hi Barin,
    Thanks for replying to me. I activated the form SAP_TIM_99_0001 in hrforms.
    Now I am seeing the error <b>"Unable to generate form PYXXFO_SAP_TIM_99_0001</b>      
    But I do not see this form in hrforms? where can i find this form?
    regards!

  • Forms not active in Communication tab in Customs Declaration

    Hi,
    The forms (Shippers Letter of Instructions, SED, COO etc) are not active and not showing up in "Communication" tab of Customs Declaration while creating a customs declaration manually from transaction /SAPSLL/CL_CUS_01.
    Appreciate any help in pointing to missing configuration or activation of BAdI etc. 
    Followed the steps in "Communication Processes" in Customs Management in IMG
    1. Action Profile:          US_CU_EX      (US: Customs Processing (Export)
    No changes made
    2. Action Definition:
    Action Definition     Description     Sort Order
    US_CU_EX_CUSEX_M_UAES2     Export Declaration Option 2 (US)     0
    US_CU_EX_CUSEX_P_COO     Certificate of Origin (US)     
    US_CU_EX_CUSEX_P_SED     Shipper's Export Declaration (US)     0
    US_CU_EX_CUSEX_P_SLI     Shipper's Letter of Instructions (US)     
    No changes made
    3. Messages for Communication Process:
    Message     Description     Message Type     Scheme
    P0350     Certificate of Origin (US)     /SAPSLL/CUS_EXP     CUS_US
    P0360     Shipper's Export Declaration (US)     /SAPSLL/CUS_EXP     CUS_US
    P0370     Shipper's Letter of Instructions (US)     /SAPSLL/CUS_EXP     CUS_US
    Assigned Scheme
    4. Control Settings for Communication Process:
    Process – CUSEX     
    CUSEX     Export     Export/Dispatch     Export / Reexport
    Activities:
    CUSEX     Export Declaration          SED
    Messages:
    M0410     Export Declaration Option 2 (US)
    P0130     NAFTA Certificate of Origin (NAFTA)
    P0140     Export Packing List NAFTA (NAFTA)
    P0350     Certificate of Origin (US)
    P0360     Shipper's Export Declaration (US)
    P0370     Shipper's Letter of Instructions (US)
    5.Print Control for Foreign Trade Documents:
    Assigned Message to Legal Unit
    6. Print Profile:
    Defined Print Profile (where to assign this?)
    Thanks
    Sreekar

    Hi Venkat,
    Sorry for delay in reply and thanks for helping me out on this issue. We have worked out the ADS configuration issues, set up master data for printer, set up .xdc files for printer etc. and are now able to display the forms and able to 'print preview' the forms.
    However, when I print preview the form, the print icon is grayed out. I am not able to print the form. Can you please advise what am I missing?
    Thanks
    Sreekar

  • Form values are not submitting to ActionForm class

    Hi All,
    I have a problem with <html:form> tag. When i am submitting the form using the submit button it is going to the Struts-config.xml file and getting the action mapping for the HazSummary.do. It is getting the HazardSummaryAction class and getting the input from HazardSummary Form class. If result is sucees it is going to the next jsp page.
    All above things are happening properly. But the form values are not getting in to the HazardSummaryForm.jav.
    Here in this case Action class is HazardSummaryAction.java, Action Form class is HazardSummaryForm.java and jsp page is Hazard.jsp.
    Here is the code for Hazard.jsp
    <html:form action="/HazSummary.do">
    <table width="100%" border="0" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0">
         <tr colspan="4"><td>
         <%String jd="jmd";
         String st="closed";%>
         <input type="text" name="wkploc" value=<%=jd%>>
         <input type="text" name="hastat" value=<%=st%>>
    <html:submit property="action">
    <bean:message key="haz.save.label"/>
    </html:submit>
         </td></tr>
    </table>
    </html:form></body>
    Here is the code for HazardSummaryAction.java
    package com.prospecta.WSOProject.action;
    import java.io.IOException;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.http.HttpSession;
    import org.apache.struts.action.Action;
    import org.apache.struts.action.ActionForm;
    import org.apache.struts.action.ActionForward;
    import org.apache.struts.action.ActionMapping;
    public class HazSummaryAction extends Action{
         public String hazstatus;
         public String workplace;
         public String prin1;
         public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
              HazardSummaryForm hsf = new HazardSummaryForm();
              HttpSession session = request.getSession(true);
         try{
         hazstatus=hsf.gethastat();
         System.out.println(hazstatus);
         workplace=hsf.getwkploc();
         System.out.println(workplace);
         session.setAttribute("stat",hazstatus);
         session.setAttribute("loc",workplace);
         return mapping.findForward("success");
         catch(NullPointerException nex){
              return mapping.findForward("failure");
              }catch(Exception e)
         e.printStackTrace();
         return mapping.findForward("failure");
    Here is the code for HazardSummaryForm.java
    package com.prospecta.WSOProject.action;
    import org.apache.struts.action.ActionForm;
    public class HazardSummaryForm extends ActionForm {
         public String wkploc;
         public String hastat;
         public void setwkploc(String wkploc)
              this.wkploc=wkploc;
         public String getwkploc()
              return this.wkploc;
         public void sethastat(String hastat)
              this.hastat=hastat;
         public String gethastat()
              return this.hastat;
    Here is the code for Struts-config.xml file
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
    <struts-config>
         <form-beans>
    <form-bean name="HazSumForm"     type="com.prospecta.WSOProject.action.HazardSummaryForm">
                   <form-property name="wkploc" type="java.lang.String"/>
                   <form-property name="hastat" type="java.lang.String"/>
         </form-bean>     
         </form-beans>
    <action-mappings>
    <action path="/HazSummary" input="/HazSumForm" name="HazSumForm" scope="request" validate="false" type="com.prospecta.WSOProject.action.HazSummaryAction">
                   <forward name="success" path="/HazardSummary.jsp"/>
                   <forward name="failure" path="/Hazard.jsp"/>
              </action>                                         
         </action-mappings>
         <controller processorClass="fr.improve.struts.taglib.layout.workflow.LayoutRequestProcessor" locale="true"/>
         <message-resources parameter="com.prospecta.WSOProject.ApplicationResources"/>
         <plug-in className="org.apache.struts.tiles.TilesPlugin">
              <set-property property="definitions-config" value="/WEB-INF/tileDefinitions.xml"/>
         <set-property property="moduleAware" value="true"/>
         <set-property property="definitions-parser-validate" value="false"/>
         </plug-in>
         <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
         <set-property property="pathnames" value="/WEB-INF/validator/validator-rules.xml,/WEB-INF/validator/validations.xml"/>
         </plug-in>
    </struts-config>
    i followed the same process for previous pages which they are working. But in this case it was not working properly.
    Please resolve this problem ....................

    Hi Sreelatha,
    When you develop any interactive form please keep in mind the below things which you need to check:
    1. The layout type of the form should be ZCI. Select it from the form properties tab in SFP t-code.
    2. In web dynpro application (in case you are using for the form), the form type should be selected as native.
    3. In the form layout insert web dynpro script using menu->utilities->insert web dynpro script.
    4. After that come out of the form and run the report FP_ZCI_UPDATE giving your form name, also select the update check box in the report.
    Once these things are done your form should work fine.
    Regards,
    Vaibhav

  • Load: class oracle.forms.engine.Main not found Stuck at loading Java Applet

    Hi there
    I have recently installed App Server 10.1.2.0 on a new machine.
    Copied all my forms to an appropriate directory. Set up formsweb.cfg to allow them to run and have attempted to run them.
    Unfortunately I get stuck at the Loading Java Applet screen, and in the status bar at the bottom it says :
    load: class oracle.forms.engine.Main not found
    I have taken a look at the Java Console, and the 2 things that jump out at me are that it appears to be looking for a forms90 directory, which seems odd since I am using App Server 10.1.2.0.2 and Forms Builder 10.1.2.0.2 meaning it should be looking in a forms directory not forms90 directory shouldnt it ?
    And also, it mentions class with no proxy, so on looking around the forums it has been suggested that put the proxy details into jinitiator, which I have done, but this has made no difference either.
    Can anyone suggest anything else please ?
    Java Console log follows.
    Thanks a lot
    Scott
    Oracle JInitiator: Version 1.3.1.9
    Using JRE version 1.3.1.9 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\hilliers
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Unregistered modality listener
    Removed trace listener: sun.plugin.ocx.ActiveXAppletViewer[oracle.forms.engine.Main,0,0,914x613,layout=java.awt.BorderLayout]
    Sending events to applet. STOP
    Sending events to applet. DESTROY
    Sending events to applet. DISPOSE
    Sending events to applet. QUIT
    Finding information...
    Releasing classloader: sun.plugin.ClassLoaderInfo@d9850, refcount=0
    Caching classloader: sun.plugin.ClassLoaderInfo@d9850
    Current classloader cache size: 1
    Done...
    Registered modality listener
    Referencing classloader: sun.plugin.ClassLoaderInfo@d9850, refcount=1
    Added trace listener: sun.plugin.ocx.ActiveXAppletViewer[oracle.forms.engine.Main,0,0,914x613,invalid,layout=java.awt.BorderLayout]
    Sending events to applet. LOAD
    Sending events to applet. INIT
    Sending events to applet. START
    Determine if the applet requests to install any HTML page
    HTML Installation finished.
    Opening http://appserver008/forms90/java/oracle/forms/engine/Main.class
    Connecting http://appserver008/forms90/java/oracle/forms/engine/Main.class with no proxy
    Opening http://appserver008/forms90/java/oracle/forms/engine/Main.class
    Connecting http://appserver008/forms90/java/oracle/forms/engine/Main.class with no proxy
    load: class oracle.forms.engine.Main not found.
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    You're a star, thanks.
    In my haste I had cut too much out of my old formsweb.cfg file and not realised I'd done it.
    Thanks Francois.

  • FBZP - Form RFFOAVIS_FPAYM is not defined or not active

    Hi SAP Experts,
    I need your help please...
    In FBZP when i try to assign form RFFOAVIS_FPAYM from Co Code 1000 to Co Code 2000 i am getting error message as
    Form RFFOAVIS_FPAYM is not defined or not active.
    Co Code 1000 is of US and in Pay Method country for US PMW is used with format as ACH, while Co code 2000 is of country Canada...please tell me how to assign it

    Hi SAP Gurus,
    As suggested by Ravi i check in SE71 but the form is not available in Language EN. But still for the other Co Codes this form is working perfectly fine in Production.
    Is there some configuartion remaining from my side. As i was working with abaper they said that some config is missing.
    Kindly advice how i can assign this form to my new co code

  • Adobe form is not activating in CRM Server

    Hi,
    if i try to activate Form in CRM, is not activating and it is showing below message on statusbar.
    SOAP Framework Error:Soap Runtime Exceptiion:CSoap Exception fault;Soap fault in Soap Document:User ADS2ABAP does not have access to method rpData\<...............
    Can anybody tell me what is the problem.
    In Ecc it is working fine.
    Regards,
    neelam

    Set up the environment variable FORMS_PATH to point to the directory where you store your forms and then always call forms with there names not including the path.

  • Form Z_FIDUN_A language EN is not active and has no errors

    Hi Everyone,
    I have copied one Smartform from 4.6C to ECC 6.0. and i have activated that Smartform in ECC 6.0. when i tried to print it is giving me the error "Form Z_FIDUN_A language EN is not active and has no errors". I have activated it in EN only.
    Please help me.

    Hi Leela,
    Try running the FM generated for the SmartForm and resolve any errors that might occur.
    Or Else
    the issue must be the customising where the Business Events are trying to call SAP Scripts and not Smartforms.
    Let me know If you require more help on this.
    Edited by: Raj on Oct 29, 2010 1:37 PM

  • Form Program Name language EN is not active and has no errors

    Dear all,
      I'm new to SAP development.  I have copied the standard RLVSDR40 and made some modification on it.  When i tried to print in lt31.  I encounter the following error:
    "Form <program name> language EN is not active and has no errors".
    Any idea about this?? What is the standard procedure of this kind development??
    Regards,
    Kit

    hi
    first go to SE71 and give Form Name and Original Language of the form and copy it to zform.
    Now open this Zform in change mode and go to Utilities-> change original language to log on language here EN in your case-> and save it.
    Now your Zform is in language EN note tat now when you are opening your zform to modufy you might be trying to change it in DE so change language to EN and then modify it.
    After making changes go to NACE transaction to assign this zform to transaction you are using.
    Nace->choose application->output type->choose your output type->Double click processing routines->you will find one column pdf smartform/scriptname-> here give your zform name
    It will surely work if not get back to me

  • "Copy To" Button isn not active in A/R Invoice + Payment form

    I want to create A/R Credit Memo from the A/R Invoice + Payment form but the "Copy To" button is not active. Kindly help me.
    Regards
    Farhan

    Hi Farhan,
    the invoice is closed because it had been paid completely, therefore there is no follow-on transaction.
    In version 2007 you can cancel the payment. This will re-open the invoice & you may then use that as a base document for the cerdit note.
    All the best,
    Kerstin

  • Form ZF_J_1IEWT_CERT language EN is not active and has no errors

    Hi,
    i got the following Error while Posting of With Holding Tax Certificates for a vendor through T-Code J1INCERT.
    Form ZF_J_1IEWT_CERT language EN is not active and has no errors
    Please help.....
    Thanks
    Rashmi

    Hi Rashmi,
    In EWT there is a standard form for withholding tax certificate is J_1IEWT_CERT  and your organization has created a new from name ZF_J_1IEWT_CERT . Just ask your ABAPer if this form has been activated and maintained properly.
    Contact your ABAPer will solve the issue.
    Regards,
    Chintan Joshi.

  • ''Form zrk_test language EN is not active and no error''

    hi all
    i am getting following error ''Form zrk_test language EN is not active and no errors''   ...........while executing a program.....
    plz help..
    Rohit

    You will need to active your SAPscript.  Transaction SE71, enter ZRK_TEST, click Change.  Then choose Form -> Activate.
    Regards,
    Nick

  • Form YMFA_J1IEWTCERT language EN is not active

    DEAR GURUS,
    "Form YMFA_J1IEWTCERT language EN is not active."
    HOW RECTIFY??
    PLS HELP
    REGRDS
    MAHESH

    You will need to active your SAPscript.  Transaction SE71, enter ZRK_TEST, click Change.  Then choose Form -> Activate.
    Regards,
    Nick

Maybe you are looking for