ZLE_SHP_DELNOTE

We've created a user copy of the LE_SHP_DELNOTE Smartform and are trying to view the output via tranx VL02N.
The Smartform has been tested and displays without any errors. The output message is setup okay within VL02N and the config (using either V/34 or NACE) has been setup with the print program set to RLE_DELNOTE and the Smartform as ZLE_SHP_DELNOTE for the correct output type (ZMX3) and application (V2).
However, when I look at the message processing log in VL02n I get the messages:
o Object 0830000182
o Output type: MX3 - Goods issue
o Processing log for program RLE_DELNOTE routine
o Processing routine  in program RLE_DELNOTE does not exist
with the fourth line shown in Red.
Has anyone hit this same problem?.
Gary

I Don't think I fully understood that reply Max. Program RLE_DELNAST exists and also has a subroutine called entry. As you know, this program calls the standard FM (SSF_FUNCTION_MODULE_NAME) to determine the Smartform functional module. It does this using variable LF_FORMNAME as the formname, and earlier in the code it sets LF_FORMNAME = TNAPR-SFORM. I have checked the TNAPR table for ZMX3 and both the print program and Smartform are correct.
What was that about the MX3?. The output message is set for ZMX3 and all config is set accordingly for ZMX3.
I should point out that we have also tried to use the SAP standard form as well, being LE_SHP_DELNOTE, along with the standard print program RLE_DELNOTE, but still no joy. Could the output type (ZMX3) somehow be set up wrong?.
Gary
Edited by: Gary  King on Jul 20, 2009 7:10 PM

