How to create "Dependent reservation"?

Hi,
Could you tell me how to create "Dependent reservation", please? Thanks in advance.
PS: the MRP element of  the record shows "OrdRes" in MD04 screen.
Best regards
Lily

Hi,
When you create Production order for Parent  material (CO01) , dependent reservation will be created for Components automatically. If u select the Dep reservation it will show the  Parent material production Order Number( Pegged requirement) (Md04).
or U  can create reservation manually  at MB21
Pradeep

Similar Messages

  • How to create dependent LOV in Advanced Table.

    Hi,
    How to create dependent LOV in Advanced Table. Pls help send me the steps.
    Thanks in Advance,
    Hanimi....

    Hi,
    Not sure whether you need dependent LOV or dependent poplist. But anyways, you can refer the below link for Dependent LOV
    http://oraclearea51.com/component/content/article/98-oa-framework/372-dependent-lov-in-oaf.html
    and for Dependent Poplist refer the below link:
    http://oraclearea51.com/component/content/article/98-oa-framework/370-dependent-poplist-in-an-advanced-table-in-oaf.html
    Regards,
    Sudhakar Mani
    http://oraclearea51.com/sudhakarmani

  • How to create Dependent lov  in OAF Page

    Hi,
    How to create Dependent lov in OAF Page. pls can any body help.
    Regards,
    Hanimi.

    Hi,
    Not sure whether you need dependent LOV or dependent poplist. But anyways, you can refer the below link for Dependent LOV
    http://oraclearea51.com/component/content/article/98-oa-framework/372-dependent-lov-in-oaf.html
    and for Dependent Poplist refer the below link:
    http://oraclearea51.com/component/content/article/98-oa-framework/370-dependent-poplist-in-an-advanced-table-in-oaf.html
    Regards,
    Sudhakar Mani
    http://oraclearea51.com/sudhakarmani

  • How-to create dependent list boxes in a table -Frank Sample

    hi everyone i would like to ask a suggestion about Frank's example on How-to create dependent list boxes in a table -Frank Sample ...
    i want to extend this example for 3 dependent lists... including locations, departaments and employes....
    this the ListboxBean java that Frank is using in his example.... and this is only for locations and departaments tables and it works ok... i want to add the third list for employers wich is dependent only from departaments list.... as i am not good in java i would like to ask u a suggestion on how to develop the third list in this java class ...
    public class ListboxBean {
    private SelectItem[] locationsSelectItems = null;
    private SelectItem[] departmentsSelectItems = null;
    public SelectItem[] getLocationsSelectItems() {
    if (locationsSelectItems == null){
    FacesContext fctx = FacesContext.getCurrentInstance();
    ValueBinding vbinding = fctx.getApplication().createValueBinding("#{bindings.LocationsView1Iterator}");
    DCIteratorBinding locationsIterBinding = (DCIteratorBinding) vbinding.getValue(fctx);
    locationsIterBinding.executeQuery();
    Row[] locRowsArray = locationsIterBinding.getAllRowsInRange();
    // define select items
    locationsSelectItems = new SelectItem[locRowsArray.length];
    for (int indx = 0; indx < locRowsArray.length; indx++) {
    SelectItem addItem = new SelectItem();
    addItem.setLabel((String)locRowsArray[indx].getAttribute("City"));
    addItem.setValue(locRowsArray[indx].getAttribute("LocationId"));
    locationsSelectItems[indx] = addItem;
    return locationsSelectItems;
    return locationsSelectItems;
    public SelectItem[] getDepartmentsSelectItems() {
    FacesContext fctx = FacesContext.getCurrentInstance();
    ValueBinding vbinding = fctx.getApplication().createValueBinding("#{row}");
    JUCtrlValueBindingRef rwJUCtrlValueBinding = (JUCtrlValueBindingRef) vbinding.getValue(fctx);
    Row rw = rwJUCtrlValueBinding.getRow();
    if (rw.getAttribute(6) != null){
    OperationBinding oBinding = (OperationBinding) fctx.getApplication().createValueBinding("#{bindings.ExecuteWithParams}").getValue(fctx);
    oBinding.getParamsMap().put("locId",rw.getAttribute(6).toString());
    oBinding.execute();
    ValueBinding vbinding2 = fctx.getApplication().createValueBinding("#{bindings.DepartmentsView2Iterator}");
    DCIteratorBinding departmentsIterBinding = (DCIteratorBinding) vbinding2.getValue(fctx);
    departmentsIterBinding.executeQuery();
    Row[] depRowsArray = departmentsIterBinding.getAllRowsInRange();
    // define select items
    departmentsSelectItems = new SelectItem[depRowsArray.length];
    for (int indx = 0; indx < depRowsArray.length; indx++) {
    SelectItem addItem = new SelectItem();
    addItem.setLabel((String)depRowsArray[indx].getAttribute("DepartmentName"));
    addItem.setValue(depRowsArray[indx].getAttribute("DepartmentId"));
    departmentsSelectItems[indx] = addItem;
    return departmentsSelectItems;
    public void setLocationsSelectItems(SelectItem[] locationsSelectItems) {
    this.locationsSelectItems = locationsSelectItems;
    public void setDepartmentsSelectItems(SelectItem[] departmentsSelectItems) {
    this.departmentsSelectItems = departmentsSelectItems;
    Thanks in advance :0

    Hi,
    I think that all you need to do is to look at how I implemented the dependent detail for querying the Employees select items
    Then you make sure the DepartmentsVO and the EmployeesVO have bind variable to query them according to the pre-selected value in their respective master list
    Frank

  • How to create a Reservation

    Hi all,
    Can some body explain me on how to create a reservation using MB21 each of type 551 & 555.
    Regards,
    Karthick.V

    Hi there
    Scrapping movements/qty can not be pre planned,,,
    For the movement type 551 and 555 in reservation is not at all possible,,,
    If you provide your requirement around this , can provide a work around or any other way,..
    Thanks
    Senthil,

  • How to create dependent LOVs

    Hi all,
    Does anyone know how I can create a LOV with values dependent on the LOV value selected from the one above when defining a custom item?
    For example, I have defined a custom item which has 2 attributes with 2 LOVs:
    attribute1 - LOV1
    attribute2 - LOV2
    I would like to populate LOV2 depending on what value the user selects in LOV1, is this possible?
    Please advise.
    Thanks.

    Hi,
    You can create dependant lovs and use them only in the forms component. Here is how you create dependant lovs
    lov1
    select empno,ename
    where deptno = :dept
    Creating a LOV with a bind variable makes it a dependant lov. In forms you should map the bind variable to one of the form columns.
    Thanks,
    Sharmila

  • How to create the reservation against purchase order

    hi to all,
    as we r using alternate bom scenario in company.
    so if i create the bom of item X base qty-1 pcs
    there r 2 alternate items in bom of X are as follows
    COMPONENTS A-1 PC  priority-1 probability -100%
                         B-1 PC    priority-2 probability -0%
    now as i am creating SUBCONTRATING P.O of X for 1 pc
    than system is automatically picking the quantiy of 1 & 0 pc respectivley of A &B.
    but when i am going to create reservation against this PO .
    it is not oicking data as per PO.
    reservation ispicking data 1 & 1 of A & B. as we have added 1 pc each of A & B in bom OF X.
    Pls help how i can create the reservation against PO.
    answers will be appreciated,
    thanks
    ravi khurana

    hi,
    i f u will go to MB21 than there is option to create reservation with refrence to.
    i can create the resrevation aganst bom, there is also one option for purchase order.
    how can i use it pls suggest .
    thanks
    ravi khurana

  • How to create a reserve invoice document?

    Hi, all.
    With DI API of Sbo 2005B, how to create a document for the reserve invoice? I can't set the value to identify the invoice is reserved via either the field of reserve or reserveinvoice for the object oInvoices, because the two fields can't be wrote...
    I heard both the fields mentioned above are editable on 8.8, but they are readonly on 2005B.
    thanks...

    Hello,
    Reserve Invoice: we speaking about the invoice, which is containg stock relevant items, but not moving the stock by issuing the invoice. It is booking against Customers/Vendors. You can create a delivery note from this document to issue the goods against/from stock after the invoice has been created, this moving the stock values.
    (Used in poland).
    Until  2007 version in 2004C, 2007A there is a menu for this invoice.
    In SDK, you can use the following code:
    Dim oDoc As SAPbobsCOM.Documents = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices)
            oDoc.CardCode = "C20007"
            oDoc.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Items
            oDoc.ReserveInvoice = BoYesNoEnum.tYES
    etc.
    Regards,
    J

  • How to create a Reservation for my production order

    Hi,
    I have a production order for that I need to purchase 2 materials. but my problem is when the material come there is no reservation for my production order. someone can take it for another production order. How can I do that the system create a  reservation after the GR
    Thank

    Dear,
    When you create and release production order, the reservation is created for that order. Now you should first activate the Avelability check in production order.
    It is PP configuration
    Then you need to activate dynamic aveailability check in goods issue in MM configuration.
    Hence if the stock is reserved for your production order, then no one can issue and system will give error message.
    please come back if required.

  • How to create dependent Select Lists?

    Hi,
    Found in the documentation that to create dependent select list we have to do these 3 things:
    1. In the parent select list, choose the option "select list with submit".
    2. Defining a branch that branches back to the current page.
    3. In the child select list sql, use the value of the parent (eg. :P6_PARENT_SELECT_VALUE).
    When I change the value of parent select list the page is getting submitted and its going to the parent page. I've a branch that goes to the parent page but how to create a branch that comes back to the same page and then use it in parent select list?
    Thanks,
    Hozy

    Hi Hozy,
    1. Make the branch conditional...
    2. Create a new branch while will run when you make a selection in parent select list.
    Also check this site to create dependent select list without sumbitting the page....
    http://www.dba-oracle.com/t_html_db_apex_ajax_application_express.htm
    Regards,
    Shijesh

  • How to create dependent LOVs in Web ADI

    Hi
    Could anybody help me out, how I can create dependent LOVs in Web ADI? Please provide any sample code if you have.
    I referred some posts in this forum about dependent LOVs. But unable to understand. Is dependency only possibe with Java programs?
    Thanks
    Venkat

    Hi ,
    did you get any docs that for dependent LOV. Please mail me [email protected]
    Many Thanks in advance
    Regards
    Niraj

  • How to create Dependent picklist having VO s created by lookup type

    Hello experts,
    I have to create dependent picklist. For this i have created two message choice items. Say 'Job' and 'Roles'. I also created two VO s say JobVO and RolesVO. These two VO queries are done by using lookup type. 'Job' picklist is having two values 1. Finance 2. Non-Finance. By selecting 'Finance' from 'Job' picklist, the related values should display in 'Roles' picklist. But my problem is there is no relation between those two VO s.
    Is it possible to create Dependent picklist with not having link between VO s?
    Please help in this regard.
    Thanks & Regards,
    Murali

    Hi,
    We cannot link up two lookups. I have a suggestion for your requirement.
    In your Roles lookup for each role, in its description your provide its job value 'Finanace' or 'Nonfinance'. Once this is done you can you use the lookup description as relation between the two lookups.
    HTH,
    Syed.

  • How to create dependent LOV based on procedure?

    Hi,
    There are two dependent list of values which i need to create. There is an existing package which returns the list.
    Can you suggest which approach should i use to create these list. Should i execute the procedure in the IMPL class and then bind the list to the transient VO or should i create a table which stores the result of the package and then use query based VO.
    After selecting the list values and clicking on GO it should generate a table too based on that list values selected.
    Which approach is correct? If any other approach then please mention.
    And can you explain how do we bind the list to the transient VO for the first approach if thats the correct approach.
    Thanks in advance

    Hi,
    I would build programmatic view objects for both of them (I usually also prefer having the View Objects based on a custom entity object). The tricky part is that you need to override the default View Criteria behavior (as you have to detect the view criteria, its condition and then map it to the stored procedure call)
    Here are some links that will help:
    http://docs.oracle.com/cd/E21043_01/web.1111/b31974/bcadvvo.htm#sm0341
    http://jobinesh.blogspot.in/2011/06/building-programmatically-managed_25.html
    http://jobinesh.blogspot.in/2011/06/building-programmatically-managed.html
    http://docs.oracle.com/html/B25947_01/bcadveo004.htm#sm0328
    Frank

  • How to create dependent combo with spry

    Dear all . i want to create a dependent combo box for my application, but dont where do i start. i want my commbo box act like this:
    1. There are 1 combo box that use dynamic value from my recordset,
    2. And there are another textbox that i want to use display data from what i select from combo box, and i want it instantly without refresh (with spry or something??)
    any help is appreciated

    You could give this a try:
    http://www.massimocorner.com/libraries/spry/linkedselect/
    Check the sample pages to see if it fits your needs

  • How to create dependent choice group in j2me

    I wish any one could help me in solving the problem.
    I want to use choiceGroup.popup. But want to make a dependent choiceGroup.popup.
    eg.
    category , subcategory and inner subcategory .
    When i choose electronics from category then from sub category all electronic item should be seen and
    when i choose one electronic item then in inner subcategory specific item of that sub category should be shown.
    How to do that. what to use, in web we use Ajax but in j2me all devices may not support ajax. so need a helping hand to solve this problem.
    Thank you.
    Edited by: J2me_Beginner on May 22, 2009 12:05 AM

    -- Use an ItemStateListener to detect the selection.
    -- Either: deleteAll() and append(...) to replace the contents of the second ChoiceGroup
    -- Or: remove(...) the second ChoiceGroup and insert(...) a different ChoiceGroup with the appropriate choices.
    I really can't see where AJAX comes into all this.
    db
    edit Or set(...) instead of remove(...) and insert(...), but I vaguely remember that some devices have been reported to have a buggy implementation of set(...). No, I can't remember which devices but I think the problem only arose when the substituted Item was of a different size on screen, so swapping one ChoiceGroup.POPUP with another shouldn't be a problem.
    Edited by: DarrylBurke

Maybe you are looking for