Item Creation Dynamically

Hi All,
I have a master table which contains the information of all the items in my form For Eg : Take all the fields of emp table.
My table format will be as below,
ColumnName CheckField
EMPNO----------> N
EMPNAME--------> Y
EMPDESIG--------> Y
Am maintaining a form for this master data maintenance in Admin module. So based upon the requirement, admin will set the CheckField value for the items related to that table. But in my application for the end users am having a form based upon the table(for eg: emp) there apart from the database column items, i need to generate a dynamic check box for the items with the CheckField flag value 'Y' in the above table in that particular time.
Am using Application Express 3.2.1.00.12
Please help me out in achieving this.
Thanks in advance.
Regards,
Sakthi.
Edited by: Sakthi on Sep 27, 2011 5:20 AM
Edited by: Sakthi on Sep 27, 2011 5:22 AM

Hi,
you can visit the following links. It will helps you to create a LOV using Form Personalization.
http://apps2fusion.com/apps-training/147-forms-personalizations
http://blog.optiosys.com/?p=202
http://erpschools.com/articles/change-displayed-data-in-lov-using-forms-personalization#13486622087461&59812::resize_frame
HTH
Sanjay

Similar Messages

  • Restrict Item Category Item Creation using Reference Only

    Hi All
    Here is the scenario, I want  "Restrict Item Category Item Creation using Reference Only"
    a.Retrieve document number VBELN from sales order header table VBAK for the current order. Check if the sales order is of type ‘ZAB’ referencing field AUART in table VBAK.
    note : Any changes to existing sales order "ZAB" will be performed in thesame sales order type(ZAB) in VA02 transaction.
    b.If step a is passed, check internal table structure for sales order item level as XVBAP-PSTYV for possible item category values of 'ZDEF' for the entered line item and document number (XVBAP-VBELN).
    c.If the cancel/change item category values are found on the line item, check internal table structure for document flow (XVBFA) if the cancel/change item category was created as reference:
    i.Check if entry exists in XVBFA for the preceding document number field VBELV with value equal to value in the subsequent document number field VBELN. This value must equal the current sales document number VBELN in table VBAK.
    ii.The above check must be done in conjunction with the following check:
                1.Check if entry exists in XVBFA for the preceding document type field VBTYP_V with value ‘C’ equals subsequent document type field VBTYP_N with value of ‘C’.
    d.Once the above checks are passed, collect the item number from internal table XVBAP (Field: POSNR) for the change/cancel item category line item added to the sales order.
    e.Check if the item number retrieved in the previous step exists in table VBAP (Field: POSNR) with an item category that is not part of the list of cancel/change item category defined in step b.
    f. Check if the item number collected in the previous step exists in the subsequent item number (Field : POSNN) in internal table XVBFA for the row that passed checks in steps b and c.
    g.If item number exists, check if this subsequent item number field equals the preceding item number field value (Field: POSNV) in table XVBFA.
    h.If step g fails, generate an error message stating that the user needs to the create the cancel/change item category line item with reference to the original line item and do not allow the user to proceed with the transaction.
    i.If step g succeeds, allow the user to proceed with the transaction.
    can any one send me the logic for this scenario.
    Rgds
    Chinna

    Hi Chinna,
      Please use BADI "BADI_SD_SALES_ITEM" to achieve your requirement..
      Let me know if you have further questions..
    BR
    Rakesh

  • Purchase Order Line Item Creation DATE ?

    Hi All ,
    How can we fine the Line item creation date in PO ? I know EKPO-AEDAT but that is chaged date and its get updated if you chage the line Item after creating it . I need creation date for a perticular Line Item how can we get that ?. thanks in advance , I'll reward if useful.
    Thanks ,
    Lucky.

    Item creation is same as Order date of schedule line
    EKET-BEDAT
    Thanks
    Seshu

  • How to change a item type dynamically?

    Is it possible to change a item type dynamically?
    For example.
    I've got a page with 2 items. The first is a select list and the second is a date picker. The select list contains two values, 1 and 2.
    If value 1 is selected the second item needs to remain a date picker. If value 2 is selected the second item needs to become a Text Field (disabled saves state).
    Anyone got an idea?
    Thx. Frank.

    Frank,
    It's not possible to change the item type dynamically as you describe it below. However, to achieve a similar effect you could do the following:
    1) Make the Select List a Select List With Submit.
    2) Have a Date Picker AND a Text Field on the page.
    3) Make the display of the Date Picker item conditional on the relevant value having been chosen from the Select List.
    4) Make the display of the Text Item conditional on the other value having been chosen from the Select List.
    Andy
    http://atulley.wordpress.com/

  • Alerts for item master change and new item creation

    hai experts
                       my manager has to get an alert when any update has been done in item master or when a new item master is created .

    Hi.........
    Check this query for alert.........
    Quaery for New Item Creation:
    SELECT T0.[ItemCode], T0.[ItemName], T0.[CreateDate] FROM OITM T0
    Where DateDiff(DD,T0.[CreateDate],GetDate())<2
    Query For Updation of Item:
    SELECT T0.[ItemCode], T0.[ItemName], T0.[UpdateDate] FROM OITM T0
    Where DateDiff(DD,T0.[UpdateDate],GetDate())<2
    Above two alerts will be coming for two days........
    Regards,
    Rahul

  • Item creation date in PO

    Hi all,
             Please let me know if wecan get the PO item creation date can be obtained from any standard tables. My requirement is not to get the PO header document date.
    Need to get the date on which a line item was added in a PO. Please let me know if any standard MM table can fetch this data
    Regards,
    Ashwin

    Hi Ashwin,
    You use std tables CDHDR and CDPOS for the same.
    If there is no entry in thses tables means there are no changes in the line item.It means the PO line creation date is the same date as the PO header date.
    Cheers,
    Satish Purandare

  • SDK: set default value to "managed by inventory" option when item creation.

    Currently, my customer wants to set default value (as true) to "managed by inventory" option under inventory tab when item creation.
    My question.
    1. how to detect item master form in add/find.
    2. how to set option default to be true.
    Regards,
    Kenneth Tse

    Hi Kenneth
    Okay, you need to do the following.
    1) You need to see when the item menu opens and what mode it is in and then do the event. So in itemevent uou'll have code similar to
    If (FormType = "AddMov" And pval.FormMode="Your Mode") then
    ***your code
    end if
    You can also just see the form and chesh the caption of the button.
    2) to do the second part,
            Dim oitem As SAPbobsCOM.Items
            oitem = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oItems)
            If oitem.GetByKey("Item Code") Then
                oitem.GLMethod = SAPbobsCOM.BoGLMethods.glm_WH
            End If
    Hope this helps

  • Item creation process

    Hello,
    Cannot define item attribute values during manual item creation process. Please, help. Maybe I’ve missed some setup?
    Application : Advanced Product Catalog
    Responsibility : Development Manager
    Oracle Applications : 12.1.3
    Development Manager > Item Catalog > Create Production Items
    Kind Regards, A.

    Hello Oliver,
    we do not use the CRM quotation. Our quotations are maintained directly in R/3 and connected to the CRM Opportunity via the submission number. This number is written from CRM to R/3 when the Opportunity is saved via a custom RFC enabled Function module. The number is the link for the Tab Quotations in the Opportunities.
    I'm currently developing a batch input in wich allows us to provide a button in the CRM Opportunity with the function that a new Quotation is created in R/3 with the submission numer from the Opportunity and the Contact Partner as the sold to party.
    Regards
    Gregor

  • Deliver line item Creation thru Program

    Hi guys,
    please help me to create delivery creation for a ship-to party and line item creation thru any finction module when the ship-to party has different materials ordered.
    is there any standard Function module to just create a delivery line item when the delivery is not completely processed.
    Please help me in this issue.

    check
    BAPI_INB_DELIVERY_CHANGE       Change inbound delivery
    BAPI_INB_DELIVERY_CONFIRM_DEC  BAPI for inbound delivery verification from a decentralized system
    BAPI_INB_DELIVERY_SAVEREPLICA  BAPI Function Module for Replication of Inbound Deliveries
    BAPI_OUTB_DELIVERY_CHANGE      BAPI for Change to Outbound Delivery
    BAPI_OUTB_DELIVERY_CONFIRM_DEC BAPI for Outbound Delivery Verification from a Decentralized System
    BAPI_OUTB_DELIVERY_SAVEREPLICA BAPI Function Module for Replication of Outbound Deliveries
    BAPI_OUTB_DELIVERY_SPLIT_DEC   BAPI for Subsequent Outbound-Delivery Split from a Decentralized Syste
    u have to CHANGE Delivery i.e in change mode u can ADD.
    otherwise check user exits
    *        FORM-Routinen für Userexits
             include mv50afzz.
             include mv50afz1.
             include mv50afz2.
             include mv50afz3.          "Userexit neu zu Release 3.0A
             include mv50afzk.          "Userexit 4.6A (KOMKG/KOMPG)
             include mv50afzl.          "Userexit 4.6A Liefergruppen
                                                                   "n_693000
             include mv50afzp.          "Userexit for pricing screen input
    Regards
    Prabhu

  • Change item size dynamically

    Hii All
    I need to change an item size dynamically. For eg. If i have an item size (width) 20 and i entered text of 100 alphabates then the size of item is increase dynamically along with text.
    I use set_item_property but it shows an error that *" Cannot resize item. Position of item places it off of canvas. "*
    Please Assist.
    Pradhyumn

    write both the actions at the same time
    if the canvas size is less then the field size plus the increament then increase the size of the canvas tooo...

  • Notification for Item creation

    Hi,
    Is there any setup to send notification send to a group of people when an item got created in Item master?
    Thanks
    Gowrishankar

    Thanks Prakash and Kashif. Alert and Business Event are two ways to invoke notifications in this scenario.
    I have noticed that Item planner receive WF notification when ever a requisition got created for the item. Is there any inbuilt notificcation which can be invoked during item creation?
    Thanks
    Gowrishankar
    Edited by: Gowrishankar on Dec 7, 2011 11:48 AM

  • BTE for accounting item creation

    Hi,
    I'd like to know what BTE i could use to know when an accounting item is created. So far, I use the 1150 but it's not very efficient as it occurs before the creation. When an error occurs, i can't do anything.
    Does someone knows an BTE for accounting item creation ?
    Thanks

    Hi,
    There is a BADI AC_DOCUMENT.
    Darren

  • Dynamic line items creation Programatically.

    My requirement is to manually create Dynamic line items based on
    some values from the existing dynamic line item.
    During Dynamic Line Item processing; When the Last 3 chars of Z field
    ZWBSMOD is changing; then insert a DLI with Material is
    MODULE-<3 chars>.
    Which the exit for creating DLI programatically ??

    Hi Amruta,
    Your question is not clear, could you please explian where you want to add line item dynamically?
    Regards,
    Surender

  • Dynamic Item Creation

    Hi,
    Can i create more than 50 items dynamically in a page. I tried creating but it is not working.
    In one of my application page i have more than 10 regions, each region has 6-7 dynamic items.
    Any work-around??
    Regards,
    Som

    Hi Scorpio,
    Thx for the reply.
    I need for my application administration screen purpose, by default each region will have 5 empty rows, to achieve this i created dynamic items using sql query report.

  • Deliver line item Creation

    I created Delivery using the function module  shp_vl10_delivery_create by passing sales order info.But how to create line item when there are different materials .This function module works (creates delivery) when there is one line item for SO and if we pass full ordered quantity only.is there any other fm for creation of delivery ?
    i want one more function module to create delivery line item also.please help me in this way, as i urgently need this functionality to incorporate dynamic delivery creation.

    Iam not able to get the solution to create line item for a delivery.evne though i can able to pass the data by appending table types ,if there are line items more than 1 then this Shp_vl10_delievry_create FM will not create any delivery.i didnt get the solution for how to create line item for a delivery based on the sales order informatin

