BAPI to update the bulk component in the packaging order.

Hi ,
I am working for the process order.
I want to update the bulk component in the packaging order with the goods receipt batch number of the bulk order.
Is there any BAPI that I can use for updating the bulk component or I need to use the BDC?
Regards,
Kiran Kumar

Hi Kiran kumar,
As per my knowledge, there is no BAPI for process order component update
you need to use BDC for this
regards,
sankaran

Similar Messages

  • How to map the bulk users with the required  roles in portal at one time

    Hi,
    Would anyone tell me how to map the bulk users with the required roles in portal at one time?

    Thanks for all the reply.
    <b>I need to assign 1 or 2 group to n((eg) 1000)number of users</b>
    I tried the first option like
    [group]
    gid=
    gdesc=
    user=
    Thr problem with this is I could n't put more no of users in the notepad.
    I would be able to put only 150 users in the single line of notepad. If it goes to next line it is not working.
    I tried creating seperate notepad but in Import it says "exists"
    I'm not sure about LDAP. Would anyone explain me the best approach to do this.

  • The "Basic" component of the Develop module in Lightroom 5 disappeared

    Out of the blue, the Basic component of the Develop module disappeared.  How do I get it back?

    Mac Cmd/1
    Windows Ctrl/1
    OR
    Right-click on one of the other panel headers (Tone Curve, Detail, etc.) and make sure there is a checkmark in Basic.

  • What does the field  "Version of the Reporting Component" in the table RSZC

    Hi Experts,
                       Was wondering if any of you have the answer to the following:
    The table RSZCOMPDIR stores details of the queries.
    Now the field "Version of the Reporting Component" in this table contains many different values viz. 0, 11, 13, 15, 100, 101, 102 etc.)
    However, am not sure if this field denotes the object type....for e.g. bot calculated & restricted key figues may have version 15 etc.
    So, in a nutshell, what does the field  "Version of the Reporting Component" in the table RSZCOMPDIR signify?
    Thanks,
    Bala

    I have not seen this done for CVI but I believe for all Microsoft functions such as this you would use ActiveX to call the Word, Excel, and possibly powerpoint ActiveX classes.
    Ian M.
    National Instruments

  • Error: the QueryInterface call on the COM component for the interface with IID '{00063033-0000-0000-C000-000000000046}' failed due to the following error: Library not registered.

    I have a outlook 2007 plugin created in VS 2008 that reads calendar meetings. This plugin also works with outlook 2010. I used to debug this application from VS 2010 as well.
    Last month, I installed Office 365 to test something. Later I uninstalled this version but after that my plugin application is crashing, every time a new appointment/meeting is created in calendar.
    I get the below error:
    Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Office.Interop.Outlook._AppointmentItem'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{00063033-0000-0000-C000-000000000046}'
    failed due to the following error: Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)).
    Tekriti Software

    Thanks for your sharing and have a nice day.
    Yoyo Jiang[MSFT]
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • How to Scroll the UIScrollBar component to the top?

    I'm using the UIScrollBar with a dynamic text field. If
    content gets scroll by the user, and then the text fiel dis update
    with new text, the new text remains "pre-scrolled". So, obviously,
    I want to set the scroll position to 0 every time I update the
    content in that field. But how do you do this?
    Is this something I do to the text field or to the
    UIScrollBar component?
    What is the method?
    Could somebody please give me an example?
    Thanks in advance...

    Silly me, I think I walked past this one several times
    thinking I had tried it.
    // To scroll the UIScrollBar to the top
    info_txt.scrollV = 1;
    My problem was that I was using the parantheses to pass the
    value, like this:
    // This doesn't work
    info_txt.scrollV(1);

  • Focus the third component after the current focus owner

    Hi,
    I have a component which consists of a textfield with two buttons right of it. I have several of these components placed on a panel. I want, when enter pressed, the focus moved from a textfield, to the second textfield in line. I tried this by calling
    KeyboardFocusManager.getCurrentKeyboardFocusManager().focusNextComponent();three times but after going to 1 focusNextComponent it stops. Visually, it goes to the next but when I call
    KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner();
    it is 1 step behind. Do I have to update anything when calling focusNextComponent()?
    Much thanks,
    Hugo

    Will this help?
    Execute the programme and press enter and the focus is gone to the third component.
    import java.awt.*;
    import java.util.*;
    import javax.swing.*;
    import java.awt.event.*;
    public class FocusTest extends JFrame implements KeyListener
         JTextField jtf1,jtf2,jtf3;
         JPanel p;
         public FocusTest()
              jtf1 = new JTextField(10);
              jtf2 = new JTextField(10);
              jtf3 = new JTextField(10);
              jtf1.addKeyListener(this);
              p       = new JPanel();
              p.add(jtf1);
              p.add(jtf2);
              p.add(jtf3);
              getContentPane().add(p);
         public static void main(String dd[])
              FocusTest ft = new FocusTest();
              ft.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              ft.setSize(200,200);
              ft.setVisible(true);
         public void keyPressed(KeyEvent ke)
              if(ke.getKeyCode() == KeyEvent.VK_ENTER)
                   System.out.println("ll");
                   jtf3.requestFocus();
         public void keyReleased(KeyEvent ke)
         public void keyTyped(KeyEvent ke)
    }

  • Want to know the invoking component in the integrated component

    Hello experts,
    there is my issue...
    I have 2 components. First component is WCC_SLS_HOME and the other one is my z-component called ZISSUE.
    I´ve implemented some views and windows in ZISSUE, which are used for several other reasons.
    But now, I want to reuse a view (called XView) of ZISSUE in WCC_SLS_HOME. So, what did I afterwards? I´ve integrated the view XView to my Window XWindow. XView has an inbound plug called XViewInbound. I´ve created an inbound plug XWindowInboundplug with navigational link to XView and XViewInbound in XWindow. So it should be possible, if someone calls XWindow with the created inboundplug, to stop at the breakpoint of my XViewInboundplug.
    hope its possible to follow me
    I think this should works fine!
    But know I´ve set up an interfaceview with the XWindow to be used as an componentinterface in ZISSUE.
    In WCC_SLS_HOME, I´ve created a ComponentUsage with the interfaceview that I´ve just implemented in ZISSUE.
    After integrating this componentusage in the viewarea of the viewset in component WCC_SLS_HOME, the system is able to show my view from ZISSUE at the crm homepage, but my inboundplugs ZWindowInboundplug and ZViewInboundplug arn´t called.
    I used the functionality of the inbound plug in order to get to know from which component it is called. But it doesnt work!
    What did I wrong? I don´t know...I think the component usage in WCC_SLS_HOME doesnt know that it should call the inboundplug from the window in ZISSUE. But where is that possible?
    Would be very pleased if someone could help me with my problem.
    Thank you very much!!!
    Marcus

    Hi,
    If i have understood you right, then accordingto your explanation, you think that once your ZComponent is pluged on the homescreen , everytime the homescreen is loaded, your inbound plug should fire  !! If you think so, then sorry to say but its wrong.
    Inbound plugs do not fire on their own, and you need to explicitly call them. Inbound plug is just like a method of controller class. And a method is executed only when it is called.
    Please correct me if my understanding about your requirement is wrong. If you could explain what you want to do, then may be forum can propose a much better solution.
    Thanks & Regards
    Suchita

  • Problem facing while Enabling the disabled component in the client side.

    I have a input text component as below
    <h:inputText id="city" disabled="true" rendered="true" styleClass="DisabledField" id="city" maxlength="21" value="#{addressbean.city}" />
    Initially this component is rendered as disabled. When user changes a value in the DropDown next to it, i invoke a javascript where i enable the abv text field.
    function onCountryChange(city){
    city.disabled = false;
    city.className = "TextBlackNormal";
    Now user types a value in the city text field and Submits the form.
    In the action method of the managed bean, i found #{addressbean.city} is always empty. ( i am not able to retain this value in next page )
    Can anyone explain why it is happening? could you please help me how to resolve this ?
    Thanks
    -vijay

    You need to enable it at the server side as well.
    So, either use Java/JSF instead of Javascript (if necessary with some ajax flavor for better user experience) or let Javascript pass a hidden input parameter and let the 'disabled' attribute rely on it.

  • Updating a component outside the context of the f:ajax element

    Is there a way to make the following code work, apart from placing the "out" component inside the h:form element?
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
              "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
         xmlns:h="http://java.sun.com/jsf/html"
         xmlns:f="http://java.sun.com/jsf/core">
    <h:head>
         <title>Welcome</title>
    </h:head>
    <h:body>
         <h:form id="form1">
              <p><h:outputText id="out" value="#{user.greeting}" /></p>
              <h:inputText value="#{user.name}" id="user-name" />
              <p><h:inputSecret value="#{user.password}" id="password" /></p>
              <p>
              <h:commandButton value="Login" id="login-button">
                   <f:ajax execute="user-name password" render="out" />
              </h:commandButton>
              </p>
         </h:form>
    </h:body>
    </html>
    {code}
    At the moment the following exception is thrown by JSF when rendering the page:
    {code}
    <f:ajax> contains an unknown id 'out' - cannot locate it in the context of the component login-button
    {code}
    Edited by: BytecodeNinja on Jun 24, 2010 6:20 PM
    Edited by: BytecodeNinja on Jun 24, 2010 6:22 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi Terence,
    Looks like a slight problem with where the slashes etc are.
    The following will work - note the slash after OA_MEDIA as a seperate field in the concat.
    url:{concat('${OA_MEDIA}','/',/HBOSRA0830/LIST_G_C_PAYGROUP/G_C_PAYGROUP/C_PAYGROUP,'.jpg')}
    Robert

  • Changing values in the design_dialog component doesn't reflect in other pages

    Hi All,
    I have created a design_dialog component and I included the component in some pages (browse page, product page,...). Whenever I make changes in the component in the browse page the changes is not reflecting in the other page (product page) i.e. the design dialog component, even though both the pages are sharing the same component. However the changes are available in different product pages like product page A, product page B but not in the browse page.
    Is there any way that I can make this component globally across the site, so if I change something in the design dialog component of browse page, the other page which has the same component should gets updated.
    Thanks
    CQ Beginner

    Hi,
    Design dialog changes will be applied to all the pages which are created using the same template. it wont apply if you are dropping the same component on the page which is created from differnet tempalte. That means it is at template level not at the site level.
    If you want to maintain some thing at the global level; which should apply to all the pages wherever you dropped this component irrespective of which template it uses you need to do small tweak.
    When you author any component through its dialog it stored the data by creating node on the page node --- that means it is applied to that page only
    When you author any component through its design dialog then it stores data in etc/designs/<your-site-name>/etct etct --- that mean it applied to all the pages which uses this design
    Change the path of the component so that it stores data at global level. then it should apply across your site.

  • A better way to determine the current state of the FLVPlayback component?

    Below is the AS3 code I have used to display images (MCs) over an instance of the FLVPlayback component.  These images (one for loading, one for the title) are to appear – or disappear – according to the current state of the FLVPlayback component. 
    It “works,” but when testing, I have noticed that it can be rather finicky.  The most common issue that arises is that many times the loadPoster movieclip will still be visible even though the video has entered the playing state.
    Also, I wanted a title placeholder image to appear whenever the user stops the video or if the video completes.  However, I had to add the conditional statement to the “stoppedStateEntered” case to make everything appear when expected.  When the video is first viewed (and has completed buffering), it seems that the FLVPlayback component enters the stopped state before entering the playing state.  Thus, the titlePoster would flash on the screen right before it and the loadPoster “should” disappear when the video begins playing.
    Even in my limited testing, these issues were very easily re-created.  I am definitely looking for a more reliable solution.  Is there a better (or more correct) way to go about all this?  If possible, I would like to stick with the FLVPlayback component, just for the simple fact of not having to code my own.
    Where am I going wrong?
    function updateMoviePoster(event:VideoEvent):void
                    switch (event.type)
                                    case "playingStateEntered":
                                                    loadPoster.visible = false;
                                                    titlePoster.visible = false;
                                    break;
                                    case "stoppedStateEntered":
                                                    if (loadPoster.visible == false)
                                                                    titlePoster.visible = true;
                                    break;
                                    case "complete":
                                                    titlePoster.visible = true;
                                    break;
    myFLVPlayback.addEventListener(VideoEvent.PLAYING_STATE_ENTERED, updateMoviePoster);
    myFLVPlayback.addEventListener(VideoEvent.STOPPED_STATE_ENTERED, updateMoviePoster);
    myFLVPlayback.addEventListener(VideoEvent.COMPLETE, updateMoviePoster);

    Any suggestions?  I would truly appreciate the help.

  • Need to access a context_node in an another view of the same component

    Hi experts,
    I need to access a context_node which is not in my view but it exist in an another view of the same component.
    The component is ICCMP_BP_DETAIL.
    i need the context_node "CUSTOMER" from the view Bupadetail to view Bupacreate. so that i can make those context_node Attributes available in the configuration screen.
    regards,
    chella.

    Hi Chella,
    You can access the context node from other view using the custom controler or getting a context node from view that you are and use the method get_parent(to get predecessor objet) or get_related_entity(to get sucessor object).
    I think the second way is easier.
    Use transaction GENIL_MODEL_BROWSER and GENIL_BOL_BROWSER to know in wich object you are and where you have to go!
    Best regards,
    Caíque Escaler

  • Problem with re parenting the selected component of a JTabbedDisplay

    I have a number of JPanels in a JTabbedPane.
    I have a mouse listener on the JTabbedPane which displays a popup menu...
    one of the options on the menu is Dislpay Tab in Own Window.
    The action of the menu is basically ...
    Component c = jTabbedPane1.getSelectedComponent();
    JFrame f = new JFrame();
    f.getContentPane().setLayout(new BorderLayout());
    f.getContentPane().add( c,BorderLayout.CENTER);
    The component c is removed from the tab - the frame appears .. but the component is not in the frame.
    Can anyone offer any insite into what is going wrong.... its driving me mad.
    thanks in advance.

    I dont think thats the problem because if instead of adding the selected component to the JFrame I add it back to the tabbed panel with addTab("new",c) ... it works.
    but I think I have a workaround...
    tab.invalidate();
    tab.remove( c );
    tab.validate();
    c.setVisible(true);// overkill
    JPanel p = (JPanel)c;
    < < add p to the JFrame>>
    p.setVisible(true);// <needed
    its this last setVisible which makes it work ... for some reason , the component is being set visible(false) when the tab does the remove.

  • Creating a hierarchical options in the SelectManyChoice component

    An article here by Frank explains how to create a heirarchical options in SelectOneChoice component. In my case I wanted to implement the same using the SelectManyChoice component. The challenge here is that once I select a parent choice, all its child choices should get selected (something like selecting "All" automatically selects the other options in the component). I tried to capture the ValueChange event, but that event is fired once we close the SelectManyChoice component.
    Suppose I have:
    []Active
    [] Running
    [] Suspended
    [] Scheduled
    selecting on []Active should immediately select all the other 3. Also selecting []Active doesn't fire any event. The only event fired is when I complete the selection of the values.
    Is it possible to achieve what I am trying above using selectManyChoice? Or is there an alternate component?
    I am using Jdev 11.1.1.6.2

    Hi,
    the select components don't allow hierarchical structures. If you look at the sample I wrote, I use a trick in that I style a select item which is defined as disabled to indicate a group. In fact this is not making the select list structured. In your case I would try and use a treeTable component
    Frank

Maybe you are looking for