Validating list item with text item havin LOV, how  2 do?

Dear Sir’s,
I have two items,
a) emp_id which is a TEXT ITEM having a LOV
b) dept_name which is a LIST ITEM.
Suppose, those employee id’s having 100 and 101, when selected from the LOV, the dept_name list item should automatically become IT_DEPT and the user should not be able to change the value in the list item and the cursor should not be navigable. Like wise, when employee id is 102, the dept_name should show, some of the specific name from the list and not navigable.
For this, what should I do? Please help me.
Mitto.

First in the LOV query select the department name. In the LOV properties, in column mapping properties make the field width as 0 so that it will not be visible in the LOV. In the return item field browse for the item and select it.
In the run time, upon clicking the lov, the value will be populated automatically.
I hope this helps.
Regards,
Anantha Narayanan
http://askanantha.googlepages.com

Similar Messages

  • I have a problem with text item

    hii all,
    i have a list item.. in this list item i have a two list item value
    1- visa ,list elements visa
    2- cash ,list elements cash
    i need when user select visa from list item then appear text item (visa_number)
    i change item visa_number visible to no
    that's my code i write it
    trigger
    when-list-changed
    IF :RESERVATION.PAY_METHOD = 'visa'THEN
         SET_ITEM_PROPERTY('RESERVATION.VISA_NUMBER',VISIBLE,PROPERTY_TRUE);
         SET_ITEM_PROPERTY('RESERVATION.VISA_EXPIRE',VISIBLE,PROPERTY_TRUE);
    ELSE
      SET_ITEM_PROPERTY('RESERVATION.VISA_NUMBER',VISIBLE,PROPERTY_FALSE);
      SET_ITEM_PROPERTY('RESERVATION.VISA_EXPIRE',VISIBLE,PROPERTY_FALSE);     
    END IF;and items appear and disappear fine
    my problem is when i select from list item visa element items is appear but i can't write any thing in this item and my item is text item not a display item
    Thank's all

    already it's true but when i change my code to
    IF :RESERVATION.PAY_METHOD = 'ÝíÒÇ'THEN
         SET_ITEM_PROPERTY('RESERVATION.VISA_NUMBER',VISIBLE,PROPERTY_TRUE);
         SET_ITEM_PROPERTY('RESERVATION.VISA_EXPIRE',VISIBLE,PROPERTY_TRUE);
         SET_ITEM_PROPERTY('RESERVATION.VISA_NUMBER',ENABLED,PROPERTY_TRUE);
         SET_ITEM_PROPERTY('RESERVATION.VISA_EXPIRE',ENABLED,PROPERTY_TRUE);     
    ELSE
      SET_ITEM_PROPERTY('RESERVATION.VISA_NUMBER',VISIBLE,PROPERTY_FALSE);
      SET_ITEM_PROPERTY('RESERVATION.VISA_EXPIRE',VISIBLE,PROPERTY_FALSE);
      SET_ITEM_PROPERTY('RESERVATION.VISA_EXPIRE',ENABLED,PROPERTY_TRUE);     
    END IF;it's working
    Thank's all

  • Transfer PO with Text Item

    Hi,
    I am not able to transfer PO with text item to GTS. The error system is throwing is "Maintain Customer product master in GTS", which i cannot do for a text item.
    Has anyone faced a similar issue?
    Regards
    Vivek

    Hello Vivek,
    you should use the enhancement:
    SLLLEG01      Legal Services: Plug-In: Customer Enhancements
    component: EXIT_SAPLSLL_LEG_CDPIR3_002  will be relevant in your case.
    to make sure that the text items are not transferred to the GTS.
    Using this enhancement you also can exclude the text items for sales orders or delivery notes if necessary.
    I recommend to create a Project with transaction CMOD where you assign all enhancements that are relevant for GTS. This will always give you a quick overview of active and available exits.
    SLLLEG01      Legal Services: Plug-In: Customer Enhancements
    SLLLEG02      Legal Services: Plug-In: Customer Enhancements: BOM
    SLLLEG03      Legal Services: Plug-In: Customer Enhancements: Preference
    SLLLEG04      Legal Services: Plug-In: Customer Enhancements: Product
    SLLLEG05      Legal Services: Plug-In: Customer Enhancements: Partners
    Kind regards
    Susanne

  • Which situation should we use the text item with the item category TATX

    Dear experts!
    Thank you for your attention!
    I am confused with text item (TATX).
    which situation should we use the text item with the item category TATX????
    Someone told me that the text item is dummy and should be used as a manual of certain standard item. But the manual may be a book or several papers and it also takes up some inventory not a dummy.
    So, could some body tell me what the text item (TATX) exact is and what function it has.
    Best regard!
    Tangdark

    Hi,
    you can use TATX if you like to enter a text and to print some information between the item lines.
    Regards
    William

  • Value Items and Text Items

    Hi Team ,
    Can someone frm the team give me an idea of these Value Items and Text Item usage .
    Also the relavence of the Item Category Field which is "Checked " in case of Value Items and Text Items.
    Thanks .
    Regards,
    Suman

    Hi Suman,
    the text items are relevant for delivery but not relevant for pricing.
    The value items are relevant for delivery as well as pricing.
    Regds,
    Rupali

  • How to make list item as text item  in oracle forms 6i

    Hello all,
    I created one form with one list item named "Country".. This list item shows country name for the particular employee in the employee table.I created this list item as database field. In the enter query mode i search an employee , This should act as item text.. Suppose i want to add an employee in enter query mode then i fill all the necessary fields,and
    when i click "country" list item it should display all the country names from "country_tab" table..So based on the situation
    this should act as list item and item text.. Can i Do this ?.. Pls help me.

    hai Andreas Weiden,
    I simply explain my requirement:
    I want to insert data and quering data by using single form...So, I created one form with data block. This form created from employee table.I have one text item in this form named country.This is database item.
    Ok ,Now the actual problem comes.I press "Enter query" in tools menu,Then enter one employee number in employee_no field.after i press
    Execute query In tools menu. It shows all the details corresponding to that employee..
    Note: here "country" text item also shows employees country.
    Right, Now i have another requirement. In the same form I want to insert a new employee. For that
    I planed to changes country text to list item [ because when  insert i can easily pick up one country .it
    reduces typing work ] . I have another table "COUNTRY". Using this table, i should populate country list item..
    So, the country item should act as both text item [When quering] as well as list item [ When inserting ]
    Is there any idea ti do this ?
    If this not possible then what is the alternative ?
    Pls suggest me..

  • Problem with comparing text item with hidden item

    Hi all,
    I have two items, one text field which has a user name and other item which is hidden which also has a username input from a file.
    I want to compare these two items.
    But when both items are text fileds am able to compare, but when one is made hidden unable to compare.
    Please help on this......
    thanks,
    Srini

    Hi Srini,
    As long as you understand that the user can change the value of ANY field, even it is hidden, then I would suggest something like:
    1 - Hide your existing Login button. On the button definition, in "Button Display Attributes" add the following into the Attributes setting:
    style="display:none"2 - In the Login region's Region Footer, create a new button:
    <input type="button" class="t12Button" value="Login" onclick="javascript:checkNames();">(Note that I have used a class name of "t12Button" - change this to match your current theme)
    3 - Underneath that, add in your javascript:
    <script type="text/javascript">
    function checkNames()
    if ($v('field1name') == $v('field2name'))
      doSubmit('loginbuttonname');
    </script>Then, when the user clicks the new Login button, this triggers your javascript. This checks that the values for field1name and field2name match. If they do, if fires the normal submit for the page (the same as if you clicked the original Login button)
    Andy

  • Uploading cleared items with cleared item flag

    Hi,
    I want to upload cleared items of customers and vendors with flag/status indicating that the item is cleared. This will make the system enter the data in BKPF,BSEG and BSAD/BSAK(directly) and hence will save the effort to clear the items after initial upload.
    Can some please suggest a posible method to do this?
    Thanks in advance,
    Nitish

    Hi Nitish,
      U mentioned like that u need to upload the cleared items with flag set. If u obeserve BSEG table it have one field AUGBL. It indicates for cleared items. If item is related to cleared then AUGBL have value else it will space. So try the following  condtion.
    data: v_flag(1) type C.
    If itab-augbl NE ' '.
    move 'X' to v_flag.
    endif.
    move all the data from file to internal table and make the validation from that itab.
    Some t-codes are directly related to BSAD/BSAK tables menas if u post the document then directly uplaod to those tables. So which t-code u r using?If any thing, reply with clear information about the requirement. Hope this helps you.
    Regards,
    Kumar.

  • MRP - Workbench-Exception-Items with negative starting on hand-How to Fix??

    Hi Guru's,
    We are getting the following exception due to mis handling by business,
    "Items with negative starting on hand" - items with a negative onhand beginning balance
    We cant build the stock to fix the issue because the items are very very costly.Business wanted to build stock only after making the items quantity to zero,so that we will not miss any items.
    Can any one suggest the fix here??is back update is the only option??how that would impact accounting??
    Pl advise??
    Thank you and Rgds,
    Ayyala

    You should have the business do a cycle count and fix the onhand quantities for those items.
    Till then, you will keep getting the exception.
    The other option is to do account alias receipt to fix the quantity. Check with your finance folks to find out which account alias should be used.
    Hope this helps,
    Sandeep Gandhi

  • Message Listing changes with Sent Items Options

    I am a user of web e-mail and my ISP uses Iplanet Message Express.
    I wish to set my "Options" for "Sent Items" to "keep a copy in Inbox".
    Whenever I set this options and then go to my Inbox, the message listing layout changes and the Inbox shows the "To" addresses instead of "From" addresses.
    Is this a bug or a feature ?
    Please clarify. If it is a feature, how to customize the message listing to show the "From" email ids?
    Thanks & Regards
    Balaji, Doha, Qatar

    I am a user of web e-mail and my ISP uses Iplanet
    Message Express.
    I wish to set my "Options" for "Sent Items" to "keep
    a copy in Inbox". There has long been a problem with doing this. I don't remember which version has this fixed, but until your ISP gets this version, the workaround for the problem you describe is, "Don't do that.".
    Whenever I set this options and then go to my Inbox,
    the message listing layout changes and the Inbox
    shows the "To" addresses instead of "From"
    addresses.
    Is this a bug or a feature ?
    Please clarify. If it is a feature, how to customize
    the message listing to show the "From" email ids?
    Thanks & Regards
    Balaji, Doha, Qatar

  • Creating new sales-order item with text using BAPI_SALESORDER_CHANGE

    Hi all.
    I want to create new sales-order item in an existing sales-order by using BAPI_SALESORDER_CHANGE. This works fine.
    I also want to enter item-texts for the new item in the same call, but this doesn't work.
    When I call the BAPI I do not assign an item-number for the new item, thus I have no item-number to assign to ITM_NUMBER in table ORDER_TEXT.  IF ITM_NUMBER is empty, it's treated as a header text....
    Any clues?
    Regards
    /Elisabet

    increment the last itemnumber and pass it to that.
    if they are following a sequence 10,20,30.
    find the next sequence and send it to the ITEMNUMBER field.
    or else you add the text after the Function call.

  • Sales Order created with TEXT items.

    Dear friends ,
    I'd like to know If I could create/Configure a new Sales Order and do not inform material master , only enter the  Text  and Save it ?
    We are thinking in use this sales order to billing  not material mastered things.
    best regards,
    Ale

    Well,
    and if we have the same issue, but we don't have OIL Version, but simple 4.6C, which solution has to be applied then?
    Thank you
    Standa

  • 2 Shopping Cart items with same item number

    Hi experts,
    We are facing a problem I never heared before : a shopping cart has been created with total of 51 items in SRM but some of them have the same item number in BBP_PD (2 items nr 16, 17...).
    For example, the 2 items nr 16 have a different Guid, only 1 entry in status section (I113 => OK), 2 entries in Partner section (vendor, requester, receiver, ship-to & site => OK), 2 entries in organization section, only 1 entry in item link section, 2 entries in concract section, 2 entries in account assignment section.
    Functionnally, these 2 items are not on the same article (even product categories are different).
    The problem now is that only one of the 2 items has been transfered to the backend, the other item has status "approved" but no "follow-on document created".
    The only thing diffrent from another SC is that this SC has been put on hold before being ordered (status I1009 is inactive).
    I didn't found any note on this problem, we are user SRM5.5 SP6 with classical scenario.
    I heared about a maximum item number in SC but I think in SRM5 there is no limitation, at least not less than 99 items.
    Thanks in advance for your help!
    Best regards,
    Benjamin

    Hi,
    please try to process the Held SB ,backend document will be created. since Creation of Shopping cart is in WEB processing of time take more normally .I think you can create a line item of
    999 line in SB because in backend SAP R/3 it will allow only 999 line items
    G.Ganesh Kumar

  • Linking Delivery Items with Delivery Items having batch

    Hello Fellow ABAPers,
    Does any one of you know how SAP links items in Delivery table (LIPS) without batches with their respective items having batch.
    For e.g. in Delivery Item we have delivery no. , item and batch. Assume we have delivery no 801xx and item 10 for this record there is batch with delivery no. 801xxx and item 90001. Likewise for delivery no 801xx and item 20 there is batch with delivery no. 801xxx and item 90002.
    How does SAP link line item 10 to 90001 and line item 20 to 90002. Batch no. could be different. If there are multiple batches for the same line item, how can we identify them programmatically?
    Is there any separate table in SAP or is it maintained in LIPS only?
    If you any of you have worked on this please let me know.
    Thanks and Regards,
    Huzefa Vasi

    Hi,
    In LIPS table itself, there is a field called UECHA. (Higher-level item of batch split item)
    This field contains the higher level item number
    for eg. consided line item 10 in 2 batches called 90001 and 90002
    VBELN             POSNR              UECHA
    801xx                 00010                   0000
    801xx                 90001                   0010
    801xx                 90002                   0010
    801xx                 00020                   0000
    if UECHA is 0, then it is the higher level item
    Hope this will be useful

  • Service item with sub items ( service master data)

    hi,
    I needa to create a service which contains several individual services in the service master data. (CRM 4.0)
    Can anyone tell me how to create these sub-items of a service product.
    thanks .

    Hi,
    You can define the sub-items of the service using a relationship type "component ->- set" for the higher level service product.
    Best Regards,
    Anup

Maybe you are looking for

  • How much gb does my macbook pro have?

    i want to know if i have enough storage to download moutain lion n it says it needs about 4 gb of memory but when i go to look at memory it says all i have is 2gb

  • Can I set all existing events in a ICal Server calendar to 'private'?

    I am consolidating my calendar histories. I have been able to get everything in my iCal Server calendar. But what I'd like to do is set all events before a certain date to 'private' as public/private has been lost for all items. I do want them in the

  • Search help in selection screens for interactive report

    A search help can only be assigned to DB table. So my doubt is can it also be used for seletion screens created for an interactive report? If yes what is the procedure.. Please give me one example at least... waiting for your valuable suggestions....

  • HOW TO RUN SQL SERVER DATABASE AS ONLINE

    hi friends i have developed an application front end is vb.net and back end is sql 2005. now my customer has required to run application on remote server because he have 5 business locations. for example my customer has 5 business locations in differ

  • Why to Use MDM

    Hi All, Could you plz tell me, In R/3 also Master data is available. Why we are using MDM( For Master Data )  seperately ? In R/3 Master tables are there (MARA, KNA1, VBAK), Then Why we are Designing seperate Repositories in MDM for store the data ?