Documentation in FPM app

Hello,
I would like to put some documentation for my FPM application. Like the documentation on an ABAP program in Netweaver. Simple.
Thank you,
Jean-François Lapalme

Hi,
Check this link:
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/6e01a04e-0a01-0010-dfbe-951c2c39d169 [original link is broken]
Also Check these Threads:
/thread/542090 [original link is broken]
/thread/982187 [original link is broken]
Integrated Planning
integrated planning
Integrated planning
Regards
Pcrao.

Similar Messages

  • Documentation on FPM

    Hi folks,
       Please provide me documents on FPM (related with webdynpro abap)

    Hi,
    you can find the FPM documentation under the sap helpdesk: http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/ba1bacca960611e10000000a42189b/frameset.htm
    Best regards, Thomas

  • I can't find documentation for this app

    Hello,
    Where is the documentation for GarageBand for iOS? I installed it on my iPod, but the interface is confusing, so I need to find the right manual. All the manuals for GB on the Apple manuals page seem to be for desktops and laptops, etc.
    I know there are help files, but I do not have a wireless account so I can't access the Internet from my iPod.
    Any suggestions? Thank you!

    And here is a link to the iPhone/iPod version of the online help:
    http://help.apple.com/garageband/iphone/1.3/index.html
    Download the pages on a computer, that has internet and print them to pdf, then combine them to one pdf document and sync that document as an iBook to your iPod using iTunes.
    You may want to use the Send feedback. link to let Apple know that a pdf version of the Help is needed.

  • How to Add a Custom FPM App to MSS without Modifying the SAP Content

    Hi,
    I'm trying to add a custom application to MSS, under the General Information page. I've created my own FPM application (to display qualifications) and have added it to the standard FPM application. I've mostly followed this blog - however this involves modifying SAP delivered content:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/how-toaddacustomWebDynproiViewtotheMSSEmployeeProfile%28ECC+6.0%29&
    I would like to be able to find a way to do this without changing the SAP delivered content. Multiple trials with Delta links have proven unsuccessful.
    Has anyone been able to do this or does SAP recommend modifying the SAP delivered content?
    Any help would be appreciated. This issue has been out for a long time.
    Bert

    Thanks Markus.
    Does that mean that SAP recommends that we make our changes to the FPM application that they deliver in the PCD?
    I don't want to have to recreate the same WD applications as what SAP delivers, it would make no sense.
    What will happen in case of an upgrade or a patch from SAP? Will my changes be overwritten?
    We are starting to make those modifications and it doesn't seem like SAP made it simple for us to do so.
    Thanks -
    Bert

  • Passing custom URL parameter to a FPM app

    Hello,
    I am facing a problem when trying to pass an URL parameter to a GAF FPM application.
    The standard way by adding a parameter to the WD application and adding a parameter to the default plug in the window doesn't work for FPM... at least in my case.
    Does anyone know how URL parameters work with the FPM framework?
    Thank you and BR,
    Chris

    You just need to declare parameters which you will be using in WD Application - Parameters tab.
    To fetch parameters for application which is using FPM, you have to use following piece of code -
        wd_this->app_param = wd_this->mr_fpm->mo_app_parameter.
        CALL METHOD wd_this->app_param->get_value
          EXPORTING
            iv_key   = 'INTERFACE_MODEL'
          IMPORTING
            ev_value = wd_this->lv_interface_model.
        CALL METHOD wd_this->app_param->get_value
          EXPORTING
            iv_key   = 'MODE'
          IMPORTING
            ev_value = wd_this->lv_mode.
    Here wd_this->mr_fpm holds FPM reference and is of type ref to IF_FPM
    and wd_this->app_param holds FPM parameters reference and is of type IF_FPM_PARAMETER.
    After getting reference I'm calling methods to get individual application parameters by sending their names.
    We called this in DOINIT of component controller.
    Regards
    Manas Dua

  • Should I use the same Adobe ID for multiple apps in the same publication?

    I've been sifting through documentation on building apps for the Amazon AppStore and Google Play variants of Android for a few days and came across something I'm not too clear on.
    Here's a clip from the documentation page outlining the publishing process for Android devices:
    You cannot use the same Adobe ID to create multiple viewer apps. Create a different Adobe ID for each app. When signing in to publish folios, use the appropriate Adobe ID.
    The reason I am confused is because I thought renditions were used to send certain content to one set of devices (iPads, for example) and another set of content elsewehre.
    We currently pubish for the iPad and do so at iPad 1 resolution.  Would we add yet another Adobe ID to the mix when creating our Android apps? That sounds like a lot of logging in and out during the production and publishing process.
    Thanks for any insight,
    Steven

    Hey Steven,
    You can certainly use the same adobe Id and make renditions for two different App's ( one for android and IOS and so on )
    The point that you are referring to means that if you have two different App's in the App store with separate content than use different Id's...

  • App-V 5.0 SP2 with Mandatory Profiles

    Hi,
    We are having some issues with App-V 5.0 SP2 with HFX2 and HFX4 on our Windows 7 x64 Clients
    We use mandatory profiles and delete the local profile on logoff,
    HFX2 Issue:
    The AppData\Local\Microsoft\AppV\Client\VFS\<GUID> is only created once, subsequent logins don't have the folder structure created for the package VFS and all folders have read/write access for the user, when they should follow the base OS folder permissions
    We have found that a registry entry is created in HKLM\Software\Microsoft\AppV\MAV\Configuration\Packages\<GUID>\UserConfigEx\<USER-GUID>
    if we manually delete this registry key then appv will re-create the VFS folders in local app data
    AppV seems to be setting key's saying its created those folders and expects them to be there on the next login, is there a way to tell AppV that we are using mandatory profiles and to re-create the folders?
    HFX4 Issue:
    Hotfix 4 is a bigger problem in that a registry entry for <USER-GUID> is created in HKLM\SOFTWARE\Microsoft\AppV\Client\Virtualzation\LocalVFSSecuredUser
    The first time appv is used for that user, it works, all subsequent times appv packages fail to load unless that registry string is manually deleted.
    Is there any way to fix App-V 5 to work with mandatory profiles which are deleted on logoff?
    Thanks!

    Hi Nicke,
    The registry key's are located in HKLM, which causes permission problems as our uses are all standard users
    the HFX2 issue sort of works, the
    UserConfigEx key is created with the logged on user having read/write permissions, so as long as that user successfully runs a logoff script then the key is deleted, if the desktop crashes without running the logoff script and a new user logs in, then they
    don't have the rights to delete the sub keys and all future app-v localappdata VFS permissions are broken on that client,
    The HFX4 issue registry keys are all write protected from standard users,
    I'm not 100% sure these are the only area's which are causing problems (they are just the ones I've found!) and that just deleting the registry entries completely fixes the problem.  I didn't go down the path of deleting HKLM keys as a user as it seemed
    a bit of a brute force hack to me which I was trying to avoid :)
    If I give users rights to delete HKLM\Software\Microsoft\AppV\MAV\Configuration\Packages subkeys
    then I think they could break published applications if the <GUID> folders are somehow deleted?
    I was actually pretty surprised to find out that App-V 5.0 stores permanent information about user's in the HKLM hive, I would have thought all of this should live in the HKCU hive!
    I've not been able to find any documentation on how App-V uses HKLM keys to keep track of processes its already performed on a user and doesn't want to do again,
    Thanks!

  • What is the Standard Syllabus for Oracle Apps Technical

    Dear Members I have studied Oracle Apps Technical 11i in this First I learned
    SQL ( Different Languages like DDL, DML, DCL, TCL, DQL, Operator, Functions, Constraints, Joins, Sub Queries, Locks on Tables, Synonyms, Sequences, Index, Views)
    PL/SQL (Pl/Sql Attributes, Control Statements (If, If Else, else if, Loop, for loop) Exceptions, Cursor & its attributes (normal Parameter cursor, Ref cursor), Procedures( In, Out, IN and Out, IN OUT), Functions ( In, Out, IN OUt), Packages, Triggers
    SQL* Loader, UTL File Packages,
    Oracle Apps Technical
    Introductions to ERP ( definition of ERP, overview of popular ERP's, comparision of oracle apps with other ERP's, types of roles, types of projects, AIM documentations Standard, Oracles Apps Architecture, Using Toad),
    AOL ( Who Columns, viewing responsibilities, menu construction) ,
    Application Development( Defining concurrent programs, concurrent program with parameters, working with multiple concurrent programs, concurrent programs incompatibilities, creating request set procedure registrations, value set) ,
    Report Registration( Report development, report registration, parametric report registration, report with repeating frames),
    Module Overview( Inventory Module flow with base tables, account payable module flow with base tables, account receivable module with base tables, order management module with base tables, pruchase order module with base tables, General ledger with base tables),
    Forms Registration ( pll files Downloading,Template FMB, Form Development using Templates, Form Registration process, ),
    Interfaces ( Intro to interfaces, outbound interafaces - Using Utl file package, Inbound interfaces Using Sql Loader tool),
    Conversions ( Overview on conversions, differences between interfaces and conversions, working with staging tables script, developing validation package, standard to be follow in conversions),
    Flex Fields( Types of Flex Fields, Description Flex Fields, Key Flex Fields),
    XML Publisher (Intro to XML Publisher, Generating XML File Using Report, Creating Templates, Creating Data Definitions
    I have learned only Inventory Module in Conversion, Interfaces, Reports, Forms ( other module like application developer, system administrator, XML Publisher)
    I have learned Item Import Project In Conversions, On Hand Quantity In Interfaces, Stock Expiration Report using Reports, XML Publisher)
    Why i Got this doubt because I attend interview they were asking different questions like this which My faculty didn't teach
    What are the receipt tables?
    What is invoice table name?
    API Name for conversion
    What is external table
    What is Pragma
    How many types of item available
    Mutating error
    P2P cycle
    is all the above belongs to apps Technical only I asked my faculty he said its functional who is correct faculty or interviewer
    Please help me in this regard
    Edited by: 969372 on Feb 1, 2013 12:22 PM
    Edited by: 969372 on Feb 1, 2013 12:22 PM

    Hi,
    Why i Got this doubt because I attend interview they were asking different questions like this which My faculty didn't teach
    What are the receipt tables?
    What is invoice table name?
    API Name for conversion
    What is external table
    What is Pragma
    How many types of item available
    Mutating error
    P2P cycle
    is all the above belongs to apps Technical only I asked my faculty he said its functional who is correct faculty or interviewer
    Please help me in this regardWhat all you have studied is basics. And in the institutes they only teach you 5% of actual work, Yes only 5%. They can not teach the whole 5 years learning just in few classes.
    In real time When you are working as a technical consultant, you get to speak to functional consultants a lot of time for developing reports, customization, creating custom forms.... So thats why the interviewer has asked a mixture of both technical and functional.
    The questions they asked also depends on the number of years experience you have in the resume ;).
    How ever you can gain more knowledge from blogs and forums like this.
    I will point you to few of them
    Your first step should be reading all the documents related to technical filed from the following link.
    http://docs.oracle.com/cd/B53825_08/current/html/docset.html
    Then read atleast 10 to 15 real time issues related to your field from forums like this.
    and read posts from oracle apps technical gurus like Anil Passi,
    http://oracle.anilpassi.com/basic-concepts-list-of-useful-oracle-apps-articles-2.html
    and links to all the technical blogs can be found at
    http://oracleappsexperience.blogspot.com/2010/02/my-favourite-links.html
    Best of luck and you will get a job soon.
    Thanks

  • How do I change the lable of next and previous button in GAF of FPM

    Hi Experts,
    How do I change the label of next and previous button in GAF application using FPM in each individual step?
    Thanks!

    Hello Anthony,
    as far as I am aware only the final step before the confirmation screen can be changed. Which you can do by clicking on it in the configuration view - click on the last but one step - and click on the next button - at the bottom of the screen you'll get a view where you can change the label of the step.
    There is some logic in this - in that it does make for a more consistent user experience across various apps.
    It's different to how we could do things in Java - but it's nice that there is a certain level of conformity across FPM apps.
    hope this helps,
    Cheers,
    Chris

  • App Print & ePrint Needs a FIX

    C'mon HP! It's well documented that these apps are not working for most yet there have been no good solutions to the problem. I use my printer to print an app (any app) and it sits there trying to download the product and eventually says "Unable to retrieve content from the web" and times out. ePrint Center on the web shows my printer as connected and my wireless connection is solid and everything works great except the eprint with attachment feature and this print app feature. Reboot the printer, same problem exists. These features are a large part of the reason I bought this printer and if you guys can't provide some solid feedback on how to remedy these issues I will return it this thing and rate it very low on multiple sites. Not a threat, but Its time HP's feet is held to the fire after spending 400 clams on this thing. Your advertising campaign is obviously effective so now it's time to hold up you end of the bargain!

    Greetings,
    I'm an HP employee who worked on the LaserJet Print Apps solution. When you posted this, the ePrint service was having some connectivity issues that have since been resolved. How are things now?
    If you're still having problems, I'd like you to try to reregister for ePrint. (Sorry, this will change your printer's e-mail address and you'll have to add it again at ePrintCenter.) To do this, select "Remove Web Services" from the Web Services menu. After doing this, go back into the Web Services menu and select "Enable Web Services." (I work on LaserJets; if you have an ink product, the names may differ slightly.)
    There were some patches being applied I believe until Friday (I don't work with the server folks) to resolve connectivity issues. I have been connected since then and able to  use the Print Apps and ePrint.
    For a little more background... the Print Apps use ePrint in order to print. When you select a job, your selections get turned into a Print job that prints via ePrint. When ePrint was having issues, you would also see issues with the Print Apps. Since the print app never detected that your job was printed, it timed out and displayed the "Unable to retrieve content" message. Hope this helps.

  • Regd MSS FPM Configuration...

    Hi ,
    we have implemented ESS & MSS business packages . I need to show the Appraisals and Qualification iview which is displayed under MSS >> Team >> Employee Information >> Personnel development  page in MSS >> Team >> Employee Information >> General Information  page . Is it possible to use the Appraisals and Qualification applications in General Information page?. Can we overwrite the sap.xss.BaseConfigurationID for these applications?.
    Thanks in advance,
    Vasu

    Hi,
    1) create your custom page/iviews based on MSS Pers Info
    2) create your custom FPM app based on current FPM app for MSS Pers Info (copy & paste as a delta link)
    3) change your new custom FPM app to include the Appraisal & Qualif
    4) include in your new custom page for MSS Pers Info the Appraisal & Qualif iview
    a few additional steps can be required, check for your case (current views and perspective)
    The Wiki proposed is excellent, maybe you can read it starting from point 3. Also the following Wiki can be more useful for your requirement:
    https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=118423928
    KR

  • Netflix on Amazon App Store

    Recently upgraded to the passport.
    Cannot find Netflix app on the amazon app store.
    On my q5 it wouldn't show up if you search for 'netflix' but I located the app in the Top Free list.
    Moving to the passport I am unable to locate the app.
    Also tried apktrain.com but v3.02 only logs into the main profile and I am unable to switch.

    Due to the number of problems with "upgrading" to this OS level, I suggest you try the very clean and very forceful AutoLoader OS Reload:
    http://supportforums.blackberry.com/t5/BlackBerry-​10-OS-Device-Software/Upgrading-OS10-devices-using​...
    Beware that it is completely destructive...the device will be "like new"...no data, no apps, no accounts, etc. Be sure you take a full backup first, as well as make full manual documentation of all apps, accounts, configurations, etc. Sometimes a restore reintroduces the very corruption one is trying to eliminate, and manual reconfiguration is necessary.
    You can also use this to fall back to a prior OS if you desire...you can install any OS level for which you can find an AutoLoader. (Hint...search over on the CB site!)
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Fpm.navigate - using the FPM to redirect application to a new URL

    Hello All,
    Has anyone managed to successfully used the fpm navigate method to cause the application to close and open a URL when the application is not running in a portal?
    I tried to do the following in the onInit of my Fc, but got an error in that the FPMComponentWindowInterfaceView controller was not instantiated...
         NavigationTarget restartURL =
         new NavigationTarget(                         
         null,
         NavigationTarget.NAVIGATION_TYPE_URL,
         null,
         null,
         null,
         true,
         themeURL,
         null,
         null,
         null,
         null,
         WDPortalNavigationMode.SHOW_INPLACE,
         null);
         fpm.navigate(restartURL);
    error occurs in the FPM code of com.sap.pcuigp.xssfpm.wd.Navigation.java:
    if (exitUrl != null && !"".equals(exitUrl)) {
         if ("".equals(windowTarget)) {
              // replace current application with navigation target in same browser window
              wdThis.wdGetFPMComponentWindowInterfaceViewController().wdFirePlugExitPlug(exitUrl);
         } else {
         // open navigation target in new browser window; different targets are not supported by WD
              IWDWindow window =
              wdThis.wdGetAPI().getComponent().getWindowManager().createExternalWindow(exitUrl, text, false);
              window.setWindowPosition(WDWindowPos.CENTER);
              window.open();
    the
    wdThis.wdGetFPMComponentWindowInterfaceViewController()
    fails.
    Has anyone else managed to get this method to work? Is there something I should be doing before executing my code? I would have thought that as this interface view controller is the one that all FPM apps use as a starting point, that it would be instantiated...
    Help/ideas appreciated.
    Thanks,
    Chris

    No response was ever forthcoming - I'm not sure if the same issue still exists - but I'm going to close this off as I really can't be sure it is still relevant.
    - Chris

  • How to pass data from one  UIBB to anothere UIBB in OIF/GAF - FPM

    Dear all,
    as of now i am using FPM only for displaying data  from different components.
    now i would like to pass the data from one UIBB to another by calling second UIBB on action of a button. (instead of using standard path in GAF scenario)
    how could i achieve this.  is there any difference mechanism's for UIBB's of single component and UIBB's from different different components.
    it would be great if some one can explain or help me reg this issue on both OIF and GAF FPM's.
    Thanks in Advance.
    Best Regards,
    Kranthi kumar Palle.

    I've actually combined these two approaches to data sharing - I've passed a class reference in the shared data component. This is nice (in my opinion) because it is very obvious where the data is coming from and who it is shared with. It also means that there is not a huge overhead in passing data through the shared context, because you are just replicating a reference to a class instance.
    And -  you don't have to deal with singleton classes :-). So if you want/need to extend your implementation at a later date (for example embedding multiple instances of the same "app" in the one window - or suspending and resuming to another instance of the same app you can then do this. (NB - suspend resume to launch another FPM app does not work because of this (amongst other things)).
    NB a shared data component need not be faceless! I certainly have "shared data" UIBBs that also have UI components - possibly not best practice - but it certainly can be done.
    Cheers,
    Chris

  • Custom FPM Application: application variant and self services config in PCD

    Hello,
    I've created a webdynpro based on FPM framework and created a FPM Application using the Self-Services administrator too.
    My question is, how do I get the application variant so that I can create an iview out of this custom fpm application?
    For example, the perspective of my FPM application has the custom wd FPM View and I'd like to add more fpm views to it.
    If I want to create a page for this FPM app, I need to be able to "see" these added FPM views as application variants while creating the iviews and page.
    For all the delivered SAP components/dcs there already present the FPM Applications in the PCD.
    How about custom developed FPM apps?
    Any help is greatly appreciated.
    Thanks,
    Rajit
    Edited by: Rajit Srinivas on Apr 8, 2008 8:47 AM

    Anybody, please any ideas?

Maybe you are looking for

  • 5-screen (multi-monitor) nVidia xorg.conf -- my setup

    Hi. I would like to share my xorg.conf, since it took forever to get right. There isn't a lot of information out there for folks using > 2 monitors, or several graphics cards, or esoteric setups including rotation etc. I hope this will be useful; I w

  • Can't specify XML Schema root in MDM Syndicator

    Hello:  I am using MDM 5.5 SP3, and I am trying to use Syndicator to output multilingual XML product descriptions.  The XSD I am attempting to use is pasted below. When I attempt to specify the Destination Properties and select the XSD file I have lo

  • Sequences in order - 10g r2 RAC

    Hello, we have a j2ee application against Oracle 10g r.2, which uses sequences (over ten approximately). These sequences are used to assign automatically value to the primary key of registers of several tables. In production environment, we have RAC

  • LabVIEW, MSAcess, and Database Toolkit (Exclusivity Problem)

    Hi all, I have recently developed an application that's used for testing production products and sends the final test data to a MS Acess database via the database connectivity toolkit.  We've run into a problem with it though.  This program needs to

  • How to back up itunes to a external drive.

    I need some help I just bought a Western Digital Elite Portable external drive and I want to back up my itunes in it. The problem is that I've never done it before so basically I do not know how to do it. I been backing up to discs but I want to do i