ADOBE form going to dump without trigering interface

Hi,
I have a strange issue that one of my ADOBE form going to dump withou trigeering the form interface. The error says ' KOMVD' is used unknown. But I have not used KOMVD directly in my form binding and interface code also. Please help to fix this issue.
The following is the breif of dump message
The following syntax error occurred in program "/1BCDWB/SAPLSM00000405 " in
include "/1BCDWB/LSM00000405F01 " in
line 4082:
"The field "KOMVD" is unknown, but there are the following fields with "
"similar names: "GT_KOMVD" and "GWA_KOMVD"."
Source Code Extract
Line  SourceCde
    1 METHOD if_badi_sd_bil_print01~print_data.
    2
    *3 * Call the generated function module*
>>>>>   CALL FUNCTION iv_fm_name
    5     EXPORTING
    6       /1bcdwb/docparams  = is_docparams
    7       bil_prt_com        = is_interface
    8     IMPORTING
    9       /1bcdwb/formoutput = es_formoutput
   10     EXCEPTIONS
   11       usage_error        = 1
   12       system_error       = 2
   13       internal_error     = 3
   14       OTHERS             = 4.
Thanks and regards
Susmitha

Hello Susmitha YR
verify the Currency/Quantity Fields in your interface.
In your structure, tou should use a reference to KOMVD.
Thierry