Maybe you are looking for

  • FCP 5.1 and tiger

    When I bought my new imac, they told me if i am running FCP 5.1 I should stay with tiger, now i'm having freezing problems with the imac, and they are telling me to upgrade to imac software update 1.3 (leopard) to fix it, can i still run FCP 5.1 on L

  • Technologies used in FS-CD & FS-PM

    Hi Experts: I am very new to the area of SAP Insurance and request you to kindly let me know the sort of SAP technical platforms FS-CD(collections and disbursement) and FS-PM(policy management) use , can anyone please confirm the below: 1 . UI Techno

  • Middleware

    Dear Gurus, I will facing an interview o a Roll out Project. You're surely aware that in such Project we have to highlight in our mind Data Migration. I would like to know the Migration tools in SAP CRM Could we consider Middleware as a migration too

  • Xgridcontrollerd[1503]: Warning: status socket failure

    We had a power outage and since then I've been seeing the following error message in the system.log and it seems like xgrid has hung while working on 4 jobs, they've showed about 50% complete in xgrid admin for a few hours. There is nothing in the lo

  • Why is exit code always 0 when trying to launch netscape using -remote option?

    Hi! I'm trying to launch a netscape browser using the existing netscape process with the command "netscape -remote OpenUrl(<url>)". But, this always returns a exit code of 0, irrespective of ehether the command is successful or not. Going through the