HDL node not picking up push button signals

Hello,
I am trying to design a vending machine using sbRIO and Labview HDL node. But my HDL node doesn't seem to pick signals from push button (latched when released). I have successfully done the same thing using labview blocks but not geting desired results by HDL node. I could use labview blocks only and not HDL node but I have to give a presentation to my class about how we can integrate VHDL code in labview. I have attached my VI with following VHDL code living inside HDL node. 
process( clk, reset )
begin
if( reset = '1' ) then
state_reg <= idle;
enable_out <= '0';
elsif rising_edge(clk) then
state_reg <= state_next; -- result and enable_out follow input by 1 clock cycle
if( enable_clr = '1' ) then
enable_out <= '0';
elsif( enable_in = '1' ) then
enable_out <= '1';
end if;
end if;
end process;
process(state_reg,Five,Ten)
begin
case state_reg is
when idle=>
if (Five="0"and Ten="0") then
state_next<=idle;
elsif (Five="1" and Ten="0") then
state_next<=statefive;
elsif (Five="0" and Ten="1") then
state_next<=stateten;
elsif (Five="1" and Ten="1") then
state_next<=statedone;
end if;
when statefive=>
if (Five="0" and Ten="0") then
state_next<=statefive;
elsif (Five="0" and Ten="1") then
state_next<=statedone;
elsif (Five="1" and Ten="0") then
state_next<=stateten;
elsif (Five="1" and Ten="1") then
state_next<=statedone;
end if;
when stateten=>
if (Five="0" and Ten="0") then
state_next<=stateten;
elsif (Five="0" and Ten="1") then
state_next<=statedone;
elsif (Five="1" and Ten="0") then
state_next<=statedone;
elsif (Five="1" and Ten="1") then
state_next<=statedone;
end if;
when statedone=>
state_next<=idle;
end case;
end process;
process (state_reg)
begin
Ten_Deposited<="0";
Five_Deposited<="0";
case state_reg is
when idle=>
Ten_Deposited<="0";
Five_Deposited<="0";
done<="0";
when statefive=>
Five_Deposited<="1";
when stateten=>
Ten_Deposited<="1";
Done<="0";
when statedone=>
Ten_Deposited<="1";
Five_Deposited<="1";
done<="1";
end case;
end process;
Attachments:
Untitled 3.vi ‏14 KB

Thanks, NapDynamite. However, you just included your Project (not the actual VI) on the attachment. A good way to include all of the dependencies is to create a source distribution (LLB). 
Right-click on Build Specifications, select New»Source Distribution
Under Distribution Settings, select Custom as your Packaging Option
Check the Destination is LLB box and click OK on the warning.
Choose the Destination Path where you would like the LLB to be saved
Click Build to create the LLB, or click OK to save the Build Specifications.
Regards,
Daniel REDS
RF Systems Engineer
Help us grow.
If a post solves your question, mark it as The Solution.
If a post helps, give Kudos to it.

