Extending modules

Hi,
Here's the scenario:
I am preparing product preview modules for my application. The core of the module has a viewstack and controls to navigate the stack. The modules extending this module need to have the viewstack replaced with different graphics so that controls in each of these modules is linked to the modified viewstack.
Attaching code files.
My problem is that the modified viewstack doesn't show up.
Brief of the sample code:
Base module viewstack
<mx:ViewStack id="previewStack"/>
Extended module viewstack
<previewstack>
     <mx:ViewStack>
          <mx:Canvas>
               <mx:Image source='{some embed}'/>
          <mx:Canvas/>
           <mx:Canvas>
               <mx:Image source='{some embed}'/>
          <mx:Canvas/>
           <mx:Canvas>
               <mx:Image source='{some embed}'/>
          <mx:Canvas/>
     </mx:ViewStack>
</previewstack>
The viewstack in extended module doesn't show anything but the assets sure got embedded as inferred from filesize

I wonder if the sub-ViewStack needs to be wrapped in a VBox or something. Try this:
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
  <mx:LinkBar dataProvider="{vs1}"/>
  <mx:ViewStack id="vs1">
    <mx:VBox label="BlackRed">
      <mx:LinkBar dataProvider="{innerVS1}"/>
      <mx:ViewStack id="innerVS1">
        <mx:VBox label="Black">
          <mx:Image source="@Embed(source='black100_100.JPG')"/>
        </mx:VBox>
        <mx:VBox label="Red">
          <mx:Image source="@Embed(source='red100_100.JPG')"/>
        </mx:VBox>
      </mx:ViewStack>
    </mx:VBox>
    <mx:VBox label="GreenGray">
      <mx:LinkBar dataProvider="{innerVS2}"/>
      <mx:ViewStack id="innerVS2">
        <mx:VBox label="Green">
          <mx:Image source="@Embed(source='green100_100.JPG')"/>
        </mx:VBox>
        <mx:VBox label="Gray">
          <mx:Image source="@Embed(source='gray100_100.JPG')"/>
        </mx:VBox>
      </mx:ViewStack>
    </mx:VBox>
  </mx:ViewStack>
</mx:Application>

