Sub controller problem

Hello Guys,
                  I have created  one e.g. using MVC and  i have called three sub-controller using <bsp:call>
tag in main controller's view.  I have some input fields in 1st sub-controller's view. I wanted to read this value in
1st sub controller's DO_HANDLE_DATA method.
                 But unfortunately Control of program is not going in DO_HANDLE_DATA of 1st sub controller's and its only Going to DO_REQUEST of sub-controllers.Even I have mentioned DISPATCH_INPUT() in DO_REQUEST method of Main controller.
     Please Help me out.
Thanks in Adavanced.
Vinay

Hi Vinay,
The scenario I am mentioning is specific to "Stateless" application. And I had faced this issue when creating a "Stateless" application.
I had an application where page1, page2 and page3 where embedded into main_page. Though I had redefined DO_HANDLE_EVENT and DO_HANDLE_DATA in page1, page2 and page3...only main_page
DO_HANDLE_EVENT and DO_HANDLE_DATA was called.
(I am not sure if this is how "Stateless" application works.)
How do you identify the attributes and events from different pages?
Attributes specific to page1, page2 and page3 appear with unique component_ids. Using the component_ids I was able to differentiate the attributes and work on the respective evetns.
Hope my explanation is clear and helpful.
Thanks and regards,
Bindiya
P.S: Define dispatch_input(  ) in main page do_request( ) and debug. You will find the issue

