Modify an existing LSMW to include a Z field

I need to modify an existing LSMW to include a Z field added to material
sales data. The LSMW uses standard program RMDATIND to upload. I can
modify (append) the structure BMMH1 to include this field. However how
to ensure that this field is processed by the standard program and is
updated in MVKE table?
Thanks in Advance....

Hi,
If I were doing a custom field in the material master I would load thru the
idoc MATMAS and extend it to include my custom field, populate that field
thru a user exit in the IDoc processing function then set up my material
master data load in the LSMW to use the IDoc instead of the custom program.
For me this would be the easiest way and you don't have to fiddle with the
standard Direct Input program.
Reward if found helpfull,
Cheers,
Chaitanya.

Similar Messages

  • To include a new field " Balance Qty" in the VA05

    My requirement is to add a field called "Balance qty" in the VA05 (List of sales order).

    Hi,
    You have a demo for this note in this link with another field: http://sap.ittoolbox.com/groups/technical-functional/sap-log-sd/modifying-oss-message-350068-to-include-po-date-field-304733
    For your requirement, my suggestion is:
    - Search only for sales order with the right status (VBUP-LFSTA or VBUP-WBSTA).
    - After, search in the table VBFA the deliveries for this SO. Be careful with performance, so try note 185530.
    - Newly, check the status for delivery (VBUP-WBSTA if I'm right), and then in the new field you can solve the balance qty.
    Of course, if you don't know ABAP you need an ABAPer.
    I hope this helps you,
    Regards,
    Eduardo

  • Modify existing Template to include SQL Query

    How do you modify the existing 1099 Template to include sql query that will pull latest address information rather than primary address?

    Hi,
    If I were doing a custom field in the material master I would load thru the
    idoc MATMAS and extend it to include my custom field, populate that field
    thru a user exit in the IDoc processing function then set up my material
    master data load in the LSMW to use the IDoc instead of the custom program.
    For me this would be the easiest way and you don't have to fiddle with the
    standard Direct Input program.
    Reward if found helpfull,
    Cheers,
    Chaitanya.

  • Modify an existing Root AppModule

    Hi.
    I'm using JDeveloper 11.1.1.7.0
    When I started my application development, I created AppModule1 and AppModule2.
    I put them into a single RootAppModule.
    When I was creating RootAppModule, the wizard offers what AppModule could be included into the new one. I chose AppModule1 and AppModule2.
    Now, I have AppModule3, and I want to include it into RootAppModule too.
    How can I do this? Is it possible to extend an existing AppModule with another one?
    Thanks in advance. Regards

    Hi,
    If I were doing a custom field in the material master I would load thru the
    idoc MATMAS and extend it to include my custom field, populate that field
    thru a user exit in the IDoc processing function then set up my material
    master data load in the LSMW to use the IDoc instead of the custom program.
    For me this would be the easiest way and you don't have to fiddle with the
    standard Direct Input program.
    Reward if found helpfull,
    Cheers,
    Chaitanya.

  • Can I modify a question slide to include more than 5 qs in same slide

    Hey everyone.
    I'd like to know If I can modify a question slide to include more than one question in the same slide.
    I'd like to include a slide with audio and some video in the left page and on the right page I'd like to include a q slide that can have more than one question to pertain to the input in the left page. But I wouldnt want to dupicate the left page.I'd like to include one page with input and the other page (right) with questions ( fill in the blank, multiple choice etc) just one slide of course.
    I don't want to fill up the project with a bunch of question slides. The purpose of the activity is for the participant to listen to the input only once and start getting quizzed ( extracting detailed info, forecasting etc etc)
    Thanks

    Please take a look at the screenshots,
    you can see how I have selected to execute the following advanced action on the submi tbutton howver there are a number of things going wrong and I doubt it's cause of the syntax as I've done ertythig as instructed!
    I'm executing the actions once the Submit button is clicked.
    I've placed the actions in the same "file" TF1 -TF5.
    After TF5 I've placed the show to shoe the results ...
    QUESTION:
    This action was created seperateley cause it's  a standard action and autmatically sent me elsewhere, not the same file... ???
    Is that right?
    I'm not getting a slide to show the feedback.
    Why?
    Timeline in question...???

  • Modifying an existing form in SAP B1

    Hi everyone,
                      Is there any way to modify an existing form in SAP B1? If so can any one describe the complete procedure of doing that?Will highly appreciate it.

    Hi,
    Its more advisable to do it in the Menu Event rather than the Form_Load event and its got to be done in the Before_Action = False.
    In Menu Event,
    paste this...
    If pVal.BeforeAction = False Then
    Dim objNewItem As SAPbouiCOM.Item
            objItem = objForm.Items.Item("51")
            objNewItem = objForm.Items.Add("cbSQ", SAPbouiCOM.BoFormItemTypes.it_CHECK_BOX)
            objNewItem.Left = objItem.Left + objItem.Width + 10
            objNewItem.Top = objItem.Top
            objNewItem.Width = objItem.Width
            objNewItem.Height = objItem.Height
            objNewItem.FromPane = "5"
            objNewItem.ToPane = "6"
            objCheckBox = objForm.Items.Item("cbSQ").Specific
            objCheckBox.Caption = "Sales Quotation"
            objNewItem.Visible = False
            objCheckBox = objForm.Items.Item("cbSQ").Specific
            objCheckBox.DataBind.SetBound(True, "", "01")
    Endif
    The above is a small snippet for the addition of a checkbox.
    Hope this helps.
    Satish.

  • VBscript to modify an existing shortcut.

    I need help with a vbscript, that will modify an existing shortcut in the All Users profile Desktop, and the shortcut in the Program files.  It needs to do two things, change the icon and change the name.  The script below allows me to change the
    icon, but I am having issue getting the Name to change, as it won't, and my script does not error out, so the script is completing. 
    Any Suggestions?
    Option Explicit
    'On Error Resume Next
    '- Set Global Objects and Variables
    'Name Variables
    Dim WshShell
    Dim objShortcut
    Dim strDesktopPath
    'Set Objects
    Set wshShell = CreateObject ("Wscript.Shell")
    '- Main Script
    strDesktopPath = WshShell.SpecialFolders("AllUsersDesktop")
    Set objShortcut = WshShell.CreateShortcut(strDesktopPath & "\Logon.lnk")
    objShortcut.IconLocation = "C:\Path\Icon.ico, 0"
    objShortcut.Name = "NewLogon.lnk"
    objShortcut.Save
    Wscript.quit

    Use the FileSystemObject object to get the file and change the Name property to rename the file.
    -- Bill Stewart [Bill_Stewart]

  • To modify the existing form of custom invoice into  Proforma Invoice form

    We need to modify thye existing custom invoice form in to proforma invoice form by inputting the below details
    1) Suppling plant details
    2) LST/CST of receiving plant
    3) LST/CST of delivering plant
    Appreciated if any one can kindly let me know the logic and tables for the above scenarios

    We need to modify thye existing custom invoice form in to proforma invoice form by inputting the below details
    1) Suppling plant details
    This details u will get from T001W and adress from ADRC.
    2) LST/CST of receiving plant
    This details u will get from J1ID plant excise details J_1IMOCOMP or if u have created the plant as customer then u will get the same in customer excise details.J_1IMOCUST
    3) LST/CST of delivering plant
    This details u will get from J1ID plant excise details J_1IMOCOMP or if u have created the plant as customer then u will get the same in customer excise details.J_1IMOCUST
    Appreciated if any one can kindly let me know the logic and tables for the above scenarios

  • Is there any method or function to update/modify an existing trip data?

    Hey, ABAP  gurus,
    Is there any method or function to update/modify an existing trip (PR05) receipts data and cost distribution data?
    Thanks in advance!
    Fisher

    Hi Fisher,
    Please try HRTRV_IF_MODIFY_TRIP.
    Regards,
    Dilek

  • SSAS Source - Column selection lost when modifying an existing "Add Item" step

    When developing a Power Query query on an SSAS source, I often need to edit an existing "add items" step in order to add a few columns that I had initially missed out. To do this, I point to the step previously created and click on the small gear
    icon to edit it.
    However, when doing so, the edit dialogue is not initialised with all the columns that I had previously selected. Which means that if I am not careful and do not scrupulously recheck every column that I need, the modification will destroy what I had created
    before.
    Inserting another step rather than modifying an existing one might be a workaround,  but I would rather keep the number of steps to the minimum. Also, if there is an edit button, one should be able to rely on it.
    Has anyone experienced the same issue?
    PQ Version: 2.18.3874.242 - Excel 2013 32bits.

    This is a known issue that will be resolved in an upcoming release.
    A work-around for now when using the UI builder to edit a selection is to expand dimensions that had an attribute added from it before dismissing the dialog.

  • With out loosing view grant access, i can modify the existing vi

    I am using oracle 11g.
    I would like to add few more where condition in my oracle view ,Which has grant permission by different user.
    There is anyway with out loosing view grant access, i can modify the existing view.
    Existing view
    create view abc
    as
    select * from tab1
    where rownum =1 .
    Grant select on abc to read_ro;
    Modifying view
    There is anyway with out loosing view grant access, i can modify the existing view?
    add few more where condition in my oracle view ,Which has grant permission by different user
    please advise.

    create or replace view...
    SQL>  create or replace view y as select object_name from user_objects;
    View created.
    SQL> grant select on y to ads;
    Grant succeeded.
    SQL> select * from user_tab_privs where table_name='Y';
    GRANTEE                        OWNER
    TABLE_NAME                     GRANTOR
    PRIVILEGE                                GRA HIE
    ADS                            BONTRAB1
    Y                              BONTRAB1
    SELECT                                   NO  NO
    SQL> create or replace view y as select object_name,created from user_objects;
    View created.
    SQL>  select * from user_tab_privs where table_name='Y';
    GRANTEE                        OWNER
    TABLE_NAME                     GRANTOR
    PRIVILEGE                                GRA HIE
    ADS                            BONTRAB1
    Y                              BONTRAB1
    SELECT                                   NO  NO
    SQL> desc y
    Name                                      Null?    Type
    OBJECT_NAME                                        VARCHAR2(128)
    CREATED                                            DATE

  • SAP CLM: Modifying Item detail to include a custom field

    Hello,
    Is it possible to modify the line item page to include another custom field ?
    I navigated through Extension Definition configuration but there is no Class for Line Item. Is this even possible?
    Thanks,
    Arijeet

    Hi Prasad,
    Thank you for your help. But I am unable to find out the correct class to include the extensions. As per the Reference Guide the class ID is 1604 but I am unbale to see this while trying to add the fields in Extension Definition Configuration.
    It would be great if you could provide some more concrete steps.
    Thanks,
    Arijeet

  • Config tool fails when trying to modify an existing Oracle EPM instance

    I have a single server windows 2008 server environment with Foundation, prlanning, essbase , raframework, and EAL. I also have ODI installed in the same server. I was trying to add Strategic finance to the same envirnment . I downloaded the required files according to oracle install doc.
    The installation was successful without any errors.
    Problems started when I tried to configure it. AsI opened the config tool and chose
    Modify an existing Oracle EPM instance ...
    the config tool gave an error that
    An unexpected error occurred and the application will have to be shut down . Review the error log , correct error condition and re-launch the application .
    Kindly share your thoughts on this issue
    Edited by: Saurav Sarkar on Apr 5, 2012 12:55 PM

    Did you examine the configtool log to see if it has more information on why the configurator shutdown, if you not sure where to find the logs have a look at http://docs.oracle.com/cd/E17236_01/epm.1112/epm_install_troubleshooting_11121/ch03s02s05.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How do I modify my calling plan to include canada

    Does anyone know--how do I modify my calling plan to include Canada temporarily.  I have signed up for the $25 for 100mb data, but can't find a link to the change in calling plan.  Any advice?

    Global Plans and Pricing - Verizon Wireless
    Good Luck

  • How to include a new field for checking duplicate customer master

    Dear All
    we have activated the standard procedure to check duplicate customer master data. This is a standard procedure as below :-
    Procedure:
    Run SM30, key in Table V_T100C, select Display or Maintain, set App area F2. Here you can change current settings.
    Check the transaction OBMSG for application area F2, where these messages are maintained and at this place you can convert the message from warning to error.e user needs one more field to be added to this check.
    It is working perfectly fine but it only compares two fields for duplicates in the customer master i.e the customer city and name.
    Is there a way to include a new field in this procedure ? For example we also want the system to check duplicate entries for field name " street 5" and give a warning /error message incase if there is another entry already existing on the master data.
    regards,

    Hi
    Use the enhancement SAPMF02D to check these values.
    Regards
    Eduardo

Maybe you are looking for

  • SAP R/3

    I'm building a portal with coldfusion and mySQL. I need some data from a SAP R/3 database. The administrator of SAP is willing to export a text file each day with the data that I need so that I can import it into mySQL. I have no problem with this. T

  • How to identify which address is causing a sync error?

    I'm getting the classic: BlackBerry Desktop Manager displayed an error "Error code - 0x80043ac9. Check documentation" when synchronizing either the calendar appointment contact anniversary or contact birthday with a start date prior to the year 1900

  • Tape to DVD

    I have a family history VHS tape that was made in the 80's by relatives who have now died. Yesterday I transferred the tape (which was not great quality but contains otherwise irretrievable information) to DVD via my VHS/DVD recorder/player. I succes

  • Converting raw files into tiffs and preserving the orig. date created

    How do I get the original date created to show up in folders when converting raw files into tiffs?  Once converted the original date created is in the "file info" window but does not show up as the original date created in the designated folder.  It

  • FEBA - electronic bank statement - change posting rule

    Hi Experts, When processing the electronic bank statement in FEBA, there was an error in one of the lines. The status of the line is ' To be posted'. I need to change the posting rule (internal transaction) but i hit this error - Item would not be po