Adding Form Fields to Structure

I am working with Adobe Acrobat Pro v9 with a PowerPoint document that I converted to a PDF.  I'm working on making it accessible.  It is a simple course certificate with one form field, a text box that the user simply types their name in.  When I run Accessibility: Full Check I get one error message relating to adding form fields to structure.
It says I need to choose Adanced Accessibility: Add Form Fields to PDF Tags.  When I do that and run the Full Check again, I continue to get the same message.
Am I missing a step?  Or is there anything else I need to do?
Thanks!

Just some nattering here, but -
After any edits/changes save the PDF before running Full Checker again.
Open the Tags panel, expand the structure tree, from the Options menu turn on Highlight Content.
Walk down the tree. Look for <Form>.
From the Options menu (for the Tags panel) use "Find".
Look for Unmarked Annotations.
Note that "Run Form Field Recognition" will add <Form> to the structure tree.
However, the OBJR beneath it is "generic" and not "your" form field.
For this situation you'd have to add yours (use Find - the dialog has a button to permit tagging an item).
Once the form field annotation is "in" the structure tree you'll want to ensure it is positioned appropriately; in context of the page's logical hierarchy.
Be well...

Similar Messages

  • Adding form fields breaks tag structure

    I have been teaching workshops at my university on creating accessible PDF forms from MS Word. I am very familiar with PDF accessibility. For the most part, the process of field recognition, marking up tables, writing tooltips, manipulating the tag tree, etc., all goes smoothly. I have noticed something that is creating a lot more work for our people, however.
    After adding forms to the tagged PDF using recognition and the Tools > Forms > Add New Field tool, we adjust the field tab order and add tooltips. Once all of that is in place and we are ready to fine tune, we click the Tools > Accessibility > Add Form Fields to Tags button. Adding Form Fields to Tags does not work consistently if you edit the tag structure manually while in the Forms creation process. You can do some tag remediation prior to entering the Forms tool, but if you edit the tag structure while in Forms, the Adding Form Fields to Tags often does nothing -- this is certainly a bug in Acrobat X but it is not hard to work around.
    The larger problem is that after we click Add Form Fields to Tags button, the tag structure reveals itself to be very much distorted and extreme amounts of tag structure remediation is required. Here are three screen shots that illustrate the point.
    This first image shows the on-screen appearance.
    Below is the expanded tags tree, prior to adding fields to the tag structure:
    The tag structure is clean and elegant. If I were to publish this, no remediation would be necessary.
    And here is the tag structure after adding form fields:
    What has happened is Acrobat has grabbed recognized form fields and other elements in the document and has jammed them into the tag structure. Other things are affected as well. For example, headings in the page have extra, redundant textruns in them.
    This has radically negatively affected the tag structure, requiring the author to do lots of remediation.
    Any recommendations? solutions? similar experiences?
    It seems obvious to me that this is a flaw in Acrobat that needs to be addressed, if accessibility is a goal. Or perhaps I'm doing something wrong??

    Hi Daver1111,
    Nope. No answer and nothing from Adobe.
    I know something is going really really wrong, too: We have a product called CommonLook. It's an enterprise-level PDF accessibility remediation tool. It works well in fixing most structural problems in PDF through a relatively easy to use interface--you just drag textruns and elements around. It also has some tools that automate cleanup for accessibility.
    I have no problem using this tool 99% of the time, but when I use it on forms I have made in Acrobat, the CommonLook plugin hangs when I try to save the PDF. It identifies a "structural error" in the PDF and crashes, leaving the PDF unchanged.
    You can change the PDF in Acrobat by spending time moving around and creating new elements and deleting extra textruns and such, but, wow, what a royal pain in the *** that is!
    Since no one is from Adobe is responding, I'm going to file a bug report.
    Cheers,
    ken

  • PROBLE IN ADDING A FIELD IN STRUCTURE...PLZ CORRECT THIS CODE

    HI, PLZ CORRECT IT.
    TYPES : BEGIN OF FS_OUTPUT .
          TEXT(20) TYPE C.
            INCLUDE STRUCTURE HRPDV_EXPIRED_Q.
    TYPES       TEXT(20) TYPE C.
    TYPES    END OF FS_OUTPUT.
    LOOP AT P_GT_FIELDCAT INTO WA_FIELDCAT.
        l_tabix = sy-tabix.
        CASE WA_FIELDCAT-FIELDNAME.
          when 'OTYPE'.
            WA_FIELDCAT-DDICTXT = 'L'.
          when 'SOBID'.
            WA_FIELDCAT-DDICTXT = 'L'.
          WHEN 'STEXT'.
            WA_FIELDCAT-DDICTXT = 'L'.
          when 'PTYPE'.
            WA_FIELDCAT-DDICTXT = 'L'.
          when 'POBID'.
            WA_FIELDCAT-DDICTXT = 'L'.
          when 'PSHORT'.
            WA_FIELDCAT-DDICTXT = 'L'.
          WHEN 'PTEXT'.
            WA_FIELDCAT-DDICTXT = 'L'.
          WHEN 'QUALID'.
            WA_FIELDCAT-DDICTXT = 'L'.
          WHEN 'QUALSTXT'.
            WA_FIELDCAT-DDICTXT = 'L'.
          WHEN 'EXPBEGDA'.
            WA_FIELDCAT-DDICTXT = 'L'.
          WHEN 'EXPENDDA'.
            WA_FIELDCAT-DDICTXT = 'L'.
          WHEN 'ICON_S_EVENTS'.
            IF P_H_EVENTS IS INITIAL.
              WA_FIELDCAT-NO_OUT = 'X'.
            else.
              WA_FIELDCAT-DDICTXT = 'X'.
            endif.
        ENDCASE.
        MODIFY P_GT_FIELDCAT FROM WA_FIELDCAT INDEX l_tabix.
      ENDLOOP.
      CLEAR WA_FIELDCAT.
      WA_FIELDCAT-FIELDNAME = ' TEXT '.
      WA_FIELDCAT-SELTEXT_1 = hTEXT.
      wa_fieldcat-tabname   = ALV_OUTPUT.
      APPEND WA_FIELDCAT TO P_GT_FIELDCAT.
    ENDFORM.

    As you have added te fields below, add the other required fields:
    when 'OTYPE'.
    WA_FIELDCAT-DDICTXT = 'L'.
    when 'SOBID'.
    WA_FIELDCAT-DDICTXT = 'L'.
    WHEN 'STEXT'.
    WA_FIELDCAT-DDICTXT = 'L'.
    when 'PTYPE'.
    WA_FIELDCAT-DDICTXT = 'L'.
    when 'POBID'.
    WA_FIELDCAT-DDICTXT = 'L'.
    when 'PSHORT'.
    WA_FIELDCAT-DDICTXT = 'L'.
    WHEN 'PTEXT'.
    WA_FIELDCAT-DDICTXT = 'L'.
    WHEN 'QUALID'.
    WA_FIELDCAT-DDICTXT = 'L'.
    WHEN 'QUALSTXT'.
    WA_FIELDCAT-DDICTXT = 'L'.
    WHEN 'EXPBEGDA'.
    WA_FIELDCAT-DDICTXT = 'L'.
    WHEN 'EXPENDDA'.
    WA_FIELDCAT-DDICTXT = 'L'.

  • Adding Form fields from Custom backend service in SAP_PA

    Hi All,
    I have defined a rule in the form scenario using a form field in my custom backend service. I want this rule to be used in the operation of the SAP_PA backend service.
    In order to use the rule in SAP_PA, the field from the custom backend service(used in the rule definition) has to be assigned to SAP_PA as well. Unfortunately I am not able to assign it.
    I have seen SAP delivered from scenarios (S_HR_PA_US_CHG_PERM_ADDR) where they have assigned fields from custom backend service to SAP_PA, Can you please guide me how to acheive this ??
    Thanks,
    Bharath

    Try directly adding the field in the form scenario in the SAP_PA service.
    Thanks,
    Aravind

  • Need help with adding form fields to PDF created in InDesign that includes links

    I created a collateral piece in InDesignCC that includes hyperlinks and bookmarks - I then used LiveCycle to add an image field and text field to the front cover so our sales folks can customize it before use - the sales people with Reader can't save it without the hyperlinks and bookmarks being lost. Anyone have an option on how to fix that?

    No.  Not at all.  I feel like I have clicked EVERYTHING.  Lol.  But obviously I have missed something.

  • Adding New field to structure GOITEM in MIGO transaction

    Hello everyone,
    I am in need to add fields ekpo-uebto ,ekpo-untto to GOITEM and want it to get display in migo tablecontrol under header detail.
    How it  can  be done, please tell me.
    Hope I am clear.
    Regards,
    Jeet Chauhan

    thanx for quick reply .
    DEEPAK MY ISSUE HAS NOTHING TO DO WITH HEADER OR ITEM TABS.
    I have to do changes to table control shown in between header and item details .
    I have to add two fields over there and populate them.
    Any further reply , awiating.
    Regards
    Jeet

  • Adding Form Fields

    I am creating an online application form for family or group
    reservations and accommodations.
    I want the user to fill out Names and Birthdays of each
    member in the family or group, but I don't want to have too many or
    too little textfields in the form. Is there a way to have the user
    add additional textfields as needed? or, better yet, if they select
    from a list a certain number of members, that number of textfields
    will appear in the form.
    Let me know if this is possible and how it can be done.
    Thanks

    Mick White wrote:
    > <script type="text/javascript">
    > function createTextFields(num){
    > while(num--){
    > var a=document.createElement("input");
    > a.type="text";
    > a.name="textfield"+num;
    > document.getElementById("foo").appendChild(a)
    > }
    > }
    > </script>
    >
    > <form id="foo">
    > <select
    onchange="createTextFields(this[this.selectedIndex].value)">
    Should be:
    onchange="createTextFields(this[this.selectedIndex].text)"
    Mick
    > <option>1</option>
    > <option>2</option>
    > <option>3</option>
    > <option>4</option>
    > </select>
    > </form>
    >
    > Mick
    >
    > Dan Cool wrote:
    >
    >> I am creating an online application form for family
    or group
    >> reservations and accommodations.
    >>
    >> I want the user to fill out Names and Birthdays of
    each member in the
    >> family or group, but I don't want to have too many
    or too little
    >> textfields in the form. Is there a way to have the
    user add additional
    >> textfields as needed? or, better yet, if they select
    from a list a
    >> certain number of members, that number of textfields
    will appear in
    >> the form.
    >>
    >> Let me know if this is possible and how it can be
    done. Thanks

  • Color Changes when form field added

    When I add a form filed to a pdf, the color changes on the output of the pdf.
    Print out the attached pdf pages 1 and 3. Look at the green button. It is darker on the pages with the form field(p1) then on page 3. they are the same source file. It like when I add the form field, it changes the page to a CMYK color space and the images are in a RGC Color space.
    Any ideas

    Follow-up:
    One of my colleagues is working on a product feature that involves checkboxes (this is how I came across this issue in the first place). His checkboxes aren't contained within a form element whereas in my test page I described in my question when I removed the form from the page the issue didn't manifest.
    However, the page he's working on does contain other forms so I decided to modify my test page to try to replicate this scenario. I found some really odd behavior.
    If I have a form on a page but the checkboxes are not children of that form, and if I dynamically add a single INPUT element or a single TEXTAREA input, the checked values just disappear on page refresh. That's expected since the lack of a parent form should eliminate the memory of the checkbox values, right?
    Well, when I dynamically add '''both''' an INPUT element and a TEXTAREA element it goes right back to remembering '''and''' moving the checked value, but only by one step. By comparison, if the checkboxes and the dynamically added form fields are contained with a form the checked value will move by a number of steps equal to the number of dynamically added form fields.
    Strange, strange behavior I can't really decode with certainty across the entire range of possible scenarios...

  • Add Form Fields using IAC

    Hello,
    I like to know if anyone lately has successfully added
    Form Fields (AFORMAUTLib.Fields) to a PDF document using IAC
    in Visual Studio 2008 and Acrobat 9.3.4 Prof.
    In this forum it was stated that bug in
    "AcroForm.api/AFormAUT 1.0 Type Library/Interop.AFORMAUTLib.dll"
    has been fixed in release 9.3.2
    I applied updated Acrobat to 9.3.4 and it still blows with error message
    "No document is currently open in the Acrobat Viewer"
    Any help, explanation is sincerely appreciated.
    Thanks.

    Rather than use TORU for form fields why not use the "Find" feature on the Options menu from the Tags panel?
    Find "Unmarked Annotations" then use the Tag Element button on the Find Element dialog.
    Select "Form" for the element ("tag").
    Add something useful to the "Title" field.
    [edit: n.b., this method lets you avoid putting a marquee down that inadvertently encompasses undesired text]
    This won't affect use of AT but gives you something to locate as you look over the structure tree.
    This method puts the <Form> element at the bottom of the structure tree; so, the elements would have to be manually moved to the proper location in the structure.
    Alternatively, place focus on the appropriate parent element for the PDF page content.
    The new <Form> element will be placed there - still may have to adjust it location in the structure tree - just closer to that location.
    As to working within the structure tree when adding elements.
    Yes, best practice that.
    TORU - Read Order provides a gross/macro view via the highlight(s) and element desination.
    Read Order should, in almost all cases, be harmonized to the structure tree's logical hierarchy.
    You may find use of the in-line grouping element <Span> useful.
    Be well...
    Message was edited by: CtDave

  • InDesign CS6 & CC - form field PDF output very erratic, unusable, disappointing ...failure.

    Hi
    Until very recently, my workflow has been to add the form fields in Acrobat. However due to problems getting form fields to tag properly in this workflow the client has requested that the form fields be added in InDesign which on one page or very simple tests forms appeared to work fine. Based on successful tests with single page test documents we embarked on a much larger job with a very false sense of confidence
    I've just spent several days adding complex form fields to a 26 page form in multiple languages which includes text fields, check boxes and combo boxes. When output as an interactive PDF, several of the text fields and combo boxes do not highlight as form fields, but when clicked on repeatedly sometimes behave as check boxes, not as text input fields and sometimes highlight as a field when moused over, but are otherwise inert. I have tried using both text frames and images frames to create the text fields from indesign with similar results.
    Check boxes sometimes work, in other cases, give an "on" value rather than a check mark which disappears when you click on another check box or move your curser off the check box.
    d as being capable of
    I've spent several days now, reinstalling software, downloading the CC trial version to see if a later version would give better results, Outpting single pages, smaller page batches but nothing I have tried has improved this problem. The results are basically unusable, which is a major disappointment because it means that InDesign is incapable of performing a task it is advertised as being capable of. I am about to begin the tedious task of rebuilding this form in acrobat, but hope that someone from adobe will be willing to weigh in on this subject. If needed I can provide both the source files and the disappointing results.
    Thanks in advance for any suggestions on salvaging something from this situation

    Hi Derek
    Thanks for sounding in. Yes, up until now I have been doing the layout in InDesign and adding form fields in Acrobat. But there are two major flaws with this workflow;
    1. there is no way to properly tag form fields in acrobat as the accessibility tool "Add form fields to tags" does not appear to do anything in the way of adding tags, so in the age of accessibility these forms are basically unusable to a person using a blind reader
    2. when the client makes edits (which they always do), you have a big workflow downstream, at the very least you have to go through and cut and paste from the old PDF to the new PDF
    Besides which Adobe has boldly made the claim that, as of CS6, the form fields can be set-up in InDesign...

  • Typewriter tool and form fields

    Hi there.
    I have a long PDF which was created from a Word doc. I have added form fields throughout the document. However, there is one page which has a question then ten lines for the user to write the answer. I originally had a form field covering the ten lines which I made multi-line and gave a white background so that when the user types, it would just fill up the page. However, it has since been requested that the lines remain visible.
    A terrible solution would be to use a separate field for each line (thus causing the user to have to press tab to get to the next line). After some research, I discovered the typewriter tool which accomplishes exactly what I had in mind.
    Here's the problem: It appears I am unable to use both form fields and the typewriter tool within one PDF. Is there a workaround to this?
    Thanks in advance!
    Hilary

    With respect, how is the typewriter tool better than either a single multiline field or multiple single line fields? I would think that making your users switch between using the Hand tool and the Typewriter tool would be awkward, to say the least.
    If I were in your position, I would continue to use a multiline field with a transparent background and adjust the lines to match the leading that results.
    Does this have to work with Reader? Do you need to extract the form data? Does the general public have to use this form?
    When you enable just the Typewriter tool for use with Reader, it locks out form fields. But if you enable the document for use with Reader, it enables both forms and commenting, and the Typewriter tool is a type of commenting, but Reader makes the Typewriter tool less obvious.
    George

  • I have a Application Form with many form fields and...

    I need to edit some of the text. How do I do this without having to spend lots of time putting in the form fields again?

    I am guessing you have put the form together in something like InDesign, made a PDF, done a lot of work with form fields over the top in Acrobat and now need to update the base artwork whilst retaining your Acrobat Edits?
    The way to do this is make your base artwork edits and make a new PDF (with a different name), open your PDF with the added form fields and choose Document > Replace Pages, navigate to your new PDF and replace the pages.

  • Issue with the new COPA field added into the BBSEG Structure

    Hello All,
    I have an issue with the new COPA field added into the BBSEG Structure.
    I think its added becuase of test Operationa Conern Created by somebody.
    Can you please let me know how to remove that structure from BBSEG Structure.
    Thanks
    vsr

    Hi Monohar & Ankur,
      Thanks for your answers..
      main issue is suddenly new field called RKE_COPA_KOSTL has  been added to the BBESG Structure..
      Because of this RFBIBL00 Upload is not working. I heard that  this new fields will come by generating Operating Concerns by Transaction KEA0.I found an operating concern which was created as a test in developemt system..
      But I am not sure how to delete that operating concern.Even i am not sure if we delete the Operating Concern ..is it going to delete that field in BBESG Structure or not??
    Please advise me..
    Thanks
    sathi

  • How to add new fields in sap copied standard form using itcsy structure

    hi guys,
      i want add some fields in sap script copied standard form using itcsy structure.
    let me know the procedure with any example.
    thanks,
    anitha.

    Hii anitha
    plz c code below
    Syntax goes like this
    /: PERFORM <form> IN PROGRAM <prog>
    /: USING &INVAR1&
    /: USING &INVAR2&
    /: CHANGING &OUTVAR1&
    /: CHANGING &OUTVAR2&
    /: ENDPERFORM
    INVAR1 and INVAR2 are variable symbols and may be of any of the four SAPscript symbol types.
    OUTVAR1 and OUTVAR2 are local text symbols and must therefore be character strings.
    Example:
    In script form
    /: PERFORM READ_TEXTS IN PROGRAM 'Z08M1_FORM_EKFORM1'
    /: USING &EKKO-EKORG&
    /: USING &EKPO-WERKS&
    /: USING &EKKO-EKGRP&
    /: USING &EKKO-BSTYP&
    /: CHANGING &COMPNAME&
    /: CHANGING &SENDADR&
    /: CHANGING &INVCADR&
    /: CHANGING &COMPADR&
    /: CHANGING &COVERLTR&
    /: CHANGING &SHIPADR&
    /: CHANGING &REMINDER&
    /: CHANGING &REJECTION&
    /: CHANGING &POSTADR&
    /: CHANGING &LOGO&
    /: ENDPERFORM
    In program
    FORM Read_texts - To extract the standard texts from the table *
    FORM READ_TEXTS TABLES IN_PAR STRUCTURE ITCSY
    OUT_PAR STRUCTURE ITCSY.
    DATA : L_EKORG TYPE EKORG,
    L_WERKS TYPE WERKS_D,
    L_BSTYP TYPE BSTYP,
    L_EKGRP TYPE BKGRP.
    READ TABLE IN_PAR WITH KEY 'EKKO-EKORG' .
    CHECK SY-SUBRC = 0.
    L_EKORG = IN_PAR-VALUE.
    READ TABLE IN_PAR WITH KEY 'EKPO-WERKS' .
    CHECK SY-SUBRC = 0.
    L_WERKS = IN_PAR-VALUE.
    READ TABLE IN_PAR WITH KEY 'EKKO-EKGRP' .
    CHECK SY-SUBRC = 0.
    L_EKGRP = IN_PAR-VALUE.
    READ TABLE IN_PAR WITH KEY 'EKKO-BSTYP' .
    CHECK SY-SUBRC = 0.
    L_BSTYP = IN_PAR-VALUE.
    CLEAR Z08M1_ORG_TEXTS.
    SELECT SINGLE * FROM Z08M1_ORG_TEXTS WHERE EKORG = L_EKORG
    AND WERKS = L_WERKS
    AND EKGRP = L_EKGRP
    AND BSTYP = L_BSTYP.
    IF SY-SUBRC NE 0.
    SELECT SINGLE * FROM Z08M1_ORG_TEXTS WHERE EKORG = L_EKORG
    AND WERKS = L_WERKS
    AND EKGRP = L_EKGRP
    AND BSTYP = SPACE.
    ENDIF.
    READ TABLE OUT_PAR WITH KEY 'COMPNAME'.
    OUT_PAR-VALUE = Z08M1_ORG_TEXTS-TXT_COMP.
    MODIFY OUT_PAR INDEX SY-TABIX.
    READ TABLE OUT_PAR WITH KEY 'SENDADR'.
    OUT_PAR-VALUE = Z08M1_ORG_TEXTS-TXT_ADRS.
    MODIFY OUT_PAR INDEX SY-TABIX.
    READ TABLE OUT_PAR WITH KEY 'INVCADR'.
    OUT_PAR-VALUE = Z08M1_ORG_TEXTS-TXT_INVC.
    MODIFY OUT_PAR INDEX SY-TABIX.
    READ TABLE OUT_PAR WITH KEY 'COMPADR'.
    OUT_PAR-VALUE = Z08M1_ORG_TEXTS-TXT_CPAD.
    MODIFY OUT_PAR INDEX SY-TABIX.
    READ TABLE OUT_PAR WITH KEY 'COVERLTR'.
    OUT_PAR-VALUE = Z08M1_ORG_TEXTS-TXT_COVR.
    MODIFY OUT_PAR INDEX SY-TABIX.
    READ TABLE OUT_PAR WITH KEY 'SHIPADR'.
    OUT_PAR-VALUE = Z08M1_ORG_TEXTS-TXT_SHIP.
    MODIFY OUT_PAR INDEX SY-TABIX.
    READ TABLE OUT_PAR WITH KEY 'REMINDER'.
    OUT_PAR-VALUE = Z08M1_ORG_TEXTS-TXT_RMDR.
    MODIFY OUT_PAR INDEX SY-TABIX.
    READ TABLE OUT_PAR WITH KEY 'REJECTION'.
    OUT_PAR-VALUE = Z08M1_ORG_TEXTS-TXT_RJCT.
    MODIFY OUT_PAR INDEX SY-TABIX.
    READ TABLE OUT_PAR WITH KEY 'POSTADR'.
    OUT_PAR-VALUE = Z08M1_ORG_TEXTS-TXT_POST.
    MODIFY OUT_PAR INDEX SY-TABIX.
    READ TABLE OUT_PAR WITH KEY 'LOGO'.
    OUT_PAR-VALUE = Z08M1_ORG_TEXTS-TXT_LOGO.
    MODIFY OUT_PAR INDEX SY-TABIX.
    ENDFORM.
    reward points if useful
    regards
    Jaipal

  • How do I add a tax form field to a tax form magnetic tape structure?

    I'm in version ECC 6.0:
    I copied SAP's tax form HR_F_1099R_TAPE and created ZHR_F_1099R_TAPE, bringing in all the entries. 
    The only change to ZHR_F_1099R_TAPE is to add tax form fields T102 (STATE withholding) to position 139 and T103 (STATE tax) to position 151.  However, when I run PU19 the values are blank. All other fields are populated as expected.
    If I stick in T002 (FED tax) and T004 (FED withholding) into positions 151 and 139  I have no issues, but I need state not federal.
    What step am I missing to get the T102 and T103 to show in my magnetic tape structure output? 
    The PDF form works brings in P103 and P102 instead of T103 and T102, but the P's don't work either for the mag media.
    Please help.

    Good Morning Arti,
    Tax Form Field T102 pulls from Tax Form Group 0001, and the same for Tax Form Field T103.
    On the magnetic tape structure, my entry is as follows:
    03     Payee "B" Record     139     Payment Amount 8     T102
    03     Payee "B" Record     151     Payment Amount 9     T103
    I'm using the take from field option. 
    Thanks,
    Kerri

