What type of input should be provided to the proxy function module HR_trv_credit_card_transaction

Hello All,
I am trying to configure the proxy for credit card transaction in Trip module,For this the standard proxy class is being used. I am not able to find out what should be the input to the function module Hr_trv_credit_Card_transaction. This relates to some  control structures.Does anybody has some idea on this.
Many thanks
Papiya

Hello,
The manual on page A-3 has some useful information. I am posting it below. Additionally, I found that the SCXI-1104 series use a two-pole RC Butterworth filter. As you'll see in the notes below the 10kHz cutoff is the -3dB point for the filters.
Filters
Cutoff frequency (?3 dB)
SCXI-1104 ............... 2 Hz
SCXI-1104C ............. 10 kHz
NMR (60 Hz) ............ 40 dB (SCXI-1104)
Step response (either gain)
Accuracy SCXI-1104 SCXI-1104C
To 0.1% 1 s 200 ms
To 0.01% 10 s 1 ms
Hope this helps,
John N
Applications Engineer
National Instruments

Similar Messages

  • Where the documentation is provided for the Standard Function module ?

    If there is no documentation provided for the standard function module in SE37 what is the best way to understand the functionality of the function module?Is there any where we can find the documentation?
    Please dont say the From coding part its too vast to understand
    Ex: HRCM_ORGSTRC_INFO_TABLE_GET
    Paint for me ..
    Regards
    sas
    Edited by: Julius Bussche on Mar 18, 2009 1:17 PM

    O Really thanks amit !!
    Are you able to understand the below code and please provide your valuable inputs what we are understanding is the same.
    PERFORM read_infotypes.
    *-- ********************************************************** NMP
    *-- IF scb frozen then write to itab-scb field.  nmp 11/2001.
    *-- ********************************************************** NMP
    *--Begin of Change by vneld - 01/17/2007
    *  IF PA0001-ZZBERN NE SPACE.
    *    FROZEN = PA0001-ZZBERN.
    *  ENDIF.
    *  ITAB-SCB = FROZEN.
    *-- ********************************************************** NMP
    *--end of Change by  vneld- 01/17/2007
      PERFORM get_date USING '92'
                       CHANGING w_hiredate.
      PERFORM get_date USING '93'
                       CHANGING w_rehire.
      PERFORM get_date USING '94'
                       CHANGING w_termdate.
      IF NOT ( w_rehire IS INITIAL ).
        w_hiredate = w_rehire.
        itab-code = 'R'.
      ELSE.
        itab-code = 'H'.
      ENDIF.
      IF p0001-persg = '3'.
        itab-code = 'T'.
      ENDIF.
    *Change by Mdukes
    ** We need HIRE,Rehire & term  within 13 month`s window
    ** But if someone Hire in IT ,change dept and then terminated .
    ** We need to exclude that person from the list  .
    ** We need to change his Org.Unit by END_DATE 12/31/9999 from Pa0001.
      CLEAR:result_tab.REFRESH:result_tab.
      CALL FUNCTION 'HRCM_ORGSTRC_INFO_TABLE_GET'
        EXPORTING
          PLVAR          = '01'
          ROOT_OTYPE     = 'O'
          ROOT_OBJID     = P0001-ORGEH
          BEGDA          = SY-DATUM
          ENDDA          = P0001-ENDDA
          PATH_ID        = EVPATH
          PATH_DEPTH     = 10
        TABLES
          ORG_INFO_TABLE = result_tab
        EXCEPTIONS
          PATH_ERROR     = 1
          ROOT_ERROR     = 2
          OTHERS         = 3.
    *  CALL FUNCTION 'RH_STRUC_GET'
    *    EXPORTING = 'O'
    *      act_objid       = PA0001-ORGEH
    *      act_wegid       =  EVPATH
    *      act_plvar       =  TYPE
    *      act_tflag       = space
    *      act_vflag       = space
    *      authority_check = space
    *    TABLES
    *      result_tab      = result_tab
    *    EXCEPTIONS
    *      no_plvar_found  = 1
    *      no_entry_found  = 2
    *      OTHERS          = 3.
    * reading the Org.Unit based on employee Org.unit (Evaluation Path 'O-O'.
    * After that making sure the latest Pa0001 org.unit is part of selection org.unit
    * If yes, set the flag to = 1 . Otherwise ignore the rec .
    * We want only IT folks hire/rehire/term within 13 monthu2019s window
    * if somebody change the dept and get term within 13 monthu2019s .it
    * Should show up in hire but not in term report .
      CLEAR:REC.
      lOOP AT result_tab.
        read table PCHOBJID with key low = result_tab-OBJID.
        if sy-subrc = 0 .
          Rec = 1.
          EXIT.
        Endif.
      ENDLOOP.
      if rec  = 1.
    *--begin of change by vneld- 01/17/07
        CHECK ( ( w_hiredate >= w_13th_mnth_date AND w_hiredate <= sy-datum )
          OR
              ( w_termdate >= w_13th_mnth_date AND w_termdate <= sy-datum ) ).
    *--end of change by vneld- 01/17/07
    **---check for hires or terms in the calendar year.
    **---No future terms
    *  CHECK ( ( W_HIREDATE(4) = SY-DATUM(4) ) OR
    *  ( W_TERMDATE(4) = SY-DATUM(4) AND W_TERMDATE <= SY-DATUM ) ).
        CONCATENATE p0002-vorna p0002-nachn INTO itab-name SEPARATED BY ' '.
    *--Begin of change by vneld 03/29/2007
    *--get supervisor name
        data : lname(20),
               fname(20).
        clear: lname,
               fname.
        Select vorna nachn from pa0002 into (fname ,lname)
               where pernr =  p0001-zzsuper_no.
        endselect.
        CONCATENATE lname fname INTO itab-supv SEPARATED BY ' '.
    *  itab-supv = p0001-zzsuper_text.
    *--End of change by vneld 03/29/2007
    *----get employee group text
        CLEAR t501t.
        SELECT SINGLE * FROM t501t WHERE sprsl = 'EN' AND
                                         persg = p0001-persg.
        IF sy-subrc EQ 0.
          itab-group = t501t-ptext.
        ENDIF.
        PERFORM get_dept.
        PERFORM get_position.
        PERFORM append_fields.
      endif.
    ENDFORM.                    " PROCESS_EMPLOYEE
    Edited by: saslove sap on Mar 19, 2009 7:45 AM

  • What type of query should be posted in the Guidanc...

    Hi all,
    This board is primarily for help and suggestions relating to the community forums themselves, not for help and suggestions on BT products or services.  For example, if you don’t know how to quote another post, or are not sure how to change your avatar then this is the correct place to post those type of questions.  It may also be where you post a suggestion for a new topic area or other ideas for the community forums.  
    Posts that are looking for help or suggestions with queries relating to BT products and services should be posted in the most relevant categories – eg. Phone, Broadband, TV or Billing.  You may notice that if those queries get posted in the H&S board then the mods will move them to the most relevant board.
    What type of posts get moved from this board?
    Some of the posts the mods have to move from this board are related to email queries, PCs/hardware queries etc.  As these posts are all generally linked to broadband and your home PC then the best place to post this in is the ‘BB in the Home’ board.  The ‘BB out and about’ board focuses on BT Fon, BT Openzone, BT Mobile Broadband, and the BT Broadband Anywhere service. 
    If you are not sure where to post, read the list under each board title, this should help you choose where to post.  If you are unsure, make your best guess and the mods will move it if they need to.
    Thanks,
    Stephanie
    Stephanie
    BTCare Community Manager
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post. If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

    It is Prudent to purchase the Phone in the Country it is intended for use in... it will then work as expected.
    If you are attracted by the seemingly  Cheap   prices in the US... you are failing to take into account that you are probably looking at the phones that are LOCKED and CONTRACTED to a US Carrier.
    AND...
    iPhone Warranty  >  The warranty is only valid in the country of original purchase...
    Except if purchased in an EU Country...
    http://www.apple.com/uk/legal/statutory-warranty/

  • What sort of input should be given to the FP-DO-410 module to generate discrete output

    We are using a FP-DO-410 module for creating discrete output.Can we use it to generate swept square wave pulses

    Hi,
    You can generate a "square wave" with the FP-DO-410, but this is not normally the way this module is used. This module contains "static digital output", which means you can only write true or false, in other words, you cannot exactly control the frequency of the output signal, if you want to have control of the frequency you normally use a counter module (FP-CTR-50X) or even better a FP-PG-522... these modules have their frequency hardware controlled...
    You can create a square wave with the FP-DO-410 but in that case you will have to create the square wave via software and the frequency will be software dependent, connection dependent and so on... the final result will be very poor (no practical use)...
    So, if you want to create square wave I
    would advise the FP-PG-522.
    I hope it helps
    Best Regards
    Andre Oliveira

  • What type of repeater should I use with my new Airport Extreme?

    what type of repeater should I use with my new Airport Extreme? Thanks.

    If you want to repeat both bands of your dual band AirPort Extreme, another AirPort Extreme would meet these requirements.
    If you only need to extend one of the bands that the AriPort Extreme provides, then an Airport Express would do that nicely.

  • Whats types of inputs can be used with DAQ 6527? (PNP or NPN)

    I need to know what types of input device (PNP or NPN) can be used with a DAQ 6527.

    Greetings,
    The digital inputs of the 6527 require TTL signals. As long as your device, whether it be a pnp or npn transistor, outputs a TTL signal, it will be compatible.
    Regards,
    Justin Britten
    Applications Engineer
    National Instruments

  • What types of logs should be kept on activities relating to DBA?

    What types of logs should be kept on activities relating to database administrator? How does the operating system assist in maintaining log? What alternatives are available to the IS-Auditor if the operating system does not maintain log?

    As has been pointed out in your duplicate thread, these are rather vague and generic questions, so there are no clearly right answers...
    What types of logs should be kept on activities
    relating to database administrator? That's a business decision, not a technical decision... It depends on government regulations, the type of data in the system, the types of threats that the organization is most concerned with, the performance overhead that is acceptable, etc.
    How does the
    operating system assist in maintaining log? This is very vague. I don't know how to answer it-- from a database standpoint, the operating system is just holding a file that the DBA (hopefully) cannot update.
    What
    alternatives are available to the IS-Auditor if the
    operating system does not maintain log?Perhaps you're thinking about Audit Vault here?
    I need this answer please..! anyone can help meIs this for a school assignment? Or for something in the real world? In the real world, I would expect a lot more information before making any sort of decision on something like this...
    Justin

  • What type of fan should i buy for my MacBook?

    Hello.
    I have a MacBook white 1.1  2006 Early. If i know  good this is the first MacBook.
    Core Duo 1,83 Ghz "Yonah"
    Maximal Ram  2GB of DDR2
    I want to replace the fan What type of fan should i buy on e-bay with Free ships?
    I Live is Hungary in Central Europe.
    Many Thanks.

    I'd like to chime in and offer a differing opinion. The size factor of all SSD's don't leave much to question, but there are a couple other things that you can research and take into account.
    The biggest thing to look for after the capcity you want is the connection speed. Your Macbook is last generation compatible with SATA 3.0Gbs transfer speeds, and while you can still utilize an SSD with SATA 6.0Gbs, your connection won't be able to fully utilize the full speed of such an SSD.
    The upside is that SATA 3.0Gbs SSD's are selling for much less now on ebay and on Amazon since they are last generation, so you can pick one up on a budget. If money is not an issue and you'd like to spend a bit more for the latest generation SSD that you can transplant into the laptop you want to purchase after your mid 2009, a current generation SATA 6.0Gbs SSD is going to work fine and will also work great in whatever you upgrade to.

  • What type of RAM should I buy for Satellite M30-344?

    hi there,
    i want to upgrade the ram in my satellite m30-344. what type of ram should i buy? i am not sure, but i think the "PA3312U-2M51 - 512MB memory pc2700 sodimm (333 mhz)" is the right one? is that corrct?
    thanks in advance
    greetings
    s. haug

    Hi
    Nicky is absolutely right. The 512MB RAM module for your unit has PA3164U-1M51 part number. It is PC2700 DDR-RAM.
    Bye

  • What type of license should the user be assigned when passing transactions through the DI Server?

    What type of license should the user be assigned when passing transactions through the DI Server?
    We used to assign indirect access licenses to users that were just using the DI Server.  We have one add-on developer that says that the user has to be a Profession license. Current environment is SAP B1 9.0 PL10.  My understanding was that you could have up to 10 users assigned to a single DI Server license.

    Hi,
    From the license guide,
    Indirect Access – has access to any SSP solutions (developed with the SAP Business One DI-API) only. The Indirect Access license is bundled with the DI server. Users who have an Indirect Access license can access a limited number of application forms, but cannot perform any functions with the SAP Business One application. Users who have an Indirect Access license can access an unlimited number of SSP solutions
    Thanks & Regards,
    Nagarajan

  • Error:Lov Input should by default be the queryable criteria and Result

    Hello,
    I have a LOV Which displays the Locations.It has 2 columns Location_id and Location_Name.This LOV is attached to a field named "LocationName".Requirement is to show the existing location name based on the location id of the employee that is queried before updating the employee details.
    The programatic Query property of the associated LOV map is set to True as i need to bind the query with the location_id at run time. However this gives me the following error message when the page is opened :
    Lov Input should by default be the queryable criteria and Result
    Can you please let me know what need's to be done?
    Regards,
    GayatriJ

    Normally you will get this error, when you didn't give LOV field as the criteria item in the LOV mappings.
    Check you have given the LOV field as one of the criteria mapping for the LOV.
    Thanks.
    With Regards,
    Kali.

  • I am putting together a proposal for a Final Cut Pro Workstation to use with a tapeless HD camera.  Can anyone suggest the best camera (in the 5-10,000 dollar range) ?  What hardware and software should I include in the package?

    I am putting together a proposal for a Final Cut Pro Workstation to use with a tapeless HD camera.  Can anyone suggest the best camera (in the 5-10,000 dollar range) ?  What hardware and software should I include in the package?

    This is quite an open suggestion, but here are some ideas which might get you started.  There are good HD cameras in your price range from Sony, Panasonic and Canon (and maybe other manufacturers). Tapeless formats vary.  I have only worked with Sony XDCAM which seems pretty good to me.  File sizes for material shot at 35MBS are not too huge and, with the free Sony transfer and conversion programme, are easy to bring into the computer via USB direct from the camera or from a fairly inexpensive converter.  The Sony XDCAM EX3 can produce results well up to broadcast quality.
    As to hardware, you'll need a powerful MAC - iMac, Macbook Pro or MacPro with 4GB or more of RAM and a good video card.  Softwarewise, FCPX is quite a bit cheaper than FC Studio 3 and of course it's 64bit and can make better use of multi-core machines than FCP7.    It's also designed to handle HD formats with less hassle than FCP7 and is matched to the latest versions of Motion and Compressor.   But you'd probably be wise to search reviews of FCPX before you make your choice - it has some issues.
    A good HD monitor will be essential and, for colour correction etc, you may want to consider a second monitor or HD TV foe editing. ( A MacPro is generally the best machine to connect a second monitor to). 
    This should give you a good editing system, but there are many other things you could add (Photoshop, professional sound monitors, etc)
    Hope this helps a bit.
    Jonathan

  • What type of movie clips are handled by the ipad? I have shot a movie clip with my canon camera and the file is .AVI.  will this load onto ipad?

    what type of movie clips are handled by the ipad? I have shot a movie clip with my canon camera and the file is .AVI.  will this load onto ipad?

    Per http://www.apple.com/ipad/specs/
    AirPlay Mirroring to Apple TV (2nd and 3rd generation) at 720p
    AirPlay video streaming to Apple TV (3rd generation) at up to 1080p and Apple TV (2nd generation) at up to 720p
    Video mirroring and video out support: Up to 1080p with Apple Digital AV Adapter or Apple VGA Adapter (adapters sold separately)
    Video out support at 576i and 480i with Apple Composite AV Cable (cable sold separately)
    Video formats supported: H.264 video up to 1080p, 30 frames per second, High Profile level 4.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; Motion JPEG (M-JPEG) up to 35 Mbps, 1280 by 720 pixels, 30 frames per second, audio in ulaw, PCM stereo audio in .avi file format

  • Error - Developer Mode Exception : Lov Input should by default be the query

    How to get rid of this message?

    Full error message
    Lov Input should by default be the queryable criteria and Result

  • What type of Data target is used when the safety interval is used?

    Hi ,
    what type of Data target is used when the safety interval is used in generic delta in datasource?DSO or cube  or cube?
    Pls explain me ?
    Thanks,
    Nimai

    It's up to your reporting requirement to go for dso or cube..
    I prefer to having staging with DSO and then further reporting on Cube ..
    It's always easier to manage when you have any changes to the cube .. you need not to extract data from R/3 .. if you have dso you can extract directly to cube
    Another thing is -for any reason some of your records got corrupted so you can have full loads to dso which has the overwrite functionality...  and sends delta records to cube. even in cube you can do selective deletion but we have to very careful to avoid double records in next loads
    Edited by: Srinivas on Jul 29, 2010 8:23 PM

Maybe you are looking for

  • Multiple apple id's on iCloud?

    Will iCloud support multiple Apple ID's? I have a dedicated work ID and a dedicated personal ID that need to be separated as well as my wife's and kids' ID's. I'm setting up a home network (Airport Extreme with external hard drives and printer) and w

  • ASN Inbound Delivery

    Gurus, Is it a correct process to create ASN Inbound delivery without the confirmation control during the creation of Purchcas order. If not, can you please detail the correct process from creatng PO to generating an ASN or inbound delivery Thanks in

  • Best Qualilty From FCP into Compresser

    Ok, So ive filmed a short 6 min video in HDV 1080i60,and edited in that format, now because most of my clients DVD players don't read HDDVD I must compress it to something readable for SDDVD with out losing any of the quality.Now Ive tried MPEG-2 and

  • DMBE2(LC2 amount for a accounting document) in BW

    Hello Friends, The users have a requirement to display the LC2 amount for an accounting document along with LC1 and LC3 amounts. Now the problem I am facing is that the LC2amount is postive for both the actual debt and payments made against the debt

  • How do we request a new forum?

    I'd like to request a new forum for discussing programming on the iPhone. Now that the SDK came out, I'm sure that there's going to be a LOT of traffic on that. It would be nice to keep it all in one place. How do we go about making that happen?