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

Similar Messages

  • SRM PO CHANGE SMARTFORM

    Hi friends,
    I’m developing a SRM Purchase Order CHANGE smartform.  The form should only print those line items that got changed (quantity or price or new line item added to PO). Can anyone tell me how to pass only changed datas to smartform. I’m assuming that I’ve copy the std. Form BBP_PO. I will award points to any useful answers
    Thanks a lot.
    -Nash

    Hi John,
    As Narendra said that we can get it from CDPOS and as well as CDHDR also.
    I have done this type of Form long back, I'll send the code & change naming conventions according to that logic. This helps u a lot really.
    -----TO FETCH I OR U REGARDING PO(for chg column)--
        SELECT * INTO TABLE I_CDHDR FROM CDHDR WHERE
                           OBJECTID = W_DATA2-EBELN .
        DESCRIBE TABLE I_CDHDR LINES V_COUNT.
        READ TABLE I_CDHDR INDEX V_COUNT INTO W_CDHDR.
        IF W_CDHDR-CHANGE_IND = 'U'.
          MOVE W_CDHDR-CHANGENR TO V_CHANGE_NR.
          CONCATENATE W_CDHDR-MANDANT W_DATA2-EBELN W_DATA2-EBELP
               INTO GV_TABKEY.
          SELECT SINGLE VALUE_OLD INTO V_OLD FROM CDPOS
                     WHERE OBJECTID = W_DATA2-EBELN AND
                           CHANGENR = V_CHANGE_NR AND
                           TABKEY   = GV_TABKEY AND
                           FNAME    = 'MENGE'.
          SELECT SINGLE VALUE_OLD INTO V_OLD1 FROM CDPOS
                          WHERE OBJECTID = W_DATA2-EBELN AND
                                CHANGENR = V_CHANGE_NR AND
                                TABKEY   = GV_TABKEY AND
                                FNAME    = 'NETWR'.
        ENDIF.
    ------ WHEN PO IS CHANGE ,TO FILL CHG COLMN DETAILS------------------*
        IF V_OLD IS NOT INITIAL OR V_OLD1 IS NOT INITIAL.
          W_TY_SODATA_TAB1-CHNGIND = 'cur'.
          APPEND W_TY_SODATA_TAB1 TO I_SODATA.
          MOVE V_OLD TO W_TY_SODATA_TAB1-MENGE.
          MOVE V_OLD1 TO W_TY_SODATA_TAB1-NETWR.
          W_TY_SODATA_TAB1-CHNGIND = 'prev'.
        ELSE.
          W_TY_SODATA_TAB1-CHNGIND = 'n/a'.
        ENDIF.
        APPEND W_TY_SODATA_TAB1 TO I_SODATA.
        CLEAR: V_OLD, V_OLD1.
        CLEAR: W_TY_SODATA_TAB1.
      ENDIF.
    ENDLOOP.
    LOOP AT I_DATA3 INTO W_DATA3.
      READ TABLE I_SODATA INTO W_SODATA WITH KEY
                           MATNR = W_DATA3-MATNR
                           EBELN = W_DATA3-EBELN
                           EBELP = W_DATA3-EBELP
                           CHNGIND = 'prev'.
      IF SY-SUBRC = 0.
        W_DATA3-MENGE = W_DATA3-MENGE.
        W_DATA3-NETWR = W_DATA3-NETWR.
      ENDIF.
      APPEND W_DATA3 TO I_DATA4.
      CLEAR: W_DATA3.
    ENDLOOP.
    <b><i>if u want the full code let me know I'll send.</i></b>
    Thanks,

  • Changing smartform from local object to a transport request

    Hi ,
          Can any one please let me know how to change  smartform from local object to a transport request.
    Regards,
    Ashok kumar

    Hi,
    GOTO transaction SMARTFORMS.
    Enter the name of the smartform.
    Then GOTO -> OBJECT DIRECTORY ENTRY.
    There give ur package then it will ask for the request.
    Then create the request.
    Hope it helps u.
    Regards,
    KK

  • Regarding Changing of  Namespace

    Dear All,
    This is regarding Changing name space of  a particular ABA program to some other name space. can any body will tell me the steps and procedure to follow.
    Thanks
    Inlay

    Hi,
    for ABAP programs I dont have any problem but what about development class how to change the namespace of development as even tables  & data elements can by copied
    Vinayak

  • HT5312 apple is not sending mail to my rescue email address so i cant proceed further regarding "changing my password or security ques"????

    apple is not sending mail to my rescue email address so i cant proceed further regarding "changing my password or security question" ?????? help???

    You are at least the second person to post the same thing today, so I don't know if there are problems with it. You clicked on the link to send reset info to your rescue email address as shown in steps 1 to 5 of the page that you posted from, and you've checked your spam folder as well as your Inbox ?

  • Help regarding attaching smartform to a report program for QM module

    Hii,
    I have developed a certifiacate of analysis smartform for QM module and i attached it to a output type ...but i need to attach this smartform to a standard report RQCAAP01. can anyone help me what customizations i should do in report program in order to attach smartform.
    Regards,
    Venkat Akella.

    I attached smartform in NACE to LQCB output type but i should also make changes in report program RQCAAP01..can u please let me know what customizations i should do in tht report program to attach the smartform..

  • Change Smartform Language Dynamically

    Hello Guys,
    I got a requirement to display the Smartform text in Russian language from English with the user Login to SAP. I know the way to change the static text with TCode SE63. It also changes the text with user login but what about dynamic text, which we get with our select query in smartform.
    For example: Employee description from KNA1. All the list should automatically changed to the Logged in user language, in my case Russian.
    I have searched on SDN and found only for the static text maintained via Text module or Text element can be converted. Is there any way around, we can achieve this functionality dynamically.
    Regards,
    Chandan

    Hi,
    Check if you have in ADRC the russian info for the Customer .
    To get the data you will need kna1-adrnr .
    This is how it is done here .
    And finally a tip: In the future try to put all your data extraction in the calling program .
    Also note the use of parameter CONTROL_PARAMETERS field LANGU .
    Regards.

  • 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

  • Regarding sap smartforms line items

    hi,
    this is regarding line items in sap smartforms
    when i am executing single line item i am getting out put
    when i am executing with 2 line items  i am getting error  like bellow
    You tried to switch to the next table column, but no other column exists. The current column is 9. The line type IT_GEN contains only 9 columns.
    plz explain clearly

    Hi,
    if you are using template and the line type is for 1 to 2 lines in the template... make sure that column position you mention is equal to the number of cells in the line type... if the data is displayed in the second row the row position should start from 2 and and column position should lie between 1 and 9.
    Just a suggestion ... its better to go with table node instead of going with template...
    regards
    padma

  • Regarding change in stock account

    Hi,
    At the time of Production receipt, we will debit the FG Inventory and credit the Change in Stock A/C and at the time of delivering the  Finished goods to the Customer we will debit to Change in Stock and Credit to FG Inventory A/C ( Simply reverse the entry).
    Here I want to know what is Change in stock account and when is the Cost of goods sold A/C effected.
    Thanks
    Shah
    Edited by: hsakhan on Jul 7, 2009 6:39 PM

    Material movement should happen at standard price only. Kindly check what are you telling production order standard price must be price that is maintained in the material master only.
    How did you determine the system is picking the moving average price in some cases at which period you are analysing.
    Costing run is not being done you have mentioned then the standard price is same in every period.
    Regards,
    Divraj

  • Regarding Change in Cost Center after Advance payment

    Hi,
    PO is created, against that PO Advance payment is given and payment is given to Vendor of advance.
    Now query is that the while generating PO wrong cost center is entered, and user want to change that.
    How we can solve this problem ?
    Regards,
    Akshata

    Hi,
    You cannot change the cost center in down payment entry, but can be changed in PO.
    Then again you have to use KB61 to do transfer posting from one cost center to another, since this will only post an internal CO ducment to adjust the balances from one cost center to another, assuming that CO update for Controlling is active in your system.
    Use down payment accounting document no in KB61.
    Regardz,
    Srinu

  • Problem regarding to Smartform

    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    From the totorial in the above link website, i don't understand what the 4th statement say about...
    "" 4. To display the data in the form 
           Make used of the Table Painter and declare the Line Type in Tabstrips Table
           e.g.  HD_GEN for printing header details,
                 IT_GEN  for printing data details. 
          You have to specify the Line Type in your Text elements in the Tabstrips Output options.
          Tick the New Line and specify the Line Type for outputting the data.
          Declare your output fields in Text elements 
          Tabstrips - Output Options ""
    By using the ECC6.0 , I don't know how to start the above statement.
    Anyone can give me some guildance??
    Thanks in advance.

    By Table painter it means Form Interface.
    Check this SAP help document for more comprehensive tutorial -
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf
    Regards,
    Amit

  • All Information regarding Change and Transport management System in SAP

    Hello Experts,
    Iam into Basis . I need all information ,fundamentals and concepts over Change and Transport management system in SAP .Its fundamentals,the way it works ,how requests r transporteded etc.  I want more of this information in regards to practical scenario. Plz dont provide help link as iam aware of that. I need good explanatory content ,in your own words shall be appreciated more. If any body has any self prepared good explanatory and procedural matter , tat will be of help.requested to revert at earliest as this is a bit urgent. My Email Id is [email protected]
    Useful answers shall be rewarded points.
    Thanks and Regards,
    Somya

    check this link
    http://help.sap.com/saphelp_47x200/helpdata/en/d7/8eb9361a75ea43e10000009b38f839/frameset.htm

  • Regarding change document creation

    hi all
    I created the change document  & there i mentioned the master data table name TCJ1T (Project types)
    Updation to this table is done via standard tcode SPRO
    but my log entirs are not going in CDPOS , CDHDR
    now my question is :
    by creating the change document, when i run the standard tcode where exactly  the change document will be called to log the entries

    Hi
    Where you have created the change doc?
    in <b>SCDO</b> tcode
    Activate the object after creation and giving the table name
    Once it is created entries should come into CDHDR and CDPOS tables.
    Reward points if useful
    Regards
    Anji

  • Regarding Change document read

    Hi All,
    Am using Change Document read function module to find out the changed material details. i want to fetch the plant from marc to filter the records am having the only relationship i.e material to fetch the details from marc and mara,with this i can't filter because for one material four plants will be there.so am using the tabkey from that function module to fetch the plant i don't think is this a right way can anyone explain how i can get a plant.

    Think you query is misleading...
    As per my understanding you are trying to find all changes for materials in a specific plant right????
    If so below code can give you some idea:
    TABLES: mara.
    SELECT-OPTIONS: so_date FOR mara-laeda. " Date Criteria
    PARAMETERS: p_werks TYPE werks_d obligatory. " Plant
    CONSTANTS: c_tcode TYPE sytcode VALUE 'MM02'.
    TYPES: BEGIN OF ty_marc,
             matnr TYPE matnr,
             werks TYPE werks_d,
           END OF ty_marc.
    DATA: i_cdocs TYPE STANDARD TABLE OF cdred,  " Change Docs
          wa_cdocs TYPE cdred,
          i_marc TYPE STANDARD TABLE OF ty_marc, " Plant Existence
          wa_marc TYPE ty_marc.
    START-OF-SELECTION.
    " Read Change documents
      CALL FUNCTION 'CHANGEDOCUMENT_READ'
        EXPORTING
          date_of_change             = so_date-low
          objectclass                = 'MATERIAL'
          date_until                 = so_date-high
        TABLES
          editpos                    = i_cdocs
        EXCEPTIONS
          no_position_found          = 1
          wrong_access_to_archive    = 2
          time_zone_conversion_error = 3
          OTHERS                     = 4.
    " Delete documents where materials are not changed
      DELETE i_cdocs WHERE tcode NE c_tcode.
      CHECK NOT i_cdocs[] IS INITIAL.
    * Check for Material existence in Plant
      SELECT matnr werks INTO TABLE i_marc
             FROM marc
             FOR ALL ENTRIES IN i_cdocs
             WHERE matnr = i_cdocs-objectid(18)
             AND   werks = p_werks.
      LOOP AT i_cdocs INTO wa_cdocs.
        READ TABLE i_marc INTO wa_marc
           WITH KEY matnr = wa_cdocs-objectid.
        IF sy-subrc EQ 0.  " Material Defined in specified plant
          " Further Processing statements
        ENDIF.
      ENDLOOP.
    Correct me if my understanding is wrong.
    Regards
    Eswar

Maybe you are looking for

  • Disk utility says internal HDF is fine, but iBook can't boot from it

    I've tried everything I can think of to fix this, even wiping my HD and re-installing OS X, but nothing works. It started yesterday when I wanted to access the WEP key for my Base Station to get a new device to connect to it. When I tried to start Ai

  • Payment advice Notes Scripts

    what are the configuration settings to be made so that Payment advice notes are diplayed in Local languages. when we try to print using f110 transaction

  • TimesTen 11.2 to Oracle DB conversion

    Hi everyone, I'm working in a project where the work is the not as usual. I have several TimesTen 11.2 datastores, and now we must install Oracle DB 11.2 and migrate the data in the timesten datastores to Oracle database. I'm looking at the different

  • Log file sync spike

    We have just deployed a 4-node RAC cluster on 10GR2. We force a log switch every 5 minutes to ensure our Dataguard standby site is relatively up to date, we use the ARCH to ship logs. We are running to a very fast HP XP 12000 with massive amounts of

  • I can not do a preview with the iPad

    I can not do a preview with iPad to see my work on my iBook author, what should Ido? I've downloaded the iBooks 2 and IOS iPad 4.2.1. What something is missing? anyone can help me?