New Text Field To Be Added in Audit Management

Hi All,
I need to create new text fields in addition to the existing fields in Audit Management screen for all the audit components in the TEXT TAB in transaction PLMD_AUDIT.
I would like to know is it possible or not and if not possible then what is the alternate way to include more inofrmation.
Will be rewarded...
Regards,
Ram.

Hi Ram,
New text field can be added in the texts tab of plmd_audit transaction  is achieved by ,
1) The following entries has to be maintained in the view V_TTXIDI Object, Id, Meaning.
Object-select cgpl_text
Id : you need to define(this id you will refer in the initial value of the attribute in the BADI-name of your text field).
Meaning : short description of your BADI.
save your entries & activate it.
2) Implement this BADI "PLM_AUDIT_TEXT_ID"
within the method "GET_TEXT_IDS" we need add our code for adding the new text fields.Within this method the code for standard text fields would be existing.
3) In the attributes tab of the ZCL_DEF_IM_PLM_AUDIT_TEXT_ID -class interface ,you need to pass the initial value,which has been defined in the view "V_TTXIDI".
4) Finally activate your BADI.The newly added text fields would be available in the PLMD_AUDIT tcode.
Hope this solves your requirement.
Regards,
Keerthi

Similar Messages

  • Adding a new text field in Shopping Cart screen

    Hi,
    I am new to SRM and I am working on SRM 5.0
    My requirement is to add a text field for buyer's note with unlimited length similar to Approver's note in Shopping Cart screen.
    I have seen in the forum that many have done this earlier and i need step by step procedure to complete this task.
    I am able to create text field in Text Schema, but this field is not reflecting in shopping cart screen. Do i need to do any thing extra apart from maintaining in Text schema?
    Can you please send the detailed procedure to do this task?
    Thanks in advance.
    Regards,
    Vamsee

    Hi Saritha,
    Thank you for your help. In fact, i have gone through this link and followed the steps there. But, the Text ID is not reflecting in my shopping cart.
    We are using SRM 5.0. The requirement is to add a new text field with unlimited length similar to the existing Approveru2019s note field in Shopping Cart screen at header level.
    I have followed the steps mentioned below.
    1.Go to SRM IMGSRM Server->Cross-Application Basic Settings->Text Schema
    2.Execute Define Text Types and then select the entry BBP_PD Text Object and click on Text Type.
    Here, create new entry for ID as ZHTXT and Description and save it.
    3.Execute Define Text Schema and then select the existing Text Schema SC ( Shopping Cart) and click on Texts for Schema.
    Here, assign the newly created Text ID with details Header/Item etc.
    4.I am not executing the last step Define Fixed Values for Texts, as the Text Schema SC is already assigned Transaction Type Transaction Type SHC.
    Please suggest do I need to perform any extra steps apart from Text Schema to reflect the Text ID which I created in my Shopping cart screen? Or do we need to code anything on ITS side?
    Thanks in advance.
    Regards,
    Vamsee

  • How to add new text field in standard report

    how to add new text field in standard report?

    Hi,
    I presume you are talking about a report display in ALV and u wish to add a column to it .
    If it is a global requirement ,as in table being used there in ALV can be modified, then you can append the table and the system should pick up the same automatically from there.
    Otherwise , you can make a Z program . Modify the catalog being used in ALV.
    Regards,
    Shweta

  • PHP/MySQL: 'Add New' text field from menu in form

    I am creating an events posting website. I'm having a hard time finding the right words to describe this, but: I'd like the user to select a venue from the drop menu, but then if it isn't there, to select 'add new' from the dynamic menu, and have a new text field activate where they can enter in the new venue name. My database is currently set up so the event table links to the venue table through a venueID. Is there a way to insert the name from the new text field into the venue table, and have the rest of the form still submit to the event table? Sorry this is so wordy, but I'd appreciate any help. Thank you.

    You cannot add a new value to a related table at the same time as inserting a record. So, to do this, you would need to use both JavaScript to add the new text field, and PHP conditional logic to handle the update to both tables. It's certainly doable, but not with the Dreamweaver server behaviors. You would need to do a lot of hand-coding yourself.
    The way that I approached a similar problem in my "Essential Guide to Dreamweaver CS4" was to permit NULL values in the column that holds the foreign key, and insert nothing into that field if the value hadn't already been registered in the related table. I created a static value in the dynamic menu for "Not registered".
    After inserting the new record with "not registered", the user then needs to enter the new value in the related table.
    Once that has been done, display a page that lists all records. In the SQL, I use a LEFT JOIN to ensure that "not registered" items come up as well. You can then edit the item to add the value from the dynamic menu.
    It's not the most elegant way to do it, but it works if you don't have the skill or time to hand-code all the logic yourself.

  • Creating new text field dynamically

    Hi,
    can anybody let me know how can we create new text fields dynamically in JSF.
    Basically the GUI will have a button/command link ,when clicked should create a new text field and then when the user enters any value in the new text fileld the formbean should be able to capture the value.
    so the user will have the choice of creating any number of text fields depending on the requirement.
    is javascript the only solution for this or can we do this JSF also?
    Thanks in advance.

    You may find this article useful then: [http://balusc.blogspot.com/2006/06/using-datatables.html]. The 'add new row' example is described here: [http://balusc.blogspot.com/2006/06/using-datatables.html#AddNewRowsToDatatable]. If it concerns only one field, just use only one column. You can for instance even use List<String> instead of a List<RowObject>.

  • Link a Form Field to new Text Field

    PDF - form field
    Looking for a code to link a form field(text_1, on page #5) to
    another, new form field(text_2, on pages 2-4).
    Maybe a "Page Properties" action (i.e., Page Open: field text_2 = field text_1)
    ~~
    Why....
    busy but here's why
    In the PDF, there are Form fields on page 5 which interface (externalinterface) with an RMA ( a SWF) on page 2.
    This all works well.
    As the form fields must be carried forward (from page 5 to page 2... to interface the RMA),
    the orignal page 5, From fields are copied to pages 2-4 and then "Hidden".
    Again, this works just fine.
    A reset "action" (button) was added to, well, clear the Form Field for easy reuse.
    The reset ''action' does it's job and clears ALL form fields with the same "Name".... on every /all pages.
    This causes the dynamic interface, with the RMA, to display blank fields (within the SWF).
    This will effect the User's experience.
    ~~
    Work aound.....
    Find a way to label the Form Fields (page 5) so that "only they" are reset, and no others.
    Create a link of Form Field inputs on page 5 (with names... x,y,z),
    to new Form Fields pages 2-4 (with a differnet names... a,b,c).
    Thanks in advance for your help....
    DS

    Hi jm,
    This may be what you are after. No text wrap, but notes are there.
    Type an account number into the Enquire table to get Client and Contact
    Formula in B2 (and Fill Right)
    =INDEX(Database::B,MATCH($A2,Database::$A,0))
    Large notes display table with Wrap Text
    Formula is
    =INDEX(Database::D,MATCH(Enquire::$A2,Database::A,0))
    All together:
    Change it around if you want to look up by Client instead of Account
    Regards,
    Ian.

  • How to add new "text" field in GL item fast entry?

    Hi Gurus,
    Is that possible to add "text" column or field in GL item fast entry. For example, if i go to Txn F-04, i enter all the details then i go to: "Goto>GL item fast entry (shift+F8). Now you will see layout (GL item fast entry). So back to my question before, is that possible to add new field or column (text field) in this layout? If the answer is Yes, appreciate Gurus help and guide me in configuration, if any.
    Thank you
    Regards,
    Nazrul

    Hi Sreehari Annavaram,
    Thank you for your kind reply. Based on the answer from the link you have given me (as per below quote), there's no "DEM03" in my selection screen. We only have SAP01, SAP02 and GL001 (customised layout). That's why i had created new customised layout GL002 and try to add the "text" field in layout as per my first question. But system still won't allow it.
    *"In F-02 under editing option screen screen templates and line layout variant for document entry will be there in that
    GL accounts items for fast entry select DEM03 u will get the text item"*
    Appreciate help.
    Thank you
    Regards,
    Nazrul

  • Add new text field in Address Book?

    I can export my address book using the Address Book Exporter Utility.
    However, instead of creating a label with First Last (e.g., Bob Dylan) as stored in Address Book, I would like to use a custom field, Mr. First Last & Family (Bob and Joan Dylan). I know I can make those edits in Excel after the export and send off to my mailing house, but then it isn't saved in Address book.
    If I create a custom field (say "Envelope Label") under Related Names, it doesn't export with that utility. Any ideas?

    Hai Ramesh ,
    Could u please ellobrate the requirement , you need new field to be added  in the screen level .
    Regards,
    K.Vinay Kumar

  • Pulldown selection creates new text field in a form

    I have a set of dynamic select menus that are built using Kaosweaver's http://www.kaosweaver.com/extensions/details.php?id=88
    Thanks to Kaosweaver, it works fine.  However, I was wondering how someone could have an extra text field popup in a form if certain values from a list/menu are selected.  In my case it would be from the 2nd half of the dependent drop down but I would assume the logic would be the same even if someone was not using a dynamic select but instead just a regular list/menu.
    Is this possible?  I am using Dreamweaver CS4.  Also if there is an alternate strategy to use in this situation then I would like to hear suggestions.  The basic premise is that a couple values in a select list would need an additional text field to be collected for the form.

    Thanks for replying!
    You know the weirdest thing just happened....I opened the PDF again to make sure it's the correct one to upload and have you take a look and as if by magic, I typed into the fields and now it doesn't disappear!!! I didn't restart any App, nor did I reboot my Mac....weird!!!!! Anyhow, I guess there is no longer an issue. I need a few minutes to finish the form and then I'll check to see if the issue comes up again. If it does, I will definitely upload the PDF and have you take a look at it.
    Thanks again!!

  • Adding a new text field using forms personalization

    Hello all,
    In our seeded People Screen in HR, i need to add a field and assign a value based on the employee record to that field only for certain business groups.
    Can i achieve this using personalization? Also how to populate the value in the field which should also sync with the current record displayed in the existing form.
    Thank You
    KK

    Forms Personalization is a feature of the Oracle Enterprise Business Suite (EBS) not a feature of Oracle Forms. Please post your question in the General EBS Discussion forum. If you have a general Forms question, by all means, ask it here! ;-)
    Craig!

  • Passing text to new text fields

    Hello everyone. I've been going crazy with this trying to
    figure out why my variable isn't 'passing to another frame on the
    same scene. I declared a variable ( var sStudentParagraph:String =
    mcStudentWrite.text ). Where the "mcStudentWrite.text is the text
    inside an input text box.
    I trace the value of it after I click a submit button I made,
    and it shows me the value of whatever I happened to type in the
    input text box. The user is then lead to a screen witih a new
    dynamic text box that should display what they typed on the
    previous input text box. ( mcStudentWork.text = "you typed " +
    sStudentParagraph; ). But nothing loads into the "mcStudentWork"
    dynamic text box, I just get a value of undefined...
    I've worked with with numeric values before for scoring tests
    etc, and having the value load into a dynamic text box revealing
    their score, and tha'ts worked fine. I'm at a loss as to why this
    isn't working for me. Any insights will be most appreciated.

    So future text boxes have to be present on stage in order for
    them to work in the future? I had never realized this. The
    mcStudentWork text box is the new textbox that should be displaying
    the input text from the previous user submission, but it's on the
    stage on the frame in which it's needed to be seen, but not prior
    to that. The only text box the user sees prior to that is the
    StudentWrite text box.
    But when I did my test scoring dynamic text box I never had
    to do that.
    I used a variable declared at an earlier time, on a different
    frame, and when the score box needed the number of correct answers
    it displayed the correct number just fine.
    I'm seeing the undefined when I trace the "sStudentWork"
    variable when I'm on the frame that has the dynamic input text box
    "mcStudentWrite". For some reason it seems like it's forgetting the
    variable from one frame to the next. I don't have the variable
    declaration inside a button function, it's the first thing I have
    written after the stop command.

  • How do I tab over to a new text field in adobe reader for iPad?

    Currently I have to touch each field to select it but it so much easier to be able to tab from field to field while typing. If I press the tab key currently it unselects the field I was typing in and then if I press a second time the whole app closes. How can I change this?

    It looks like you are using a bluetooth keyboard. This is supposed to work, but I just confirmed that our current release does indeed exhibit the behavior you described. I'll file a bug and hopefully we can get this into our next release. My apologies for the issue!

  • Need to add new Text Field on the Screen

    Hi,
    I am using Oracle 9 Designer and generating the web pages using web pl/sql language. After I generate the page, my screen looks like this:
    Employee id: TextField
    Employee Name: TextField
    I want to add a comment"(Please enter characters Only" below the Employee ID like the following:
    Employee id : TextField
    (Please enter characters Only)
    Employee Name: TextField
    Can anybody help me how to add this in the designer form?
    thanks in advance.

    You can do this with an unbound item on a View Form. You cannot do it at all for an Insert Form. There is a work around but takes a little explaining for the Insert Form. You need to create a web page from the insert form html, modify it manually. I do it as a simple procedure so it is consistent with the rest of the application. Then all menus, links, etc. need to reference that page instead of the FormInsert procedure in the generated package.
    There may be other work arounds. Without knowing more about your requirements, I can't say.
    John Caputo
    [email protected]

  • How to do the new created field in User Attributes, show in Manager GTC

    Hello Guys,
    I have a Connector GTC working perfectly. Now I created a new field in User Attributes and I need make this field appear in "Modify Connector Configuration" of "Manage Generic Connector" without having to create a new Connector.
    If I create a new Connector this field is showed normally, but this connector has a lot of mapping between the existing fields, I need only that a new field is displayed.
    How to I do this?
    Thanks

    Not sure what version of OIM you are using but check Bug: 12812650
    -Bikash

  • Adding text field to Web Dynpro

    Hi Experts,
    I need to add new text field on Standard SAP Dynpro for standard field . In standard it has two value : "01" or "02". And I nedd to add near "Material" or "Service" depending on value of  standard field. I checked standard field in F4.
    It's info about field:
    General Information About the Application and Component
    Application: /SAPSRM/WDA_L_FPM_OIF
    Web Dynpro Component: /SAPSRM/WDC_DODC_SC_I_BD
    Window Information: IV_L_FPC_CA_DETAILS
    View Information: V_DODC_SC_I_BD
    Configuration ID: /SAPSRM/WDCC_FPM_DODC_SC_I_BD_PR
    Information on Field
    Field ID: ZZI_PRODUCT_TYPE_ATTR
    Type of UI Element: INPUT_FIELD
    UI Element Library: STANDARD
    But when I go to Component /SAPSRM/WDC_DODC_SC_I_BD I can't found this field. I think this field as dynamic field created.
    Also question: How I can call this field (for example in method modifyview) and add new field on the right side?
    Thanks in Advance.
    Evgeniy

    Hi Evgeny 
    I dint understand your question , I am able to see componet /SAPSRM/WDC_DODC_SC_I_BD and view V_DODC_SC_I_BD .
    you can create enhancement for this view and can add your field here.

Maybe you are looking for