Similar Messages

  • Error in Delivery Note -Smartform

    Hi,
    I'm working with Delivery note smartform. I have copied the standard form le_shp_delnote into zle_shp_delnote. When I execute it using VL02N transaction, I am getting the error as ' Output could not be issued'. The form is already configured with standard program 'RLE_DELNOTE' in NACE.Please help me to solve this.

    Could you investigate what is written in the output error processing log. You can access the error log in the output issue edit page in VL02N transaction. Let me know what is written in the error log, so that I can be of some help to you.

  • Its Urgent   How 2  Customized the Layout set LE_SHP_DELNOTE

    Hello Experts,
    as 'm new for smartform development will anyone  suggest me how  to customize smartform such as SAP defined form LE_SHP_DELNOTE in Delivery note. as it's SAP defined form so how can one customize it ..
    plz Help me its too urgent for me to have solution on it.
    Kind Regards..
    A v i

    Hi Avi,,,
    1)    Go to transaction Smartforms
    2)    Put the form name LE_SHP_DELNOTE
    3)    Copy the FORM , give ZLE_SHP_DELNOTE
           Then make the changes as Required.
    Regards
    Avi...

  • VL02N Error: Output could not be issued with smartforms

    Hi All,
    Currently I am doing some customization on existing delivery note smartforms LE_SHP_DELNOTE on ECC 6.0.
    I have copied it from the above smartforms and name it as ZLE_SHP_DELNOTE. Did most of the modification according to the user's format requirement.
    Manage to do the necessary settings in NACE to point to the new smartforms and also were able to print preview the report either in the standard LE_SHP_DELNOTE or the customize ZLE_SHP_DELNOTE.
    But as I add more coding into ZLE_SHP_DELNOTE, the print preview starts to give me the "Output could not be issued" error.
    If I were to revert back to the original LE_SHP_DELNOTE in NACE, it still works fine.
    I have checked most of the issue in the forum regarding the table size or include text, but I have make sure that the table size does not exceed the window size and also i have check the checkbox that prevent any error if include text does not exist.
    Hope to get help.
    Thanks
    David

    Hi Murali,
    Thanks a lot. It is due to the address that is not populating.
    Currently I am reading the address from VBAK by using the following statements:
    SELECT  SINGLE bukrs_vf
    FROM    vbak
    INTO    lf_bukrs
    WHERE   vkorg = is_dlv_delnote-hd_org-salesorg
    AND     vbeln = is_dlv_delnote-hd_ref-order_numb.
    SELECT  SINGLE adrnr
    FROM    t001
    INTO    gf_bukrs_adrnr
    WHERE   bukrs = lf_bukrs.
    gf_bukrs_adrnr is the address value.
    Currently I have 2 versions of my customised smartforms. One that works and one that does not work. Both has the address node.
    One funny thing is that the value from is_dlv_delnote-hd_ref-order_numb is not populating for the one that does not work.
    But I thought is_dlv_delnote is an interface passed on to the smartforms regardless of any changes that you made in the smartforms.
    Do you have any idea why is this so?
    Thanks
    David

  • Smartforms Bill of lading.

    Hi all,
    (bol Delivery)
    1. Is LE_SHP_DELNOTE SMARTFORMS IS FOR BILL OF LADING?
    2. I HAVE USED LE_SHP_DELNOTE AND COPIED INTO ZLE_SHP_DELNOTE AND DEVELOPED SMARTFORMS FOR BOL.
    AND I AM USING THE EXISTING DRIVER PROGRAM RVADDN01.
    THE EXISTING DRIVER PROGRAM DOES NOT SUPPORT MY NEW FORM.
    EVEN AFTER I CONFIGURED IN THE NACE TRANSACTION.
    IS THERE ANY DRIVER PROGRAM FOR SMARTFORMS LE_SHP_DELNOTE

    HI,
    YOu have to print program RLE_DELNOTE.
    Thanks,
    Ramakrishna

  • Problem Triggering  Smartform

    Hi Experts,
    In my case..I am calling a BADI - LXSER_SN_CAPTURE_RF
    and inside it i am calling the interface SN_PRINT..
    my problem is i have a smartform -ZLE_SHP_DELNOTE
    which is the copy of LE_SHP_DELNOTE(Standard).
    I am calling
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
      EXPORTING
        FORMNAME                 =  FORM_NAME
    IMPORTING
       FM_NAME                  =   FM_NAME
    EXCEPTIONS
    NO_FORM                  = 1
    NO_FUNCTION_MODULE       = 2
    OTHERS                   = 3 .
    CALL FUNCTION FM_NAME
      EXPORTING
        IS_DLV_DELNOTE = IS_DLV_DELNOTE
        IS_NAST        = IS_NAST
      EXCEPTIONS
        FORMATTING_ERROR           = 1
        INTERNAL_ERROR             = 2
        SEND_ERROR                 = 3
        USER_CANCELED              = 4
        OTHERS                     = 5.
    I want to fetch the value into IS_DLV_DELNOTE but being a structure its not possible ...
    I need the suggestions and solution from u...how can i get the values here...
    Regards,
    Saurabh

    Well, Mr. Surya Prakash..
    From the mention few lines, i am able to fetch the SF, my problem is..
    how shoild i get the values in the output...
    i need to pass the value to the smartform so tht it can print something...
    I even have another point from the question u asked me...
    Will it be possible for you to tell me...
    how to fetch the SF and how to pass the valiue to it and finally to the printer (preview also needed)..
    I hope this time I am able to make u understand my problem...
    looking for form some great help...
    Thanks,
    Saurabh.

  • Urgent - About Deliver note and invoice

    can someone plz suggest me the possible modifications for the standard smartforms : LE_SHP_DELNOTE for deliver note and SF_LB_INVOICE for invoice. It would really help if you could describe the modifications in details. Please urgent.

    Sandhya,
    If you want to modify the Smartforms ..copy that to ZLE_SHP_DELNOTE  and then do the neccessy changes as per the requirement .
    After activating the Smartform u have to assign the ZLE_SHP_DELNOTE  to the output type in Tcode NACE . There u will find V2 application for sales there in output types u will find the output type with the SAP Std smartform LE_SHP_DELNOTE assigned. Change it to ZLE_SHP_DELNOTE .
    Regards....

Maybe you are looking for

  • IDX file Conversion in PI 7.1

    Hi Experts I am working on a  file to Proxy scenario, I am receiving IDX file from the Bank and need to do the content conversion and map it to the Inbound proxy, Please let me know if i can do it in the same way as that of Text file, Does SAP PI acc

  • Ifs 'o' drive not visible in windows explorer(WinXP)

    Hi, The 'o' drive does not appear in the windows explorer. I have installed version 2.0.1 on windows xp with oracle 9i.I have checked the node log, it says that the ntfs server has started successfully, but I find the drive anywhere. Any ideas? Thank

  • HOW to name a Button

    For a Button i am using this HTF.formsubmit (NULL, 'Find Extra employees') Now i have a requirement where i need to do some validations if somebody clicks this button . How can i do the same ?

  • TS3297 I forgot the answers to my security questions what do I do?

    Help!

  • I think there is a bug in my BB 9650

    I have a Blackberry 9650 which I have been using from quite a long time now, but suddenly have started facing challneges. I phone is auto typing nmnmnmmmnnnnn continuously. It is not letting me access anything. Do not know what to do, can somebody he