Similar Messages

  • Hi can anyone help me, my daughters macbook will not pick up the wireless signal in her bedroom when me and my wifes iphone picks it up easy. any ideas to help please.A

    Hi can anyone help me, my daughters macbook will not pick up the wireless signal in her bedroom when me and my wifes iphone picks it up easy. any ideas to help please.Andy

    P.S i;ve heard a comment about the G5 case not being
    great for wireless so the cards come with a plastic
    antena that connects to the back of the machine - i
    never recieved one of these - could that be the
    problem?
    Newer G5 PowerMacs don't require the external t-shaped aerial, earlier models do and that is probably the cause of the problem.
    iFelix

  • Push button signal to parallel port to trigger a process

    I just need to connect a push button to the parallel port to set it as a trigger signal for a process.
    When push button is pressed, labview executes a process.
    Kindly help me how to do this, the wiring please
    Regards
    Grugh Mike
    Success is Everything !!
    Solved!
    Go to Solution.

    Data Lines to be used as inputsSome parallel ports can be configured to use the data lines as inputs. It depends a great deal on the way the manufacturer designed the parallel port. With some models the data lines can be read the same way we read the control lines, by driving them to high logic so they will take on the value of an external signal. However, most parallel ports require that you set the direction bit for input. This is bit 5 in the Control register (base+2). If the port is capable of it, setting the direction bit high has the effect of making the lines tri-state so it can be driven externally. Sometimes it is also necessary to toggle bit 6 high or low. However, it should be noted that some manufacturers actually lock these bits so that software cannot change them. An example is shown below in Figure 7.
    To test whether your data lines can be used for input, try the following:
    Set bit 5 of the control register high (at base address+2).
    With nothing connected to the port, write a couple of values to the data port, and read each back after you write it.
    If the reads DON'T match the writes, your port is probably bidirectional. Setting C5 disabled the data outputs and you're reading the open inputs of the data-port buffer. If the reads DO match the writes, your port isn't bidirectional. The data outputs are still enabled, you're reading back what you wrote, and you won't be able to read external signals. If it is possible to use your data lines for input, then you just need to set control register bit 5 high and read from the value of the data lines at the base address.

  • My airport card is not picking up a wireless signal?

    Hi there,
    I just bought an original Apple Airport card for my PowerMac G4 (mirrored doors)(1.25ghz). I installed a brand new D-Link wireless router w/ rangebooster on a PC located in the basement. The airport card is recognized by my mac, but it doesn't see any networks, even when I manually enter the name of the network I created when I installed the router to the PC. I'm wondering if it's not picking up a signal because the PC is located 2 floors below the mac. D-Link customer service say that shouldn't be the problem at all (with the model I have), and that it may be a problem with the installation/configuration of the AirPort card.
    Is there a driver/update I should install along with the airport (original) card?
    If anyone has any tips/knowledge on this matter, it would be greatly appreciated.
    Thank You!

    Hi-
    You might take a look at the following help site:
    http://www.macwireless.com/html/help/index.html
    As Forrest mentioned, you may just have a location problem. If so, a booster may be your answer.
    The following firmware may help:
    http://www.apple.com/support/downloads/airportexpressfirmware611formacosx.html
    G4AGP(450)Sawtooth, 2ghz PowerLogix, 2gbRAM, 300gbSATA+160gbATA, ATI Radeon 9800   Mac OS X (10.4.8)   Pioneer DVR-109, ExtHD 160gb x2, 23"Cinema Display, Ratoc USB2.0, Nikon Coolscan

  • Ipod will not reset when pushing button(s)

    When i push the volume down and power button for 8 seconds or longer, nothing happens except volume goes down. Is it frozen?

    Hey blaheha,
    Thanks for the question. You may find the following information helpful:
    How to reset iPod
    http://support.apple.com/kb/HT1320
    Press and hold the Sleep/Wake button and Volume Down button simultaneously for at least eight seconds or until the Apple logo appears. You may need to repeat this step.
    If the above step did not work, try connecting iPod to a power adapter and plug the power adapter into an electrical outlet, or connect iPod to your computer. Make sure the computer is turned on and isn't set to go to sleep. Try resetting the iPod while it is connected to power.
    Thanks,
    Matt M.

  • KDL-4655100 Sony Bravia not picking up Apple TV signal

    Once in a while, I get a no signal on the HDMI port where ATV is connected.  Sony HDMI port where ATV is connected is lit up so I know Sony is recognizing that something is connected but not getting any signal.  I've tried switching ports, and even used the HDMI port where blu-Ray is connected (and working) but not getting signal with ATV.
    Also tried resetting ATV and Sony Tv but no luck.  Changed the HDMI cable, but still no luck.  Any other solutions?  Thanks.

    I have a SONY KDL-40S4100 which supports full 1080p. I have changed all the settings to see if it makes any difference. Still get the same error. Even tried using expensive Monster cables. If I turn the TV off then back on the apple TV menu appears for a few seconds then the screen flashes, every now and again a message displays saying something about invalid data or something and a few (10 or more seconds) later the apple TV menu is back. I have run the diagnostics and all is good. Any ideas?

  • Ipod Touch not picking up any wifi signal

    I have a 4th generation Ipod, and it was working perfectly fine yesterday!
    I got wifi signal all the way up to my second story room without any problems, and its been like that for years!
    But as of yesterday afternoon, its not connecting to any networks, and I have to literally sit on top of the modem to get 2 bars of connection at least!
    It does this to any other place I go with wifi too. This problem just occured out of no where.
    I reset my modem. . Nothing.
    I reset my ipod network settings. .  Nothing.
    I even restored my ipod. .  NOTHING!
    What the heck do I do now?
    Please any help and advice would be appreciated

    Likely a loose antenna connection
    Installing iPod Touch 4th Generation Wi-Fi Antenna - iFixit

  • Macbook will not pick up any wireless signals

    Hi I have a Black Macbook, It is set up with bootcamp OSX 10.5/XP sp2
    When I'm in Windows I can pick up 5 or 6 different SSID's, but when I'm in OSX I cant pick up any.
    The wifi is turned on,I have tried deleting the service and creating a new one, no luck with that.
    I know the wireless card is working because when I doot into XP I can pick up and connect to multiple SSIS's.
    The card is listed in the system profiler.
    Anyone got any ideas?

    Ok,
    The answer to this problem was to re apply the Airport Client Update 2009-001
    http://support.apple.com/downloads/AirPortClient_Update_2009001

  • I have a 5 year old Imac. it does not pick up the wireless internet signal in the same location that my new laptop does. Is there anything I can do to it to fix that?

    I have a five year old Imc that does not pick up a wireless signal in the same area that my laptop does - is that just because it is old? Is there a card widget I could add to the IMac?

    Hello,
    Do any black bars show on the Airport icon at all?
    I have a 2007 iMac that can barely see my Base Station 4 feet away, an older eMac 7 feet away sees it great!
    On my iMac I use one of these...
    http://eshop.macsales.com/item/NewerTech/MXP2802GU2/
    And a USB extension cable can give  even better range/speed.

  • Iphone 4 black screen, tried dfu mode, itunes not picking up device. not able to bring up red phone off slide bar or apple logo if any combination of button holding. HELP

    iphone 4 black screen, tried dfu mode itunes not picking up device. not able to bring up red phone off slide bar or apple logo if any combination of button holding.
    Phone was given to me by apple 2 weeks ago. Last I saw of it working was phone was off so i did the quick reset. Apple logo came up, it started up and keypad for passcode came up. It said 2% battery then went up to 64% a second later. When I was playing wth it not 5mins before it was at 65% so would make sence that later indication was correct. Before I could type the 4 digit passcode in the phone turned off to black screen. Now I have tried all possible reset options incuding the 10 second hold down of both buttons for less than 10 seconds and longer than 10 seconds. Nothing is working. iTunes is not recognising the device at all. Ive had it plugged into a wall socket for three hours and the computer for 2 hours and no signal of life. Ive tried the forums on here and the youtube vidoes and seem to know what im doing with resets. Anyone able to shed some light?

    Not being able to get DFU Mode indicates hardware failure. Since you recently received this iPhone from Apple it has at a minimum 90 day Warranty. Make Genius reservation or make service arrangements and take or send to Apple for resolution. Regarding what is actually wrong with the iPhone, it could be possibility of several things. But some of the features point directly to battery. First step in fixing this iPhone would be battery replacement. Then trouble-shooting from there if still problem. Take it to Apple.

  • Down Payment Clearing push button not showing in MIRO

    Dear SAP Guru,
    I already activated "LOG_MMFI_P2P" using SFW5. Now we are getting Down Payment option in ME21N but we are not getting down payment push button in MIRO.
    We are doing in that way:
    First we created PO. We do not provide any down payment in the time of creating PO then we post the down payment using f-48. MIGO has done.
    Now we are doing MIRO but Down Payment Clearing push button is not appearing. Please help me.
    Best Regards,
    Shoyeb

    Hi,
    Do check you had entered the down payment category and down payment percentage in PO.
    Do follow the correct steps for down payment and check again if your are getting message in MIRO , then you should get the down payment push button also.

  • Push button ijn appraisal showing in backend but not showing inn portal

    Hi Expert,
    I would like to ask that push button in appraisal while configuring ESS/MSS package.
    It is showing in backend, but not showing in portal.
    Request you to give your inputs to bring push button on to the portal.

    Hi,
    are you using the same user to access backend and portal?. In backend, did you try from transaction PHAP_CHANGE with that user?. If you try with transaction PHAP_ADMIN in backed you are accessing as administrator, so you cannot compare the behaviour in PHAP_ADMIN and portal.
    Regards,
    Ana

  • PFCG push button, not appearing on the SAP Easy menu screen in CRM 7.0

    Hi Experts,
    PFCG push button is not visible on the SAP GUI, Easy Access menu screen in CRM 7.0.
    But I see it appearing on the CRM 2007 SAP Easy Access screen.
    So how to make it appear on the SESSION_MANAGER screen, that is Easy Access Menu screen.
    I tried the 'Customize Layout' options, but I don't see anything there to make the PFGC button appearing.
    Please let me know the settings.
    Thanks,
    John

    Hi Fredrick,
    i´m on CRM70 SP05 and i have the pushbutton to PFCG in my easy access on top.
    I´m not sure why you won´t see it.
    I guess you already checked your authorization?
    Kind regards
    Manfred

  • Push button not visible in Quality

    Hi,
    We have created one push button for the tcode fbl1n and fbl5n using the standard BADi  "FI_ITEMS_MENUE01".
    Now, the problem is the button is visible in Development server but not in Quality server.
    We have checked the version management but the code is very much visible in Quality.
    But, the push button is not visible in the Quality.
    Could anyone please provide with a solution to this problem.
    Thanks in advance,
    Kalyani.

    Hi,
    We have transported the Class name as well as BADi name to Quality.
    The implemented code along with the Fcode is visible in Quality.
    But while executing the tcodes FBL1N and FBL5N the push button which was implemented, is not visible in Quality.
    Thanks,
    Kalyani

  • 'Create' Push button is not working in BDC and LSMW while uploading G/L master data

    Hello Experts:
    I am facing the following problem:
    While uploading G/L master data with the BDC program, 'create' push button is not working  even after executing following lines.
    PERFORM BDC_DYNPRO      USING 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                   '=ACC_CRE'.
    Create G/L account  screen is not coming in BDC. Please suggest me what to do.
    Thanks !!

    Re: 'Create' Push button is not working in BDC and LSMW while uploading G/L master data
    Re: 'Create' Push button is not working in BDC and LSMW while uploading G/L master data
    Hi Glen Anthony
    Thank you for the reply Glen Anthony please take a look at the following code.
    REPORT  ZFI_BDC_FS00
            NO STANDARD PAGE HEADING LINE-SIZE 255.
    *INCLUDE BDCRECX1.
    TYPES : BEGIN OF STR,
       BUKRS TYPE GLACCOUNT_SCREEN_KEY-BUKRS,        "Company Code
       SAKNR TYPE GLACCOUNT_SCREEN_KEY-SAKNR,        "G/L Account Number
       KTOKS TYPE GLACCOUNT_SCREEN_COA-KTOKS,        "G/L Account Group
       XPLACCT TYPE GLACCOUNT_SCREEN_COA-XPLACCT,    "P&L statement account
       XBILK TYPE GLACCOUNT_SCREEN_COA-XBILK,        "Indicator: Account is a balance sheet account?
       TXT20_ML TYPE GLACCOUNT_SCREEN_COA-TXT20_ML,  "G/L account short text
       TXT50_ML TYPE GLACCOUNT_SCREEN_COA-TXT50_ML,  "G/L account short text
       WAERS TYPE GLACCOUNT_SCREEN_CCODE-WAERS,      "Account currency
       XSALH TYPE GLACCOUNT_SCREEN_CCODE-XSALH,      "Indicator: Only Manage Balances in Local Currency
       MWSKZ TYPE GLACCOUNT_SCREEN_CCODE-MWSKZ,      "Tax Category in Account Master Record
       XMWNO TYPE GLACCOUNT_SCREEN_CCODE-XMWNO,      "Indicator: Tax code is not a required field
       MITKZ TYPE GLACCOUNT_SCREEN_CCODE-MITKZ,      "Account is reconciliation account
       XOPVW TYPE GLACCOUNT_SCREEN_CCODE-XOPVW,      "Indicator: Open item management?
       XKRES TYPE GLACCOUNT_SCREEN_CCODE-XKRES,      "Indicator: Can Line Items Be Displayed by Account?
       ZUAWA TYPE GLACCOUNT_SCREEN_CCODE-ZUAWA,      "Key for sorting according to assignment numbers
       FSTAG TYPE GLACCOUNT_SCREEN_CCODE-FSTAG,      "Field status group
       XINTB TYPE GLACCOUNT_SCREEN_CCODE-XINTB,      "Indicator: Is account only posted to automatically?
       END OF STR.
    DATA : ITAB TYPE TABLE OF STR WITH HEADER LINE,
            IT_BDCDATA TYPE TABLE OF BDCDATA WITH HEADER LINE,
            TXT(4096) TYPE C OCCURS 0,
            MSG TYPE STRING,
            COUNT(5) TYPE N.
    SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
       PARAMETERS : MY_FILE TYPE RLGRAP-FILENAME.
    SELECTION-SCREEN : END OF BLOCK B1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR MY_FILE.
    CALL FUNCTION 'F4_FILENAME'
      EXPORTING
        PROGRAM_NAME        = SYST-CPROG
        DYNPRO_NUMBER       = SYST-DYNNR
    *   FIELD_NAME          = ' '
      IMPORTING
        FILE_NAME           = MY_FILE
    CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
       EXPORTING
    *   I_FIELD_SEPERATOR          =
    *   I_LINE_HEADER              =
         I_TAB_RAW_DATA             = TXT
         I_FILENAME                 = MY_FILE
       TABLES
         I_TAB_CONVERTED_DATA       = ITAB[]
      EXCEPTIONS
        CONVERSION_FAILED          = 1
        OTHERS                     = 2
    IF SY-SUBRC <> 0.
    * IMPLEMENT SUITABLE ERROR HANDLING HERE
    ENDIF.
    START-OF-SELECTION.
    COUNT = 0.
    LOOP AT ITAB.
    *PERFORM OPEN_GROUP.
    REFRESH  IT_BDCDATA.
    PERFORM BDC_DYNPRO      USING 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                   'GLACCOUNT_SCREEN_KEY-BUKRS'.
    PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                   '=ACC_CRE'.
    *PERFORM BDC_FIELD       USING 'BDC_CURSOR'
    *                              'GLACCOUNT_SCREEN_KEY-BUKRS'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_KEY-SAKNR'
                                   ITAB-SAKNR. "'5'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_KEY-BUKRS'
                                   ITAB-BUKRS. "'TATA'.
    PERFORM BDC_DYNPRO      USING 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                   '=2102_GROUP'.
    PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                   'GLACCOUNT_SCREEN_COA-KTOKS'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-KTOKS'
                                   ITAB-KTOKS. "'GL'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-XPLACCT'
                                   ITAB-XPLACCT. "'X'.
    PERFORM BDC_DYNPRO      USING 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                   '=2102_BS_PL'.
    PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                   'GLACCOUNT_SCREEN_COA-XBILK'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-KTOKS'
                                   ITAB-KTOKS. "'GL'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-XPLACCT'
                                   ITAB-XPLACCT. "''.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-XBILK'
                                   ITAB-XBILK. "'X'.
    PERFORM BDC_DYNPRO      USING 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                   '=TAB02'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-KTOKS'
                                   ITAB-KTOKS. "'GL'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-XBILK'
                                   ITAB-XBILK. "'X'.
    PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                   'GLACCOUNT_SCREEN_COA-TXT50_ML'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-TXT20_ML'
                                   ITAB-TXT20_ML. "'G/L ACCOUNT'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_COA-TXT50_ML'
                                   ITAB-TXT50_ML. "'G/L ACCOUNT'.
    PERFORM BDC_DYNPRO      USING 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                   '=TAB03'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-WAERS'
                                   ITAB-WAERS. "'INR'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-XSALH'
                                   ITAB-XSALH. "'X'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-MWSKZ'
                                   ITAB-MWSKZ. "'*'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-XMWNO'
                                   ITAB-XMWNO. "'X'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-MITKZ'
                                   ITAB-MITKZ. "''.
    PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                   'GLACCOUNT_SCREEN_CCODE-ZUAWA'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-XOPVW'
                                   ITAB-XOPVW. "'X'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-XKRES'
                                   ITAB-XKRES. "'X'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-ZUAWA'
                                   ITAB-ZUAWA. "'1'.
    PERFORM BDC_DYNPRO      USING 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.
    PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                   '=SAVE'.
    PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                   'GLACCOUNT_SCREEN_CCODE-XINTB'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-FSTAG'
                                   ITAB-FSTAG. "'G019'.
    PERFORM BDC_FIELD       USING 'GLACCOUNT_SCREEN_CCODE-XINTB'
                                   ITAB-XINTB. "'X'.
    *PERFORM BDC_TRANSACTION USING 'FS00'.
    CALL TRANSACTION 'FS00' USING IT_BDCDATA MODE 'E' UPDATE 'S'.
    COUNT = COUNT + 1.
    *PERFORM CLOSE_GROUP.
    ENDLOOP.
    CONCATENATE COUNT ' RECORDS UPDATED SUCCESSFULLY' INTO MSG.
    MESSAGE MSG TYPE 'I'.
    FORM BDC_DYNPRO USING PROGRAM DYNPRO.
       CLEAR IT_BDCDATA.
       IT_BDCDATA-PROGRAM  = PROGRAM.
       IT_BDCDATA-DYNPRO   = DYNPRO.
       IT_BDCDATA-DYNBEGIN = 'X'.
       APPEND IT_BDCDATA.
    ENDFORM.
    *        INSERT FIELD                                                  *
    FORM BDC_FIELD USING FNAM FVAL.
    *  IF FVAL <> NODATA.
         CLEAR IT_BDCDATA.
         IT_BDCDATA-FNAM = FNAM.
         IT_BDCDATA-FVAL = FVAL.
         APPEND IT_BDCDATA.
    *  ENDIF.
    ENDFORM.

