Smartform LE_SHP_DELNOTE

hi expert,
I would like to preview a smart form (namely LE_SHP_DELNOTE), using its associated fonction module (/1BCDWB/SF00000006). Nevertheless, I do not understand what I have to give as entry parameters to this fonction (IS_DLV_DELNOTE,type LEDLV_DELNOTE and IS_NAST, type NAST).
Does any one know what those two parameters are, and how I can make this fonction module work?
thanks a lot in advance.
regards,
Pierre

Check if your data is ok, meaning that you indeed have an address maintained for the ship-to of this delivery.
Hope it helps,
Leonardo De Araujo

Similar Messages

  • Regarding changing smartform LE_SHP_DELNOTE

    Hello experts,
    Avi here ....
       i am  new for smartform developement
            can any one suggest me how to change the system inbuilt smartform       LE_SHP_DELNOTE as it is my requirement..... how to have those privileges to change any system inbuilt form.
    waiting for ur reply 
    Best regards,
    A v I  .

    Check if your data is ok, meaning that you indeed have an address maintained for the ship-to of this delivery.
    Hope it helps,
    Leonardo De Araujo

  • Error in printing a standard smartform (LE_SHP_DELNOTE)

    Hi,
    I'm supposed to copy a standard form for delivery note (LE_SHP_DELNOTE), the problem is, I'm trying to print preview the standard form but it's resulting in an error :  <b>
    Exception       FORMATTING_ERROR
    Message ID:          SSFCOMPOSER
    Message:
    Error in address output (name not filled).</b>
    I tried many printers and different systems and i'm still getting the same result.
    Could anyone help in resolving this issue please?
    Thank you.
    F.A.D

    Check if your data is ok, meaning that you indeed have an address maintained for the ship-to of this delivery.
    Hope it helps,
    Leonardo De Araujo

  • How to create a table with events in smartforms?

    How to create a table with events view in smartforms?
    It doesn't like general table with header, main area and footer.
    for example:
    in smartforms: LE_SHP_DELNOTE
    table name is TABLEITEM(Delivery items table)

    Vel wrote:
    I am creating XML file using DBMS_XMLGEN package. This XML file will contain data from two different database tables. So I am creating temporary table in the PL/SQL procedure to have the data from these different tables in a single temporary table.
    Please find the below Dynamic SQL statements that i'm using for create the temp table and inserting the data into it.
    Before insert the V_NAME filed, i will be appending a VARCHAR field to the original data.
    EXECUTE IMMEDIATE 'CREATE TABLE TEMP_TABLE (UNIQUE_KEY NUMBER , FILE_NAME VARCHAR2(1000), LAST_DATE DATE)';
    EXECUTE IMMEDIATE 'INSERT INTO TEMP_TABLE values (SEQUENCE.nextval,:1,:2)' USING V_NAME,vLastDate;What exactly i need is to eliminate the INSERT portion of it,Since i have to insert more 90,000 rows into it. Is there way to have the temp table created with data in it along with the sequence value as well.
    I'm using Oracle 10.2.0.4 version.
    Edited by: 903948 on Dec 22, 2011 10:58 PMWhat you need to do to eliminate the INSERT statement is to -- as already suggested by others - eliminate the temporary table. You don't need it. It is just necessary overhead. Please explain why you (apparently) believe that the suggestion of a view will not meet your requirements.

  • Add new field in LE_SHP_DELNOTE

    Hi everybody ..
           Smartform LE_SHP_DELNOTE . I want add "serial no" in main window
    and also add "Plant" & "Plant Description" in Header Window.
    can anybody know about it.
    plz send me answer with example.
    kindly help.
    Thanks in Advance.
    Message was edited by:
            Himanshu Patel

    In Header Window,
    Right Clink in the heder windoe then select Create -> Flow logic-> Program Lines
    here u can write the logic
    write the select statement to fetch the data for WERKs and its NAME from T001W
    Then use these Fields to display in header window.
    Create one text element in Main window for serial no
    (Right Click on Main Window Select Create-> Text
    here u can write the Serial no.)
    Thanks
    Sekhar.

  • 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

  • Language translation in smartforms

    In SE63, I tried to convert one smartform "LE_SHP_DELNOTE" from DE language to EN. When I click on EDIT button, I am getting two split windows, one for source and other for target. But the problem is I am getting DE language in both the source and target windows. It is not getting converted to english. But, for all other languages, it is getting translated, except english.
    I rememebr, first time when I open it was workiing fine. But not sure what went wrong now. If anybody having any idea, please help me...

    Did you make any change in the original form(DE) and activated without activating the translation? If so, the translation done would have been reverted.

  • Smartforms Batch Split

    Dear all,
      I have developed a smartform for SD delivery which is base on the standard smartform LE_SHP_DELNOTE . I'm facing a problem that the batch number has displayed on separate line if there is batch split in the delivery. For example:
    No Batch Split: (this output is good)
    Material    Description     Batch
    12345       Testing           Batch01
                    Line 1
                    Line 2
                    Info 1
                    Into 2
    Batch Split:
    Material    Description     Batch
    12345       Testing           
                    Line 1
                    Line 2
                    Info 1
                    Info 2
                                         Batch01
                                         Batch02
                                         Batch03
    Expected Batch Split Result:
    Material    Description     Batch
    12345       Testing           Batch01
                    Line 1            Batch02
                    Line 2            Batch03
                    Info 1
                    Info 2
    Remarks:  I'm using the LOOP node to print the batch number in table.
    Regards,
    Kit

    hi,
    For displaying batch in third column
    Condense batch field
    create text for third column
    go output options----->output structure
    for batch01
    Line             1
    Column        3
    for batch02
    Line             2
    Column        3
    for batch03
    Line             3
    Column        3
    Regards
    Bhupal

  • Smartforms print

    Hi All,
    I don't want print preview screen in the execution,
    I want directly the final screen.
    wat to do? and where to do mention clearly
    Thanh you,
    Rohit

    Hi!
    It can be modified in the printer program or in the smartform. It depends on the given coding.
    For example check out the delivery note (program: RLE_DELNOTE, smartform: LE_SHP_DELNOTE)
    *   call smartform delivery note
        CALL FUNCTION LF_FM_NAME
             EXPORTING
                      ARCHIVE_INDEX        = TOA_DARA
                      ARCHIVE_PARAMETERS   = ARC_PARAMS
                      CONTROL_PARAMETERS   = LS_CONTROL_PARAM
    *                 mail_appl_obj        =
                      MAIL_RECIPIENT       = LS_RECIPIENT
                      MAIL_SENDER          = LS_SENDER
                      OUTPUT_OPTIONS       = LS_COMPOSER_PARAM
                      USER_SETTINGS        = ' '
                      IS_DLV_DELNOTE       = LS_DLV_DELNOTE
                      IS_NAST              = NAST              "n_489639
    *      importing  document_output_info =
    *                 job_output_info      =
    *                 job_output_options   =
           EXCEPTIONS FORMATTING_ERROR     = 1
                      INTERNAL_ERROR       = 2
                      SEND_ERROR           = 3
                      USER_CANCELED        = 4
                      OTHERS               = 5.
    The LS_CONTROL_PARAM contains a field, called PREVIEW. Clear this field.
    Within the smartform, CONTROL_PARAMETERS-PREVIEW field will do the same.
    Regards
    Tamá

  • Delivery output print preview issue.

    Hello Friends,
    While going for the print preview of the outbound delivery by T-code VL71 i am getting the message-->
    "Output could not be displayed (it may not be complete)
    Message no. VN069"
    As i have maintained VV21 & output type in the delivery.
    Please help me with the solution.
    Thank you.
    Sadanand.

    hi
    did u maintained the output type in NACE for appliacation V2
    and also check whether u have maintained the custom form in smartforms place
    Output type LD00
    trans medium : 1
    short tecxt : print out
    Program ; RLE_DELNOTE
    FORM routine : ENTRY
    smartforms : ur z form
    trans medium : 2
    short text : fax
    Program ; RLE_DELNOTE
    FORM routine : ENTRY
    smartforms : LE_SHP_DELNOTE
    hopre this would sove ur problem.
    Regards,
    Venkat.
    Edited by: venkatakrishnan Parthsarathy on Apr 14, 2008 2:40 PM

  • Standard samrtforms and print program for  Bill of Lading in delivery

    Is there a standard smartform  and print program for  Bill of Lading for delivery?

    Hi
    Check this:
    Print Program: RLE_DELNOTE.
    Smartform:   LE_SHP_DELNOTE.
    Regards,
    Vishwa.

  • 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....

  • SE63 not working

    Hi Everyone,
            I have a requirement to print smartform in English and Spanish. I tried to translate the smartform using SE63. I gave the soure as EN and Target as ES and clicking on Edit, I am getting the target as English only. There is no translation. Just for checking, I have tried to translate SAP standard Smartform LE_SHP_DELNOTE and that is working fine. I am using text elements in my Z smartform. Please can anybody help me to understand where I went wrong? I went through all the discussions here but I find everyone saying to use SE63. No problem has been mentioned so far. I have checked LE_SHP_DELNOTE, in this also text elements are used. In that case why my Z smartform is not getting translated?
    Thanks & Regards,
    Priya

    Hi Sachin,
            Thanks for your reply.So if I have to print forms in multiple languages then should I create the forms individually in all the languages? But the problem here is that SE63 is not all working for my Z program. I cannot see the text translated to Spanish in SE63 screen itself. Is there any other option you know
    Thanks & Regards,
    Priya

  • Program for LE_SHP_DELNOTE (smartform)

    Hi,
    I've to do some changes at my sapscript for shipment (TC VT03N) and I want to make change to smartforms; it's a good moment...
    I know the following:
    In SAPScript, you can use SHIPMENT_DOC and program RV56TD00
    But...
    In SmartForms, you can use LE_SHP_DELNOTE and program ?????.
    How could I know wich program is best for use it by myself?
    Thanks & Regards,
    Oscar

    Hi,
    go to the form editor in sapscript or smartform and in menu item Goto--> change editor... which displays the editor in command display mode.
    and on the right side in application toolbar... there is a button called program symbols.. clcik on that .. a popup will pop up with print program ( if it is assigned and executed my print program).
    or else ....
    Get the function module name (Environment -> function module name ) that is generated for this smartform.
    Goto SE37-> give the function module name and click on Where used list button, you can get the driver program of smartform.
    If it is dynamically called, you can find any entries in where used list.

  • 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.

