HOW to see RFC  data reached to r/3 system

Hi,
  We have FILE to RFC scenario,now the data from file is reaching xi, i am able to c the data,now from xi to b/w we r calling rfc which dosent give any response(it just simply posts the data) so is there any transaction or some way (as in case of idoc's we have we02) where we can see that the data has reached the bw system.
Thanks,
Ven.

Hi,
What you can do is,
1. Make sure the RFC is Remote Enabled.
2. Make sure that you have the latest RFC imported in your XI system.
3. User ID & Pwd is not locked.
4. Check in Moni, if you get some kind of error abot your CC
Regards,
Sarvesh

Similar Messages

  • How to see the datas stored in DBMS_SQL.Varchar2S variable?

    how to see the datas stored in DBMS_SQL.Varchar2S variable?
    it says error if i use dbms_out.put_line.

    in PLSQL :
    procedure p_try (p_test IN OUT DBMS_SQL.VARCHAR2S) is
    begin
        p_test.delete ;
        p_test(    -3000) := '===============' ;
        p_test(       22) := 'Hello'  ;
        p_test(    55555) := 'World' ;
        p_test(987654321) := '===============' ;
    end p_try;
    set serveroutput on
    declare
         l_test dbms_sql.varchar2s ;
         i number ;
    begin
         p_try (l_test) ;
         i :=  l_test.first ;
         while i >= l_test.first and i <= l_test.last loop
                 dbms_output.put_line (l_test(i)) ;
                 i := l_test.next(i) ;
         end loop ;
    end ;
    ===============
    Hello
    World
    ===============when using Forms, you would use TEXT_IO instead of DBMS_OUTPUT

  • How to see the data records for a dso based upon the request id?

    Hi all,
    How to see the data records based upon the request id on the dso.
    I need to see the data for a dso based upon the request id 444493 loaded from another dso through repair full update.
    thanks

    Hi,
    Step 1: select your request from DSO request tb
    Step 2: Select your DSO just above your contents/requests/reconstruction tabs
    Step 3: Click contents(Spectacles symbol) in the top area of your screen
    Step 4: Slect the required fields
    Regards,
    Suman

  • How to extract Inventory data from SAP R/3  system

    Hi friends How to extract Inventory data from SAP R/3  system? What are report we may expect from the Inventory?

    Hi,
    Inventory management
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how%20to%20handle%20inventory%20management%20scenarios.pdf
    How to Handle Inventory Management Scenarios in BW (NW2004)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328
    Loading of Cube
    •• ref.to page 18 in "Upgrade and Migration Aspects for BI in SAP NetWeaver 2004s" paper
    http://www.sapfinug.fi/downloads/2007/bi02/BI_upgrade_migration.pdf
    Non-Cumulative Values / Stock Handling
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/93ed1695-0501-0010-b7a9-d4cc4ef26d31
    Non-Cumulatives
    http://help.sap.com/saphelp_nw2004s/helpdata/en/8f/da1640dc88e769e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/80/1a62ebe07211d2acb80000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/80/1a62f8e07211d2acb80000e829fbfe/frameset.htm
    Here you will find all the Inventory Management BI Contents:
    http://help.sap.com/saphelp_nw70/helpdata/en/fb/64073c52619459e10000000a114084/frameset.htm
    2LIS_03_BX- Initial Stock/Material stock
    2LIS_03_BF - Material movements
    2LIS_03_UM - Revaluations/Find the price of the stock
    The first DataSource (2LIS_03_BX) is used to extract an opening stock balance on a
    detailed level (material, plant, storage location and so on). At this moment, the opening
    stock is the operative stock in the source system. "At this moment" is the point in time at
    which the statistical setup ran for DataSource 2LIS_03_BX. (This is because no
    documents are to be posted during this run and so the stock does not change during this
    run, as we will see below). It is not possible to choose a key date freely.
    The second DataSource (2LIS_03_BF) is used to extract the material movements into
    the BW system. This DataSource provides the data as material documents (MCMSEG
    structure).
    The third of the above DataSources (2LIS_03_UM) contains data from valuated
    revaluations in Financial Accounting (document BSEG). This data is required to update
    valuated stock changes for the calculated stock balance in the BW. This information is
    not required in many situations as it is often only the quantities that are of importance.
    This DataSource only describes financial accounting processes, not logistical ones. In
    other words, only the stock value is changed here, no changes are made to the
    quantities. Everything that is subsequently mentioned here about the upload sequence
    and compression regarding DataSource 2LIS_03_BF also applies to this DataSource.
    This means a detailed description is not required for the revaluation DataSource.
    http://help.sap.com/saphelp_bw32/helpdata/en/05/c69480c357354a8846cc61f7b6e085/content.htm
    http://help.sap.com/saphelp_bw33/helpdata/en/ed/16c29a27db6e4d81a015be8673eb80/content.htm
    These are the standard data sources used for Inventory extraction.
    Hope this helps.
    Thanks,
    JituK

  • Re: How to see transfer structure in sap r/3 system

    Hi All,
    In generic extraction I have created extract structure ,in the extract structure I have 6 fields but I am trasferring only 4 fields to the BW system ,So it will creates transfer structure in BW System with the 4 fields but when the Transfer structure in sap r/3 generates and how can see the transfer structure in sap r/3 system.I will give full points if i get the correct answer.
    Regards,
    Venkat

    Hi ,
    Data source = extract structure in r/3 system  +  transfer structure in r/3 system  + transfer structure in bw system .
    for exmpale you try to extract the following fields
    1) vbeln
    2) erdat
    3) ernam
    4)netwr
    5)waerk  from vbak table but you decided to trasfer only 4 fields expect the erdat in that case
    extract structure contains all 5 fields and transfer structure contains 4 fields in BW system  expect erdat field,
    As far as my knowledge is concern when replicate the data source in bw system and activate the infosource at that time
    it will create the transfer structure in r/3 system but I dont know how to see the transfer structure in r/3 system,
    please help me in this regard.
    Regards,
    Venkat

  • Seeing RFC/BAPI services from BI sources system

    I want to see RFC/BAPI defined on a BI system in Visual Composer, how do I configure BI system?

    Hi Raynald,
    have a look at this <a href="/people/marcel.salein/blog/2007/03/14/how-to-create-a-portal-system-for-using-it-in-visual-composer">blog</a>. It describes step by step how to create the needed systems.
    Best Regards, Benni

  • How to load master data from SAP R/3 system like Customer master...........

    How to load master data from SAP R/3 system like Customer master, materioal master , vendor master.............

    Hi Bramha,
            Check ...........
    Re: master data loading in BI 7.0
    /message/4708129#4708129 [original link is broken]
    Re: Master data loading.
    Regards,
    Vijay.

  • When we are able to see the data in Tcode RSA3(Source system)

    Hi,
    Please help me!
    In enhancement after doing the R/3 stuff, when we are able to see the data in Tcode RSA3 in R/3 only?
    Give the detail for all types of data source and for all types of loads.
    eg: Std data source for deltaload, Generic data source for full load.....etc...
    Regards,
    Shiva.

    Sure...
    I am doing enhancement for datasource '2LIS_05_QVUDN'.
    I complited the R/3 stuff and check the data for enhanced fields in RSA3...it's giving run timeout run time error.
    Then I just ignore that error and I complited BW stuff successfully....after compliting BW stuff I am able to see the data in RSA3 in R/3.
    So my question is, What is the root cause for this....?
    When we are able to see the data in RSA3 in source system.?
    please give me details for all types of datasource and all types of loads so that it will helps a lot for me in future.

  • How to see refcursor data while debugging

    Dear Guru,
    I have below procedure.
    create or replace
    PROCEDURE Main_Proc
    RS_1 OUT TMRS_UTIL_PKG.RefCsr
    AS
    L_Excecution_Status NUMBER;
    L_Sql_Code VARCHAR2(1000);
    L_Sql_Error VARCHAR2(1000);
    a NUMBER;
    BEGIN
    -- Initialize Execution Status.
    G_Excecution_Status := 0;
    G_Sql_Code := 'C';
    G_Sql_Error := 'E';
    DBMS_OUTPUT.PUT_LINE('Entered in Main_Proc.. ');
    -- Return Resultset
    OPEN RS_1 FOR
    SELECT 'This output is from Main_Proc' AS Main_Proc_OP
    FROM DUAL;
    DBMS_OUTPUT.PUT_LINE('Left Main_Proc.. ');
    G_Excecution_Status := L_Excecution_Status;
    G_Sql_Code := L_Sql_Code;
    G_Sql_Error := L_Sql_Error;
    EXCEPTION WHEN OTHERS THEN
    G_Excecution_Status := 1;
    G_Sql_Code := SQLCODE;
    G_Sql_Error := 'In Main_Proc SP => '||SQLERRM;
    END Main_Proc;
    I just want to see output contain in RS1.
    I am using SQL Developer 3.0
    Could anybody help me.
    Regards
    Sanjeev

    When running a procedure with output cursor variable(s) the result is in structured output window (modulo bugs exposed in EA1).
    You are asking how to view cursor data during debuging, however, and support of complex datatypes, cursor including, is limited. On the other hand, I can imagine that during debuging session you would step inside the calling procedure, where you would extract cursor data row-by-row into some other data structures. The idea I fail to understand is why somebody is not satisfied watching those data structures themselves. As Java developer, I have never peeked into the content of ResultSet (which is essentially client-side cursor in Java)!

  • How to see multilanguage data in web forms9i

    Hai Everybody
    I have installed 9i Developer Suite & 9i database in the same machine our application has to display multilanguage data like malay,chinese and english. our database is Parameters are as follows
    PARAMETER          VALUE
    NLS_LANGUAGE          AMERICAN
    NLS_TERRITORY          AMERICA
    NLS_CHARACTERSET     UTF8
    NLS_DATE_LANGUAGE     AMERICAN
    NLS_NCHAR_CHARACTERSET     AL16UTF16
    Also I have set NLS_LANG=AMERICAN_AMERICA.UTF8 in associate home (In the Regedit both client & server home)
    I have create the sample table which has datatype varchar2(100) & nvarchar2(100) and I have inserted chinese character into both columns based on this table using NJSTAR communicator. Now i have created the sample form after running that form against web.i couldn't see the data in their chinese languages. I am able to see only junk data (some square boxes).basically 9i can run only against web. for that i have set it NLS_LANG = SIMPLIFIED CHINESE.ZHS16GBK in the \oracle\orad2k\forms90\server\default.env file. Also In the default browser I have given <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">.Still i could not see the chinese data.
    What should i do to see the data in their chinese languages.How to acheive this one in the web. Also while i am inserting the chinese data, without using NJSTAR ,is there any way to insert the data into oracle.
    Please help me it is very very very urgent for me.
    Thanks in advance
    Pavendhan.N

    Namachivayam,
    What is your client operating system? What is your regional options? Which version of JInitiator are you using?
    Regards,
    - Makoto

  • How to see the data after deploying

    Hi, I installed owb 9.2.0.2 and created a test mapping and deployed it successfully. It inserted few rows in my table. How can i see the data which was inseted other than SQLplus.
    Can i view data trough any OWb reports or do I need to use discoverer or report tools to view the data.

    Hi Sam,
    SQL Plus is one route, the other is indeed Discoverer or any relational query tool. For 10gR2 we are adding data viewers so you can see this directly in OWB.
    Jean-Pierre

  • How to see Chinese data using SQL Plus?

    Hi,
    Is it possible to see the Chinese character string saved in the database by using English version Sql Plus? The following data is set up in the table NLS_DATABASE_PARAMETERS in my oracle database. I'm really appreciated if anybody could help me.
    Thanks,
    Suwei Ma
    [email protected]
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET UTF8
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    PARAMETER VALUE
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZH:TZM
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZH:TZM
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_NCHAR_CHARACTERSET UTF8
    NLS_RDBMS_VERSION 8.1.7.4.1

    Thanks for your repley. I don't think I need to change NLS_CHARACTERSET setup because I can load Chinese data into the database and also can see the data by running Chinese tool like NJStar Communicator. Therefore, I probably need to change the session level parameters, but not sure.

  • How to see variable Data at the time debugging procedure in oracle toad 9.1

    Hi all,
    I am not able to see variable Data at the time of debugging procedure in oracle toad 9.1 .
    Any help would be appreciated .
    Regards,
    P Prakash
    Edited by: prakash on May 30, 2011 1:37 AM
    Edited by: prakash on May 30, 2011 1:37 AM
    Edited by: prakash on May 30, 2011 1:37 AM

    You might be aware Toad is not an Oracle product, so you need to post this at the forums of Quest, http://www.questsoftware.com
    Sybrand Bakker
    Senior Oracle DBA

  • How to see multilanguage data in forms9i

    Dear All,
    I have installed 9i Developer Suite & 9i database in the same machine.our application has to display multilanguage data like malay,chinese and english.our database is character set is AL32UTF8. Also I have set NLS_LANG=AMERICAN_AMERICA.UTF8 in associate home (In the Regedit both client & server home)
    I have create the table which has datatype varchar2 & nvarchar2. Also I have inserted chinese character into
    both columns based on this table . Now i have created the sample form after running that form against web.i couldn't see the data in their chinese languages. I am able to see only junk data (some square boxes).basically 9i we can run only against web. for that Even i have set it NLS_LANG = SIMPLIFIED CHINESE.ZHS16GBK in the \oracle\orad2k\forms90\server\default.env file. Also In the default browser I have given
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">.Still i could not see the chinese data.
    What should i do to see the data in their chinese languages. Please help me it is very very urgent for me.
    Thanks in advance
    Pavendhan.N

    Hi,
    actually if you see data garbaged then this points to a wrong character set used for the application. on the Web Forms9i uses the NLS setting that is defined in the default.env file in the forms90/server directory. Since you only can set one NLS parameter you should look for a character set that can render all language strings you use.
    Frank

  • How to upload the  data into SAP R/3 System

    I have a scenario to  upload the flat file data into SAP R/3 System.
    I will describe my complete scenario here so that it will be better understanding for you to suggest the solution.
    The  segments that relevant for the upload of customer master data, namely
    HD : Header Segment
    PF  : Partner Function Segment
    OP : Output Segment
    TX : Tax Segment
    CR : Credit Segment
    CT : Customer Text Segment

    I think you can achieve this with IDOC creation. If it is so follow the steps below.
    Basic Type:
    Basic IDoc type defines the structure and format of the business document that is to be exchanged between two systems.
    Segments:
    Segments form the basic building blocks of an IDoc type and are used to store the actual datta. A segment type is the name of a segment and is independent of the SAP elease. A segment definition is the release-specific name of a segment.
    Steps in creating Segments:
    T.Code WE31
    Enter the name for your segment type and click on the create icon.
    Type the Short text.
    Enter the variable names and data elements.
    Save and Go back.
    Go to Edit -> Set Release.
    Repeat the steps to create more segments.
    IDOC TYPE:
    Business data is exchanged with an external system using the IDoc Interface.
    IDoc types (Special Structures) An IDoc type is defined through its permitted segments. Segments can be dependent on each other (parent and child segments). The IDoc interface can check for each IDoc whether thhe segments contained are compatible with thhe definitiion of its type. This systax check is activated or deactivated in the Partner Profiles.
    Steps in creating IDoc Type:
    T.Code WE30 to create IDoc Type.
    Enter the Object Name, Select Basic Type and click Create Icon
    Select the create new option and enter a description for your basic IDOC type and press enter
    Select the IDoc name and click Create icon
    The system prompts us to enter a segment type and its attributes
    Choose the appropriate values and press enter
    The system transfers the name of the segment type to the IDoc editor.
    Follow these steps to add more number of segments to Parent or as Parent-child relation.
    Save it and go back.
    Go to Edit -> Set Release.
    Message Type:
    Steps in Creating Message Type:
    T.Code WE81.
    change the details from Display mode to Change mode
    After selection, the system will give this message "The table is cross client (See help for further info)". Press enter.
    Click New Entries to create new Message Type.
    Fill details
    Save it and go back.
    Assign Message Type to IDoc Type:
    T.Code WE82
    Change the details from Display mode to change mode.
    After selection, the system will give this message "The table is cross client (See help for further info)". Press enter.
    Click New Entries to create new Message Type.
    Fill details
    Save it and go back.
    Reward Points if useful.

Maybe you are looking for