Maybe you are looking for

  • Weblogic  console  does not  display  health  data on the servers table

    Hello In  a  weblogic  10.3.5  domain deployed  across two Windows  servers  2008 R2  there  are  are  two  managed  servers   hosting  Oracle  business  intelligence   publisher, each managed server  run  in a  different Windows  server,   by  the c

  • Problem with only being able to connect one computer wirelessly at a time.

    Can anyone help me? I have a WRT110. Here is what happens, say computer 1 is connected wirelessly to the internet then computer 2 gets turned on and trys to connect wirelessly, then computer one will get kicked off of the internet.

  • Drop Shadow on FacesMessage

    Hi I have a facesmessage that i add to the facescontext when a user does not select a option. The message has a large drop shadow that i would like to remove. Any Ideas Also if i could use a different kind of pop up without a drop shadow that would w

  • Why would some animated gifs loop some not? (all do on other browsers)

    Hello. I have 2 different animated gifs on the site I'm building with Weebly. One of them is a loop which works just fine. The other gif is made to just happen once. However, it will not replay when its page is refreshed or revisited (it does replay

  • Timecode issue with Adobe CC

    Hi! I am working on a fairly large project in Europe where the customer wants to use Adobe CC to edit the clips that are recorded by our system. Our system is recording the video feeds over IP alongwith the timecode information but somehow Adobe CC d