Maybe you are looking for

  • Error While creating Security Attributes (QueryFilterPlugin)

    Hi, I am developing a QueryFilterPlugin. For this I need to define security attributes over documents fetched from remote repository(during crawl time). When I try to create a security attribute from an instance of DocumentAcl using method addSecurit

  • Time capsule problems after OS reinstall

    After getting a blue screen on restart I had to do an archive/OS reinstall today. The reinstall worked fine but I am now having problems accessing my Time Capsule. At first my computer didn't even recognize my time capsule. After restarting my time c

  • Mini-display == VGA

    I was going to hop out and buy one of these new MacBook Pro's but unless I missed it, the Apple Store is not currently carrying any adapters for them (VGA, HDMI, or DVI). At work I use my MacBook exclusively with a 24" HP display with VGA. Any idea w

  • Doubt about FAGLCOFIFLUP - Post CO Documents to FI

    DETAIL: For Legal and Management consolidation base information requirements, our client needs a balance between P&L General Ledger accounts (FI-GL) and Analytical cost elements (CO). We are aware that there is a new SAP functionality that after acti

  • HCM Process and Forms Position Change Workflow Rejection

    Hi Experts, I am new to HCM Process and Forms workflows and have a simple query here. With the conventional workflows (PR/PO) when Approver Rejects a workitem we send a notifcation to the INITIATOR and when he changes the PO/PR the workflow gets trig