Miscellaneous issue form customization

Hello,
The form mentioned above is INVTTMTX with Form Version : 11.5.239.
the user is requesting the following customizations to the form:
-Use the Reference field to hold a list of values of names that currently have no reference in the system.
-Add a descriptive flexfield to the form; should hold a seial number for the miscelaneous transactions that should be generated automatically.
I need guidance because I don't know how to the above and what tools shall i use. Detailed instructions and an action plan will be very helpful.
Thank you

Hi,
1. Reference field - isn't this a separate report? Your requirements are not specific enough.
2. Setup a Descriptive Flexfield Column - read the Flexfields manual. Create a sequence in the database. Use when-validate-record trigger and forms customization or database trigger to populate DFF field.
Regards,
Gareth
Blog: http://garethroberts.blogspot.com/

Similar Messages

  • Reg: Automating Miscellaneous Issue

    Hello Everybody,
    I have one query, i am presently working on interface. i have a requirement of automating the Miscellaneous Issues periodically. i want some of my items to be issued out of oracle automatically at regular intervals.
    Is there any Possibility of doing so, if so how can we do that or else is there any work around for this.
    Regards
    Srinivas

    Hi,
    You can write a concurrent progam, which submits misc Issue or receipt transaction. this concurrent program to be scheduled or an alert to be written, which should trigger this concurrent program.
    Regards
    Sreenivas Amisagadda

  • Costing for Miscellaneous issue transaction for project

    We have a different requirement from the business
    ours is R&D and we are using Oracle projects to track our projects costing and billing
    we procure some material from outside supplier and it will get costed to the project but when any engineer want to use the material they want to reduce the material from the inventory by they dont want the cost to get reduced from the project
    usually engineers take the material by doing miscellaneous issue for some testing and they never get in to the project again it will be treated as samples
    currently when i do the miscellaneous issue it reduces the inventory from project and also the cost will get reduced.
    Can someone help me out since it is very critical for us to acheive this,
    Regards
    Lavanya

    D
    Dear Lavanya,
    The material should be first reeived to Inventort then transferred to projects
    Ex        100 Quantity is Received @ 10 Each - Inventory Material value will be 1000   Unit Price 10
    Now     10 Quantity is Issued(Samples) @ 0 each -       Inventory material Value will be 1000   Unit Price  11.11
    Now Transfer the remaining quantity to Projects i,e 90 quantity, & inventory material value will be 1000, unit price will be 11.11 (Use Project related Misc Transaction for Project Issues)
    Even though material is issued with 0 unit price A/c entries will be generated
    Dr. Given A/c
    Cr. Inventory material value A/c
    Here first the material is directly received into Inventory (Not related to projects organization) Miscellaneous Issue (For samples) is done with 0 unit cost after that The material is transferred to projects (Project Issues)
    For Miscellaneous Issue (Samples Issue) a Personalization is need to done such that the Unit price will be freeze to 0.
    Regards
    Shaan

  • OIM Form Customization

    Hi,
    My customer is having following requirements related to OIM Form Customization.
    1.In createuser form,UserID ,Password and Confirm Password Should not be displayed.We are generating userid and password automatically and we should not allow the admin to enter userid and password while creating user.
    2.Is it possible to make a form field mandatory only to specific usertype ? . For contractors,we need to make "Deprovisoning Date" as mandatory field but for employees,it should be a non-mandatory field.
    3.Is it possible to have different form fields in Create user Form and Manager User Form.Since Create user form will be used to create contracors,we we don’t need to specify user defined fields related to employees ( JobName,PoitionName,EmployeeType etc) in create user form.
    I am facing problems in implementing above requirements.Can somebody suggest,how I can implement these?.
    Thanks.

    Please check this Note 468779.1 from metalink.
    Goal
    How To Disable Password And Confirm Password or How to set the password fields as optional?
    Solution
    You can't set password field optional,this is mandatory field and hard coded in action class but you can set default value from jsp(tjspGenerateCreateUserForm.jsp) page. You can't be remove completely password section from User Creation Page as this is hard coded in the source code. Password is mandatory field for User creation API .
    You can provide default password value from the JSP file. After modifying the JSP page as below,while creating OIM user both fields(Password and Confirm password) will not be editable.
    Please try to modify tjspGenerateCreateUserForm.jsp
    *(<BEA-Home>\user_projects\domains\proquire901\XLApplications\WLXellerateFull.ear\xlWebApp.war\tiles\util).
    Add < value="123" readonly="true> these two attribute in password section and
    ChangePassword section.
    ===
    ##Password section######
    <td>
    <html:password name="manageUserForm" property="password"
    value="123" redisplay="true" readonly="true" styleClass="Fields" tabindex="1"/>
    </td>
    ###confirmPassword section######
    <td>
    <html:password name="manageUserForm" property="confirmPassword"
    value="123" readonly="true" redisplay="true" styleClass="Fields" tabindex="2"/>
    </td>
    ==

  • Setup of  approval for Miscellaneous issue transaction in Inventory

    Dear Experts,
    We have a requirement from client to setup approval for Miscellaneous issue/
    receipt transaction in Inventory.
    Is it possible to fulfill the above requirement using Approval Management Engine (AME)?.
    If it is possible, Kindly explain me in detail about the setup steps needed for the
    configuration of Miscellaneous issue/receipt transaction in Inventory.
    Kindly respond at the earliest as the requirement is needed urgently for our client.
    Thanks in advance !
    Best Regards,
    Naveen.

    D
    Dear Lavanya,
    The material should be first reeived to Inventort then transferred to projects
    Ex        100 Quantity is Received @ 10 Each - Inventory Material value will be 1000   Unit Price 10
    Now     10 Quantity is Issued(Samples) @ 0 each -       Inventory material Value will be 1000   Unit Price  11.11
    Now Transfer the remaining quantity to Projects i,e 90 quantity, & inventory material value will be 1000, unit price will be 11.11 (Use Project related Misc Transaction for Project Issues)
    Even though material is issued with 0 unit price A/c entries will be generated
    Dr. Given A/c
    Cr. Inventory material value A/c
    Here first the material is directly received into Inventory (Not related to projects organization) Miscellaneous Issue (For samples) is done with 0 unit cost after that The material is transferred to projects (Project Issues)
    For Miscellaneous Issue (Samples Issue) a Personalization is need to done such that the Unit price will be freeze to 0.
    Regards
    Shaan

  • Form - Bad value (Goods Issue Form)

    Hello,
    I'm trying to fill Goods Issue form programatically. But when I try to fill some values into the matrix I got two errors-
    Referenced work order does not exist.
    Form - Bad Value
    I can enter the same values by hand, it works without any problem.
    One more thing. Let's say i got master data items with indexes 123, 1024. When I try to enter these values programmatically into Good Issue matrix (into index column) I got above messages. But when I the same with just value 1 it fills row with index 123.
    What is happening?
    Thanks in advance
    Wydrzycki Kamil

    hello freind
    it may be due to refferd linked key mens primary key.pls cheak when yu insert data in database first cheak this entry may be linked with any primary key

  • BPEL with human using task forms (customization in task display).

    All,
    I have deployed a BPEL with human task with task forms (customization in task display).
    For above customization Jdev automatically generates set of jsp files like Header1.jsp,Footer1.jsp,payload-body.jsp and <task name .jsp> and build an ear which includes war file.
    I have deployed ear as j2ee app using em console.
    It got deployed but when I check em console I could not see any active jsps listed.
    due to this task customizations are not displayed properly.
    but for same app in production instance, it is listing all jsp files in EM console
    Any idea where I am missing
    Thanks,
    Praveen

    I got it.
    If there are no active jsp/servlets listed means they are never invoked.
    I invoked them explicitly then they started coming in the list
    Regards,
    Praveen

  • Unit prie column disabled while doing miscellaneous issue.

    Hi,
    I'm doing miscellaneous issue on an item. but while doing the entry, the unit price column is disabled from entering the value. What could have gone wrong? But for some items the field was enabled to enter the unit price value. Both the items are having same templete and costing is also same(Average).
    How can the unit price column can be enabled for the item?
    Thank you
    Regards
    BKR.

    Hi,
    To solve this you must update your studio. In lower studio versions (PlanViz) does not allow "unknown" XML tags sent by higher version servers. A fix for this issue was made so that PlanViz parser can simply skip unknown tags.
    Please go to version 74, if possible.
    Regards,
    Michael

  • Goods issue form is not opening

    Hello Experts,
    With one of my user, Good issue form is not opening. As he has got full Authorizations for Goods Issue, when we click the Goods issue option, something happens but then FORM  does not  appear.
    Help Required
    Thanks

    Hi Shazad,
    After login with the affected user
    1. Open any document like sales order
    2. Now select the Goods Issue option
    3. Go to Window -> Cascade
    Regards,
    Vijay kumar
    SAP Business One Forums Team

  • Required Trigger To be Oracle Application Forms Customization and its order

    Hi All,
    I am new to oracle application forms customization.
    Can you please answer following?
    What are the triggers required to be overrided for forms customization in oracle appliocation?
    What is the order of trigger event occurrs when forms comes up in Oracle application?
    Thanks
    Prashant

    Hi Prashant,
    There are a number of triggers in Oracle forms. They are basically 4 types
    1. Form level
    2. Block Level
    3. Record Level
    4. Item Level
    Again there are subclassifications.
    The firing sequence depends on your action. If you make a change in an item and save the item level triggers fire for the item you changed. Then the record level triggers fire. However if you are click in an item(you are technically navigating to the item) the record level(when new record instance-WNRI) fires and then the item level trigger(when-new-item-instance WNII) fires.
    So it depends on the situation. Look in the forms tool help sections. The have some good discussions there.
    Now to 'override' triggers. I am assuming you plan to extend oracle standard forms. The best way to do this is use the CUSTOM.pll. Oracle forms call this .pll in various triggers such as WNRI, WNII etc. You can add your logic here and it will take effect and will be upgrade safe. Nowadays they have forms personalization. Take a look at this also to determine the best way.
    You may want to read the Application developers guide from metalink and they have a good discussion there on forms customization. It also talks about the CUSTOM.pll
    The scope of forms is huge and you would be better of taking a
    1. Forms course
    2. quick look through the forms section of the developer's guide and understand the concepts
    3. Honing on the customizations you want to do and start working on that specific component.
    4. Look in Metalink which has a lot of info on forms and forms forums.
    This is actually a Framework forum which deals with Web applications :-)
    Thanks
    Sandeep

  • Movement type for miscellaneous issues/receipts to customer consignment

    We need a way to do a miscellaneous issue/receipt to customer consignment location.  How can that be accomplished?  What movement type should we use?

    Hi,
    You can use movement types in MB1C or MIGO
    561 W - To receive material in Customer consignment
    562 W - To issue material from Customer consignment
    Also you can change the offsetting entry in GBB-BSA and Stock A/c in BSX (In T. Code - OBYC)
    If you don't want to hamper 561 W and 562 W settings then take a copy of these movement types in OMJJ and use. Also you can assign a different valuation modifier than BSA to these new movement types and accordingly do account assignment in OBYC.

  • Repeat form customization on various Business Groups

    Hi,
    I would like to know if there is a quick way to repeat form customization on various Business Groups.
    I mean, i have done form customization on one Business group and need to do repeat similar form customization on various other Business Groups. I was wondering if there is any quick way to accomplish this other than doing it manually for each business group.
    Any help on this will be appreciated.
    Thank you,
    Raghu

    Hi Raghu
    You can try downloading your personalization via FND LOAD
    and change alter the business group in the files and load them back.
    FNDLOAD apps/$APPS_PWD 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct
    and alter the ldt file for the business group.
    Cheers
    Ankush

  • Issue with Customize program for Dunning Forms

    Hi  Experts
    I have write a perform for dunning form in a outside report apart from standard print program. After doing some calculations I want print some information in the form using the function module "Write_Form", but I am not able write on the form.
    Please advise me is there any other settings are additional details are required to print the custome lines in the dunning form. Dunning form also customized in this scenario.
    Awaiting for your reply
    Thanks
    Praveen

    Hi Shakeel
    Thanks for your help, I am using Write_Form only, but not able to write the statements in the Form.
    Let me explain my code here.
    1. I wrote the perform in the SAP Script under a text element.
    2. In that perform(in the program) I am calling other text elements, where I have to write the statements.
    But I dont know, what is the problem here, when I debug the Write_Form FM, in the very first statement itself, it is becoming false and coming out from the whole process. That statement is
    check co_perform-active <> true.
    Please advise me, am I doing anything wrong or is there any other process to fullfill it.
    Thanks
    Praveen

  • Issue in Customize Clearance check list under the People Management form

    Dear
    We are on 11.5.10, we have created NEW template as "EXIT CHECK LIST" of People management, in which we have configured our own list which are mentioned below as example.
    Check List
    Name Date Status
    IT Department user_input manually Verified/Pending
    Finance user_input manually Verified/Pending
    Human Resource user_input manually Verified/Pending
    Now issue is, when head of above department change their corresponding record and successfully being update but system update last_updated_by column in all above three records who perform update/change record very last although he updated only IT record.
    Therefore, we are not able to get their concern department Name in last updated by due to this issue.
    Pls advice.

    we handled similar situation through personalization as follows:
    1a. Write the validation condition in personalization on WHEN-NEW-RECORD-INSTANCE of ORDER Block.
    Through actions, display error message and disable Book button.
    1b. Write the negative of validation condition in personalization on WHEN-NEW-RECORD-INSTANCE of ORDER Block.
    Through actions, enable Book button.
    2. Disable Book order button in LINES Block
    3. Train the users to enter the order header first, order line next and then come back to header and click book (if allowed).
    Thanks,
    Hrishi

  • Failed to get value of the "Attachments" column after my Edit Form customization in share point 2010

    Hi,
    I am trying to customize the Edit Form in sharepoint 2010 .After my customization when i click on save it is giving below error.
    Failed
    to get value of the "Attachments" column from the "Attachments" field type control.  See details in log. Exception message: Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) "
    Every thing works fine if i  uncheck the Attachments property of the custom list.But i would need user to allow add attachments to the list.Could you
    help me to resolve  this issue.

    Hi,
    It would be better if you could provide the steps in details about how you customize your Edit Form.
    Anyway, you can take a look at the similar thread below, there is someone stuck with the similar issue before:
    http://social.technet.microsoft.com/Forums/en-US/d60e2a8e-575d-4b3c-959f-2a6a2b1364cf/failed-to-get-value-of-the-attachments-column?forum=sharepointcustomizationlegacy
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

