Error in OPEN_FORM for document 46000000001

Hi experts,
I have created a custom PO smartform and Custom print program. I have configured the same in the NACE tcode also. When i try to print out the PO from ME23N tcode, i am getting this error "Error in OPEN_FORM for document 46000000001". But I'm able to down the form into my system. I have also checked with the basis regarding the printer setting. Everything is fine.
But it is not printing.
Please help.
Thanks

Hi
Scripts calls are nothing but open_form, write_form, close_form...all these should be commented as there are not required in the print program for a smartform.
All you need is SSF_FUNCTION_MODULE_NAME, and to that pass on the Smartform generated Fm...for example code...search in SCN with search term ssf_function_module_name.....
Vishwa.

Similar Messages

  • Error in OPEN_FORM for document ..............

    Hi,
    Pls help me out. I go to me22n and create an o/p type zpea. When I try processing that using me9f i.e when I select the o/p type and click on dispaly message I get an error saying Error in OPEN_FORM for document so and so. I'm not able to trace why is this message..........Pls reply

    Hi Chesat,
    If nace is fine & your program name is also specified in nace then everything is ok. It may be possible that there may be something missing in output confuguraion. One more thing are u testing the script in same client or in different client?
    Ashven

  • Error: Error in OPEN_FORM for document '123456789' in ME9A(print preview)

    Hello Experts,
    I am encountering an error when I try to print preview my RFQ form via ME9A. What
    I did was to just copy the existing custom form to my own custom form then assign my form
    to our output type via NACE transaction. So when I click the display message button in
    ME9A, ther eis an error saying 'Error in OPEN_FORM for document...'
    What maybe the cause for this? Hope you can help out guys. Thank you and take care!

    HI,
       Specify the print program name in the script form. To specify the program in script form Form->Check->Texts->Select all->ok->Enter the Print Program Name and try.
       This might be the problem.
    Regards,
    Saran

  • Error in open_form for document in ME21n Transaction for pring preview

    Hi,
    While creating a PO using ME21N. Ifi click on Print Preview Button,the following error is coming "<b>Error in OPEN_FORM for document *********** "</b>This PO output type is "Fax".
    This only happens for output type "Fax". For Output type "Print", preview works fine.
    Same program is used for fax and print in configuration(NACE).
    Please help me out in this.
    Regards,
    Kishore

    Hi Krishna,
    It is possible to check the print preview of the document with FAX as output.
    Please put a break-point in your progarm and check it.

  • Error in OPEN_FORM for document 4500000040

    Hi,
    while posting the PO in ME22N, we are getting Error in OPEN_FORM for document 4500000040. Is this problem with the smartforms?
    how to debug the smartforms?
    regards
    Gokul

    hi gokul,
    ...<b> i think as per u r settings u  r using the driver program to trigger SAPScript... u r passing the SMARTFORM name to the OPEN_FORM</b>
    but the OPEN_FORM is used to call the Scripts
    first check the NACE configuration for the out put type u ra using give correct driver program and SMARTFORM name. if u r sure about u r print program name then give the correct FORM ROutine..in NACE.
    to call the SMARTFORMs u have call the
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = 'zxxxsmartformname'
        IMPORTING
          fm_name            = fp_v_fm_name
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      IF sy-subrc <> 0.
        MESSAGE e107 WITH fp_c_formname.
      ENDIF.
      CALL FUNCTION fp_v_fm_name
        EXPORTING
          archive_index      = toa_dara
          archive_parameters = arc_params
          control_parameters = fp_st_control_parameters
          user_settings      = space
          output_options     = fp_st_output_options
          wa_vbdkr           = fp_st_vbdkr
        IMPORTING
          job_output_info    = l_it_ssfcrescl
          job_output_options = l_it_ssfcresop
        TABLES
          it_item            = fp_it_item_final
        EXCEPTIONS
          formatting_error   = 1
          internal_error     = 2
          send_error         = 3
          user_canceled      = 4
          OTHERS             = 5.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.

  • Error in OPEN_FORM for document 6000000078

    Hi Guys,
    I'm experiencing an error : Error in OPEN_FORM for document 6000000078.
    This form is an enhanced form for RFQ and an enhanced print program ZSAPFM06P.
    What would be the possible cause of this error and how could I avoid this error?
    Please guide me on what to do.
    <REMOVED BY MODERATOR>
    Thanks in advance!
    Reymar
    Edited by: Alvaro Tejada Galindo on Jun 25, 2008 3:42 PM

    Hi Ytamar,
    Thanks for that.
    However, when I changed the Print Prog and Form to the standard ones, the error did not pop out.
    Do I miss something here?
    Thanks again!
    Edited by: Reymar Ellazo on Jun 26, 2008 4:39 AM

  • SAPscript not being printed - Error in OPEN_FORM for document 400....

    Hi all,
    I'm facing the following problem, I want to print a sapscript from ME22N, so I go to messages, create the output, I make the settings I need, in communication method I check print immediately, and put local printer, etc. In Further data, i choose "Send immediately (when saving the application)" But when I save i get this:  Error in OPEN_FORM for document 4500002909
    The program is a standard one: SAPFM06P and the form is Z. The output type is NEU. I don't know for sure if it's something regarding the ABAP or it is a customizing issue.
    Please help me!
    Regards,
    Matias

    Nick,
    Yes, that is the message number. But I cannot debug the OPEN_FORM because I can't make it stop. I setted a breakpoint in routine ENTRY_NEU, but it is not stopping when I press the save button. The only way I can make it stop there is when I press "print preview", but that is not hepling me.
    I can see it from "print preview" but I need to use the messages, and that is not working.
    I don't think it's the sapscript, because it is happening with other sapscripts too. And it is working in production environment.
    I really thank you.
    Regards
    Edited by: Matias Catanzariti on Jan 15, 2010 6:29 PM

  • "Error loading BASIC for document" while saving (solved)

    In case someone else has this problem here's my solution.
    I have a network (Netware 6.5) installation of SO7 (WinXP and 98).
    My PC's have harddrives that are protected by Deep Freeze.
    I start the Quickstart from a Run entry in the registry.
    Starting with PU5, the first time I save a document I get 10-15 "Error loading BASIC for document...". After clicking OK on all those the document is saved and everything works fine. If I close SO and and reopen it everything works.
    Rebooting the PC and trying to save a document gives me the error again (since Deep Freeze reset whatever change was made when I clicked through the error messages).
    After some hours of debugging I noticed that when the quickstart icon pops up in the systray a new directory named __basic_60 is created in the user directory of the client installation. Removing that prior to starting Write or Calc made the saving error dissappear.
    My workaround solution is to remove the gid_Procedure_Rename_Basicdir procedure and it's reference in gid_Module_Root in instdb.inf that's located in the program directory of my network install.
    However it must be a bug that the __basic_60 directory isn't removed as default, right?
    - Peder

    Dusty wrote:I deleted ~/.openoffice2 and it fixed the issue on reconfiguring it.
    If deleting the .openoffice.org2 directory is a bit drastic for you, you can fix the problem by going into ~/.openoffice.org2/user/basic and editing the dialog.xlc and script.xlc files.  You need to remove the line at the end that says WebWizard in both these files. 
    That will get rid of the two error messages you are likely getting.
    Btw, anyone else miss the Projects functionality in Kate?   Darn stupid sessions.  Oh well...

  • Error: Permission denied for (document.domain has not been set) to call method Location.toString on (document.domain=).

    Why am I getting these errors Error: Permission denied for (document.domain has not been set) to call method Location.toString on (document.domain=).
    == URL of affected sites ==
    http://

    HOW DO YOU SET THIS??? I'M FRUSTRATED OVER THIS. ITS BEEN 2 MONTHS SINCE I HAVE BEEN ABLE TO PLAY ANY GAMES IN FACEBOOK DUE TO THIS PROBLEM! IT DOES NOT MATTER WHAT BROWSER I USE I STILL GET THIS SAME MESSAGE.

  • WHT Error - Business Place for document  could not be determined

    Hi Gurus,
    I am getting error while creating remitance challan " Message no. 8I707 - Business Place for document  could not be determined "I have check all the configuration related to business place, section code and remittance challan number range and it seems ok.
    would request you to help me to workout this issue.
    Regards,
    Rahane D

    Hi,
    Please refer to this SAP note to find out the exact error in J1INCHLN
    SAP Note 1465529 - CONSULTING NOTE FOR J1INCHLN
    In addition to this please refer to the following link in case you find out that the posted documents have missing Business place updated..
    Re: Subsequent implentation of EWT (Challan and Certificate)
    Regards,
    SAPFICO

  • In SFP transaction , when i press layout buton , give me error 'Direct display for documents not activated'

    in SFP transaction;
    when i press layout buton , it give me an error.
    SOFFICEINTEGRATION020
    'Direct display for documents not activated'

    Yes i installed .
    One of our product systems , i take  this error but  another one it works correctly . 

  • Business Place for document  could not be determined

    Hi,
    When I am posting Remittance challan I am getting this following error,
    "Business Place for document  could not be determined".
    Could any body please help me to solve this problem.
    I maintained the following settings in system
    1. T-Code: J_1IEWTNUMGR
    UN04     SC04     194C     02
    2. T-Code: J_1IEWTNUM
    02     02
    3. T-Code: J_1IEWTNO
    Maintained Number ranges
    I posted vendor document and I gave Business place and Section code also. Even After all the settings I am getting this problem. Please let me know is there any steps I missed are any thing I have to maintain in system.
    Best Regards
    Raj

    Hi Pavan,
    Thanks for you replay. I checked in table, data available in the table J_1IEWTNUMGR against Company code, Business place and Off Key.
    One more question is whether we need to give Business place or Section code while creating TDS challan using J1INCHLN. It will appear like "Business Place/Section Code" in the screen. If I select from drop down It is taking Section code. Is it possible to change the logic from Section code to Business place.
    Thanks & Regards
    Raju.

  • Error M8-688 - Creation of several vendor line items is not possible for document type RN.

    Hello All,
    We are using the Net Invoice Posting with document type RN(Invoice- Net). We are generating different vendor line items in the accounting document based on the withholding tax codes involved in the invoice posting. When it comes to net invoice posting system is giving an error message M8-688 - Creation of vendor line items is not possible for document type RN. Is there is any way to create multiple vendor items with net invoice posting? Please suggest.
    Thanks,
    Chandu.

    I dont think that there is any way because it is a hardcoded error message.
          IF NOT t003-xnetb IS INITIAL.
            MESSAGE e688 WITH pi_rbkpv-blart.
          ENDIF.
    SAP is checking the customizing for net/gross posting per document type in table T003
    And if it is set up as net, then it is a hard error.

  • Error while detrmining Internal Document Number for Excise Invoice.

    Hello mate, I am trying to create excise invoice for for factory sale. while saving the document I am getting an error" Error
    while detrmining Internal Document Number for Excise Invoice. Message: Maintain Number Range for J_1IINTNUM". I have already maintained number range for mentioned object "J_1INTNUM" in TCODE SNUM , still getting error. Please solve my querry . Is it related to transport or number range activation or something else? I have maintained number range with serial no. "01"

    Hello ,
    Ensure that number ranges are properly maintained in the respective client that should be the year specific.Some times even u maintained the system should not consider that number ranges  due to table updation problem ,because i had faced the same in the earlier and received the reply from the sap stating that this error was occured rarely after the years,so please ignore that ,for your problem u first come out of the screen and then re log in and then create the excise invoice ,then check the number ranges .
    Please revert for any
    Kalyan

  • Error while J1INCHLN - Business Place for document  could not be determined

    Dear All Experts,
    I am getting below error while running J1INCHLN Business Place for document could not be determined. For updating Business Place & Section Code I am running J1INPP Update Business Place information in FI document.
    So I am getting error Document is incomplete.
    Further I decided to update this in BSEG manually from SE16N. I am getting two errors :
    1 ) Entry XX does not exist in T059Q ( Check Entry)
    2 ) Entry C1 does not exist in T059Q ( Check Entry)
    I have posted TDS to with these Tax Codes and same maintained in Vendor Master as well. But I am not getting these entries IN T059Q.
    I got way to maintain via View Maintainence. But I would like to know the significance of these details.
    Experts guidance will be helpful.
    Regards,
    Revati Joshi.

    Dear Expert,
    You might have not maintained a number range intervals for Remittance Challan for current year,
    Step-1:
    It is in Path: F.A(New) -- F.A.G.S(New) -- Withholding Tax --- Extended Withholding Tax --- Posting --- India --- Remittance Challans --- Maintain Number Groups -- Provide your company code, Section Code, Official W/H Tax Key and Number Group - 001
    Step-2:
    It is in Path: F.A(New) -- F.A.G.S(New) -- Withholding Tax --- Extended Withholding Tax --- Posting --- India --- Remittance Challans --- Assign Number Ranges to Number Groups --- Provide Number Group - 001 and Internal Number Range - 01
    Step-3:
    It is in Path: F.A(New) -- F.A.G.S(New) -- Withholding Tax --- Extended Withholding Tax --- Posting --- India --- Remittance Challans ---Maintain Number Ranges --- Select Maintain Groups button and select the 001 Check box and menu -- interval -- maintain and provide company code, and then select insert interval button and provide Calendar Year and Intervals
    after configuring this steps, try posting the documents by entering business place and section code in the accounting document and Create Remittance Challan in T-Code: J1INCHLC - Create Remittance Challan  and next for Bank Challan T-Code: J1INBANK - Enter Bank Challan and next for printing Withholding Tax Certificate T-Code: J1INCCERT - Print 
    Try this steps.. it will met your requirement..
    Regards,
    GOPI KRISHNA YANDRA
    SAP FI/CO CONSULTANT

Maybe you are looking for