Developer Documentation

Are there any plans to release developer documentation for ALI Pages?
Or how about a customization guide?
Chris Bucchere | bdg | [email protected] | http://www.thebdgway.com

Hi,
Check the following , it may help you !!
SAP Library->Logistics->Customer Services->
     2.1Customer Service Overview (CS)
       2.2 Customer Service (CS)
       2.3.Customer Interaction Center 
       2.4.Service Notifications
       2.5. Call Management 
Customer Interaction Center 
       3.1.Front Office 
       3.2.Front Office Framework
If sounds good pl reward.
Cheers...

Similar Messages

  • Who can share some Adobe Reader plug-in development documentation besides SDK documentation?

    Hi,
    I want to develop a Adobe Reader plug-in to realize a function that I can delete/insert the pdf file's content when open a PDF file, but the SDK documentation is too indistinct to me, for example: which callback method I should to call? I read the AS_Layer of the SDK documentation, it seems that the PMSetTextProc should be invoke?  How and where should I to invoke this callback method? The SDK documentation doesn't provide a sample.
    Who can share me some more detailed Adobe Reader plug-in development documentation? or who can give me some advice how to read and use the SDK documentation?

    thank you Test Screen Name, thanks for help me these days.
    I want to realize a function, read a encrypted PDF file's content and then decrypt the content, and show the decrypted content in the PDF file when open a PDF file with Adobe Reader. so I need to call a callback method to capture the moment of open PDF file and display it.
    I read the content of Acrobat Core API of SDK documentation, this documentation describe the Portable Document layer as follows:
    PDFEdit methods deal with the physical representation of a PDF document. More specifically, PDFEdit methods handle page content as a list of objects whose values and attributes are modifiable. These methods allow your plug-in or PDF Library application to read, write, edit, and create page contents and page resources, which may contain fonts, images, and so on.
    I look up PDFEdit_Layer in the SDK API,  not found the callback method to response to open PDF file and display content, so I think that may be my idea is wrong.
    Could you point out my mistakes?

  • Retired Developer Documentation as from 9.0.3?

    I have noticed that the Developer Documentation is no longer maintained ('The Oracle Content Management Software Development Kit (SDK) Developer Reference was retired with the 9.0.3 release.'). I wonder why and what this means.
    Firstly, beside the starter application, there is no additional guidance for new developers on how to use CMSDK, which will result in a steeper learning curve and that may result in lower acceptation of the product.
    Secondly, since there is no more time invested in the Developer documentation, does this mean the product is be declared obsolete in the near future? So, I guess the question here is whether we should spend time and start new projects with CMSDK, or should I start looking around for alternatives.
    Thanks and please responds, Laszlo

    This is what I've been told...
    The Developers Guide as it existed in CMSDK 9.0.3 and below has been discontinued and will be replaced by separate learning modules in the future. You can however still use the CMSDK 903 Developers Guide (available on otn) as class/method changes in CMSDK 904 are very limited.
    Regards
    Steve

  • EP6SP2 Portal patch 4prob: java developement - documentation not running

    hi,
    Before applying EP6SP2 portal patch 4 everything was working fine ... but after applying portal patch 4 <b>java developement -> Documentation and examples tabs</b>are not working ... It is giving <b>Portal runtime error ....... page could not create the iview.</b>
    has neone got this error before?
    rgds,
    Nilz

    Hi vibhu,
    this is the detailed error i am getting .....
    <i>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/developercontent/portaldevelopmentkit/Roles/com.sap.pdk.JavaDeveloper/com.sap.portal.pdk.Documentation/com.sap.portal.pdk.GettingStarted/com.sap.portal.pdk.GettingStarted
    Component Name : null
    Page could not create the iView.
    See the details for the exception ID in the log file
    </i>
    rgds,
    Nilz

  • Develop documentation within solution manager

    Hi Guru’s,
    Will anyone can provide a template / sample doc in cataloguing and developing documentation within Solution Manager as defined by the upgrade project.
    Mail me at       [email protected]
    Regards,
    PV

    Hi Venkatesh,
    https://websmp205.sap-ag.de/solutionmanager
    https://cprojects.sap.com/sap(bD1lbiZjPTU1MQ==)/bc/bsp/sap/bpr_internal/doc_window.htm?objid=7D1BCC44746A4C78E10000000A114AB6&class=SOLARGEN
    https://cprojects.sap.com/sap(bD1lbiZjPTU1MQ==)/bc/bsp/sap/bpr_internal/doc_window.htm?objid=161CCC44746A4C78E10000000A114AB6&class=SOLARGEN
    https://cprojects.sap.com/sap(bD1lbiZjPTU1MQ==)/bc/bsp/sap/bpr_internal/doc_window.htm?objid=341CCC44746A4C78E10000000A114AB6&class=SOLARGEN
    https://cprojects.sap.com/sap(bD1lbiZjPTU1MQ==)/bc/bsp/sap/bpr_internal/doc_window.htm?objid=1CCFD544DD2C4B78E10000000A114AB6&class=SOLARGEN
    https://cprojects.sap.com/sap(bD1lbiZjPTU1MQ==)/bc/bsp/sap/bpr_internal/doc_window.htm?objid=BC31CC44E4694D78E10000000A114AB6&class=SOLARGEN
    https://cprojects.sap.com/sap(bD1lbiZjPTU1MQ==)/bc/bsp/sap/bpr_internal/doc_window.htm?objid=FC31CC44E4694D78E10000000A114AB6&class=SOLARGEN
    http://help.sap.com/saphelp_sm40/helpdata/en/57/92f63aad7e3014e10000000a11402f/content.htm
    Hope this will help you, let me know if you need some more details.
    Best Regards,
    Sachin.

  • JSP documentation on BI Beans as part of J-Developer Documentation

    How can I get access to JSP documentation on BI Beans as part of J-Developer Documentation.

    Suppose you've created biTest.uix which contains bi beans
    Now just add struts-config.xml to your bi beans project (right click on Project in Navigator -> New -> Struts -> Struts Controller Page Flow)
    add example action
    <action path="/biTest" className="oracle.adf.controller.struts.actions.DataActionMapping" type="oracle.adf.controller.struts.actions.DataForwardAction" name="DataForm" parameter="biTest.uix">
    <set-property property="modelReference" value="biTestUIModel"/>
    <forward name="biTest" path="/biTest.do"/>
    </action>
    to your struts-config.xml
    where
    biTest.uix - your bi beans page
    biTestUIModel - empty model (you can create it by clicking on your bi beans page (here it's biTest.uix)
    and selecting UI Model tab Structure tool-window, where you have to right click on
    "<No Bindings>" node and select Create UI Model in appeared popup menu)
    Now you can run biTest.do action and you bi beans page will be displayed.

  • CCM 4.2 and 5.0 developer documentation

    Just in case you missed yesterday's announcement. CCM 4.2 and 5.0 are now officially out (as usual on new product hold) and the development documentation has been updated and is available at the usual place: http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_programming_reference_guides_list.html
    Now we just need somebody to come up with a way of running CCM 5.0 on a VMWare as having physical server for a handful of different CCM Versions and service releases never really was and never will be an option.
    While I do not have the WSDL and XSD files yet, the AXL manual still mentions the usual files so one thing's for sure: things have not improved at all in the AXL department and the WSDL still has to be hacked to permit an import into Visual Studio. When will Cisco learn that WSDL and XSDs are not to be edited (never ever ever), but must be autogenerated by the development environment where you design your webservice? <sigh>

    Dear All!
    My company just upgraded CCM from 4.1 to 4.2......
    AND NOW
    the applications i wrote (using VS 2005) may not work because of differences in AXL module in CCM 4.2.
    What should i do? If wsdl were not bugged i could update the proxy class and everything should work... but we know that this is not true!!
    Any people are working with VS and CCM 4.2? Is there an hacked version of .wsdl for CCM 4.2?

  • ADF swing forms and panels developer documentation

    Can anyone recommend me a ADF swing forms and panels documentation or tutorials?
    Thanks in advance.

    Good question cherem.
    Last I heard ... "its not available and still a plan":
    ADF Swing follow-on developer's guide
    regards
    Jan Vervecken

  • Developer documentation for Mail bundles

    I've seen various third-party utilities that plug into Mail and can alter its behavior or interface in powerful ways. For example:
    http://www.bronsonbeta.com/mailappetizer/beta/
    http://c-command.com/spamsieve/
    My understanding is that there's a standard interface for these Mail "bundles", as they are called, so that they can all hook into Mail safely. Indeed, there exists a "Bundles" folder in ~/Library/Mail. However, I can't seem to find any documentation on how to write Mail bundles. Searching Apple's developer site didn't turn up anything. Does anyone know where to find documentation on Mail's bundle interface? Thanks.

    Hi,
    Check the following , it may help you !!
    SAP Library->Logistics->Customer Services->
         2.1Customer Service Overview (CS)
           2.2 Customer Service (CS)
           2.3.Customer Interaction Center 
           2.4.Service Notifications
           2.5. Call Management 
    Customer Interaction Center 
           3.1.Front Office 
           3.2.Front Office Framework
    If sounds good pl reward.
    Cheers...

  • Step By Step Workflow development documentation

    Hi All,
    I am new to Workflow development. Is there any step by step documentation on workflow available?.
    Please mail it to  [email protected]
    Regards
    Sujith

    Just go thru these usefull links
    Workflows
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://www.sapgenie.com/workflow/index.htm
    https://sapneth9.wdf.sap.corp/workflow
    http://help.sap.com/saphelp_webas620/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Check the below PDF file on Workflow:
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    There is a good book from SAP Press that I would
    recommend as a starting point.It's called Practical Workflow for SAP and it is by Alan Rickayzen.
    http://www.sap-press.com/product.cfm?account=&product=H950
    /people/ginger.gatling/blog/2005/12/01/link-workflow-business-objects-to-your-collaboration-tasks
    http://help.sap.com/saphelp_erp2005/helpdata/en/fb/135962457311d189440000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_erp2004/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.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
    Go through the following:
    1) Goto Tcode PFTC : Standard Task > Create Button>Workflow Templete
    For Create Container
    Element : ZBUS1001006
    Name : ANy Name
    Description
    Data Type & Properties
    Data Type:
    select Object Type : BOR Object Type for BUS1001006
    Properties:
    Parameter Settingd : check all Import, Export & Mandatory Checkboxes
    Basic Data :
    Abbr : Create_View
    Name : Some Name
    Work Item Text : Create View Material & -
    Click on DELE Button & Select Material From The List
    Object Catagory : BOR Object Type
    Object Type : BUS1001006
    Method : View
    Triggering Events
    Obj Catagory Object Type Event
    BOR Object BUS1001006 View
    activate it
    Enter on BUS1001006 Object Type you will get Quadratel<> Button after that
    double click on Quadratel<> button you get green button
    after that the system will generate the task No.
    check in the Event linkage Tcode : SWETYPV
    if you find an entry with your Workflow and linkage active
    goto Tcode : SWEC click on New Entries
    Change Doc Obje Obj Cat Obj Type Event on create
    Material BOJ Obje BUS1001006 View Option Button(Checked)
    save this
    goto Tcode : SWEC
    Change Doc Object : Material
    Obj Catagoty : BOR Type
    Obj Type : BUS1001006
    Event : View
    Check with On Create Button
    Goto SWETYPV
    Obj Catagoty : BOR Type
    Obj Type : BUS1001006
    Event : View
    Receiver Type : Some Work Flow No: WS80000431 like this

  • XI Development Documentation

    Hi everybody, just want to ask, are there any standardized template used for developing a scenario in XI (such as technical specification document, design document) ? If there are any, where could i get them from? Thank you very much in advanced guys......

    Hi,
    Have a look at this article,
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/86bdc490-0201-0010-b9a2-b98373ea4dc4">SAP XI Implementation Methodology Worksheet</a>
    regards
    Bhavesh

  • Links to developer documentations are dead

    Hi,
    Most of the links to the developer docs are dead, especially those to the Java, PHP and Dev guides are giving a 404 message.
    Can someone tell me how I can get these guides?
    Thanks,
    Tom

    looks like they have been fixed - but
    http://www.oracle.com/pls/xe102/homepage
    will get you there as well.

  • New Developer Documentation Installer is taking forever!

    I selected the "Index Java symbols for Xcode API Search" option, which the documentation said may take up to 30 minutes, if i remember correctly, but the script has been running now for over two and a half hours. This just seems a little excessive to me, but I don't see any errors in the installer log. The last entry says:
    May 27 09:54:36 Enterprise : run postflight script for Index Java symbols for Xcode API Search
    It's now 12:36.
    Has anybody else run this script? How long did it take?
    Thanks.

    It took about another hour, but it finally finished.

  • S60 Share Online Developer Documentation

    Hello guys!
    I own a Nokia 5530 and Id like to add a new "Share Online" provider but I cant find the documentation.
    Could someone help me please.
    Thanks

    There is the forum FAQ here:
    Common questions
    But it seems out of date, especially where it says, "Go to a product forum and look for the Actions panel on the right-hand side of the page. Click on "Create by email" or "Receive email notifications". If you don't see an Actions panel, go into a sub-forum of that product."

  • Apple Developer Documentation

    Hello all, I have download the new Xcode Documentation Update and it offers me and option to index every Java symbol, explaining that take about 30 minutes.
    Incredible! Why don't they create this index and distribute this index to users? Last time I aborted my installation because I thought that my system was froze.
    Is there some kind of strangle rivalry at the Xcode group due to this new "feature": someone trying to explain it ineptitude.

    Actually, I have heard that they are getting rid of the Cocoa-Java bridge. Any new features of Cocoa will not have Java equivalents.
    Perhaps there may not be a lot of Xcode Java developers. Java developers seem to be standardizing on Eclipse with the SWT these days.
    And by the way, that 30 minutes must mean one of those 2Ghz MacBook Pros. My old iBook G3 took 4 hours! I won't be clicking that option again.

Maybe you are looking for

  • Save layout option for FITRV_PRINT_TABLE_CONTROL_DATA

    Hello, I need to print table control data ,for this am using FITRV_PRINT_TABLE_CONTROL_DATA My requirement is now to have the option to save the layout which is generated after calling this function module. currently 'save layout' is not shown in the

  • Ipod not showing up in Itunes on Mac computer

    When I plug in my ipod touch to my computer it does not show up in Itunes. do I need to reset my ipod touch? Help!!! I have done all the things to troubleshoot this situation other than reset my ipod. I am afraid to do this. I don't want to loose any

  • ITunes app

    MY ITunes app will not open after the latest upgrade. II'm waiting for another fix.

  • Migrating from G4 to MACPRO

    Any suggestions migrating from a G4 1.8 gig processor 10.4.10 to a MacPro dual core intel xeon 3.0 gig. From the tests and trails I've been through today it looks like I have to install it's 10.4.8 from the disk and start fresh? Any way to get some f

  • How to Create a SIMPLE Flex Tree?

    Hi, Okay Im pretty new to flex and i have a uni assignment where i need to use it. A tree list would be perfect for one part of the site, otherwise it would have heaps and heaps of links. I want a tree that has four clickable parents (nodes) and then