Maybe you are looking for

  • Scheduling Agreement Vs Schedule Lines

    Dera All, ECC 6.0 We are working on Scheduling agreement and schdelue line for Raw Material Procurement , for this we have created the Scheduling agreemnt  for vendor say for 100 kg for next 12 months, and maintained the source list in ME01 with "2" 

  • Windows 7 professional 64 Bit on MacBook Pro Retina 15 with Boot Camp ?

    Hallo guys, i have a big problem with installing Windows 7 professional 64 Bit on my MacBook Pro Retina 15 with Boot Camp. No matter what i try i get a black screen after partitioning or get a message like " No bootable disk" or  " No System Disk ava

  • In either Numbers is there a way to export my file as HTML?

    Being new to Numbers I want to find out how to export or save my spreadsheet as a HTML file (Excel has a "save as webpage" option).  I want to publish my spreadsheet (or imbed) into my website rahter than use a PDF file.  Simple reason is the non-PDF

  • ISE 1.3 - Multiple ADs and time zone

    Hi all, I have a question regarding time zone settings, AD interaction and ISE PSN. Assuming the following deployment: - ISE distributed deployment with 3 - Each PSN is joined to a AD at a specific site (example: one in USA, one in Europe, one in Asi

  • My airport express has stopped working as an extender.

    Aloha: I have been successfully using my my airport Express as an extender for several months when it just quit working.  I now have plugged it in right next to my computer and airport Extreme to trouble shoot. It just sits there blinking orange.  I