How to set alternative items ?

Hi all ,
i create the sales order document. If the Order Qty > Available QTY it will show item availability check. I want to set Display alternative items. But how can i set the alternative items first in SAP ?
Thanks in advance
Regards
KK

Hi Gordon,
Do you know which template to use to import Alternative Items?
Kind regards,
Greeshma

Similar Messages

  • Strange Case..!! How 2 set an item as a master block to it's db items block

    Hello All,
    i have a question pls.
    ================
    How 2 set an item as a master block to it's related db items in the same data block; as follows:
    ============
    1-i have to enter the item's value ('LAB_TEMP' ) once then;
    2-the other related items in the same data block r changed record each time i navigate to the next record but this item is never changed in this case only if i re-entered another value as (master-detailed rel.). i tried to copy the value of this item to a display item called 'Temp' but it is changing according to the records frequency by default
    ===========================================================
    I tried the following code on when-new-record-instance & on post-changed Triggers as follows:
    ============================================================
    IF :LAB_TEMP IS NOT NULL THEN
    SET_ITEM_PROPERTY ('LAB_TEMP',ENABLED,PROPERTY_FALSE);
    SET_ITEM_PROPERTY ('LAB_TEMP',NAVIGABLE,PROPERTY_FALSE);
    SET_ITEM_PROPERTY ('TEMP',VISIBLE,PROPERTY_TRUE);
    SET_ITEM_PROPERTY ('LAB_TEMP',VISIBLE,PROPERTY_FALSE);
    :TEMP := :LAB_TEMP;
    ELSE
    SET_ITEM_PROPERTY ('LAB_TEMP',ENABLED,PROPERTY_TRUE);
    SET_ITEM_PROPERTY ('LAB_TEMP',NAVIGABLE,PROPERTY_TRUE);
    SET_ITEM_PROPERTY ('TEMP',VISIBLE,PROPERTY_FALSE);
    SET_ITEM_PROPERTY ('LAB_TEMP',VISIBLE,PROPERTY_TRUE);
    :TEMP := :LAB_TEMP;
    END IF;
    ============================================================
    even this generates unable to set enable property or visible prop. error
    ====================================================
    Someone help me with this pls.??
    ========================
    Thanks in advance,
    Regards,
    Abdetu..

    Hello everyone,
    This issue was solved as:
    ==================
    1-i created a separate db block
    2-created a text item called 'TEMP' with db=NO
    3-In the db block that i want to deal with it as:Master item to it's other related detailed items to that item which is called 'LAB_TEMP' ;
    * Copy value from property: TEMP.
    By this way i could entered a value i the ndb item called TEMP once & consequently this value is entered copyed 4 each new record i entered.
    This is an intial solution works fine at least 4 now, a Fried helped me with this i would like 2 share this info 2 others may be a new idea would help...
    Thanks always,
    Abdetu..

  • How to set an item when I redirect using OWA_UTIL.redirect_url

    I am using OWA_UTIL.redirect_url to redirect users.
    but I am lost in how do I set an item doing this. I have an item called :P101_MSG and I want to set it to 1.
    I added &:P101_MSG=1 this: OWA_UTIL.redirect_url ('f?p=&APP_ID.:101:&SESSION.*&:P101_MSG=1* ');
    but that was wrong.
    Can someone tell me the syntax to set P101_MSG=1 when I redirect.
    Howard

    Hi
    I'm not quite sure of what you're doing or where you are but this isn't how you set APEX items in the URL.
    See this example
    f?p=:&APP_ID.:&APP_PAGE_ID.:&APP_SESSION.::::P1_ITEM1,P1_ITEM2:A,BThis sets item1 = A and item 2 = B.
    Is this what you mean (make sue you get the number of colons correct...
    Cheers
    Ben

  • How to set the item property to restrict the user to not to copy from above

    Hi Guru's,
    I have a requirement like, There were two items on the form name email Id, Confirm email Id.
    I have to ristrict the user to not to copy from email Id item.. make him/her to enter the value into confirm email id item field manually.
    How to set the item property to restrict the user to not to copy from above item and paste it in this item.
    Please help.
    Thanks!!

    Just an opinion here, but that is about the dumbest requirement I have ever seen.
    I am always annoyed by web sites that ask me to enter my email twice. I ALWAYS copy the email address from the original entry and paste it into the second one.
    People enter their email addresses so often, it takes a real klutz to not get it right. And what makes you think that if they enter it twice, that they won't enter it wrong both times anyway???

  • How to set first Item in combobox

    Hi all,
    I am struggling to find out how to set the first item of the
    combobox as say "Select" because the fields i display in the
    combobox
    are optional for the user to select.
    I have in the dataprovider of combobox set to an
    arraycollection populated by a call to fill method.
    But these items should be displayed below "Select".
    Can anyone help me on this.
    Thanks,
    Lakshmi

    Hi
    Try
    yourcomboxox.prompt = "Select";
    yourcombobox.selectedIndex = -1;
    http://livedocs.adobe.com/flex/201/langref/index.html?mx/controls/ComboBox.html&mx/control s/class-list.html
    HTH
    John

  • HOW TO SET A ITEM DEFAULT VALUE  to today

    I have a item using select list and I like to set this item default value as
    today's date , such as "select to_char(sysdate,'YYYY-MM-DD') from dual"
    HTMLDB failed recongnize the default value, or throw error Error ERR-9132 Error in PLSQL expression for item default code, ...". I have tried each of 3 avaialable Default Value Types
    Per http://forums.oracle.com/forums/thread.jspa?messageID=443287, it is used to be doable, but the default value type (sql) is no longer avaialble in HTMLDB 2.0
    I would appreaciate it very much if anyone has successfully done this before, either set to today or current month

    Ching - Did you try a PL/SQL Expression using to_char(sysdate,'YYYY-MM-DD')?
    There have been no changes to the item default types available in HTML DB. The thread you referenced is for Oracle Portal, a separate and unrelated product.
    Scott

  • How to set active item in a static combobox

    How can I set a specific item as the current item in a static
    combobox? Can't seem to find the right property/method for
    it.

    I know this is an old posting but the solution here dosen't
    seem to work on the fly.
    What I mean is I've created back and forward buttons to
    enable an alternative selecting method to display impoted swf's.
    I want to update the comboBox display to match the sequence
    that occurs by using the forward and back buttons.
    I have done this in Javascript but don't know how to in Flash
    8
    Thanks Rick

  • How to set selected item of SelectOneMenu

    HI,
    I want to manually set the selected item of SelectOneMenu, can anyone tell me how can I do?
    Below is my code:
    <h:selectOneMenu binding="#{Monitor.dropdown1}" id="dropdown1" onchange="submit();" valueChangeListener="#{Monitor.pageItemsValueChange}">
        <f:selectItems binding="#{Monitor.dropdown1SelectItems}" id="dropdown1SelectItems" value="#{Monitor.pageItems}"/>
    </h:selectOneMenu>I tried to use dropdown1.setValue to set it, but I wonder which class type I can use.

    Initialize the value to the value you want to select:
    <h:selectOneMenu id="model" value="#{SearchVehicle.modelField}">
    <f:selectItems value="#{SearchVehicle.models}"></f:selectItems>
    </h:selectOneMenu>public class SearchVehicle{
    private String modelField = "XYZ";
    }

  • GI:How to set Indicator:Item Not Relevant for Goods Movements LIPS-NOWAB

    Hi,
    does anybody know what i have to do to get the Indicator: Item Not Relevant for Goods Movements set for a good issue delivey position? (Table LIPS field NOWAB)
    thanks in advance
    Steffen

    Hi,
    the thing is the following (maybe it doesn't work at all, i don't know) :
    a) i have a "Non-stock" material (e.g.material type NLAG)
    b)this material should be picked, so it should be relevant for the delivery (e.g.item category TAX)
    c) for a special reason the "Total goods movement status" in the outbound delivery header shouldn't be "Not relevant", therefore i assigned the item category TAX to a shedule line category that has a movement type (e.g. CN)
    d)but the bad thing is, that the customer has set the indicators "quantity updating" and "value updating" for the material type NLAG, and so the goods issue posting gets some errors. eg.g missing storage location etc.)
    During debugging i found a coding that checks the sign NOWAB of lips, the documentation says:
    "You can use this indicator to control whether the item is relevant for goods movement when the delivery is still being created.
    When this indicator is set, goods movement is not posted for this item - regardless of the movement type assigned  to it."
    So i head the idea it might be possible to set this indication (Lips-nowab) somewhere in the sales order or somewhere else but maybe this conflicts with point c) above .
    Maybe shomeone knows what to do or has a better idea.
    Best regards
    Steffen

  • How to set static item in PL/SQL

    I know this may sound like a stupid quesiton but here's the issue.
    I need a PL/SQL function that will set a application item, or page item etc. The items that need to be set are static items. Ex: P1_FIRST_NAME
    I know if I use a PL/SQL function withing HTMLDB I can use the :P1_FIRST_NAME := 'Martin';... Problem is that you can not use that syntax if you store the function in Oracle itself.
    So I need to know the syntax to set items.
    Thanks.
    M.

    HTMLDB will also recognize variables using the format &VARIABLE_NAME. (with the period at the end). Have you tried this variable naming convention? Oracle may store it as it looks like a runtime variable.
    I don't know if it will work for your scenario or not...
    Adam Cumming
    Marion County

  • How to Set Alternative Archivelog Destination

    Hi,
    I am using Oracle 10.2.0.4 on AIX 5.3.
    My database is in archivelog mode.
    I have set the LOG_ARCHIVE_DEST_1 parameter value to /u01/archives/
    This is 200GB mount point and my daily archivelogs size is around 300GB. I want to set another location for archives so that once the first archive destination is full, then the alternative location could be used for archive logs.
    Otherwise I am getting following error once the mount point is fill.
    ARCH: Archival stopped, error occurred. Will continue retrying
    Mon Feb 22 09:27:02 2010
    ORACLE Instance malik - Archival Error
    Mon Feb 22 09:27:02 2010
    ORA-16038: log 4 sequence# 10175 cannot be archived
    ORA-00001: unique constraint (.) violated
    Mon Feb 22 09:27:02 2010
    What I know is that if we set multiple archive destinations then oracle write to these locations in parallel which means a copy of archive log will be avaialble on both mount points and double space will be utilized. My concern is if we could use one destination for archives and once it is full, then the alternative location be used for next archives.
    Waiting for kind response.
    Regards
    Farooq

    Anurag,
    Please note that this is single instance database with no dataguad kind setup.
    So should I only set following:
    LOG_ARCHIVE_DEST_1=/u01/archives
    LOG_ARCHIVE_DEST_2=/u02/archives
    alter system set log_archive_dest_state_1=enable;
    alter system set log_archive_dest_state_2=ALTERNATE;
    This way oracle will write to destination one only and once it is filled it will start writing to destination2 right?
    Please correct me if I am wrong.

  • How to set Lov item property (Action type,event,parameter etc) in PR when page load

    Hi gurus
    I am new to OAF, First I need to explain my scenerio.
    I need to make some field mandatory or non mandatory based on one LOV item (Pick list or message choice list).
    for this i extended the controler and apply the changes, but in this case what heppen, It will effect only when i open the list (pop list) and click on more (Available in poplist) and it will open a new form and i select value from that form. But when I open the poplist and select the value from the same list rather going to more option (it does not open new form), then there are no effect. I though the issue with refreshing when selecting value from the same list.
    To resolving this issue what i did
    1. go to page == > the same LOV
    2. Change the Client Action properties (
         Action type  = fireAction
         event          = xxevent
        submit = true.
    After doing this when i run the page from my OAF enviroement , every thing is OK. Then I transfer the Controler to Server machine and change the controller and run the same page from the server, it has the same refreshing issue, Then I thought because I did not transfer LOV such properties so this is hepening,
    Now I want to initilize such properties in Page load or what I need to do, Please advise me.
    Regards,
    Haq

    Edward,
    Thank you for the suggestion! It directly lead to my solution wherein I used CASE statements for the column in my Region SELECT such as the following:
    WHEN (:P2_GRADING_METHOD = 'CR/NC' OR scs.scs_pass_audit = 'P') AND GET_GRADE_B93 (sac.stc_final_grade, sac.stc_verified_grade) IS NULL THEN htmldb_item.select_list_from_lov (5, 'Enter Grade', 'GRADE_LOV_CRNC','onBlur="return validate_grade(this,''FW_DATE_'||ROWNUM||''')"','NO',NULL,NULL,'GRADE_'||ROWNUM)
    When the column is NULL, the Select List (LOV) contains the entry 'Enter Grade' and that is the value displayed on page load. I bypass the value 'Enter Grade' during Submit Processing where database updating occurs.
    I did not find the need to enter values for p_null_value and p_null_text since I don't believe that it would cause the 'Enter Grade' value to display on page load for null value columns but rather would enable the user to select 'Enter Grade' from the list and have a specified return value stored in htmldb_item array.
    Again, thank you for the help!

  • How to set a item in a block multirecord at runtime ?

    I have a block multirecord and I want just one item block at run time is disabled depends of position the cursor, I used the "set_item_instance" but not got success, as it disables all items of the block and I just want one.
    Example: if i rave a data base block in a table "emp," I only want that record number 5, field address is enabled or disabled.
    thanks !!

    You could have a pre-text-item at block level that checks whether the trigger item and record meet the criteria to be gone into, and if not raise form_trigger_failure.
    e.g.
    If :system.trigger_item != 'MYBLOCK.ADDRESS' OR
       :system.trigger_record != '5' THEN
        RAISE Form_Trigger_Failure;
    END IF;or if it's more complicated than that, write a function
    IF NOT valid_item(:system.trigger_record, :system.trigger_item) THEN
      Raise Form_Trigger_Failure;
    END IF;

  • How to set PR Items as Readonly in ME52N

    Dear Experts,
    TCODE - ME52N
    Here i need to make PR Items as readonly based on  Proc.Status(Processing Status Value). Can you please help me out in this?
    Best Regards,
    Bhuppi

    Yes you can configure it.
    goto OLME and in Purchase Req. menu, you will find all the options. Goto define screen layouts, and maintain which fields in PR should be mandatory/optional/display. assign this to rel. indicator in rel. stgy for PRs.
    Regards,
    Dakshesh

  • How to set Personaliztion item in portal

    Hi all,
            I hava just install the CE and in the portal->personalization i have nothing under the Detaile navigation.
            Where can i configure it to allow personalization? allow the user personalize Portal theme  / User Profile...
             Thanks.
    Edited by: bo wang on May 7, 2008 8:40 AM
    Edited by: bo wang on May 7, 2008 8:41 AM

    Hi,
    Did you gave EU_Role to the user.
    Can you just confirm me that on specified path:
    "pcd:portal_content/com.sap.pct/every_user/general/worksets/com.sap.portal.portal_personalization"  you can see the workset of Portal Personalization. Open it and check it got Portal theme, User Profile and all.
    Regards
    Parth
    *Points will be welcomed*

Maybe you are looking for

  • How to find bottleneck in pivot query

    I have the following table and query I am running against that table. CREATE TABLE StagingTable( DateKey int NOT NULL, VersionNumber smallint NOT NULL, SetID varchar(10) NULL, ClassID char(5) NULL, VariableName varchar(50) NULL, VariableDescription v

  • HT1473 It seems like many commercial music CDs won't import into iTunes (copy protection?), so you can only play them from the disc, not your other devices. Am I missing something?

    More and more commercial music CDs won't seem to import into iTunes - they just spin, falter, and spit out. I would think I had a setting wrong except older CDs load with no problem. I'm guessing there's copy protection on the newer ones, which seems

  • Photo import/attachment problem

    When my wife tries to attach her latest imported pictures in iPhoto, they show up as gray blocks with question marks instead of the usual thumbnail. It is only with pictures imported in the last week or 2, everything before shows up/attaches fine. Ho

  • Parsing query string

    I am using ALSB 3.0 If I parse the query string using the following: $inbound/ctx:transport/ctx:request/http:query-string/text() when the passed data is the following: https://webservicesdev.someplace.com/testing/order/163625/results?p1=Normal&p2=Com

  • SSRS, Reduce resolution of image?

    I can find lots of posts about wanting to increase or improve the resolution of an image in SSRS. I am looking for the opposite: how to reduce the resolution in order to create a smaller Excel file size when users export to Excel. Users run the repor