I NEED DOCUMENTATION   TO GET ADD-ON CERTIFICATION IN B1

We have developed an add-on, what i actually need is that the terms and conditions to satisfy SAP, and get the certification properly, let me know  as soon as possible procedures to be followed for my add-on

It's ridiculously easy to manually insert form tags, you know?
<form>   </form>
Or, use the Insert Panel.  See screenshot.
Nancy O.

Similar Messages

  • Need some help getting add/remove field buttons working

    Someone here on the forums had previously assisted me with getting a button set up on a form that would add an additional text field to a form.  I now need a separate button created that will delete a text field in case too many were added.  I am hoping that someone can assist me with this since my XML knowledge is pretty much nil.  It doesn't look like I can upload files to the forum here, so I am going to attempt to paste my code.  I just need to get the "-" button to subtract a row.  Thanks in advance for the assistance.
    -Chris
    <?xml version="1.0" encoding="UTF-8"?>
    <?xfa generator="AdobeLiveCycleDesignerES_V8.2.1.4029.1.523496" APIVersion="2.8.9029.0"?>
    <xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/" timeStamp="2010-06-28T16:04:04Z" uuid="081329f3-4914-4dde-87ae-75a83da8434e">
    <template xmlns="http://www.xfa.org/schema/xfa-template/2.6/">
       <?formServer defaultPDFRenderFormat acrobat8.1static?>
       <subform name="form1" layout="tb" locale="en_US">
          <pageSet>
             <pageArea name="Page1" id="Page1">
                <contentArea x="19.05mm" y="12.7mm" w="190.5mm" h="266.7mm"/>
                <medium stock="default" short="612pt" long="792pt"/>
                <?templateDesigner expand 1?></pageArea>
             <?templateDesigner expand 1?></pageSet>
          <subform w="7.5in" h="10.5in" name="Page1">
             <subform w="174.625mm" y="79.377mm" name="Current_Objectives" layout="tb">
                <subform w="174.625mm" h="9.522mm" name="Objective">
                   <field name="txt_currobj" minH="8.263mm" w="174.625mm">
                      <ui>
                         <textEdit multiLine="1">
                            <border>
                               <?templateDesigner StyleID aped3?>
                               <edge stroke="lowered"/>
                            </border>
                            <margin/>
                         </textEdit>
                      </ui>
                      <font size="11pt" typeface="Verdana"/>
                      <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
                      <para vAlign="middle"/>
                      <caption reserve="7.76mm">
                         <para vAlign="middle"/>
                         <value>
                            <text>1.</text>
                         </value>
                         <font size="11pt" typeface="Verdana"/>
                      </caption>
                      <event activity="initialize" name="event__initialize">
                         <script contentType="application/x-javascript">this.caption.value.text.value = (this.parent.index + 1) + "."
    </script>
                      </event>
                   </field>
                   <occur max="-1"/>
                   <?templateDesigner expand 1?></subform>
                <field h="5.08mm" name="curr_obj_add_line" w="5.08mm">
                   <ui>
                      <button highlight="push"/>
                   </ui>
                   <font typeface="Arial"/>
                   <caption>
                      <value>
                         <text>+</text>
                      </value>
                      <para hAlign="center" vAlign="middle"/>
                      <font typeface="Arial"/>
                   </caption>
                   <border hand="right">
                      <edge stroke="raised"/>
                      <fill>
                         <color value="212, 208, 200"/>
                      </fill>
                      <?templateDesigner StyleID apbx2?></border>
                   <bind match="none"/>
                   <assist>
                      <toolTip>Add an item</toolTip>
                   </assist>
                   <event activity="click" name="event__click">
                      <script contentType="application/x-javascript">
    _Objective.addInstance(1)
    </script>
                   </event>
                </field>
                <field h="5.08mm" name="curr_obj_del_line" w="5.08mm">
                   <ui>
                      <button highlight="push"/>
                   </ui>
                   <font typeface="Arial"/>
                   <caption>
                      <value>
                         <text>-</text>
                      </value>
                      <para hAlign="center" vAlign="middle"/>
                      <font typeface="Arial"/>
                   </caption>
                   <border hand="right">
                      <edge stroke="raised"/>
                      <fill>
                         <color value="212,208,200"/>
                      </fill>
                      <?templateDesigner StyleID apbx2?></border>
                   <bind match="none"/>
                   <assist>
                      <toolTip>Delete an item</toolTip>
                   </assist>
                   <event activity="click" name="event__click">
                      <script contentType="application/x-javascript">
    _Objective.deleteInstance(1)
    </script>
                   </event>
                </field>
                <?templateDesigner expand 0?></subform>
             <?templateDesigner expand 1?></subform>
          <desc>
             <text name="version">8.2.1.4029.1.523496.503679</text>
          </desc>
          <?templateDesigner expand 1?></subform>
       <?templateDesigner DefaultLanguage FormCalc?>
       <?templateDesigner DefaultRunAt client?>
       <?acrobat JavaScript strictScoping?>
       <?templateDesigner Zoom 100?>
       <?templateDesigner Grid show:1, snap:1, units:0, color:ff8080, origin:(0,0), interval:(125000,125000)?>
       <?templateDesigner FormTargetVersion 26?>
       <?templateDesigner SaveTaggedPDF 1?>
       <?templateDesigner SavePDFWithEmbeddedFonts 1?>
       <?templateDesigner Rulers horizontal:1, vertical:1, guidelines:1, crosshairs:0?></template>
    <config xmlns="http://www.xfa.org/schema/xci/2.6/">
       <agent name="designer">
          <destination>pdf</destination>
          <pdf>
             <!--  [0..n]  -->
             <fontInfo/>
          </pdf>
       </agent>
       <present>
          <!--  [0..n]  -->
          <pdf>
             <!--  [0..n]  -->
             <version>1.7</version>
             <adobeExtensionLevel>1</adobeExtensionLevel>
          </pdf>
          <common/>
          <script>
             <runScripts>server</runScripts>
          </script>
          <xdp>
             <packets>*</packets>
          </xdp>
       </present>
       <?originalXFAVersion http://www.xfa.org/schema/xci/2.8/?></config>
    <localeSet xmlns="http://www.xfa.org/schema/xfa-locale-set/2.6/">
       <?originalXFAVersion http://www.xfa.org/schema/xfa-locale-set/2.6/?>
       <locale name="en_US" desc="English (United States)">
          <calendarSymbols name="gregorian">
             <monthNames>
                <month>January</month>
                <month>February</month>
                <month>March</month>
                <month>April</month>
                <month>May</month>
                <month>June</month>
                <month>July</month>
                <month>August</month>
                <month>September</month>
                <month>October</month>
                <month>November</month>
                <month>December</month>
             </monthNames>
             <monthNames abbr="1">
                <month>Jan</month>
                <month>Feb</month>
                <month>Mar</month>
                <month>Apr</month>
                <month>May</month>
                <month>Jun</month>
                <month>Jul</month>
                <month>Aug</month>
                <month>Sep</month>
                <month>Oct</month>
                <month>Nov</month>
                <month>Dec</month>
             </monthNames>
             <dayNames>
                <day>Sunday</day>
                <day>Monday</day>
                <day>Tuesday</day>
                <day>Wednesday</day>
                <day>Thursday</day>
                <day>Friday</day>
                <day>Saturday</day>
             </dayNames>
             <dayNames abbr="1">
                <day>Sun</day>
                <day>Mon</day>
                <day>Tue</day>
                <day>Wed</day>
                <day>Thu</day>
                <day>Fri</day>
                <day>Sat</day>
             </dayNames>
             <meridiemNames>
                <meridiem>AM</meridiem>
                <meridiem>PM</meridiem>
             </meridiemNames>
             <eraNames>
                <era>BC</era>
                <era>AD</era>
             </eraNames>
          </calendarSymbols>
          <datePatterns>
             <datePattern name="full">EEEE, MMMM D, YYYY</datePattern>
             <datePattern name="long">MMMM D, YYYY</datePattern>
             <datePattern name="med">MMM D, YYYY</datePattern>
             <datePattern name="short">M/D/YY</datePattern>
          </datePatterns>
          <timePatterns>
             <timePattern name="full">h:MM:SS A Z</timePattern>
             <timePattern name="long">h:MM:SS A Z</timePattern>
             <timePattern name="med">h:MM:SS A</timePattern>
             <timePattern name="short">h:MM A</timePattern>
          </timePatterns>
          <dateTimeSymbols>GyMdkHmsSEDFwWahKzZ</dateTimeSymbols>
          <numberPatterns>
             <numberPattern name="numeric">z,zz9.zzz</numberPattern>
             <numberPattern name="currency">$z,zz9.99|($z,zz9.99)</numberPattern>
             <numberPattern name="percent">z,zz9%</numberPattern>
          </numberPatterns>
          <numberSymbols>
             <numberSymbol name="decimal">.</numberSymbol>
             <numberSymbol name="grouping">,</numberSymbol>
             <numberSymbol name="percent">%</numberSymbol>
             <numberSymbol name="minus">-</numberSymbol>
             <numberSymbol name="zero">0</numberSymbol>
          </numberSymbols>
          <currencySymbols>
             <currencySymbol name="symbol">$</currencySymbol>
             <currencySymbol name="isoname">USD</currencySymbol>
             <currencySymbol name="decimal">.</currencySymbol>
          </currencySymbols>
          <typefaces>
             <typeface name="Myriad Pro"/>
             <typeface name="Minion Pro"/>
             <typeface name="Courier Std"/>
             <typeface name="Adobe Pi Std"/>
             <typeface name="Adobe Hebrew"/>
             <typeface name="Adobe Arabic"/>
             <typeface name="Adobe Thai"/>
             <typeface name="Kozuka Gothic Pro-VI M"/>
             <typeface name="Kozuka Mincho Pro-VI R"/>
             <typeface name="Adobe Ming Std L"/>
             <typeface name="Adobe Song Std L"/>
             <typeface name="Adobe Myungjo Std M"/>
          </typefaces>
       </locale>
    </localeSet>
    <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.2.1-c041 52.337767, 2008/04/13-15:41:00        ">
       <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
          <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about="">
             <xmp:MetadataDate>2010-06-28T16:04:04Z</xmp:MetadataDate>
             <xmp:CreatorTool>Adobe LiveCycle Designer ES 8.2</xmp:CreatorTool>
             <xmp:ModifyDate>2010-06-28T11:28:54-04:00</xmp:ModifyDate>
             <xmp:CreateDate>2010-06-18T11:45:23-04:00</xmp:CreateDate>
          </rdf:Description>
          <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
             <pdf:Producer>Adobe LiveCycle Designer ES 8.2</pdf:Producer>
          </rdf:Description>
          <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" rdf:about="">
             <xmpMM:DocumentID>uuid:081329f3-4914-4dde-87ae-75a83da8434e</xmpMM:DocumentID>
             <xmpMM:InstanceID>uuid:4d9ea5d0-fbf1-4be5-8aa5-b9c828a765e9</xmpMM:InstanceID>
          </rdf:Description>
          <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
             <dc:format>application/pdf</dc:format>
          </rdf:Description>
          <rdf:Description xmlns:desc="http://ns.adobe.com/xfa/promoted-desc/" rdf:about="">
             <desc:version rdf:parseType="Resource">
                <rdf:value>8.2.1.4029.1.523496.503679</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:version>
          </rdf:Description>
       </rdf:RDF>
    </x:xmpmeta>
    <xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
       <annots/>
    </xfdf></xdp:xdp>

    Hi,
    The (1) is incorrect for the removeInstance.
    In the addInstance script the (1) is for "true" - merge the new instance with the data model.
    In the removeInstance you need to specify which instance you want to remove.
    So in your button the script would look think this:
    var vCount = _Objective.count - 1;
    _Objective.removeInstance(vCount);
    This counts the number of instances and then subtracts 1, because the instances are zero based.
    I have also added a button within the repeating instance, which allows the user to select the instance they want to remove.
    _Objective.removeInstance(this.parent.index);
    The this.parent.index is telling Acrobat that the instance to delete is the one that the button is in.
    Form is here: https://acrobat.com/#d=nn2Ubo6tq5TDEcrtnz-SCg
    Good luck,
    Niall

  • When i tell my ipod to ask to connect to unknown connections, it doesnt. It switches into manual mode... How is it fixed? If it cant, UPDATE IT!!! JUST ADD AS MANY AS YOU NEED. ATLEAST GET IT TO IOS 7. Pls. I wanna get certain apps, but i cant.

    When i tell my ipod to ask to connect to unknown connections, it doesnt. It switches into manual mode... How is it fixed? If it cant, UPDATE IT!!! JUST ADD AS MANY AS YOU NEED. ATLEAST GET IT TO IOS 7. Pls. I wanna get certain apps, but i cant.

    Well... sheetrock (i cant curse so i put a word that sounds like it)

  • Need documentation for XI Scenarios

    Hi All,
    This is Revathi, I am learning XI. It would be great if anybody could send the documentation(Screen shots, navigation) for the following scenarios to [email protected]
    1. FILE TO FILE
    2. FILE TO JDBC.
    3. HTTP TO JDBC.
    4. HTTP TO SAP-R/3
    5. FILE TO SAP
    6. SAP TO JDBC
    7.USING SOAP ADAPTER UPDATE THE TABLE IN SAP-DB BY IMPORTING RFC FUNCTION MODULE'S.
    8. SAP TO FILE.
      And also I need documentation as well as scenarios for BPM.
    Please kindly do the needful.
    Thanks & Regards
    Revathi

    Hi,
    Here the list
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions - XI Faq
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30 - File to JDBC
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - File to ABAP Proxy
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1 - File to File Part 1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2 - File to File Part 2
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping - Any flat file to any Idoc
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC
    /people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dynamic File Name Part 1
    /people/jayakrishnan.nair/blog/2005/06/28/dynamic-file-namexslt-mapping-with-java-enhancement-using-xi-30-sp12-part-ii - Dynamic File Name Part 2
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] - File to Mail
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address - Dynamic Mail Address
    /people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi - Message Flow in XI
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm - Schedule BPM
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    /people/michal.krawczyk2/blog/2005/08/22/xi-maintain-rfc-destinations-centrally - Maintain RFC destination centrally
    /people/sravya.talanki2/blog/2005/08/18/triggering-e-mails-to-shared-folders-of-sap-is-u - Triggering Email from folder
    /people/sravya.talanki2/blog/2005/08/17/outbound-idocs--work-around-using-party - Handling different partners for IDoc
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi - Modeling Integration Scenario in XI
    /people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible - Testing of integration process
    /people/michal.krawczyk2/blog/2005/05/25/xi-how-to-add-authorizations-to-repository-objects - Authorization in XI
    http://help.sap.com/saphelp_nw04/helpdata/en/58/d22940cbf2195de10000000a1550b0/content.htm - Authorization in XI
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step - Alert Configuration
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config
    /people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi - Call UNIX Shell Script
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi - Transport in XI
    /people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping - Using ABAP XSLT Extensions for XI Mapping
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure - Mail Adaptor options
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File
    /people/sap.user72/blog/2005/11/17/xi-controlling-access-to-sensitive-interfaces - Controlling access to Sensitive Interfaces
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14 - The same filename from a sender to a receiver file adapter - SP14
    /people/prasad.illapani/blog/2005/11/14/payload-based-message-search-in-xi30-using-trex-engine - Payload Based Message Search in XI30 using Trex Engine
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i - XI : Configuring CCMS Monitoring for XI- Part I
    /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter - XI: HTML e-mails from the receiver mail adapter
    /people/sap.user72/blog/2005/11/22/xi-faqs-provided-by-sap-updated - XI : FAQ's Provided by SAP
    XI Software Logistics  - Transportation
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    /people/sap.india5/blog/2005/11/09/xi-software-logistics-ii-overview
    /people/sap.india5/blog/2005/11/28/xi-software-logistics-solution-iii-cms
    /people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping - File to Multiple IDocs
    /people/sap.user72/blog/2005/05/02/useful-sap-notes-for-xi - Important SAP XI Notes
    /people/shabarish.vijayakumar/blog/2005/08/03/xpath-to-show-the-path-multiple-receivers - XPath to show the path
    /people/sravya.talanki2/blog/2005/10/27/idoc146s-not-reaching-xi133-not-posted-in-the-receiver-sap-systems133 - Idoc’s not reaching XI…. Not posted in the receiver SAP
    /people/siva.maranani/blog/2005/09/16/xi-how-to-on-jdbc-receiver-response - XI: How-to on JDBC receiver response
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2162- [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] Choose the Right Adapter to integrate with SAP systems
    /people/sravya.talanki2/blog/2005/08/23/sender-xi-ftp-adapter-with-regular-path-expression-150-abap - Sender XI FTP Adapter with Regular Path Expression – ABAP
    /people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change - IDOC bundling
    /people/sravya.talanki2/blog/2005/12/02/sxicache--ripped-off - SXI_CACHE - Ripped Off
    /people/sap.india5/blog/2005/12/06/xi-ccms-alert-monitoring-overview-and-features - CCMS Alert Monitoring
    Thanks,
    Prateek

  • Need documentation for Oracle VM

    I am new to Oracle VM and need documentation on this product. Any help would be appreciated. Where can I get started learning (and using) Oracle VM (on OEL)?
    Cheers!

    Greetings,
    Please review the following:
    The Underground Oracle VM Manual located at http://itnewscast.com/underground-oracle-vm-manual
    Chapter 1: Oracle VM Introduction (Updated 11-30-09) http://itnewscast.com/chapter-1-oracle-vm-introduction
    Chapter 2: Oracle VM Architectural Review (Updated 1-20-2010) http://itnewscast.com/chapter-2-oracle-vm-architectural-review
    Chapter 3: Hard and Soft Partitioning Oracle Technologies with Oracle VM (03-13-2010) http://itnewscast.com/chapter-3-hard-and-soft-partitioning-oracle-technologies-oracle-vm
    Chapter 4: Oracle VM Server Sizing, Installation and Updates (05-01-2010) http://itnewscast.com/chapter-4-oracle-vm-server-sizing-installation-and-updates
    Chapter 6: Oracle VM 2.2 SAN, iSCSI and NFS Back-end Storage Configurations (03-13-2010) http://itnewscast.com/chapter-6-oracle-vm-22-san-iscsi-and-nfs-backend-storage-configurations
    Oracle VM 2.1.5 to 2.2 Upgrade (10-23-09) http://itnewscast.com/oracle-vm-215-22-upgrade
    The Oracle VM Manager Command Line Interface (08-14-09) http://itnewscast.com/oracle-vm-manager-command-line-interface
    Regards,
    Roddy

  • Need Documentation for SWI5-Work load analysis report

    Need documentation for SWI5 transaction.
    Any pointers would be helpful.

    Hi
    Workflow automates the steps and activities in a business process according to predefined
    procedures and rules.
    Workflow presents information and documents to the appropriate knowledge worker or agent
    (another entity such as a program) to make a decision or perform an activity.
    Workflow tracks each and every step in the process flow and maintains an ongoing status.
    Workflow also collects and reports all of the metrics associated with the execution and
    completion of the process.
    Check the below links u will get lot of info..
    http://www.sap-press.com/product.cfm?account=&product=H950
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.h
    tm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.h
    tm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.h
    tm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Go through the following links on FORK :
    http://help.sap.com/saphelp_nw04/helpdata/en/24/e2283f2bbad036e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/8d/25f1e7454311d189430000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/c5/e4a930453d11d189430000e829fbbd/content.htm
    http://www.insightcp.com/res_23.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    For more reference on workflow: http://****************/Tutorials/Workflow/Workflow.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/04/9277a346f311d189470000e829fbbd/framese
    t.htm
    Check these links.
    http://www.sapgenie.com/workflow/index.htm
    /people/ginger.gatling/blog/2005/12/01/link-workflow-business-objects-to-your-collaboration-tasks
    http://help.sap.com/saphelp_nw04/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw33/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw31/helpdata/en/8d/25f94b454311d189430000e829fbbd/content.htm
    http://www.sap-press.com/product.cfm?account=&product=H950
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.h
    tm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.h
    tm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.h
    tm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.h
    tm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.h
    tm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.h
    tm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Workflow tutorials with step-by-step and with screenshots are available at
    http://www.****************/Tutorials/Workflow/Workflow.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/c14a9b55103116e10000000a1553f7/framese
    t.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4a930453d11d189430000e829fbbd/framese
    t.htm
    http://www.sapgenie.com/workflow/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.h
    tm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.h
    tm
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2857887
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2855919
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2735228
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    Debug a workflow.
    This has a step by step procedure :
    http://fuller.mit.edu/workflow/debugging.pdf
    www.erpgenie.com/sap/workflow/debugging.htm
    http://www.erpgenie.com/workflow/debugging.htm?2b5de440
    Workflow tutorials with step-by-step and with screenshots are available at
    http://www.****************/Tutorials/Workflow/Workflow.htm
    http://www.sapgenie.com/workflow/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.h
    tm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.h
    tm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2857887
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2855919
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2735228
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/WORKFLOW_tutorial.html
    Reward points for useful Answers
    Regards
    Anji

  • I need Documentation on Solution Manager

    Dear Consultants,
    I need documentation of Solution Manager, can any one help me out in getting solution manager documentation, mail me at [email protected]
    Thanks&Regards
    Hazi

    Hi..
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ce89c290-0201-0010-5985-dd64605111fd
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ce89c290-0201-0010-5985-dd64605111fd
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2a92c290-0201-0010-4b8f-a2aaaa3b822e
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b298c290-0201-0010-19bb-b6d1356419f1
    /people/community.user/blog/2007/08/30/customizing-synchronization-using-sap-solution-manager-part-1
    /people/doreen.baseler/blog/2007/03/21/creating-and-assigning-blogs-to-topic-sap-solution-manager
    /people/sapna.modi/blog/2007/05/06/sap-solution-manager--roadmaps-introduction-part-i
    /people/community.user/blog/2006/12/07/organize-and-perform-testing-using-solution-managerhttps [original link is broken]://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ce89c290-0201-0010-5985-dd64605111fd
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ce89c290-0201-0010-5985-dd64605111fd
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2a92c290-0201-0010-4b8f-a2aaaa3b822e
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b298c290-0201-0010-19bb-b6d1356419f1
    /people/community.user/blog/2007/08/30/customizing-synchronization-using-sap-solution-manager-part-1
    /people/doreen.baseler/blog/2007/03/21/creating-and-assigning-blogs-to-topic-sap-solution-manager
    /people/sapna.modi/blog/2007/05/06/sap-solution-manager--roadmaps-introduction-part-i
    /people/community.user/blog/2006/12/07/organize-and-perform-testing-using-solution-manager

  • Firefox says I need to update my add ons and plug ins at startup after restarting my laptop

    I'm running 10.0.2 and I get multiple tabs when i first start firefox saying i need to install updated add ons. i go thru each one and click add and then restart firefox and all is fine. later when i turn my laptop back on and then start firefox I get the same message. firefox isn't saving or acknowledging that the add ons have already been installed. what do I need to do to fix this?

    thanks, it appears from searching the bitdefender forums that my BD 2010 is now an unsupported software and i could upgrade to 2012 free. after the upgrade all is well .

  • Add-On Certification

    Hello Everybody,
    Someone know, which are the points to get the certification of an Add-on?. I have been reading about the process but i find a little problem, cause our addon don't use the User Tables, cause they don't support multiple keys. A friend told me that probably SAP will give us chance to use a second database.
    Please help me!
    Thanks,

    Hi Francisco,
    Please have a look at Frank's last post on this thread. It nicely summarises what you can and can't do if you are going for add-on certification:
    Forbidden, allowed and recommended database issues
    Kind Regards,
    Owen

  • HT1338 I  had the geek squad from bestbuy supposedly install iphoto 11 on my mac but it is not there and when i try to download it it say the app has been download by another user on this machine.  What do i need to do get get this app on my system?

    I  had the geek squad from bestbuy supposedly install iphoto 11 on my mac but it is not there and when i try to download it it say the app has been download by another user on this machine.  What do i need to do get get this app on my system?  If they could not do it right the first time I do not have much faith in their advice.

    Assuming you've done a system wide search for it including the Applications folder and it's not there......
    I think you will need to address this with them - did you pay them for the application? Or was your purchase price to include it? And the question(s) to ask them:
    If the app store states that it has been downloaded, ask them where it is and which Apple ID they used. (the store keeps track of Apple IDs and machine IDs on everything you download).
    I have absolutely no faith in their advice; however, in this case, it's not so much technical advice, but an answer to your questions: you paid for something and it appears not to be there.

  • Hi need help on getting customer open  items

    hi all,
    i need help regarding getting open items for customers in the previous
    ie. if i give current date,
    i want to get the open items for past 30 days from current date
    help me to get this ...
    thanks a lot
    regards,
    selvi

    or else ,
    use table BSID.
    Regards
    Peram

  • My Firefox crashes when I try to go to Tools Get Add-ons. I don't have any add-ons installed on my Firefox at all. I use Win7 64-bit.

    My Firefox 4.0.1 crashes when I try to go to Tools>Get Add-ons. I don't have any add-ons installed on my Firefox, at all. My OS is Win7 64-bit. I've already tried Uninstall-Reinstalling Firefox but it didn't work either.

    See:
    * http://kb.mozillazine.org/Firefox_crashes
    * https://support.mozilla.com/kb/Firefox+crashes

  • How do I access compacted mail on a Mac version 10.5.8 stuck with Thunderbird version 16.0.2 ? I am unable to access needed documentation for Taxes, etc

    How do I access compacted mail on a Mac version 10.5.8 stuck with Thunderbird version 16.0.2 ? I am unable to access needed documentation for Taxes, etc

    Where in the world did you read Deleting All My Mail? I have reread my answer several times and cannot seem to find that in there.
    When you mark a message for deletion it does just that. It marks it for deletion and hides the message. It is not truly deleted until you compact.
    My point is that unless you deleted your important mail they should still be there somewhere.
    Your question was about compacting and thinking it put your messages in a nice little box for safe keeping and now you want to open it.
    I have to agree that Thunderbird did a horrible job of naming this process because most are like you and do not understand what it actually does. I included the link to the explanation of what compacting means in the Thunderbird world.
    Your messages may still be available to your but finding them has nothing to do with compacting.
    Thunderbird does not archive anything unless you use that process by selecting the message and pressing a. You have the option to setup where you want that archive to go and what folders to make.
    The All Mail folder is a goofy gmail arrangement. If you have problems with that then you need to address that with Google.
    If you go into your gmail account on the gmail site do you see the messages you are hunting in the All Mail folder there?

  • I'm uploading a photobook I made to be published.  I need assistance in getting it to apple.  The book is assembled and gets to the end of uploading when I get an error message, an error occurred while uploading.  I have been trying all night.  Help!

    I'm uploading a photobook I made to be published.  I need assistance in getting it to apple.  The book is assembled and gets to the end of uploading when I get an error message, an error occurred while uploading.  I have been trying all night.  Help!

    Welcome to the Apple Community.
    I have seen previous versions mentioned in a pop up message before on iCloud.com, but I'm not really sure at all how it would help, as I couldn't get it to do anything.
    The best advice I have at this time is to back up your work on your iOS device by regularly saving it to iTunes, if anything goes wrong you can then either load it into the numbers app again on the device or recover it via iTunes on your computer.
    My syncs are immediate, I never get chance to see if it works in the background, sorry.

  • Windows 7x64 FF 28 renders internal "Get Add-ons" page as text only

    Setting up five new Acer Veriton E430G Windows 7 x64 desktop machines for work, each has been Windows live updated to latest spec as of end of March '14. All were brand new factory pre-installed Windows 7 x64, all have had the same set of software individually installed, Adobe Flash player, Adobe Shockwave, Acrobat Reader, QuickTime, Oracle Java 8x32 and x64, Picasa, 7-Zip, LibreOffice, Skype and of course Firefox 28.0. All have the exact same behaviour in that when the "Welcome to Firefox" first run page displays, it displays in text only with a large grey box "No video with supported format and MIME type found. If you go to Tools\Add-Ons\Get Add-ons, the internal page displays in full text only as well - no graphics, same problem when you load "Plugins" page and click "Check to see if your plugins are up to date", the following page/tab loads as text only.
    After taking one of the machines brand new out of box and creating an Acronis snapshot of the entire drive [factory install before first run] using it as a test install, I played around with a number of software / driver / updates / Firefox add-ins scenarios trying to get to the bottom of this. I have come to a dead end in as much as all runs great within Firefox, web pages from all internal pages and many on-line websites render correctly when I load a previous version of Firefox [v26.0 or v25] rather than the latest v28.0 onto each of the machines, I tried v27.01 & v27.0, these gave the same text based pages. This has been replicated successfully on the other four machines with all of the above listed latest software versions installed [no AntiVirus software installed yet as not fully in use in Office yet], change nothing else other than load the latest version v28.0 Firefox and the problem reappears.
    I did for the sake of completeness test the brand new factory install just past 'first boot set-up' and first time desktop hello, let everything settle and installed Firefox v28.0, [tested with v27.01 & v27.0] this too exhibits the exact same text only page rendering on internal Firefox pages. Yet again, over install Firefox v26.0, clear history and the same pages start loading correctly.
    I am open to suggestions regards a fix for this as I really do not want to leave the machines with old version Firefox installed on each desktop. I would also prefer not to allow each member of staff to install Google Chrome. The on-line web pages that were found to be loading as text only within Firefox 28.0 were tested and rendered correctly within Chrome 33.0.1750.154 and IE 11, this would indicate something to be clashing with Firefox or Firefox not behaving with something else. I would like to get this resolved.

    Minor update and workaround but still no fix: installing and uninstalling testing versions of Firefox again - if I stick with the bare Windows 7 Acer factory install clean out of the box [temp turn off Microsoft auto update], attach an Ethernet cable to give me internet, install Firefox 28.0 I get text only [are these pages css base?] pages for internal "Get Add-ons" page / "Welcome to Firefox" 1st run page / Mozilla "Plugin Check & Updates" page.
    If I then flush all history and close - over install 27.0.1 and repeat all of the above I get then same results. Flush all history and close again, over install 27.0 and repeat all of the above - same text based results, flush all history and close again, over install 26.0 and repeat all of the above and we have a winner. Firefox 26.0 does not have a problem displaying any of the pages correctly.
    Working my way back up version numbers again, flush all history, close Firefox, over install 27.0 and repeat all of the above and we are back to text based pages.
    I have tried a forked version of Firefox - "Pale Moon - v24.4.2" on the same machine and this gives the exact same text based results. Would this then not indicate that it is something in the base coding or settings of Firefox that has been changed after Firefox v26.0?
    Chrome and IE are displaying these Add-ons and Plugin Checks pages with no fault, why not Firefox 27 /28 ?
    In the interests of curiosity I decided to try some of the beta builds, namely 28.b9 and 29.0b7 - unfortunately same text based results :-(
    If I cannot get this to work correctly with these machines I may have to concede and let the Office users select Chrome which I really do not want to do.
    Can I run any more logs files and upload them to assist in diagnoses of this problem for a hopeful fix?

Maybe you are looking for

  • Enncoding URL parameter in WD abap

    Hi, i have some url parameters in WD. now these parameters can be in any language. is there any function module which helps to encode these url parametrs and then later decode it. Thanks, Ritwik.

  • Media Card, Bluetooth and Bedside Mode.

    Hi All, I have a few questions please. The first is I have loaded music onto my Z10 but I want to transfer it from my device memory onto my media card but I cannot find how or where I go to do this. The second is I have connected the phone to my blue

  • Creating my own GUI

    I want to create a GUI out of graphic that the graphic designer in my company has made. How do I connect the image to the source code? I don't want to create a JApplet or JFrame because I only want to see the graphic, not a window around it.

  • Set exchange rate and amount in Second Local Currency 2 .

    Hello. We want to set BKPF-KURS2 and BSEG-DMBE2 when posting AP by MIRO . We tried Financial document substitution(Complete Document), but it does not work when using MIRO. Does anyone have the solution to this problem ? Our component is ECC 6.0 Than

  • Main window buried when launched

    The program launches, the menu appears at the top, but if there are any other program windows open, the main Inbox window hides behind them. I have to click on the Mail icon in the dock to bring it forward. I know it's not a major problem, but it nev