Similar Messages

  • Flex 3 GA Designer doesn't work with my modules

    This is absolutely critical to our application.
    In Flex 3 Beta I had no issues doing this, in Flex 3 GA it
    does not work and I'm wondering if any of you have seen this issue.
    I have extended Module to MyModule and added code that I
    need. My Flex builder is setup into three projects. AppProject,
    ModuleProject, and FrameworkProject.
    My Framework is compiled to myframework.swc and is in the lib
    folder of both ModuleProject and AppProject. Both have the swc
    correctly setup in the project properties.
    When I open one of my Modules in code view it works great.
    But when I go over to design view I get an error message in the
    middle of the design view with the the text "An unknown item is
    declared as the root of your MXML document. Switch to source mode
    to correct it." The root node is MyModule and correctly namespaced.
    Proof of this is that it compiles and runs fine. Only does not work
    in design view of FlexBuilder
    In the Problems view of FlexBuilder shows a warning: Design
    mode: Cannot load myframework.swc (reason: ERROR: Load Verify). It
    may require classes (such as Adobe AIR components) that are not
    supported by design mode. Check the Eclipse error log for more
    details."
    This used to come up just fine in design view with Flex 3
    beta and now does not in Flex 3 GA. In Flex 3 GA, if I remove
    myframework.swc from my ModuleProject and instead add a new source
    link that points to the src folder of my FrameworkProject it works.
    But I don't want to have to setup my ModuleProject this way because
    our customers will be able to build their own Modules based off of
    our Framework and I don't want to give them anything more than a
    swc.
    Our entire application is based heavily on this. Our
    customers will use FlexBuilder to design their own forms, compile
    them to swf modules and our application will load and process them.
    The code in our framework is proprietary and we only want to give
    them a swc, not our code.
    Any suggestions?
    Thanks,
    Dale

    Hi Dale and Anthony,
    Have you switched the SDK in FB? If so, you may be seeing
    this bug:
    error logged when change compiler to Flex 2.0.1 hotfix3 for a
    project which has Flex 3 swc in its lib path, warning remains in
    problem panel after switch compiler back to Flex 3 SDK
    https://bugs.adobe.com/jira/browse/FB-11948
    As in the Comments section of the bug, one way to work around
    the issue is to close and reopen the project.
    If that's not what you're seeing and you've files & steps
    that can reproduce the issue, please log a bug at
    http://bugs.adobe.com/flex
    and let me know or email me the files and reproducible steps. We'll
    have to reproduce the issue first before our engineers can fix it.
    thanks,
    Sharon

  • Compiler can't find other classes

    I've got this bad problem that's been bugging me all weekend, and I can't work out how to fix it. A few months ago I was able to write classes that use other classes I've defined no problem. I just started using my compiler again, and now when I want to use different classes I've written, the compiler says that it can't find the other class:
    D:\uni\2005 Sem2\cse12ipj\assignment\HabitatModule.java:12: cannot find symbol
    symbol: class Module
    public class HabitatModule extends Module
    ^
    1 error
    Tool completed with exit code 1
    I've compiled the Module class and it doesn't have any errors. I'm guessing that there's something wrong with the classpath variable. Is that right? I'm using java 5.0.

    This is the base class. It compiles fine.
    public abstract class Module
    private char type;
    private String axisCode;
    private Module moduleList;
    abstract int getSpareCapacity();
    When I compile this next class, the compiler on my PC says that the class Module can't be found:
    D:\uni\2005 Sem2\cse12ipj\assignment\Habitat.java:12: cannot find symbol
    symbol: class Module
    public class Habitat extends Module
    ^
    1 error
    Tool completed with exit code 1
    public class Habitat extends Module
    private class Person
    private String name;
    private int id;
    private String speciality;
    private int maxPeople;
    private int nrPeople;
    private char subType;
    private Person personList;
    private String purpose;
    public Habitat(int maxPeople, char subType, String purpose)
    this.maxPeople = maxPeople;
    nrPeople = 0;
    this.subType = subType;
    this.purpose = purpose;
    public int getSpareCapacity()
    return maxPeople - nrPeople;
    If I compile it on any other machine, it's fine. I was looking on the web, and the CLASSPATH doesn't have to be changed for classes in the same directory.

  • My application hangs after 10 hours in the serialport read sub-vi. Why?

    My application is programmed under LabView 5.1.1 on a windows 2000 platform.
    I use a MOXA RS232 extending module with a B&B RS485- converter.
    After 10 hours trouble-free working, the application, using semaphores, hangs in the serialport read sub-vi.
    In the same constelation without RS485-converter, once the application hanged up in the serialport write sub-vi. After Restarting LabView I was still not able to access the serial port. So I had to restart the PC.

    I am not sure, but it looks for me as some buffer overflow error.
    Like you read or write something before it is ready.
    Try to play with the lines like DTR and so on.
    regards
    PP
    Isildur wrote:
    >
    > My application is programmed under LabView 5.1.1 on a windows 2000
    > platform.
    > I use a MOXA RS232 extending module with a B&B RS485- converter.
    > After 10 hours trouble-free working, the application, using
    > semaphores, hangs in the serialport read sub-vi.
    > In the same constelation without RS485-converter, once the application
    > hanged up in the serialport write sub-vi. After Restarting LabView I
    > was still not able to access the serial port. So I had to restart the
    > PC.

  • Inheritable instance counter variable

    Here's a problem that's been bugging me for a while, and i'm sure there's a simple solution to it that is just escaping me.
    I'm developing a pluggable module based system, so i have my base class module with a reference counter counter += 1 in the constructor
    My problem is that subclasses of this module don't inherite their own counters (as in counters of the instances of that particular module), instead they just increment the base class's counter.
    public abstract class Module {
        //... other stuff
        public static long instanceCount = 0;
        /** Creates a new instance of Module */
        public Module() {
            init();
        public void uninit(){
            Module.instanceCount -= 1;
        public void init(){
            Module.instanceCount += 1;
        //... more stuff
    public class TestModule extends Module {
        //... more stuff
        public TestModule() {
            MenuItem = "Test/TestModule";
            ModuleID = "TESTMODULE";
        //... more stuff
    public class TestModule1 extends Module {
        //... more stuff
        public TestModule1() {
            MenuItem = "Test/TestModule1";
            ModuleID = "TESTMODULE1";
        //... more stuff
    }so, say i created 4 TestModules and 2 TestModule1s
    I'm trying to get something like:
    Module.instanceCount will equal 6
    TestModule.instanceCount == 4
    TestModule1.instanceCount == 2
    thanks
    -Mythagel

    Here is an idea. Use the following class to keep track of instances of specific classes:
    public class InstanceCounter {
      private static final Integer ONE = new Integer(1);
      private final Map counts = new HashMap();
      public void registerInstance(Class clazz) {
        final Integer oc = (Integer)counts.get(clazz);
        counts.put(clazz, oc == null ? ONE : new Integer(oc.intValue() + 1));
      public int getInstanceCount(Class clazz) {
        final Integer oc = (Integer)counts.get(clazz);
        return oc == null ? 0 : oc.intValue();
    }You can then change your Module class to this:
    public class Module {
      static final InstanceCounter instanceCount = new InstanceCounter();
      public Module() {
        instanceCount.registerInstance(getClass());

  • Wanted: Keyboard-controllable software with GUI

    Hi!
    I am both providing a list of GUI-based keyboard-controllable programs and asking for the names of other such programs. “keyboard-controllable” means that I am able to control the program’s functionality completely with the keyboard. Mouse support may or not be included, what matters to me that I am not required to use it. What is clealy not “keyboard-controllable” are programs which have some shortcuts . Also I think the Alt+[something] and then pressing the cursor keys and hitting [Enter] to access the program menu items is pretty cumbersome, the same is true for “tabbing” through all the possible widgets (in the worst cases one thinks one has to press [Tab] a thausand times to get to the widget one desired ). Long story short the programs should be optimized for keyboard usage, some crappy shortcuts are not sufficent.
    And maybe, just maybe, one day I will be able to use a GUI AND to throw my mouse out of the window.
    Preferably, these programs should be GUI-based, but I would not instantly shy away from console-only programms if there is no GUI alternative at hand.
    Here is a list of keyboard-controllable programs which use a GUI:
    PDF reading: zathura
    Browsing: Mozilla Firefox + the add-on “Pentadactyl”, uzbl, jumanji
    System administration/file management: a console + a shell (I am not going to list all possible combinations)
    Raster image viewing: sxiv
    Dictionary lookup: Ding (I kinda cheated here, see below)
    Tiling window manager: Awesome, xmonad, dwm, other tiling window managers I forgot
    Text editing: GVim
    e-mail: Mozilla Thunderbird + the add-on “Teledactyl”
    keyboard-controllable (obviously!) console programs, a GUI replacement would be nice:
    Text editing: Vim, Emacs, sed
    Hex editing: DHex
    Browsing: Lynx
    Text in bold type are programs that I use. Text not in bold type are programs I heard of or used earlier.
    Here is a lenghty list of reasons why I picked “this” program and why I did not pick “that” program (note: You can safely skip this section):
    I picked Vim because I think it makes me more productive than, say, notepad.exe
    I didn’t pick GVim because I think the GUI here gets just gets me in the way. This may be an exception to the rule that prefer GUIs.
    I didn’t pick Emacs because I never tried it.
    I didn’t pick sed because I am not nerdy enough.
    I picked zathura because it has (a) Vim-inspired key-bindings and (b) lets me choose a PDF library. (c) because it is fast.
    I picked Pentadactyl because of the Vim-inspired keybindings and it is very advanced. It provides the basic privacy management features. Cookie management is even natively supported and integration with the NoScript Firefox add-on is provided through a Pentadactyl plugin. Another plugin allows proxy selection, which is useful for Tor users, for example. Yes, there are plugins for Pentadactyl. Sadly, the plugin functionalty in the nightlies are currently unstable and the stable build 1.0 works with Firefox 4.0, but not neccessarily for later versions! If the problem pertains, I am probably going to flame the Pentadactyl mailing list.
    I did not pick uzbl because it lacks the most basic privacy management functions.
    I did not pick jumanji because it is imcomplete and lacks the most basic privacy management features.
    I picked DHex because it is the only hex-editor in existance I know which does not suck. It would be nice to see a similar program which is not console-bound.
    I picked sxiv because it is blazing fast.
    I picked Ding because it is the only program I know which fits my needs. Actually, I cheated here since you can’t configure the program without using the mouse. But since I never feel like to reconfigure the program ever again, this is a non-issue for me.
    I picked Awesome because … umm … I forgot! Umm … maybe because it is a tiling window manager?
    I stopped using xmonad because … umm … why did I stop using it in the first place?
    I stopped using dwm because I think the idea of configuring your application with a C header file, requiring you to recompile the application each time is kinda nuts.
    I do not like console-based browsers at all because they lack the capability of showing images and  But if I have access to a console only and badly need a browser, I use Lynx, it is the only one I know. Normally, Lynx does it job—as a console-based webbrowser—well except one thing, which annoys me. This one thing I hate about lynx is that it renders tables in a really awkward and non-intuitive way. Try to open any webpage which contains tables with Lynx and you’ll instantly understand.
    I never tried Teledactyl because the developers consider it unstable.
    I use rxvt-unicode + GNU Bash (aka “the console”) because anything is possible with them. Lots of GUI configurators have been created, I think they all suck
    As for file management/filesystem browsing, I also use the console but am open to find about a graphical application if it turns out that I am actually more productive with it
    Currently, I am still looking desperately for programs which can be controlled by the keyboard, are optionally GUI-based and are one of this:
    feedreader which supports:
    RSS
    Atom
    e-Mail client
    good standalone SVG viewer: (I mean “good” in the sense of “allows zooming” and “implements at least most things of the SVG specification”. Boy, does such a program—wheather keyboard-controllable or not—even exist?)
    to-do-list manager
    BitTorrent
    music player which supports (I don’t care wheather natively, pluginly or librarily) at least:
    MP3
    Vorbis codec
    FLAC
    OGA: Ogg container
    MKA: Matroska container
    XM: Extended Module
    IT: Impulse Tracker
    MOD
    PS: I am a long-time Arch Linux user, I just were quiet.
    Last edited by Wuzzy (2013-05-04 19:04:07)

    Wuzzy wrote:The List of Applications does not make distinction at all wheather or not an application is keyboard-controllable or not. And I don’t feel like editing the descriptions since the wiki page looks to me as if it wants to keep the descriptions very short. I think it would be better to create a new page in the wiki. Additionaly, Pentadactyl would simply be wrong in the full List of Applications, since it is just a plugin.
    Actually vimperator and pentadactyl, though they are just extensions, offer a whole framework for further extension. Many people in this community say they use vimperator or pentadactyl rather than saying they use Firefox. And, for the record, it's a wiki. Feel free to contribute to it, if the moderators or other wiki users feel as though it should be done differently, they will revert or modify it.
    In my definition, an application is “graphical” if it uses GTK+, or Qt, or Tcl/Tk or even just X or whatever else in that direction, I hope you get the idea. It doesn’t really matter. It is graphical if it uses windows and that stuff. An application is graphical if it works on a per-pixel basis (you can move a window on a per-pixel basis) instead of a per-character basis (like an application in a terminal). Anything console-based does clearly not fall into the “graphical” category, at least not into my category.
    All of the applications you mentioned I heard of somewhere earlier and all of them except one are not graphical.
    Fair enough. You're going to find that GUI applications are far less likely to have extensive {vim,emacs}-like keybindings (unfortunately). Personally, if everything had vim-like keybindings, I would be extremely happy.
    I also already tried MPlayer. This is the exception. Oh my! I seem to have totally forgotten that program. The reason I went away from MPlayer is that it apparently it does not support playlists or organizing playlists or stuff like that. Correct me if I am wrong. But thanks anyways, I certainly need to look on MPlayer closer again. I know MPlayer has lots of keybindings so it is a shame I forgot that.
    Mplayer absolutely supports playlists. However, in terms of keeping a library, that's easiest when you just have a nice and organized file hierarchy.
    But applications which are both graphical and keyboard-controllable seem to be a rarity. (Examples for this are in the initial post.) That’s the reason why I started this thread after all. I may even be the first one to publicly start to collect such applications. Oh, and if someone mentions another graphical keyboard-controllable application maybe I create that wiki page. Don’t panic, I am certainly not going to edit my initial post to make this monster even bigger. ;-)
    Zathura -- Graphical PDF application that uses vim-like keybindings and supports mouse control (also has plugins available for djvu compatability).
    dwb, uzbl, luakit and others -- graphical web browsers with very customizable keybindings (largely vim-like out-of-the-box).
    I don't feel like there's a point to creating a new Wiki page just to track applications which are graphical and have nice keybindings. That seems like overkill.
    All the best,
    -HG
    Last edited by HalosGhost (2013-05-05 22:01:29)

  • 6120 Fabric Interconnect

    Is it possible to connect both ethernet switch and FC switch from 6120  Fabric Interconnect using the 8 port extended module?

    Dhinesh,
    Which expansion module are you using? N10-E0440 or N10-E0080 (both of them have eight ports).
    If its E0440 - Yes, you can use it for both Ethernet uplink as well as FC uplink.
    E0080 - Is just FC ports.
    (the ports on the module which have green color on them are FC ports).
    Here is the URL to the Spec sheet for your refernce:
    http://www.cisco.com/en/US/prod/collateral/ps10265/ps10276/spec_sheet_c17-665945.pdf
    ./Abhinav

  • LMS alert // EVENT DESCRIPTION = OperationallyDown

    Hello guys,
    We have a Nexus 5k and several FEX switches (Nexus 2k) in our network. For the past 6 months or so, we are seeing this event on the LMS repeating for different FEX switches:
    EVENT ID                = 0000ZY2
    TIME                = Wed 22-Apr-2015 19:56:42 EET ; 
    STATUS                = Cleared ; 
    SEVERITY                = Informational ; 
    MANAGED OBJECT                 = <IP Address> ; 
    MANAGED OBJECT TYPE                = Switches and Hubs ; 
    EVENT DESCRIPTION                 = OperationallyDown::Component=CARD-<IP Address> [Fex-107 Fabric Extender Module: 24x1GE, 2x10GE in FixedModule-1/107000022-Fex-107 Fabric Extender Module: 24x1GE, 2x10GE in FixedModule-1];ComponentClass=Card;ComponentEventCode=1073;SerialNumb ; 
    NOTIFICATION ORIGINATOR = Fault Management Module
    When I check the FEX switch I see it is up and running fine and I don't see any problems in its operation or the FEX going down. So it seems that these events are false somehow or maybe I'm missing something here.
    Does anybody know why these events are seen? What can we do to fix this issue?
    Thanks for the help!

    Thanks for the answer :)
    The thing is that this event happened like 5-6 times before and each time on a different FEX and it goes away on its own. When we check the FEX that this event reported, we don't see any problems in it and the servers connected to it are up and running fine.
    So even if I delete and re-add the FEX switches to LMS, this will not necessarily solve the issue because it may happen again randomly on one of them after some time.
    Could it be that this is happening because of a bug? Or maybe I need to tweak something in LMS?

  • Nexus - Can a host (Firewall? Server?) Etc have a portchannel betwee two Fex's?

    Hi,
    I have a question.
    I know you can have an etherchannel from say another switch to a nexus whetre two of its ports are on different line modules.
    However.
    Can you have a host like a firewall create a portchannel across two fex's? Im hoping you can as these are just extended modules surely?
    So..
    Example config:
    Ie:
    -------N7k-----
    |                   |
    FEX           FEX
    |                   |
    |                   |
    |-----Host ----|
    Have the host as an etherchannel to both fex's?
    Thanks
    L

    Hi,
    Yes, you can use Etherchannel to connect a host to both FEX, however you can't connect a switch to FEX.
    HTH

  • Learning about XMP files...

    If you were like me, not aware of this format and its usage, you might consider to lookup Adobes official pages and read white paper about its design and use:
    http://www.adobe.com/products/xmp/
    This acronym is being used currently in several differing meanings, so look for "Extensible Metadata Platform," and not for example for "Extended Module Player," to name only one other use of XMP. Adobe's XMP is available under Creative Commons license, correct me if I am wrong:
    http://creativecommons.org/technology/xmp

    Something else that may be of interest. There are ISO standards based on PDF, such as PDF/A (ISO 19005-1). These standards describe the use of XMP.
    I don't know exactly how far XMP has been standardised itself, but it is certainly referenced and exploited by at least one ISO standard.

  • S10e and 4 BIOS beeps at startup

    I have read a lot about this kind of problem.
    First off, it is not documented in the “IdeaPad S9e, S10e, and S10 Hardware Maintenance Manual”. There is only mention of “Four cycles of four short beeps”, but clearly here I have only one cycle.
    Second, according to the many posts (on different models) which I have read it seems related to the memory. Many people solved it by switching memory modules or simply replacing them. S10e has an on-board memory module which I can not remove or replace. I tried removing the extended module, but the problem remains.
    Has anyone experience with this? What else could I do? Is there a possibility to shut off the on-board memory? I was looking for a jumper, but couldn’t find any.
    Regards,
    Davor

    probably system board or ram ( internal ) issue.
    contact lenovo support line and ship it back to service.
    ( before, try to remove the battery, un-plug the ac power, press power button for 30-40 seconds, replace the battery and check if it works. also, try to set default settings for bios )

  • How to find out the inbound function module in the extended idoc

    Hi,
    how to find out the inbound function module in the extended idocs
    Thanks .

    through we41/we42 you can find the inbound function module.......
    or
    thorough we19(idoc test tool) ....
    give the input as message type or basic idoc..
    press exec...
    then you can find th button on application tool bar as inbound funtion module....
    from here also you can find..........
    <REMOVED BY MODERATOR>
    Khasimsa
    Edited by: Alvaro Tejada Galindo on Apr 14, 2008 1:34 PM

  • Can not extend an application module

    I have been trying to extend an application module in AP. At first when I created the new am and clicked on the extends button the window did not include any of the payment modules, just the ones from the tutorial. I tried a bunch of things to get the payments module (PsrAM) to appear in the window. I finally changed the path for an application module in the Base Classes screen to oracle.apps.ap.payments.psr.server.PsrAMImpl. Now it appears in the window for selection however, when I select it I get the message: Unable to extend from this object. Application Module oracle.apps.ap.payments.psr.server.PsrAM has an invalid view instance TemplateFullVO1. The code was copied right from the server and I can run the application in jDeveloper so I doubt that it is actually invalid.
    First was I right in changing the base classes to point to it? And if I should not have done that then how do I get the am to appear on the screen to extend from.
    Second, do I need to fix that before I worry about the error message?
    Glad for any help you can give me.

    Dennis
    1) when you try to extend any file you should get the calls files from sever which releated to your extend file and also placed in your jdev myclass folder.
    2) in myprojects folder create your custom path placed your java files (which you get class files from server you need to convert to java those files need to place).
    then you falow the steps bellow.
    - Identify the requried AM for extension
    - download all the requried class & xml files from server
    - configure the JDev in local PC for extension
    - create new AM, which extends the existing AM
    - do the requried changes in AM java file. (Override the methods in new AM for functionality change)
    - specify the subtution for new AM & existing AM in project .jpx file
    - compile the newly created java files to class files
    - copy .class & .xml files back to server as per the package strecture
    - import the .jpx file to server MDS repository
    - test changes
    please let me know if any required.
    Regards,
    Chandra

  • How to Extend Java class in UI Module

    Hi All,
    I am trying to make z for one of the java file GenericSearchDynamicContent.java in the standard package com.sap.wec.app.common.module.catalog.ui.utils. Can anyone please let me know what are steps do i need to follow to extend the same java file in our customer namespace and make use of it.
    Thanks in Advance.
    Regards,
    Rahul.

    Hi Rahul,
    It's upto you whether you want to keep seprate packages for custom changes (then create your own package and keep all the Z class under this) or create a Z_GenericSearchDynamicContent.java and extend this class by GenericSearchDynamicContent.java.
    After doing this you can make your custom changes accordingly and you have to also make the changes in *config.xml (replace this entry GenericSearchDynamicContent by Z_GenericSearchDynamicContent.java.) files as mapping is done there.
    Could you please let me know if you need any further information.
    Thanks,
    Hamendra

  • EXTEND BASIC TYPE HRMD_A FOR TRANSFER IDOC DATA (HR MODULE)

    Hi,
    I'm trying to various infotype 2001,2002,2006 ecc to another SAP system via ALE and since they are not part of message type "HRMD_A" I have created the extension ZHRMD_A06. I've already created the new segments(we31) and put these segments (with names Z1P2001, Z1P2002 ecc ecc) into the extension(we30). And I've assigned the extension to the message and basic type (we82).
    The new segment are processed correctly in the idoc creation via transaction PFAL, but via transaction BD21 i meet the abend message : B1 070 - Internal Error : program....command... for argument Z1P2001 (for example)
    In other words, BD21 do not process the custom segment but the PFAL yes...how it is possible?
    I've activate the change pointer in every customizing table intersting.
    Many thanks in advance for any reply
    Achille

    unfortunately, the standard do not provide the infotypes for the HR-TM (Time Management), that
    are between the structures i must send in the other system sap.
    Ok, I have never delt with Time data in HRMD_A. Probably this is the case then
    Ok,now i've checked the filter in BD64 and the tables BDCP2, CDHDR and CDPOS but it seems
    all correct!!
    By checking Filters I mean that confirm if you have added Time Infotypes there (just
    making sure). If data is appearing in BDCP2 that means there is no problem in Change
    pointer creation, Just ruling out possibility.
    Try with an user exit it's a good idea, but why in the PFAL the idoc (with the custom segments)
    is created without problems and in the BD21 no??? This is very strange
    1) Well BD21 uses the Function module (TBDME for HRMD_A) which read change pointers and
    create IDOCs. So now if you have extended Segment you have to add your population code
    here somewhere.
    2) PFAL is Push program, my assimption here is you have wriiten some piece of code to
    populate Additinal segments data here? Otherwise IDOC will not be populated
    automatically.
    Let me know what you think.

Maybe you are looking for

  • MIXING ORIGINAL APPLE MEMORY WITH MEMORY FROM ANOTHER MANUFACTURER

    Hi everyone, I'm about to hop on the mac train and buy a macbook 2.16GHz( the recent previous black model) It's coming with 1GB of memory and I wanted to buy 2GB to add to it. I found a good deal for a OWC 2GB DDR2 PC2-5300 667MHz DIMM(it's one stick

  • How do i save as a .doc or .pdf

    In pages how do I save my documents as a .doc or .pdf so non-pages users can view them?

  • JFileChooser -- how to display the system roots--

    I am suprised I cannot find this answer by doing a quick search on Google but when my file choose inital opens I would like it to display the root of the file system. For example on Windows when it opens I would like it to show C:\, F:\,.. whatever d

  • Flash Log-In

    Hello- I am working on a project for a client... It will be a self-running application on a flash drive. Midway through the project, the client informed me that the application's users must first log-in via their website's log-in system. This would b

  • Searching TREX Index through Web Dynpro

    Hi experts, I'm trying to search through my TREX indexes with Web Dynpro. I have found some sources on this website and they seem to work, but when I test my Application, the table I want to fill stays empty. The strange thing is that the "getNumberR