Similar Messages

  • MVC sub controller event handling for tabStrip

    Hi all,
    This is my first time on SDN so please forgive any procedural errors. I am developing an application for several dealer functions and use tabstrip and MVC. My main controller / view contains the tabstrip items and I call a seperate sub controller from the main view for each of the tabstrip items.
    (<bsp:call comp_id="track"/> where comp_id is a sub controller created in method do_init of the controller.) The sub controller classes were created using the MVC design pattern, each with a view and a model.
    Problem: When I am in any of the called sub controller views / tab items and I enter some data for the specific tab item, the do_handle_event method for that specific view / tab item sub controller is not activated. Processing goes directly to the do_handle_event of the main controller.
    My understanding of the process is that the do_handle_event for a sub controller will be activated first before processing return to the parent controller. This will allow me to use the tab items as independent views with the processing logic being handled by the relevant model. Am I correct in this assumption? I have read the forums on the handling of tabstrips and have looked at the sample applications but somehow I am missing a bit of the logic. Can someone please help?
    Regards,
    Jan van der Spuy

    Hello Bernhard/Shiva,
    I have changed the comp-id and debugged the DO_REQUEST event for main controller in more detail.
    The field values are
    htmlbevt_t<htmlb:button:click:null
    hmlbevt_f<htmlb_form_1
    htmlbevt_o<htmlb_button_1
    htmlbevt_i<onTracking
    htmlbevt_c<0
    onInputPro<htmlb
    tracking_t<9346100P&A
    tracking_t<1010
                     |
    m_subcontrollers[1]-INSTANCE
    METHOD DISPATCH INPUT
    Call registered controllers with form fields                           
    Call all registered controllers, even if no form_fields for them are r 
      LOOP AT m_subcontrollers ASSIGNING <controller> where hide = ''.       
       CHECK <controller>-fields[] IS NOT INITIAL.                         
        <controller>-instance->fill_values(                                  
                     form_fields = <controller>-fields                       
                     global_messages = component_messages ).     
    IF_BSP_CONTROLLER_FILL_VALUES(IF_BSP_CONTROLLER)
    performance shortcut if no subcontroller is present    
        if m_subcontrollers is intial.                        
          do_handle_data(                                      
            form_fields = form_fields                          
            global_messages = global_messages ).               
          return.                                              
        endif.    
    From here it goes to the DO_HANDLE_DATA method of  the subcontroller  and returns.
    A bit further in the logic of DISPATCH_INPUT() is where things go wrong.
    <b>* Dispatch event to controller</b>
      if event_value is not initial.
        if event_comp_index = 0.
         component_event = do_handle_event(                     
               event = event_value                   
         htmlb_event = request_event           
      htmlb_event_ex = event_data           
    global_messages = component_messages ).
                                                             And the values are as follows:
    component_event <b>(NO VALUE) IS THIS THE PROBLEM?</b>
    request_event      
    event_data         
    component_messages

  • How to pass control from main controller to sub controller?

    Hi Experts,
    I have created one controller named "available.do" by which I am calling a view "available.htm". On that view I am showing one Button which says Check Availability. On clicking of this button it shows another view "list.htm". But it is showing new view and old view on same page.
    Second I want to add one button on second view "list.htm" which should perform some function. I don't know how I can achieve this functionality?
    Someone has suggested me that for this I have to create sub controller...but i don't know much about it as I am new in BSP.
    Kindly tell me and paste code so that I can solve my both problems.
    <<Text removed>>
    Thanks in Anticipation,
    Virendra Kedia
    Edited by: Matt on Oct 15, 2011 7:25 AM

    Hi,
    I guess you might have below coding in DO_INIT method,
    me->view_main = 'main.htm'.   "Where VIEW_MAIN is the attribute in you main controller of type STRING.
    you should have below coding in DO_REQUEST of main controller.
    DATA: main TYPE REF TO if_bsp_page.
      me->dispatch_input( ).
    *Create main view.
      main = create_view( view_name = me->view_main ).
    *Set desgin attribute.
      main->set_attribute( name = 'design' value = application->design ).
    *Call main page views.
      call_view( main ).
    *Activate  Sub -controller.
      controller_set_active( controller_id = 'sub_cntrl' active = lc_active ). 
      l_cntl_inst ?= get_controller( controller_id = lv_cntl_id ).  "DATA: l_cntl_inst TYPE REF TO cl_bsp_controller.
    *Call sub-controller.
      call_controller( l_cntl_inst ).
    Please check with this.
    Thanks,
    Chandra

  • Best Practice?  Fields Updated In Sub Controller?

    Hi All,
    My application is working, but I'm interested in how others have approached this. I have a controller responsible for editing an object, and when the user selects components of that object (for example a text field) it calls a sub-controller to edit the object. How have other approached this? Do they give the responsibility of updating that field in the object to the sub-controller, or should the original controller be responsible for updating the object? If it's the original controller, where is this update placed, as there seems to be no specific callback for when subviews are popped.
    Thanks
    Ray
    Message was edited by: Ray Price

    anything you push it to DB(SQL), will be the faster than processing outside.

  • ChaRM: Internal Phase Controller Problem

    Hi Team,
    I am working in Sol Man ChaRM. My scenario is as below:
    We would like to create two maintenance projects one for nomal corrections (SDMJ) & another for SDHF corrections.
    I have successfully created one mainteance project for SDHF corrections (Activated ChaRM check box) in SOLAR_PROJECT_ADMIN.
    I am trying to create one more maintenace project to handle normal corrections (SDMJ) in SOLAR_PROJECT_ADMIN. Both two projects uses same logical components. When i try to activate the check box "Activate ChaRM" in the second project, i am getting below error.
    Internal Phase Controller Problem
    Message no. /TMWFLOW/TASKLIST176
    Diagnosis
    The system was unable to generte the task list due to an internal error in the phase controller.
    For more information, see the application log (choose Messages on Generation).
    Need your valubale input to solve the error.
    Thanks
    Kumar

    Hello Kumar,
    If applicble for your release and SP level you may want to review and implement the following notes:
    #927124, #1011376 and #987927
    They should help you in solving your problem.
    Also please refer to the following link, where you find a summary of
    the steps that should be done to prepare the CHARM scenario:
    "First steps to work with Change Request Management scenario"
    First steps to work with Change Request Management scenario in SAP Solution Manager 7.0
    Further details can be found in the following SDN blogs:
    "Change Request Management scenario: Usual questions"
    http://www.sdn.sap.com/irj/scn/weblogs;?blog=/pub/wlg/15116
    "Change Request Management scenario: Working examples"
    http://www.sdn.sap.com/irj/scn/weblogs;?blog=/pub/wlg/15117
    Regards,
    Paul

  • T41 has Network Controller problem

    I was given a T41 2373-7JU that I loaded with XP Pro. My problem is it will not  connect to the internet via it's browser. In Device Manager it shows a Network Controller problem and I've been unable to correct this no matter how many different drivers I've tried. Also, how do I tell if there's an internal  wireless card inside?  It did connect to the internet earlier today using my USB adaptor but now I can't even do that anymore. I've tried a dozen or so solutions without any success so where should I go from here?

    Hi and welcome to the forum!
    Following are the drivers you need for Ethernet and wifi card (and yes, as per support page there's an internal card installed in your system):-
    http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-62922
    http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-42683
    To install the drivers successfully, you need to run the .exe setups from C:\Drivers.... for each device after the first setup completes.
    For ethernet, the setup is in C:\DRIVERS\Win\ETHERNET\PRO1000\Win32 and for wifi C:\DRIVERS\WLLANCSC.
    Hope this helps.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • (865PE Neo2) - Memory Controller Problems ???

    Hi, I've been having problems with my RAM. I've run MEMTEST and found that my RAM continually failed test #5 (64 Block move). However, I pulled the RAM and tested in a friend's computer..... and it passed without any problems..... I went back to my computer and continually changed the BIOS setting until I finally got something to work....
    What I did, was change the DRAM Freq from 400 down to 333. And it seems to be stable..... (The RAM was meant to run at 400)
    The people at Corsair offered to replace the RAM, however, because both sticks produce them same problem, and because it works at 333 but not 400, and because it fails test #5 and not any other test, then they think the problem lies somewhere other then the RAM. And at the stage, i tend to agree.....
    Now someone suggested it might be the Memory Controller..... I have no idea what that means..... but it sounds plausable.... Eitherway, I believe it might have something to do with the Motherboard..... And I was hoping someone here might have an idea on how I can either test it, or fix it.....
    Thanks a bunch.....
    My SYSTEM Specs are.....
    MoBo : MSI 865PE Neo2-P (MS 6728 ver.2)
    CPU : Prescott 3.2
    RAM : 2x 512 Corsair XMS 3200 (DDR400)
    Video : MSI FX 5200 
    PSU : Seasonic S12 430W
    BIOS INFO - AMI v3.A
    Configure DRAM Timing by SPD - Disabled
    CAS - 2.5
    RAS - 3
    RAS to CAS delay - 3
    Precharge delay - 7
    Burst - 8
    AGP Aperture Size - 128MB
    Freq/Volt Control ->
    Preformance Mode - Normal
    D.O.T. Range - Disabled
    CPU Ratio - Locked
    DRAM Freq (Mhz) - 333 Mhz
    Spread Spectrum - Enabled
    Adjust CPU Bus Clock -  200
    DDR Clock - 333
    Adjust AGP/PCI Clock - 66.66/33.33
    CPU Vcore Adjust - No
    CPU Voltage - 1.3875
    DDR Power Volt - 2.70
    AGP Power Volt - 1.50
    Thanks a lot..... :-)

    Hi,
    I've tried the RAM sticks individually, as well as 1,3 and 2,4..... And it doesn't make a difference.
    I've aslo Disabled Spread Spectrum
    And I've also tried all these setting, plus more.... @400Mhz
    2-3-3-6
    2-3-3-7
    2-3-3-8
    2.5-3-3-6
    2.5-3-3-7
    2.5-3-3-8
    3-3-3-6
    3-3-3-7
    3-3-3-8
    all without success..... And what i mean, is that I still get error#5 in memtest. And ALWAYS the error occures in the 92%-96% portion of the test.....
    HOWEVER, When I drop the DRAM Freq to 333.... No problem..... All is fine..... Even at 2-3-3-6
    Unfortunately, I doubt I will be able to test any other DDR400 memory in my system, but it would be interesting to know the results.....
    I also find marginal confort knowing this problem is a bit 'common', however, i would find MORE comfort solving the problem :-)
    Thanks :-)

  • KT4VL USB Host controller Problems

    I have  a KT4VL (MS-67212) and am having problems with the USB Host controller.  I am running Win 98SE.  This happens wether or not I have any USB devices installed.  I have taken out all installed add on cards and tried and still get the same problem.
    If I reboot the computer with the USB Host Controller installed, it won't boot.   It goes into safe mode where I can uninstall the USB host controller.   I can then reboot fine.  
    Every time I reboot though the hardware detector pops up saying that I need to install the drivers for the USB host controller.  If I install them, then  everything works fine, all USB devices are found and and function perfectly.  That is, until I reboot and it goes to safe mode.
    It has the 1.1 bios in it.  I didn't install a floppy drive in this PC so I can't flash it at this time, if that is what I need to do.  
    Can anyone help?
    Thanks,
    KTGBP

    I have a Satellite C855D-S5320.  I had my hard drive crash. I installed windows7 64 bit.  All the drivers work except the USB Controller. just the Usb ports on the right side of the unit do not work. one of them is a USB 3.  I tried all the driver updates off your web site, I tried windows driver search, I tried driver Genius program too.  I also ran a diognostic on the motherboard, it shows all working fine.  I upgraded the bios and checked settings there as well. Please help if you can, Tom
    Attachments:
    IMG_0071.JPG ‏452 KB

  • AAA, WLC, and AP Groups, Anchor Controller, Problem

    All,
    First, I have a TAC case open on this problem, but they seem to be stumped and I have been unable to get them to mock it up.  Here are the details and the problem(s):
    Have Cisco ACS using backend AD for user authentication
    MSCHAP, 802.1x
    Three wireless controllers running ver 7.0.98.0; one controller is 4404 the other two are on WiSM blade in 6509.
    Many AP Groups and a few mobility achor setups.
    Wifi clients used to test are Intel and have the proper drivers 12.4.4.5 and 13.1.1.1
    First authentication problem is via SSIDs associated with anchor contollers.  Whenever the SSID is set to use 802.1x, the anchor controller sends message to ACS(RADIUS), but ACS never sees the communication.
    Second authentication problem is related to AP Groups.  Whenever a client associates with an AP that is in a specific AP group and that SSID is also associated with that AP group's interface, I get the same result as above - the contoller talks to the ACS, but the ACS never sees the communication.
    Note that all the above works fine as long as I am not using 802.1x.  If I am using PSK, it all works flawlessly.
    One other thing to note is that, in the case of the AP Group problem, if withing the AP group I associate the SSID with the management interface, the 802.1x works perfectly.  The problem with that is that the client get assigned an IP address from the management Vlan... not what I want, instead, I want the client to get it's IP address from the interface associated with the AP Group.
    It is not a routing problem....
    I have gone through two TAC engineers and the problem is still not resolved.  So close, but not succesfull.
    Any interoperability/Security experts out there that can help nail this thing?
    Thanks

    Jeff,
    Sorry for the late reply.... of course your suggestion was right-on the mark and a wireshark trace uncovered the problem.  I had already re-engaged Cisco TAC and between the wireless engineer and one of their security engineers, they were able to point out that the Cisco ACS 5.0 has a bug specific to this particular problem.  They told me to apply patch, apply OS upgrade, then apply ACS 5.1 upgrade to the ACS.  I was able to apply the patch, but never could get the OS upgrade to take.  For the heck of it, I re-checked the problem after applying the patch and YooHoo!  Works as advertised!
    Thanks for showing the interest, it was definetly a pain-point for my customer.

  • P35 Neo2-FR / Marvell Controller problem. - DVD/CD Burning

    I think this is hardware related and more like limitation of the model rather than one faulty motherboard.
    My setup is
    P35 Neo2-FR / E8400 / WinXP
    I have all 4 intel SATA for RAID so I've used Marvell controller for my DVDRW. 1st was NEC drive IDE and while it read disc fine it couldn't burn any CD/DVDs
    I thought it was faulty DVDRW so I've bought a new samsung SATA burner. It has SAME exact problem. Cannot start burning.
    I've tested the same unit with different computer, and of course it works.
    I'm sure not many people have similar spec as mine (4 SATA HD RAIDS) so this might go unnoticed but I find it a very serious problem.

    Quote from: larciel on 12-February-08, 07:08:08
    I just found out that it is actually reported as SCSI.
    SCSI\CDROM&VEN_TSSTCORP&PROD_CDDVDW_SH-S203B&REV_SB02\5&2A9ABE04&0&040
    That's the DEVICE_ID for the Drive.
    You might be right. This might be issue with Raid and Marvell conflicting.
    I use Lastest driver for all of them. I actually use DriverPacks from DriverPacks.net
    Just trying to see if anyone have same config as mine so I can know that this is driver issue and not hardware issue.
    You could disconnect your raid setup and attach your burner to a Intel SATA port and see what the Intel controller thinks about your burner. Bios in none raid mode and fast boot disabled so you can see whats going on.
    Boy there is another possible problem. I would never use the DriverPacks on hardware that I can get drivers for manually. Did you slipstream the DriverPack into your XP disk? I have seen the wrong drivers used and or mis configured when doing so.

  • Sub Picture problem in Encore CS6

    I am working on my first bluray project. I made the Menu for Encore as I have make many in Photoshop.
    The video is 1280 x 720 so I made the Menu 1280 x 720.
    The problem is with the Highlight layers, but not all of them.
    Here is a composite of 3 screen shots of a preview of the menu in Encore.
    The top shows the left most button the Highlight shows only 3/4 of the button.
    The middle shows how middle three buttons work fine.
    The lower section shows the second from the right button, it does not work fully and part of the 6th button is on.
    When I let Encore create a sub picture the same thing happened.
    I have made sure that the GROUP boundaries do not over lap. I have moved the 1st, 5th and 6th button further away from each other but it still happens.
    Anyone have any ideas?
    Thanks

    I know this is old but just in case someone sees this and has the same problem. I am using 5.5 and I found this same issue. Upon playback before making it a dvd, portions of the highlight boxes were gone. The 4th outline of the box was not appearing. My project was a 2 dvd set and I had saw this problem in the first dvd and was going to find the answer but ended up burning it to dvd and the boxes looked as they were supposed to. Very strange but glad that it worked.

  • NVIDIA nForce Networking Controller problem

    Hi, I am a new user of Solaris and Linux and I am having a problem with my internet connection under solaris.... i was reading other messages in the forum and apparently solaris doesn't detect my network adapter because when i run ifconfig -a it only shows lo0....
    I went to nvidia.com but the drivers on their website are only for the graphics card... where can i get the requiered drivers (and how do i install them under solaris) for my internet connection to work???
    i have a NVIDIA nForce Networking Controller and connect to the internet using road runner trough a router...
    thanks...
    Javisam376

    Hi, I am a new user of Solaris and Linux and and I am having a problem with my internet connection under solaris...<snip>
    Javisam376
    Hi,
    Same problem here Javisam376, but I am on an AMD x64 platform, and wondered if that might be the reason why the Solaris Express Developer Edition was unable to see the NVIDIA nForce Networking Controller, so I wonder which platform you're on (32 or 64-bits?) A general Google search for "Solaris NVIDIA nForce Networking problem" gave a fair number of hits, so the problem, seems well known, but no solutions were suggested by anybody, as far as I could see(!?)
    But it seems the Linux community has the same problem, since I found this posting on LinuxQuestions.org (http://www.linuxquestions.org/questions/showthread.php?t=471094):
    "I just finished installing Red Hat 9 on my machine, which is running off of an AMD/NVIDIA nForce2 chipset mobo that has integrated ethernet. I was trying to set up my network connection, but was unable to locate the nvida ethernet controller in the Network app/Network Configuration Wizard. So I went on to nvidia's site and downloaded the x86 linux driver (using my other machine) and used a cd to pop it into the other comp... Saved it to the desktop,
    then terminaled: sh NFORCE-Linux-x86-1.0-0310-pkg1.run.
    It took me through a setup screen where I 'installed a audio and ethernet driver'. I checked the Network wiz again, still no entry for it. So I randomly clicked the hardware browser, and IT lists the 'nForce2 Ethernet Controller' under network devices, but I can't configure it from this screen. Anyway, I would seriously appreciate any help with this. I need to get internet access on this machine quick, so this is drivin' me crazy."
    Message was edited by:
    troruud

  • Sub-query problem on Oracle 10g

    The following query works on Oracle 10.2.0.1.0 on windows,but doesn't work on Oracle 10.2.0.2.0 on Linux.
    Error report: SQL Error: ORA-00904: "T"."AUDIT_USECS": invalid identifier 00904. 00000 - "%s: invalid identifier"
    It works after i remove the sub-query. I found that if use fields of T in sub-query,then error occurs. Is it saying that sub-query can't access the fields in main query?
    What's the problem?
    Is there any grammar erros?If so,what's the right likes?
    Thanks!
    CREATE TABLE AUDITHISTORY(
    CASENUM numeric(20, 0) NOT NULL,
    AUDIT_DATE date NOT NULL,
    USER_NAME varchar(255) NULL,
    AUDIT_USECS numeric(6, 0) NOT NULL,
    TYPE_ID INT NOT NULL )
    Query:
    SELECT T.CASENUM,
    T.USER_NAME,
    T.AUDIT_DATE AS STARTED,
    (SELECT *
    FROM (SELECT S.AUDIT_DATE
    FROM AUDITHISTORY S
    WHERE S.CASENUM=T.CASENUM AND TYPE_ID=2
    AND S.USER_NAME=T.USER_NAME
    AND (S.AUDIT_DATE > T.AUDIT_DATE OR (S.AUDIT_DATE = T.AUDIT_DATE AND S.AUDIT_USECS > T.AUDIT_USECS))
    ORDER BY S.AUDIT_DATE ASC,S.AUDIT_USECS ASC
    ) WHERE rownum <= 1) AS ENDED
    FROM AUDITHISTORY T WHERE TYPE_ID=1
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Prod PL/SQL Release 10.2.0.2.0 - Production
    CORE 10.2.0.2.0 Production
    TNS for Linux: Version 10.2.0.2.0 - Production
    NLSRTL Version 10.2.0.2.0 - Production

    Try this way:
    SQL> select * from AUDITHISTORY;
       CASENUM AUDIT_DAT USER_NAME            AUDIT_USECS    TYPE_ID
            10 12-MAR-10 USER                         100          1
            10 14-MAR-10 USER                         100          2
            10 16-MAR-10 USER                         100          2
    SQL> SELECT T.CASENUM,
      2  T.USER_NAME,
      3  T.AUDIT_DATE AS STARTED,
      4  (SELECT max(S.AUDIT_DATE) keep (dense_rank first order by S.AUDIT_DATE ASC,S.AUDIT_USECS ASC)
      5   from AUDITHISTORY S  WHERE S.CASENUM=T.CASENUM AND TYPE_ID=2
      6  AND S.USER_NAME=T.USER_NAME
      7  AND (S.AUDIT_DATE > T.AUDIT_DATE OR
      8       (S.AUDIT_DATE = T.AUDIT_DATE AND S.AUDIT_USECS > T.AUDIT_USECS))
      9  ) as ended
    10  FROM AUDITHISTORY T WHERE TYPE_ID=1;
       CASENUM USER_NAME            STARTED   ENDED
            10 USER                 12-MAR-10 14-MAR-10Max
    http://oracleitalia.wordpress.com

  • Sub components problem in custom tag

    Hi!
    Im writing custom tag that do nothing but can contains other components.
    So first I create custom tag with hendler that extends UIComponentTag and component class that extends UIComponentBase
    now tag work but i dont see sub components on the page
    Second i override encodeChildren and getFamily methods with:
    public String getFamily() {       
            return "MyCaller";
    public void encodeChildren(FacesContext context) throws IOException {
            Iterator ch=this.getChildren().iterator();
            while(ch.hasNext()){
                 UIComponent oKid = (UIComponent)ch.next();
                 if(oKid.isRendered()){
                    oKid.encodeBegin(context);
                    oKid.encodeChildren(context);
                    oKid.encodeEnd(context);
            super.encodeChildren(context);
        }But subcomponents not rendered on page.
    So are you know whats wrong

    the problem was in wrong getComponentType() that return wrong value

  • Sub Contracting Problem.....

    Hi.....
    I have a problem in sub-contracting process. If the Row material quality is poor and issued to subcontractor then how I can exchange the issued material from the sub-contractor to row material vendor. please guide me what steps used for that..........
    Thanks.

    Do you use ME application for which this forum is tailored?

Maybe you are looking for

  • Next button not working properly?

    Hi, I'm new to the user groups, and only an occasional user of Captivate.  I'm building an e-learning course, and I have inserted next buttons on each page to let the user control navigation.  However, the slides still auto play without clicking next

  • Duplicates in Drafts Folder

    We have recently migrated from an IMAP provider to Exchange. Users on 10.5 and 10.6 are experiencing an bug where Drafts are being duplicated over and over again in the drafts folder. This happens whether or not drafts are being saved to the sever. U

  • Floating point numbers into XML file

    Hi, I am a learner in Labview and I am using Labview 8.5 version. when I use FlattentoXML component to convert floating point numbers ( having more than 5 decimal points) into XML, the output contains alway 5 decimal points. But, I want exact decimal

  • Branch wise Ratio Analysis

    Hi, Is it possible to calculate different ratios in ratio analysis by branch wise. If yes for this do i need to maintain branches by 1. accounts segmentation. 2. dimensions. 3. projects please specify

  • Configure security-role and method permission for EJB 3.0 using Jdev 11g

    The EJB 3.0 session bean created by Jdev 11g EJB wizard does not have ejb-jar.xml. Where and how can security-role and method permission for the EJB be configured? For example, <assembly-descriptor> <security-role> <role-name>managers</role-name> </s