How to extend WM view for materail masterial via direct input?

Hi,
Currently I'm using LSMW + Recording to extend warehouse management view of material master, but I found that it's not so good,
My  question is, how to use Direct Input in LSMW to extend warehouse management view of material master? As I don't know how to use direct input, kindly please advise.
Thanks a lot!

Hi Ashok,
Thanks a lot for your advice.
I tried to use MM50 but no materials can be found, as these materials are totally new when WM go alive, the warehouse management view is not active yet so MM50 can not found any data need to be extended, so is there any method to solve this problem of MM50?
Kindly please advise again.
Thanks.

Similar Messages

  • How to extend data viewing for LCHR

    Hi all
    I have one field of a table which using LCHR data type. I want to view the whole data in the field. However currently SAP truncated to partial char only for viewing with message "Field Generic structure is too wide to display (field will be truncated)".
    Do anyone knows how to extend it?
    Thanks.
    Ala

    You have a limitation of 255 characters on every alv that you use to show the results.
    So you have to export the data from the database table.
    Let's try to explain:
    You have a database table with 2 fields (e.g.)
    LENT TYPE INT2 (2 Byte Integer (Signed)), this field itis used for save the length of the LCHR field
    ERROR_MESSAGE TYPE SMO_1500 LCHR (character 1500), this field it's used for save the string value with 1500 character.
    You can't read this data with the TCODE SE16 or SE16N or SE11, because exist a limitation of 255 character on ALV tables.
    Create a report like that to export the data to a file:
      SELECT *
         FROM zsrm_wlu_004
         INTO TABLE lt_zsrm_wlu_004
        WHERE wi IN s_wi AND
              ano IN s_ano AND
              wi_aagent IN s_agent .
    CALL FUNCTION 'GUI_DOWNLOAD'
         EXPORTING
           filename                        = p_file_download
          filetype                        = 'ASC'
         TABLES
           data_tab                        = lt_zsrm_wlu_004

  • Extend Classification View for Material Master

    Hello, How do I extend classificiation view for Material Master? Is there any BAPI or FM to do that?
    I cant find any place to extend it with BAPI_MATERIAL_SAVEDATA

    Hi,
    Use this FM to create Classfiaction view BAPI_OBJCL_CREATE
    Regards,
    Shan

  • How to enable cascade view for sites(iStore) in 11i?

    How to enable cascade view for sites in 11i?

    Hi,
    For this issue, I'm trying to involve someone familiar with this topic to further look at it.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback
    for TechNet Subscriber Support, contact [email protected]
    Wendy Li
    TechNet Community Support

  • How  to create classification view for material?

    HI All,
    How to create classification view for material? is there any function  module?
    pls let me know.
    Bandi

    check the standard include "LCLBPAU14" this is using the following F.M
    call function 'BAPI_OBJCL_CREATE'
    exporting
    objectkeynew = l_object
    objecttablenew = l_objecttable
    classnumnew = classnum_new
    classtypenew = l_classtype
    status = status
    standardclass = standardclass
    changenumber = changenumber
    keydate = keydate
    no_default_values = no_default_values
    importing
    classif_status = classif_status
    tables
    allocvaluesnum = allocvaluesnum
    allocvalueschar = allocvalueschar
    allocvaluescurr = allocvaluescurr
    return = return.

  • How to extend sales views extension for purchase material?

    Dear MM experts,
    pl let us know how purchase material master is extended with sales views.
    we have defined material for purchase views only, now we have requirement of sales views for the same material. Please let us how this can be done.
    Thanks in advance
    best regards
    Srihari

    Hi srihari,
    It maily depends on the user departmentt which you have selected in OMS2 Transaction...
    Normaly in standard ROH will not be having Sales view selected.
    in FERT ( finished) and HALB( semifinished) material type will be having sales views.
    If your materrila wihich is having the materila type ROH you cant extend the materila to sales view... you need to change the materila type in this scenario...
    or else create one more materila with FERT ( finished) and HALB( semifinished) material type and maintain the details in the required fields in purchase and sales as well.
    REgards
    Anand

  • [ADF Help] How to create a view for multiple tables

    Hi,
    I am using Jdeveloper 11G and ADF framework, and trying to create a view to update multiple tables.
    ex:
    Table A has these fields: ID, Name
    Table B has these fields: ID, Address
    A.ID and B.ID are primary keys.
    B.ID has FK relationship with A.ID
    (basically, these tables have one-to-one relation)
    I want to create a view object, which contains these fields: B.ID (or A.ID), A.Name, B.Address.
    So I can execute C,R,U,D for both tables.
    I create these tables in DB, and create entity objects for these tables.
    So there are 2 entity objects and 1 association.
    Then I create a view object based on B and add fields of A into the view:
    If the association is not a "Composition Association",
    when I run the model ("Oracle Business Component Browser") and try to insert new data, fields of A can't edit.
    If the association is a "Composition Association", and click the insert button, I will get
    "oracle.jbo.InvalidOwnerException: JBO-25030: Failed to find or invalidate owning entity"
    If I create a view object based on A and add filed of B into the view:
    When I run the model and try to insert new data, fields of B can't edit, no matter the association is or is not a composition association.
    So... how can I create a view for multiple tables correctly?
    Thanks for any advices!
    Here are some pictures about my problem, if there is any unclear point, please let me know.
    http://leonjava.blogspot.com/2009_10_01_archive.html
    (A is Prod, B is CpuSocket)
    Edited by: user8093176 on Oct 25, 2009 12:29 AM

    Hi Branislav,
    Thanks, but the result is same ....
    In the step 2 of creating view object, I can select entity objects to be added in to the view.
    If I select A first, and then select B (the "Source Usage" of B is A), then finishing the wizards.
    When I try to create a new record in the view, I can't edit any properties of B (those files are disabled).
    If I select B first, and then select A in crating view object, the result is similar ...
    Thanks for any further suggestion.
    Leon

  • How to extend f:view

    I require to extend f:view to add certain client specific attributes later on.
    the basic extension of f:view is not working. here is what i did
    public class ViewTag extends UIComponentTag {
    private String locale;
    * @see javax.faces.webapp.UIComponentTag#setProperties
    * (javax.faces.component.UIComponent)
    protected void setProperties(UIComponent component) {
    /* You have to call the super class */
    super.setProperties(component);
    ((ViewComponent) component).setLocale(locale);
    * @see javax.faces.webapp.UIComponentTag#getComponentType()
    public String getComponentType() {
    return "f.view";
    * @see javax.faces.webapp.UIComponentTag#getRendererType()
    public String getRendererType() {
    return "f.view";
    * @return Returns the locale.
    public String getLocale() {
    return locale;
    * @param locale
    * The locale to set.
    public void setLocale(String locale) {
    this.locale = locale;
    =======================================================public class ViewComponent extends UINamingContainer {
    private static final Log log = LogFactory.getLog(ViewComponent.class);
    private String locale;
    public Object saveState(FacesContext context) {
    Object values[] = new Object[2];
    values[0] = super.saveState(context);
    values[1] = locale;
    return ((Object) (values));
    public void restoreState(FacesContext context, Object state) {
    Object values[] = (Object[]) state;
    super.restoreState(context, values[0]);
    locale = (String) values[1];
    * @see javax.faces.webapp.UIComponentTag#getComponentType()
    public String getFamily() {
    return "f.view";
    * @return Returns the locale.
    public String getLocale() {
    return locale;
    * @param locale The locale to set.
    public void setLocale(String locale) {
    this.locale = locale;
    public void encodeEnd(FacesContext context) throws IOException {
    return;
    public void decode(FacesContext context) {
    return;
    ======================================================
    public class ViewRenderer extends Renderer {
    private static final Log log = LogFactory.getLog(ViewRenderer.class);
    public Object getConvertedValue(FacesContext facesContext,
    UIComponent component, Object submittedValue)
    throws ConverterException {
    return super.getConvertedValue(facesContext, component, submittedValue);
    public void decode(FacesContext context, UIComponent component) {
    /* Grab the request map from the external context */
    Map requestMap = context.getExternalContext().getRequestParameterMap();
    /* Get client ID, use client ID to grab value from parameters */
    String clientId = component.getClientId(context);
    String value = (String) requestMap.get(clientId);
    ViewComponent viewComponent = (ViewComponent) component;
    public void encodeBegin(FacesContext context, UIComponent component)
    throws IOException {
    ViewComponent viewComponent = (ViewComponent) component;
    ResponseWriter writer = context.getResponseWriter();
    encodeLocale(writer, viewComponent);
    encodeMessage(context, writer, viewComponent);
    writer.flush();
    private void encodeMessage(FacesContext context, ResponseWriter writer,
    ViewComponent viewComponent) throws IOException {
    Iterator iter = context.getMessages(viewComponent.getClientId(context));
    while (iter.hasNext()) {
    FacesMessage message = (FacesMessage) iter.next();
    writer.write(message.getDetail());
    private void encodeLocale(ResponseWriter writer, ViewComponent viewComponent)
    throws IOException {
    writer.startElement("locale", viewComponent);
    writer.write("" + viewComponent.getLocale());
    writer.endElement("locale");
    public String getFamily() {
    return "f.view";
    =======================================================
    f.tld
    <tag>
              <name>view</name>
              <tag-class>com.test.jsfcomponents.view.ViewTag</tag-class>
              <body-content>JSP</body-content>
              <attribute>
                   <name>locale</name>
                   <required>false</required>
              </attribute>
         </tag>
    ====================================================
    faces-config
    component>
              <component-type>cvns.view</component-type>
              <component-class>
                   com.cvns.jsfcomponents.view.ViewComponent
              </component-class>
         </component>
         <render-kit>
              <renderer>
                   <component-family>cvns.view</component-family>
                   <renderer-type>cvns.view</renderer-type>
                   <renderer-class>
                        com.cvns.jsfcomponents.view.ViewRenderer
                   </renderer-class>
              </renderer>
    =======================================================
    this gives me error:
         at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:711)
         at javax.faces.component.UIViewRoot.encodeBegin(UIViewRoot.java:359)
         at javax.faces.webapp.UIComponentTag.encodeBegin(UIComponentTag.java:572)
         at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:459)
    is there anything i m missing here?

    hi...
    it is f.view..
    i had it corrected it before getting the error...
    but i m not sure whether i can extend f:view...
    the subview works pretty well
    e.g.
    <%@ taglib uri="http://covansys.com/jsf/core" prefix="cx"%>
    <cx:view>
         <cx:subview id="subviewId">
              <cx:button id="buttonId" value="test" />
         </cx:subview>
    </cx:view>
    this one is working...
    <%@ taglib uri="http://covansys.com/jsf/core" prefix="cx"%>
    <f:view>
         <cx:subview id="subviewId">
              <cx:button id="buttonId" value="test" />
         </cx:subview>
    </f:view>
    is it because there is no parent for f:view... and subview is child of f:view and hence it is working...

  • Error when extend sales view for material master

    Hi Experts,
       Assume my plant is 5100. When i extend the sales view for materials via upload program,I am getting the error as ' Field 5100 has been transferred inconsistently or is blank'. Attached is the screen shot of the error message. I filled the plant,sales organization and all those data related sales view. But why i am getting this error?. Anyone have any ideas related to this error?. Please advise. Thanks in advance.
    Regards,
    Kavi

    Hi ,
        Its because of the table T130W. The plant 5100 is not maintained in table T130W. Thats the reason. it shows this error.

  • Outlook 2013 (how to share Custom "Views" for shared Contacts/Journals)

    Environment:  Office 2013 Client (Office 365 E3)
    I have shared Contacts and Journals with other users.
    I have a custom View for each, how do I share the "View"?

    Hi,
    Custom view won't be shared when you share your Contacts or Journals. You'll need to copy the views you want to share to a pst-file and then share the pst file to others.
    To do this, please refer to the following link and look at the "Method 3: Copy views to a Views_backup.pst" section:
    http://www.outlook-tips.net/how-to/copy-outlook-custom-views/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without
    notice. Microsoft does not guarantee the accuracy of this information.
    You can also refer to the video tutorial at the end of the article for detailed steps.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • How to get Coverflow view for pages and keynote?

    How do I  get Coverflow view for pages and keynote? Thanks.

    Coverflow works by clicking the  Coverflow view and then selecting the file. I've checked with Pages and Keynote both work perfectly. Perhaps you would post more info.

  • How to use acrobat viewer for java enabled platform

    i want to use any api which can generate automatically pdf files and whose control goes through the java program.
    i found that adobe is providing one zip file(acrobat viewer) for it.it contains some class files.but i dont know how to use it.
    can anybody help me?
    or if u can suggest any free api for this purpose?
    its urgent.i'll be thankful 2 u.

    http://forum.java.sun.com/thread.jspa?forumID=31&threadID=792789

  • How install Adobe Content Viewer for CC 2014 on Win 7?

    How do I find and install Adobe Content Viewer for CC 2014 on Win 7?

    I found a link for Content Server... is that what you mean?
    Adobe Content Server

  • How to extend dynamic selection for Logical Database PNPCE

    Hi All,
    I need to extend dynamic selection for Logical Database PNPCE. Can someone able to help with steps?
    Thanks
    Ranjith

    Hi All,
    I need to extend dynamic selection for Logical Database PNPCE. Can someone able to help with steps?
    Thanks
    Ranjith

  • How to create thumbnail view for html files

    hi,
    I want to create thumbnail view for html files, not for image files.. can we treat html files as images..
    Anybody help me..

    You can right click on your Desktop and select New Folder.  In Finder File > New Folder should work too, not in front of my Mac.
    Welcome to back by the way.  You might find these websites helpful.
    Switch 101
    Mac 101

Maybe you are looking for

  • IPhone 4 - switching sync from Mac to PC

    Ugh, I can't believe I'm actually writing this... I just got a new iPhone 4 and am devastated to discover that I can't use my Mac to set it up or sync as it's running 10.4.11 - yeah I know, I didn't realise, only myself to blame etc etc. Anyway, I'm

  • Creative Video Converter

    I am looking for the program Creative Video Converter. I had it on my PC, but then I had to reinstall the System and lost the program. I have been looking for it all over, but no success. The program is needed to convert Videos for my ZEN XFi 2. BADA

  • SAP Web services

    I am trying to use XCelsius 2008 to connect to SAP Webservices using Webservice Connector. I provided the WSDL URL and tried to Import. But got an error Unable to load URL. I am very new to Xcelsius and it seems like the SAP web service basic authent

  • TS3276 code 204 in my yahoo email feed on home page

    email not displaying on homepage

  • Safari Tab management

    Hello all. Thanks in advance for any thoughts you have. I'll be blunt. Is there any way to disable the new tab management in Safari? It used to be there was a pop-up menu list to the right if you had a lot, like with the bookmarks. I have a loooot of