How to do validation in RFC

hi all
             how to do validation in file to RFC
regards
krish

Hi krish,
Yes you can validate with RFC,please see below links
http://help.sap.com/saphelp_nw04/helpdata/en/76/98384162316532e10000000a1550b0/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/11/028417f9f8b24cbe1b0b398e1cb76a/frameset.htm
CO Validation using RFC - URGENT!!!
User RFC validation
RFC Sequence
Regards
Chilla..

Similar Messages

  • How can i debug a rfc being called from sap

    hello Gurus,
    We made a RFC call from SAP r3 to sap grc nfe......we did not receive any data in sap grc .......we go to SM58 and there it gives
    the message "Name or password is incorrect (repeat logon)u201D.
    How can i find out where the data has stuck.
    Please help.
    BR
    Honey

    HI,
    please have a look at the link below..
    this may help u !!!
    [Re: how can i debug a rfc being called from .net connector (NCO) v2.0?;
    Best of Luck !!1
    Regards
    Ravi

  • How can I call a RFC from dynpage ?

    Hi!
    I would like to know how can I call a RFC from a Portal aplication, dynpage or jspdynpage. there include some libraries ?
    any idea?
    thanks

    for deploying SAP Jra :
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ad09cd07-0a01-0010-93a9-933e247d3ba4#search=%22how%20to%20use%20jca%20sapjra%20site%3Asap.com%22
    For lookup of SAP Jra use:
    com.sapportals.connector.connection.IConnectionFactory connectionFactory =(IConnectionFactory) initctx.lookup( "deployedAdapters/SAPFactory/shareable/SAPFactory");
    Using SAP Jra
    http://help.sap.com/saphelp_nw04s/helpdata/en/47/13044258bdd417e10000000a1550b0/content.htm
    The important jars required are:
    connector.jar
    Genericconnector.jar
    prtjndisupport.jar
    Thanks

  • How to change validity period of cost centre or activity type

    Hi
    How to change validity period for an Activity type or Cost centre?
    Can we change the validity period once created?
    regards
    Prakash

    Please note this can be done.
    Go to Edit Cost Center
    Goto Edit, Analysis Period.
    Create a new validity period say today until 3112999
    Change the data you want and save.
    When you go into the CC again it will show two validity periods.

  • How to use IDOC and RFC adapter in 1 scenario?

    We have AAA field and BBB field and we want to send AAA field to receiver sap system using IDOC adapter and BBB field to receiver sap system using RFC adapter. But how to use IDOC and RFC adapter in 1 scenario and how to map and  what are the design and configuration objects we require to create?

    To achieve this you have to use
    Two Interface Determinations
    Two Communication Channels (IDOC & RFC)
    & Two Receiver Aggrements.
    Use the Enhanced Interface determination and give your conditions there. Based on you condition your interface mapping will be triggered and data will be sent to IDOC & RFC respectively.

  • How to do  validation in jsp using javascript

    how to do validation in jsp using javascript

    The same way you do with any HTML page.
    Catch the onclick/onsubmit event, do your validation in javascript and then allow/cancel the action as required.
    However this is javascript validation only - javascript can never call JSP code.

  • How to select valid lines in a secondary list in a interactive report

    hi
    how to select valid lines in a secondary list in a interactive report

    hi,
    do this one
    at line-selection.
    if sy-lsind = some list no.
    GET CURSOR FIELD FIELDNAME VALUE FIELDVALUE.
            IF FIELDNAME = 'TVBAK-VBELN'.
    do some thing
    Regards
    ASHOK KUMAR

  • How to do validation

    can any one help me that how to do validation. if there is any document for that pls send me to [email protected]
    thanks in advance

    Hi Vishwanath,
    Pls do check the link below
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8c92d590-0201-0010-5aa0-ee7a993f295c
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/968dab90-0201-0010-c093-9d2a326969f1
    ****Assign Points If Helpful****
    Regards,
    Ravikanth

  • How to do validations for select-options

    Hi gurus,
    can you suggest me
    how to do validations for select-options
    Thanks&ragards,
    Kals.

    HI,
    TABLES: BKPF.
    TYPES: BEGIN OF TY_BKPF,
           BUKRS TYPE BUKRS,   "COMPANY CODE
           GJAHR TYPE GJAHR,   "FISCAL YEAR
           MONAT TYPE MONAT,   "FISCAL PERIOD
    DATA: T_BKPF TYPE TABLE OF TY_BKPF,
          W_BKPF TYPE TY_BKPF.
    SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    SELECT-OPTIONS: S_CODE   FOR BKPF-BUKRS,
                    S_YEAR   FOR BKPF-GJAHR,
                    S_PERIOD FOR BKPF-MONAT.
    SELECTION-SCREEN: END OF BLOCK B1.
                        AT SELECTION-SCREEN                           *
    IF S_CODE IS INITIAL OR S_YEAR IS INITIAL OR S_PERIOD IS INITIAL.
      MESSAGE E000(0) WITH 'ENTER VLAUES'.
    ENDIF.
    SELECT SINGLE * FROM BKPF WHERE BUKRS IN S_CODE.
      IF SY-SUBRC <> 0.
      MESSAGE E000(0) WITH 'ENTER VALID VALUES'.
      ENDIF.
    reward if useful
    thanks and regards

  • How to skip validations in ADF on click of cancel button

    Hi,
    I am new to this technology. i Have used ADF components required property to do Required filed validations. Whne i click on Cancel button i dont want the validations to get executed. How to skip validations in ths case?
    I am using ADF 11g and JSF 2.2

    Set immediate property of the cancel button to true.
    Check this out.
    http://jobinesh.blogspot.com/2009/08/how-to-skip-validation.html
    -Arun

  • How to configure the tcpip RFC destination

    Hi,
               Can any one help me to how configure the TCP/IP rfc destination.
      Thanks in advanced

    Hi Micky,
    Create RFC Connection:
    1. Start the transaction Display and Maintenance of RFC Destinations (transaction code SM59).
    2. Choose Create.
    3. Maintain the RFC destination:
    - RFC destination: <RFC_DESTINATION>
    - Connection type: T for TCP/IP connection
    - Description: <Description>
    - Technical settings
    - Activation type: Registered server program
    - Program ID: <PORTAL_HOSTNAME>_PORTAL_<SID>
    - Gateway host: <GATEWAY_HOST>
    - Gateway service: sapgw<SYSTEM_NUMBER>
    - Logon/security
    - Send SAP logon ticket: Activate
    4. Save your entries.
    Hope this will help.
    Regards,
    Ferry Lianto

  • How to apply validation rule for View Object (VO) attributes?

    How to add Validation Rules to VO attributes, just like EO Business Rules?
    I got 2 problem with that:
    1. VO can join multiple tables, and the attribute's validation rules may reference to the fields from multiple entities.
    2. Since the EO Validation Rules only execute before the data actually write to entity (Commit operation). But user may need to input data from multiple pages with only 1 commit.
    I am using JDeveloper 11g with ADF BC.
    Regards,
    Samson Fu

    Just something to point out, the EO validation doesn't fire on a commit (if you mean commit as in the database/AppModule commit). You can also access VO information from the EO validation rules by using view accessors.
    Regards
    Grant

  • How we will know whether RFC destinations have been created for sender and

    Hi,
        How we will know whether RFC destinations have been created for sender and XI system.
    Thanks,
    dhanush.

    Hi Dhanush,
    you can check using the TCODE SM59.
    Regards
      Kenny

  • How to create validation in workflow

    I create a simple workflow application, but how to do validation in this application? thanks in advance

    HI SharpLj,
    Activity validation enables activity authors and users to identify and report errors in an activity’s configuration prior to its execution. Windows Workflow Foundation (WF) provides the following three types of activity validation:
    RequiredArgument and OverloadGroup attributes.
    Imperative code-based validation.
    Declarative constraints.
    Further information:
    Configuring Activity Validation
    Please let me know if there is anything that I can do to help.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to write validation

    Hi all,
    As per my client requirement I have to write one validation like if postings should not happen more than the 2 days ago of current date.
    Eg if Posting date is 20.05.2011
    system should not allow postings less than 2 days of 20.05.2011 means which allow upto 19.05.2011 and 18.05.2011.
    please give any suggestions how to write validation for it
    Thanks
    Prashant Atri

    Hi All,
    Please tell me how to solve my query.
    In Cash Journal
    If the posting date is 20.05.2011 and system should not allow postings before 17.05.2011.  which means posting should happen (current posting date and posting date 20.05.2011 minus 2days earlier the posting date) only.
    Present validations are BKPF-BUDAT = BKPF-CPUDT for this I want to add 2 more days.
    Please guide how to do validation in this case.
    Regards,
    Prashant.

Maybe you are looking for

  • I got stuck in the 5 steps program to get acces to creative cloud

    I have bought de teachers student version and registered with the right sign in code. Then the system broke sort of down because Adobe couldn't verify my creditcard info so for billing next year. I got to my account, made it work but still I don't se

  • Can I generate a report from my Quiz results....

    and Print them out after someone completes a quiz? Without using a LMS or the email function? I would like a participant to complete a simple pre assessment activity and then have Captivate send the results to the printer. Anyone doing this? Thanks i

  • Error downloading from creative cloud site

    Adobe genuine software validation failure. The product you are trying to install is not an adobe genuine software and appear to be counterfeit

  • Safari not connecting to iTunes from email

    I've been trying to connect to iTunes from my weekly email (hotmail) iTunes updates, but every time I do it goes to the 'connecting to iTunes page' and never connects to iTunes and ends up freezing safari. I've had the same thing happen when I tried

  • LR 5.7.1 File Renaming start number field is missing

    Installed Lr CC 5.7.1 on a MacBook Air OS 10.10.2 - in the Lr import window in the File Renaming panel the Start Number field is missing and I can not add a start number to the files?  Any suggestions on what is causing this issue and how to repair t