Maybe you are looking for

  • Firefox 4 freezes, takes 3 min to load pages, does not multitask.help!

    Subject: FIREFOX 4 HAS RENDERED MY BROWSING ABILITIES TO NIL. Date: Fri, 25 Mar 2011 19:44:51 -0700 I loaded it on this past Thursday. It NEVER worked. It may be the fact that I have a 8 year old custom dual boot = (XP/Linux) laptop. A wholesale blin

  • ITunes will not open on Mac G5 power

    When I try to open iTunes it does nothing but bounce up & down

  • Pl/pdf page number

    Hi, Does anyone know how to display page number (1 of 3, 2 of 3, ...) in the footer of each page in a PL/PDF report? The report contains both fixed-position data and a table with x number of rows fetched from a table. Also, how do I write HTML tags i

  • Trouble installing plugins for CS3 and CS4 onto a 32 bit/64 bit PC.

    I have two new PCs. They are supposed to run both 32 Bit and 64 Bit programs. I have CS3 and CS4 32 Bit programs installed on both. Many of my old faithful plugins have gone on strike or at least a work stoppage! I can get some of them to install cor

  • If I buy LR4 do I need..

    or should I also buy ACR, Bridge, and/or Elements 11?  I'm not clear on the relationship among them and I can't tell from reading the descriptions of the products.  I'm coming from Aperture. thanks, Mike