Similar Messages

  • Interactive-adobe form Converting into PDF without print dialog

    Hi Friends,
    I would like to convert Interactive - adobe form into PDF without print dialog.which adobe form interface type is Smart Forms-compatible Interface.I have tried for solution.but I could not succeeded.How can resolve the issue.please help me.
    Thanks
    Ramesh M

    Hi Friends,
    I would like to convert Interactive - adobe form into PDF without print dialog.which adobe form interface type is Smart Forms-compatible Interface.I have tried for solution.but I could not succeeded.How can resolve the issue.please help me.
    Thanks
    Ramesh M

  • Problem in printing amount in different currencies in adobe form

    Hi All,
    I have a requirement to print the amount as space for thousand seperator and comma for decimals.
    I have set the pattern format such that the amount is printing in below format as required.
    Locale---Italian.
    Space as thousand seperator and comma as decimal seperator.
    for example 1 234,45
    As some of the Currencies will not have decimals, now users would like to print amount without decimals. For example in my case amount  printing in KRW ( Korean currency ) is also similar to the above format which is wrong.
    for example Now amount is printing as 55 000,00. But actually it should be 550 000. Similarly for JPY currency also, as it doesnot haves decimals ( checked in TCURX table ).
    I have written some logic in the interface. below is the logic.
    WRITE:
        wa_mhnd1-wrshb to wa_item-wrshb CURRENCY WA_ITEM-WAERS.
    *READ TABLE lt_tcurx INTO lwa_tcurx WITH KEY currkey = wa_item-waers BINARY SEARCH.
      IF sy-subrc  = 0.
      IF lwa_tcurx-currdec = '0'.
      REPLACE ',' WITH SPACE INTO WA_ITEM-WRSHB.
      REPLACE ',' WITH SPACE INTO WA_ITEM-WRSHB.
      else.
       REPLACE ',' WITH SPACE INTO WA_ITEM-WRSHB.
        REPLACE ALL OCCURRENCES OF '.' in  wa_item-wrshb WITH ','.
    endif.
    ENDIF.
    a. when the write statement gets executed amount will be in ,. ( 1,234.45 )format. Then my logic gets executed correctly. In this company code is CH10 ( EUR ) and KR10.
    b. But sometimes after the write statement gets executed amount will be in ., format ( 1.234.45 ). In this case my logic works, but gives the wrong value. In this case company code is VN10 ( EUR )
    In both the cases currency is EUR.
    Will the decimal format change accordingly based on the company code code currency.Can anyone please tell me why write statement behaved differently.
    Do I need to change any locale in the adobe form, or any other logic to be written in interface. ?  I am trying it out from long time, but not able to fix it. I will have to fix it ASAP.
    Can anyone kindly please help me how to achieve this ?
    Thanks and Regards,
    Karthik Ganti.

    Hi Ayan,
    Thanks for your reply.
    I have already made the locale to default in adobe form and tried. In the interface I have written the logic to print the amount in particluar currency.
    WRITE:
        wa_mhnd1-wrshb to wa_item-wrshb CURRENCY WA_ITEM-WAERS.
    *READ TABLE lt_tcurx INTO lwa_tcurx WITH KEY currkey = wa_item-waers BINARY SEARCH.
      IF sy-subrc  = 0.
      IF lwa_tcurx-currdec = '0'.
      REPLACE ',' WITH SPACE INTO WA_ITEM-WRSHB.
      REPLACE ',' WITH SPACE INTO WA_ITEM-WRSHB.
      else.
       REPLACE ',' WITH SPACE INTO WA_ITEM-WRSHB.
        REPLACE ALL OCCURRENCES OF '.' in  wa_item-wrshb WITH ','.
    endif.
    ENDIF.
    I dont know why the above write statement is behaving differently. In one case the value is shown as 1,234.00, but in another test case it shows 1.234,00.
    In both the test cases the currency is 'EUR'. In case if the above write statement works correctly, my issue will be solved.
    Can anyone tell me why the write statement is behaving differently. Will the currency be dependent on any other factor ( for example company code,customer )
    I would like to fix this ASAP.
    Thanks and Regards,
    Karthik Ganti.

  • Trouble with field output conversion when activating the Adobe Forms

    Hi everybody,
    I'm facing an issue very strange.
    I made an interactive form for a customer which is based on abap dictionnary and send by e-mail to user. This form works fine and is in Production system .
    Now i made an evolution on this form and when i activate the forms in SAP , all the field conversion are lost so when i got the form Date fields appears with 00000000 if they are empty.
    To solved this issue in Development system , i delete the form and recreate it and that's have been sold .
    Now this issue appears in Quality system also after transport it...so i try to do the same way to solve it ...i create one transport order where the forms is deleted and another one to recreate it ..but the issue still alive.
    I search on OSS and don't find any notes for this .
    This issue also appears on aonther forms which is not interactive one ( purchase order printout ) .
    I work on ECC 6.0 with AdobeLifeCycle Designer ES 2
    Does anybody face this issue and solved it ?
    Regards

    Ok i will try to explain more clearly because i think there's a misunderstanding .
    When you define an interface of Adobe forms you can choose between DDIC interface or XML interface. When you chose DDIC interface when you generate the form all necessary SAP CONVERSION EXIT are use when value are given to the XML file .
    For example i got a field type datum define in my interface which is based on DDIC .
    I place this field in the layout and set the edit mask in the layout with 'YYYY/MM/DD' for example.
    Now i execute the forms and give value '00000000' to the field, normally what should appears in the result is : nothing because it's an initial value.
    But in my case the value appears as '00000000' , the edit mask in the form is not taking into account and the conversion of value inside ABAP Stakc is not done.
    When you have a look inside the function module generated by the form, you will fin a routine which name is %WORK and inside it you will see a routine which is %OUTPUT which is call for each field you want to print in the form .
    If my field is correctly output on the form the data type is givent to this routine in order to make it correct and until now everuthnigs looks good for me but my issue is that the data type of field are not given to this routine so it consider each field as simple TEXT and that wrongs.
    juste bellow the code generated for the routine %OUTPUT
    form %output using p_name      type fpfield
                       p_value     type any
                       p_datatype  type datatype_d
                       p_abap_type type c
                       p_reffield  type fpunit
                       p_unit      type any
                       p_edit_mask type convexit.
      case p_abap_type.
        when cl_abap_typedescr=>typekind_struct1 or
             cl_abap_typedescr=>typekind_struct2 or
             cl_abap_typedescr=>typekind_table.
    *     ignore
        when others.
          call function 'FPCOMP_WRITE_DATA_FIELD'
            exporting
              i_field_name   = p_name
              i_value        = p_value
              i_ddic_type    = p_datatype
              i_data_type    = p_abap_type
              i_edit_mask    = p_edit_mask
              i_ref_name     = p_reffield
              i_ref_value    = p_unit
            exceptions
              usage_error    = 1
              system_error   = 2
              internal_error = 3
              others         = 4.
          %fpcomp_error.
      endcase.
    endform.                    "%output
    is it more clear now ?
    Regards

  • Information regarding Adobe forms

    Dear Gurus,
    I need some basic information regarding adobe forms to be used in ESS MSS portal for doing some basic actions by managers like hiring/maintenance of data for his subordinates.
    Are there any specific system requirements so that adobe forms display in browser without any problems?  Is there any specific internet browser which works without any problems?
    What time is considered to be best time in which an empty form can be displayed?
    In one line what is the acceptable time for a form to load which is not considered as slow and is it linked with network connections or individual systems of end users?
    Need your kind inputs on this topic........
    Regards,
    kitchlu

    Form works in IE 6, 7, 8  and Firefox
    Make sure you have adobe products above 8.1 (includes all adobe products)
    In Reader -> Edit -> Preference -> Internet - you have setting to display pdf in browser.
    For a small form with limited fields, 5-10 seconds launching time can be achieved.
    Performance depends on number of fields, User events, no of backend calls, number of dropdown boxes, Servce size, Network etc etc. Optimized code is another aspect to look into

  • Connecting SQL server from Adobe forms

    Hi Experts,
    I want to know, whether it is possible to connect SQL Server database from Adobe Form directly at runtime without WAS/ADS. If it is possible, please provide any material to proceed further.
    Please help.
    Thanks,
    Rajee

    Have a look at the following document, it explains how to use a MS Access database but it should also work when using a ODBC Data source configured for a MS SQL database.
    [Providing interactive database lookup from forms|http://www.adobe.com/devnet/livecycle/articles/lc_designer_db_lookup_tip.pdf]
    I hope I could help you.

  • Call for adobe form is going for dump for multiple users

    hi,
    i am calling an adobe form in a program i.e. for multiple users. now my problem is.....
    3 people are using same tcode to generate the adobe form output for different data. but when they click at a time on the button to generate the adobe output, then adobe form is coming for only one user and it is going for dump for other users.
    and this dump is coming because of exception "CX_FP_API_INTERNAL" in funtion module FP_FUNCTION_MODULE_NAME which i am using to get the function module name of the adobe form in my program.
    can u please give me some solution to rectify this issue....

    That's nothing!
    An engineer and I contacted Adobe technical support by phone to ensure the PC I was having custom built was configured to its optimum. They advised XP64 as the best operating environment. After that discussion we had to completely revise procurement, etc to get the bits and compatible XP64 compatible software, putting the build project back a few weeks as well, Imagine how I laughed when I found out on one of these forums that XP64 is the worst choice and totally unsupported by CS4!
    I have written to Shantanu Narayen, Adobe CEO and didn't even get an acknowledgement I raised this last week on the Adobe stand at BVE and was told they'd get someone to contact me asap but guess what, niet...! To be fair there has been one Adobe executive that recognises the problem and the damage poor customer support is causing the company; he has been as helpful as he can. Unfortunately, it seems the overall Adobe culture at the top is "get the money and run". If your problem goes beyond what's already on their web pages, tough luck!
    Regards,
    Graham

  • Adobe Form with XML interface cannot retrieve all data from SAP

    hi all
    I want to use the Adobe forms for the real estate module.
    I had seen that adobe forms can have an interface with XML input and output as parameter.
    In the interface type only the /DOCPARAMS an the DOCXML are INPUT parameters which are available.
    No other INPUT parameter can be added to it.
    When i try to retrieve the data in real estate there are some default function modules for retrieving the data from real estate.
    But this function modules also are going to find out if the form which asks for this information has a IMPORT parameter
    for the required data. For example, the SENDER data is retrieved, but before the default function module retrieve this data
    the function module checks if the form has a INPUT parameter SENDER.
    And that is not the case. And i cannot create the SENDER parameter to it, because this INTERFACE type does not allow it.
    Does anybody know a solution herefore?
    kind regards,
    Anton Pierhagen

    Hi Bhaskar
    It is a long time ago, almost 2 years.
    I created my own custom development for calling the Adobe form. This custom development uses the correct function module interface with the IMPORT XML.
    The XML which i sent as IMPORT PARAMETER to the form is also created by own custom development. Via the default XML class of SAP
    So that was my solution
    Kind regards,
    Anton Pierhagen

  • Adobe Form with XML interface

    hi all
    I want to use the Adobe forms for the real estate module.
    I had seen that adobe forms can have an interface with XML input and output as parameter.
    In the interface type only the /DOCPARAMS an the DOCXML are  INPUT parameters which are available.
    No other INPUT parameter can be added to it.
    When i try to retrieve the data in real estate there are some default function modules for retrieving the  data from real estate.
    But this function modules also are going to find out if the form which asks for this information has a IMPORT parameter
    for the required data. For example, the SENDER data is retrieved, but before the default function module retrieve this data
    the function module checks if the form has a INPUT parameter SENDER.
    And that is not the case. And i cannot create the SENDER parameter to it, because this INTERFACE type does not allow it.
    Does anybody know a solution herefore?
    kind regards,
    Anton Pierhagen

    I've found a own workaround for this problem

  • Getting dump while calling adobe form

    Hello All,
    I am working on a webdynpro application and within the application I am calling a adobe form, when I call the adobe form I am getting the following short dump:
    Error in the ABAP Application Program
    The current ABAP program "CL_WD_ADOBE_SERVICES==========CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "/1BCDWB/SAPLSM00000027 " in
    include "/1BCDWB/LSM00000027F01 " in
    line 587:
    "Field "BKPF-WAERS" is unknown. It is neither in one of the specified t"
    "ables nor defined by a "DATA" statement. ."
    I looked at the adobe form and the interface and the field WAERS is being defined there but I am not sure then why I am getting this dump.
    Can you please help me on this.
    Thanks,
    Rajat
    Moderator message: wrong forum, please have a look in the dedicated "Web Dynpro ABAP" forum.
    Edited by: Thomas Zloch on Feb 9, 2011 3:23 PM

    Hi,
          Try to generate the interface and adobe form and also the generated FM "/1BCDWB/SAPLSM00000027"
    Regards,
    Srini.

  • How to print adobe form immediately without preview?

    Hi, Experts.
    I made a WD4A using Interactive Form control
    and the app is working fine and displays Adobe Form.
    But I meet a new client needs on how to print immediately without display the form.
    My client says that "I don't wanna see the form and just print form immediately when I click the print button".
    I think there are some option parameters for solving those problem...
    Plz. Help.
    Regards Junha.

    Hello Junha,
    you need to send the pdf to spool. There's a function module for it as far as I know. Can't remember the
    name at the moment and having no access to a SAP system. A good way to find it would be searching
    for SPOOL and PDF in the name.
    Best regards,
    Thomas

  • How to print Adobe Forms without the black/gray backgrounds in the side columns

    How can we print Adobe Forms without the black/gray backgrounds in the side columns? We are wasting a lot of ink printing out these forms and would like to have simply black ilnes to distinguish columns and black lettering, but no background colors.  Any help would be appreciated. Thanks.

    I am not positive what you are printing from but I am thinking it is from the View Responses tab with a response row selected and then shown in "Detail View" and that the column of field names has a dark grey background...
    To change the color of the column headers select the row of headers (do this by clicking on the first dark grey header field and then scroll to the last one and shift+click on the last one), then in the "Text" tools change the text color to Black and the Fill color to white:
    (Selected the header cells)
    Changed the text/font color to black and the fill color to white
    Now you can see the detail view does not have the dark grey.
    Thanks,
    Josh

  • Error in Adobe form based in a xml interface when changing data element

    The adobe form is called from a web dynpro.
    The adobe form contain a page and subforms (positioned y flowered).
    The form worked out perfectally.
    Then edited a descriptive text in a data element, from se11.  The form continues worked out correctelly.
    Then modify a fixed text from the form.  The form is activated.
    Since this modification, the form stopped to work out, informing the following message:
    "WebDynpro Exception: The ADS call has failed. You can find information about the cause in the error.pdf on the application server".
    I have updated the nodes of the web dynpro, the xml interface of the form, is all activated and this is still not working.
    Someone could help me? Does anyone know what it could be happened?
    Is there a way to re-generate the form?
    Thanks you very much.
    Regards,

    The data element is char 4.  I have only changed descriptive texts.
    I have take take all the objects to the previous version (data element, wd view, interface xml, adobe form), and the form is still not working.
    Do you have another posible solution for this?
    Thanks you for your answer.
    Kind regards,

  • Adobe Form called from SAP Portal, not executing interface global init code

    Hello!
    I have an adobe form called from both R/3 and SAP Portal and I need to show long text dinamically calculated.
    The deal is at the SAP Portal execution, as scenario characteristics don't allow string definitions, I'm using 255 characters tables (QISR_TAB_TYPE), that I'm trying to convert inside form interface (Global init code).
    The problem is that the interface global init code is being executed when the form is called from R/3, but it is not at SAP Portal.
    Does anybody know how to manage this? It's kind of a problem that the BAdi method int_service_request_init doesn't allow types over 255 characters... and if it is not possible to access the form interface code section (maybe there's any way)... i need to find some code section where i can convert tables before the form context is filled!!
    Thanks a lot!!
    Regards,
    Diana.

    Hi,
    have you searched on SCN? There are some threads with same problem such as [this one|/message/9270216#9270216 [original link is broken];. There is more threads. They may help you to solve your issue.
    Cheers

  • OnAction is going timeout - Interactive Adobe form in webdynpro

    Hi,
         I have developed an application with interactive adobe form whenever i click the onaction 'Submit' button it keeps on running and i kept a break point in WDDOBEFOREACTION but no use. the control is not at all coming inside.
    If make the form in invisible mode then every thing works fine it happens because of the form only.
    any idea?????
    regards,

    >
    roop s wrote:
    > Hi,
    >      I have developed an application with interactive adobe form whenever i click the onaction 'Submit' button it keeps on running and i kept a break point in WDDOBEFOREACTION but no use. the control is not at all coming inside.
    >
    > If make the form in invisible mode then every thing works fine it happens because of the form only.
    > any idea?????
    >
    >
    > regards,
    Hi,There can be many reason for that.
    what does it do onActionSubmit ?
    Have you seen in St22 any meaning full dump  if any in this case?

Maybe you are looking for

  • Blue Screen When using Magic Bullet Instant HD in Premiere Pro CC

    When using Adobe Premiere Pro CC, using Magic Bullet Instant HD to convert a 720p video to a 1080p. The system will blue screen and the problem dll file seems to be hal.dll. What is the cause of this? and how to fix it? System Specs: OS: Win 7 Ultima

  • IMac 10.6.8 Spinning Beach Ball-Need Help

    I have a 27" iMac running OS 10.6.8, it was bought new in 2010, has a 3.06 GHz Intel Core 2 Duo with 4GB of RAM, I have about 450 GB free on my 1TB Hard Drive. The problem I am having is that I get the spinning beach ball all the time. It is not depe

  • How to get the file name being loaded

    Hi. Iam trying to load a file in ODI. Iam using ODIFileMove to process it OdiFileMove "-FILE=#FILE_PATH/ABCD*.csv" "-TOFILE=#FILE_PATH/ABCD.csv" "-OVERWRITE=YES" "-CASESENS=NO" "-RECURSE=YES" NOW my input file has the timestamp appended to it ABCD_08

  • R12.1.1 installation error on linux oel6.1 os

    Hello Sir, I double checked pre requisites of R12.1.1 Installation Note.761566.1 and i am getting following error ./rapidwiz Rapid Install Wizard is validating your file system...... 4 dvd labels found Rapid Install Wizard will now launch the Java In

  • 3D TV 42TL515U Remote becomes unresponsive and TV crashes while watching Netflix

    Back in March I ordered a brand-new in-the-box 3D TV 42TL515U TV. The TV has been running great except starting last weekend (Oct. 7th) I noticed the remote become completely unresponsive to the TV except if I held in the power button. The remote wou