Communication between modules

Hi all,
Im trying to load a module within other module and i want to
communicate them ... this is possible ?
I've been trying it with the parentApplication and i didn't
have result neither with the a = mymove.child ... lo call a
function .. i call the function but i cant pass any parameter. and
sent me an error.
anyone know how can i do this ... any of this make sense ?
I hope someone can help me on this ...
Best Regards
Cesar

Sorry,
The problem is that i need load some module inside other
module and that one (the parent load it in the application)
mi code is like this:
<mx:Application ...
<mx:ModuleLoader url="modules/formProveedores.swf"
left="100" top="65" right="30" bottom="30"/>
...mx:Applicatoin>
this module formProveedores is kind of big ..
<mx:Module xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="absolute" width="100%"
height="100%" xmlns:components="components.*"
xmlns:utilities="modules.utilities.*"
creationComplete="initApp()">
<mx:Style source="../styles/styles.css" />
<mx:Script source="../AS/ASProveedores.as" />
<!-- ********* Module of Accionistas ***** -->
<mx:Canvas label="Accionistas" width="100%"
height="100%">
<mx:ModuleLoader url="modules/Accionistas.swf"
id="accionistasModule" ready="setProveeId()"
right="10" top="10" left="10" bottom="20"/>
</mx:Canvas>
<!-- ********* End Module of Accionistas ***** -->
</mx:Module>
/* the AS of this module is like this:
// ActionScript file
import AS.ObjProveedor;
import modules.Accionistas;
import mx.controls.Alert;
import mx.modules.IModuleInfo;
import mx.modules.ModuleManager;
import mx.rpc.events.FaultEvent;
import mx.rpc.events.ResultEvent;
public var assetModule:IModuleInfo;
public var sm:Object;
private const _strDomain:String = new String("
http://localhost/proveedores/");
private const _strUploadScript:String = new String(_strDomain
+ "upload.php");
[Bindable]
public var myProvee:ObjProveedor = new ObjProveedor();
public var mdle:Accionistas;
public function faultHandle(e:FaultEvent):void{
Alert.show(String(e));
public function resultHandler(e:ResultEvent):void{}
public function setProveeId():void{
//accionistasModule.child.uploadId("a");
mdle = accionistasModule.child as modules.Accionistas;
mdle.uploadId("u");
private function initApp():void {
var Obj:Object = new Object();
Obj.bring = "cedula";
Security.allowDomain(_strDomain);
ProveedoresDyn.addEventListener(ResultEvent.RESULT,
bringCedula);
ProveedoresDyn.url = _strDomain + "bringSessions.php"
ProveedoresDyn.send(Obj);
private function bringCedula(e:ResultEvent):void
myProvee.cedula = int(String(e.result.num_cedula)) + 1;
ProveedoresDyn.removeEventListener(ResultEvent.RESULT,
bringCedula);
private function searchImages(id_o:String):void{
// this is to update the list of the documents uploaded
and the accionistas module is kind of big too but is like
this:
<mx:Module xmlns:mx="
http://www.adobe.com/2006/mxml"
layout="absolute" width="100%" height="100%"
creationComplete="init(event)">
<mx:Script source="../AS/ASAccionistas.as" />
</mx:Module>
this AS file has a function wich is:
public function uploadId(id:String=""):void
vProveedor = id;
Alert.show("---"+String(id));
//Alert.show(parentApplication.PATH);
and all the other things i think they doesnt matter in this
problem if you need info about it i;ll pot them...
and when i run it when the module parent is an application it
works it call the function in the child the problem comes when i
add it to the parent parent Application when i run the principal
application ... it keep sending me this error:
TypeError: Error #1009: Cannot access a property or method of
a null object reference.
at modules::formProveedores/setProveeId()[C:\Documents and
Settings\cesar\My Documents\Flex Builder
3\Proveedores\src\AS\ASProveedores.as:28]
at
modules::formProveedores/__accionistasModule_ready()[C:\Documents
and Settings\cesar\My Documents\Flex Builder
3\Proveedores\src\modules\formProveedores.mxml:83]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at
mx.core::UIComponent/dispatchEvent()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\co re\UIComponent.as:9051]
at
mx.modules::ModuleLoader/moduleReadyHandler()[E:\dev\3.0.x\frameworks\projects\framework\ src\mx\modules\ModuleLoader.as:335]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at
ModuleInfoProxy/moduleEventHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\mo dules\ModuleManager.as:1027]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at
ModuleInfo/readyHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\modules\Modul eManager.as:706]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at
mx.core::FlexModuleFactory/update()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\cor e\FlexModuleFactory.as:325]
at
mx.core::FlexModuleFactory/docFrameHandler()[E:\dev\3.0.x\frameworks\projects\framework\s rc\mx\core\FlexModuleFactory.as:413]
is kind of big sorry i hope really hope this can help you to
help me im almos done with this i really need to do it this way ...
of if you can advice me about some way to do it more simply .. I'll
be glad
Regards
Cesar

Similar Messages

  • Logos for communication between Fieldpoint modules?

    I have a system with two Fieldpoint network modules: one FP2000 and one FP1601. I am presently using datasocket calls using the lookout protocol for the FP2000 to read/write the I/O items on the FP1600. There is normally no PC connected to the two. Our NI salesperson visited today and told me that the recommended means of communication between Fieldpoint network modules is using Logos. He also mentioned using the "FieldPoint Publish Data" vi. I searched all the documentation I have and can't find anything on Logos, or any way to make any sense out of what he said. Can someone please tell me exactly what he meant and how I would implement it? I have LabView RT and FieldPoint Explorer, but no other software.

    Richard,
    Logos is the name for the NI Ethernet Protocol. It was originally developed for networking of computers using Lookout. Using DataSocket with the Lookout URL specifier, is instructing the DataSocket client to use the logos protocol or lookout protocol (the terms are interchangeable). The FieldPoint Publish Data.vi is a VI that can be run on embedded targets (e.g. (c)FP-20xx series) that can be used to make data available via the NI Ethernet protocol. For example, if you measured two sensors and calculated a value from the two sensors, you could use the Publish Data.vi to make the calculation result available from the FP-2000.
    Regards,
    Aaron

  • Communication between ECC and CRM

    Hello,
    I am in phase of showing communication between SAP CRM 5.0 and ECC 6.0.
    I am struggling with finding some simple transactions which are common in both, with which I can show correct connectivity between ECC and CRM.
       I need to save some data from CRM and access the same via transaction within ECC, save some data via ECC and access it via CRM. I already established RFC link between ECC and CRM.
    Probably communication between SD module of ECC with CRM.
    Can you please help me out with this, a clue/correct direction will be of very helpful. Basically I want to know, what transaction I can use for same.
    Any help is really appreciated.
    Thanks
    -Vishal

    Hi Glenn,
          I followed all steps in document mentioned above. In the end during execution of transaction I selected appropriate source and destination, when I click start transfer objects, it gets stuck in waiting phase.
    Among those steps I was not able to perform step#10. Creating Subscriptions for OLTP. My ERP is not displaying this option under subscription wizard. Should it be reason for not starting transfer ? I also do not see ERP logon screen when I select transfer.
    My another question is when transfer will complete, where I'll be able to see transferred objects within ERP database ?
    Thanks
    -Vishal

  • Communication between SAP and Webserver

    Hi,
    we customize the communication between our sap ecc system (module HR) and https-Server of ELENA (see sap note 1408879).
    Between both server should be installed a proxy server. Is it possible to communicate from sap system (transaction sm59) over saprouter (as proxy server) to a https-server?
    We have not found information in documentation of saprouter or in sap notes. Is there any notes and links relating on this?
    Many thanks!
    Regards
    Helmut

    I think SAP Web Dispatcher should be the right solution for you.

  • Communication between Abap and Java and Java to Abap

    HI,
    I have installed BI 7.0 and the user complaints that BEx WEB Application Designer Query results are not showing up in the WEB URL Link.
    and the BI user suggests that communication between Abap to java and Java to Abap has to be done?
    How to setup ABAP to JAVA and JAVA to ABAP communication?
    Regards,
    Magham.

    Hi,
    Jco conn from ABAP to Java
    =====================
    You can use the JCO RFC Provider Service of the Web Application Server for your ABAP to Java calls.
    The steps involved in that are
    1. Configure destination in SM59 in SAP.
    2. Create RFC Destination in Visual Admin.
    3. Create a stateless session bean with JNDI name as the name of calling function module in SAP.
    4. Add a business method public void processFunction(JCO.Funtion fn) which is called by the JCO RFC Provider Service. The name should be 'processFunction'.
    5. Set library references in application-j2ee-engine.xml to type weak for the following
    a. com.sap.mw.jco.
    b. com.sap.tc.Logging (if you are using the logging api )
    Here is the sample code for the EJB biz method
    Business Method.
    public void processFunction(JCO.Function function) {
    try {
    // Get the import parameters for the function module
    JCO.ParameterList importList = function.getImportParameterList();
    logger.infoT("The value sent is" +
    (String)importList.getValue("USER_NAME"));
    // Set the export parameter value for the function module
    JCO.ParameterList export = function.getExportParameterList();
    export.setValue("From EJB", "RETURN");
    function.setExportParameterList(export);
    catch (java.lang.Exception e) {
    e.printStackTrace();
    Jco conn from Java to others(ex:ABAP)
    =====================-==========
    • Open Visual Admin(C:\usr\sap\SID\JCxx\j2ee\admin\go.bat) and connect to server
    • Go to Destinations service
    • Open HTTP Settings Tab
    • Add/Edit destination SLD_DataSupplier and type following values
    URL – http://xyz.corp:53000
    Authentication - BASIC
    User – dynproxxx
    Password - bp52st000
    • Press save and test (if you get response code 200 everything is o.k.)
    • Add/Edit other HTTP Destination named SLD_Client with the same values as SLD_DataSupplier:
    URL – http://xyz.corp:53000
    Authentication - BASIC
    User – dynproxxx
    Password - bp52st000
    • Press save and test (if you get response code 200 everything is o.k.)
    • Go to SLD Data Supplier service.
    • Press the button named: Send the Data to SLD and confirm triggering SLD Data transfer (if you receive successful message everything is o.k.).
    ===================
    following blog might helpfull
    =======================
    /people/michal.krawczyk2/blog/2005/03/10/registering-a-new-technical-system-in-sld--abap-based
    for basic infor
    ==============
    http://help.sap.com/saphelp_nw04s/helpdata/en/21/84570b3ae14e77b3047c82218974b9/frameset.htm
    Award points if it helps

  • Communication between subscreens

    Hi there,
    I got a question concerning the communication between subscreens.
    Let's say I got a dynpro 9000 which contains 3 subscreens 9001, 9002 and 9003.
    Those three are loaded at the PBO of 9000 with
    CALL SUBSCREEN sub1 INCLUDING sy-repid '9001'
    and so on.
    When PAI is triggered in 9001 for example, is it possible that only the PBO of 9002 is triggered and not that of 9003? The problem is, that the PBO of dynpro 9000 is triggered again which triggers all subscreen PBO's of course.
    How can i solve this?
    Thanks in advance!
    Regards,
    Tobi

    Hi Tobias,
    I guess you want to suppress one of the subscreens if certain condition is met, right? For doing so you, do the following:
    Create empty screen 9030 which you would switch with 9003 if some condition is fulfilled
    "in program
    data: dynnr(4) type n value '9003'. "by default 9003 is displayed
    "in program, PAI module
    module PAI_9000 input.
    if condition = true.
      dynnr = '9030'. "switch your subscreen so it will not be shown (empty will be placed instead)
    endif.
    endmodule.
    "in screen flow logic
    PROCESS BEFORE OUTPUT.
       CALL SUBSCREEN sub1 INCLUDING sy-repid dynnr. "depending on DYNNR content either screen 9003 will be shown or empty 9030
    If, on the other hand, you want to suppress PBO module (only operational statements like setting default values in screen fields) but still show entire 9003 screen, just place your condition in PBO module (in program) of screen 9003.
    PROCESS BEFORE OUTPUT.
       CALL SUBSCREEN sub1 INCLUDING sy-repid '9003'  "call PBO of screen 9003
    "in program, PBO module
    module PBO_9003 output.
    check condition = true.
       ...."statements if condition is true, i.e. setting default values on screen
    endmodule.
    Generally, you can't put any conditional statements in screen flow logic, put you can control its behaviuor using dynamic subscreen assignment as in 1 case.
    Regards
    Marcin

  • Communication between CRM and ERP for E-commerce scenario

    Question more on lines of system architecture design.
    We are planning to implement CRM E-commerce and wanted to find out more detail about the communication between CRM and ERP systems. Do they need to communicate in real time for this application, or is it mainly initial and delta loads? Is the amount of data exchanged huge ( necessitating both systems to be on the same network, or can they be on separate geographical locations )?
    We also understand that E-commerce can also be done only using ERP. How does that differ from the CRM version?

    Hey Sanket,
    Q 1 . Do CRM and ECC need to communicate in real time for Ecommerce application, or is it mainly initial and delta loads
    Ans. CRM and ECC communicate using RFC connections which further uses TCP/IP as the protocol.The communication can be both  real time { delta loads} or offline {initial download}.
    Q2 .Is the amount of data exchanged huge ( necessitating both systems to be on the same network, or can they be on separate geographical locations )?
    Ans. The amount of data can be huge hence its preferable that both systems to be on the same network.
    Q 3. We also understand that E-commerce can also be done only using ERP. How does that differ from the CRM version
    Ans.Theres no difference functionally  but technically the application connects to the ECC system using JCO to execute all the RFC enabled function modules.
    Warm Regards,
    Sumit

  • Comparision between Modules and SWF files

    I've used modules and SWF files in my flex apps but don't
    seem to see or figure out what the basic difference between the two
    is.
    I'm interested in comparisions *excluding* file size. For
    instance:
    When would one use SWF files instead of Modules?
    Are there things possible/not possible when using one or the
    other?
    Any other pros/cons?

    Obviously you can use Application SWFs to break a large
    application into dynamically loaded parts. Modules were created to
    address the ease-of-use issue. Module SWFs provide an easier
    mechanism for communication between the Modules and main (shell)
    application SWF. Modules also give us a way to enhance that
    mechanism in the future which would be limiting if working solely
    with Applications.
    Further, Modules can be reduced in SWF-size compiling them
    against the symbols loaded in the shell application. This makes
    them much smaller and faster to download. That was possible with
    Application SWFs by using Runtime Shared Libraries. However, using
    RSLs is tedious compared to using Modules.
    I have an example of using Modules on my blog. The example
    covers the size optimization of Modules as well as communication
    with Modules.

  • Communication between MDS C9134 and C9222i

    Dear Support,
    need your help to fix my setting.
    I have bought now the good 10GBFC Module for connexion between MDS C9134 and C9222i. the trunking is OK between the 2 switches.
    But we have Vsan with zone on each MDS but they cannot communicate.
    Please find in attach my setting.
    Waiting for your feedback urgently
    Best Regards

    Hello Omer,
    Yes, you got it right, LANs are very different from SANs. VLAN concept is similar to VSAN, but there are a few differences. First of all, there is no concept of LAN's VTP in Cisco's SAN-OS (NX-OS). You need to manually create VSANs on all switches. Secondly, "inter VSAN routing (IVR)" is not automatic. You have to configure IVR vsan-topology and IVR zones+zoneset. But in your case, maybe you could just put all devices into the same VSAN and simply control communication between devices using zones. Yes, you could use only VSAN 1 to solve it. Place everything into VSAN 1 and configure zones in VSAN 1 on one of the switches. Place zones into zoneset, activate it, and active zoneset will automatically propagate in VSAN 1 to the other switch.
    Let me know if you have any more questions.
    Regards,
    Roman

  • Is in PI7.1 possible asynchronous communication between SOAP and ABAPProxy?

    Hi,
    when method execute_asynchronous has disapeared since XI/PI 7.1, is
    there still way how to use ABAP proxy in asynchronous way?
    We need to build asynchronous connection SOAP->PI->ABAP_Proxy.
    In PI, both interfaces are defined as asynchronous (outbound for SOAP and
    inbound for ABAP Proxy).
    Despite of this fact, when message is sent, it is processed
    synchronous way.
    I have set breakpoint in my implementation of method for ABAP Proxy
    message processing. When message is sent and breakpoint is reached,
    whole connection stays open (between SOAP and PI and between PI and
    ABAP Proxy) and waits for processing method (the breakpointed one) to
    return. Only when processing method returns, is connection finelly
    closed.
    If i understand it correctly, this is synchronous behavior. In
    asynchronous behavior, as i understand it, should be connection
    between PI and ABAP Proxy of application server closed immediately
    after message has been delivered. This mean before my processing
    method is even called.
    The same could be said about SOAP and PI communication. Connection
    should be closed immediately after PI has received message. From
    definition of asynchronous communication of PI is obvious, that PI
    should receive message correctly and close connection to sender system
    even when receiver is unreachable. It should deliver message later
    when, receiver system is back on line. So why it keeps connection to
    sender system open while it waits for receiver?
    Why is this happening, when both interfaces are defined as
    asynchronous? Could be the reason for this, if APPLICATION
    ACKNOWLEDGEMENT is set on by default? If so, how can i change it
    to SYSTEM ACKNOWLEDGEMENT, or disable it at all?
    Or is this kind of asynchronous communication even possible since
    XI/PI 7.1 ?
    Processing of message we are sending can take some time, so we dont
    want connection pending open while waiting for finish of
    processing. Thats the reason why we have chose asynchronous model to
    use.

    Quote from How to Use the J2EE SOAP Adapter:
    "If you select Best Effort, the Web service client will receive a response
    message in the SOAP body. Otherwise, the Web service client will not receive a
    response message if no error occurs."
    "if no error occurs" - that is the problem. In either case he still
    waits if some error occure or not. I dont want it. Once PI has
    received message, I want the connection with sender to be closed. If
    there will be error in communication between PI and reciever, I want
    to see it only in PI log. That mean no notification to sender to be
    send about that error.
    Is that possible?

  • Communication between Best Buy and Apple

    Where is the communication between these two companies? It's frustrating to have NO CLUE if a phone will come in a day or in 5 weeks. Who at Apple is deciding what they end to what stores? Obviously, Best Buy has to pay for the phones. There has to be some sort of communication. 
    Would it really be that hard for someone high up in Best Buy to communicate with Apple? Maybe a list from each store of their orders and what they are waiting on. Give that to Apple. Apple can give some sort of answer. Exepect this much in this time frame... expect this much later. I mean, something. Instead of leaving everyone in the dark, completely. 
    Someone at Best Buy corporate has to have SOME clue how Apple is shipping and to what stores. To say no one has no clue at all, is nuts. And if it's true... Best Buy needs to get a clue. DO SOME WORK FOR YOUR CUSTOMERS. At least get some truth, so if we need to go elsewhere, we can. It would be better for both sides.

    Apparently since they come on UPS, they don't know when the shipments are coming in or how much. Which I think is bull.
    If that's the case, what I want to know is HOW do they know they received the amount they were expecting? If they don't know how much they're getting or when they're getting a shipment, then what's stopping the delivery man from stealing a box, and they wouldn't know any better? Maybe the higher up manager's know, and they aren't allowed to reveal that info, but there has to be a checks system in there somewhere verifying the stock received.

  • Communication between iViews

    How to realize communication between two iViews of the same window but not the same portal page? I tried with using firing portal events but this doesn’t seem to work with Mozilla Firefox. Do you have any other ideas?
    The sending iView is a portal application the receiving iView a Web Dynpro for ABAP application (so I cant use JavaScript, I guess).
    Thanks!
    René
    Edited by: Rene Guenther on Jan 10, 2008 3:29 PM

    Hi Mrkvicka,
    To enable communication between iviews you need to use the EPCF .
    You can raise an event in the component of the first iview and define an OnClick event.
    this event you can subscribe from the other iview
    Refer to this link to get a more clear picture
    DropDown Selection and EPCF
    also refer to
    EPCF
    hope this helps,
    Regards,
    Uma.

  • Communication between jsp and abstractportalcomponent

    Hello All
    Communication between jsp and abstractPortalComponent.
    jsp contains one input text field and one submit button.
    when the user clicks on submit button it will call the component and that input value will
    display in same jsp page.
    how this communication will happen?
    Rgrds
    Sri

    Hi Srikanth,
    In the JAVA File, 
    OnSubmit Event,
    String inputvalue ;
    InputField myInputField = (InputField) getComponentByName("Input_Field_ID");
    if (myInputField != null) {
                   inputvalue = myInputField.getValueAsDataType().toString();
    request.putValue("textvalue", inputvalue);
    request is IPORTALCOMPONENTREQUEST Object.
    In JSP File,   to retreive the value,
    <%
    String  textstring = (String) ComponentRequest.getValue("textvalue");
    %>
    In PORTALAPP.XML File,
    <component name="component name">
          <component-config>
            <property name="ClassName" value="classname"/>
            <property name="SafetyLevel" value="no_safety"/>
          </component-config>
          <component-profile>
            <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld"/>
          </component-profile>
        </component>
    Using the code above, You can pass and read values between abstract portal component and Jsp Page.
    Instead of this, I suggest you to use JSPDYNPAGE Component for Data Exchange.
    Check the [Link|http://help.sap.com/saphelp_nw2004s/helpdata/de/ce/e0a341354ca309e10000000a155106/frameset.htm].
    Hope this helps you.
    Regards,
    Eben Joyson

  • Communication between : AP and WLAN controller

    Hi,
    The communication between AP and WLAN Controller is ( Data and Control ) UDP.
    Source port 1024 and destination port 12222 and 12223. Actually which device listen to which port or both should listen as control and data can be generated from both the devices.
    How does the user ( wireless client) traffic is switched - if user traffic is a TCP traffic. It will be sent to WLANC and then WLANC forwards it to respective VLAN or default gateway ( depending upon the destination in the packet ).
    Please explain / share the experience.
    any link on cisco.com
    Thanka in advance
    Subodh

    "the LWAPP Control and Data messages are encapsulated in UDP packets that are carried over the IP network. The only requirement is established IP connectivity between the access points and the WLC. The LWAPP tunnel uses the access point's IP address and the WLC's AP Manager interface IP address as endpoints. The AP Manager interface is explained in further detail in the
    implementation section. On the access point side, both LWAPP Control and Data messages use an ephemeral port that is derived from a hash of the access point MAC address as the UDP port. On the WLC side, LWAPP Data messages always use UDP port 12222. On the WLC side, LWAPP Control messages always use UDP port 12223.
    The mechanics and sequencing of Layer 3 LWAPP are similar to Layer 2 LWAPP except that the packets are carried in UDP packets instead of being encapsulated in Ethernet frames."
    Taken from "Cisco 440X Series Wireless LAN Controllers Deployment Guide"

  • Communication between HP eprint and Google Cloud Print

    Hi,
    the communication between HP eprint and Google Cloud Print seems to be broken. At least for me.
    The documents do get printed when I print vio Chrome browser or Cloud Print dashboard -- but the status in cloud print remains as "submitted". It seems like somehow the HP eprint status doen't get reported back to cloud print. In HP eprintcenter the log says "printed".
    Well, I wonder who will take care of this problem ...  (Hope it will not result in fingerpointing only ...)
    Thanks for your support!
    Best,
    George
    This question was solved.
    View Solution.

    Are you able to log back in later and the status at Google Cloud print update to reflect the true outcome of the print job? Or does it just remain as "submitted". Otherwise, if it is printing and showing in the log at ePrint Center (EPC) as printed, the issue would not be on the ePrint side but on Google's
    I am a former employee of HP...
    How do I give Kudos?| How do I mark a post as Solved?

Maybe you are looking for

  • DECODE Function In Reports 3.0

    Hi, When I use the decode function in a query (Reports 3.0.5.8.0) I receive an error message "Bind Variable Does Not Exist" (ORA-1006). When I remove the decode function from the query, the query compiles fine. All table and column references are exi

  • Table names for blocked sales order item in GTS system

    Hi all. I want to get the blocked sales order line item, reason for blocking, product number & product description from GTS system, based on the sales order number from ECC system. I am thinking to create and RFC FM in GTS system and call that in ECC

  • Write Off Asset below 5000

    Hi, I want to write off the asset value where WDV is below 5000 at certain perod end automatically. how it is possible in system ? Or Pls let us know  Which is the standard process recomended ? Thanks Nilesh R Do not use SMS Language. Respect Forum r

  • Uploading data related to storage bin

    Hi, what are the tables to upload with LSMW the field Maximum weight in the screen of trx LS02N? Best regards

  • Triggering external exe/app minimized (or window focus control) in AIR?

    Hello all, I'm wrapping up a big flex/AIR app and very excited about it, but there's one thing that's bugging me:  in the program I need to repeatedly open and run external files (speech recognition scripts) but when I do so, the window for that exec