How to know the data transfer amount (MB o KB) between SAP and BW

Hello everybody,
Somebody know how calculate the data transfer amount between SAP and BW. Would be fantastic to know the transfer speed  and other similar data. Is there any transaction where you can see this information?
thanks for your help.
Manolo

A quick, although less accurate, way is to add up your field lengths to get your total record size and then multiply it by the number of records.
So, 5 fields, with 10 char length = 50 chars * 8 bytes /char  = 400bytes.
  8 bytes / char may be higher on unicode systems.
with 500 records ... you get 200,000 bytes = /1024 = 195kb.
This is just a rough estimate and it is pretty quick to figure out.  Not all fields will be completely filled, so this is the maximum size for this recordset.
Brian

Similar Messages

  • How to know the data transfer is complited? there is any message will get l

    how to know the data transfer is complited? there is any message will get like 'data uploaded is successfully complited' ?

    Hi,
    You can check SY-SUBRC = 0 or if there is an exception raised then an error occured.
    Regards,
    Ferry Lianto

  • How to upload the data from excel(3 tabs) file to sap environment

    Hi all,
    This is Mahesh.
    how to upload the data from excel(3 tabs) file to sap environment (internal tables) while doing bdc.

    Hi,
    The FM 'ALSM_EXCEL_TO_INTERNAL_TABLE' makes it possible to load a worksheet into an internal table in ABAP.
    However, if you want to get the data from several worksheets, I think you are stuck with OLE access to your Excel Workbook...
    You can find a solution for 2 worksheets in this post :
    TO UPLOAD DATA FROM 2 EXCEL SHEETS INTO TWO INTERNAL TABLES
    I think you can easily modify it to handle any number of worksheets.
    Hope it helps !
    Best regards,
    Guillaume

  • How to know the date of the deleted delta

    Hi,
       Deltas run every 30 min daily.
       One of the delta is deleted .
       How can I know on what date & which delta is deleted.
      Points will be assigned.
    Message was edited by:
            vijay ajarla

    Hi Vijay,
    Are you loading a CUBE or ODS? How did you come to know that a DELTA has been deleted? Is there any message saying that a DELTA or a REQUXXX is missing? any other info?
    All the above information would help us in identifying your issue quickly.
    But try this anyway .......
    Goto Manage of the ODS or CUBE...goto the Contents Tab...Here you will find a Button "Selective Deletion"...click on this button.
    This will popup another window....in this window you will find a Button "LOG", click on it, this will again display a list of LOGs, if you know the date on which the DELTA might have deleted...then double click on that LOG and you will find the request id that was deleted(if a request was deleted as a whole) or you will find hte selection used to delete data from the target (if selective deletion was used)
    Hope this helps.
    Cheers,
    Praveen.

  • How to know the list of patches applied to iAS Oracle home and 8.0.6 Home

    Hi,
    Please help me for the steps to know the list of patches applied to iAS Oracle home
    and 8.0.6 Home;
    as we can use ad_bugs, ad_applied_patches, OAM Applied Patches for Oracle Applications Patches list
    and we can use opatch lsinventory for Oracle Database patches applied list

    Thanks for sharing the answer. BTW, there are some exceptions like, determining Developer 6i patchset applied, and Oracle 9iAS version:
    How to find the developer version
    Re: how to find the developer version
    Note: 186981.1 - Oracle Application Server with Oracle E-Business Suite Release 11i FAQ
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=186981.1

  • How to return the word Breakfast if today is Sunday between 6AM and 10AM?

    Hello
    I'm trying to figure this formula that makes a cell return the word Breakfast if it is currently between 6AM and 10AM on a Sunday. However if it is currently between 6AM and 10AM on a Monday it would return the word Brunch for example.
    Any suggestion?
    Thank you

    Alex,
    Here's an approach.
    The expression in B is:
    =IF(AND(TIMEVALUE(A)>6÷24 ,TIMEVALUE(A)<10÷24,WEEKDAY(A)=1),  "Breakfast",IF(AND(TIMEVALUE(A)>6÷24 ,TIMEVALUE(A)<10÷24,WEEKDAY(A)=2),"Brunch", "Other"))
    For this to work in real time, substitute NOW() for A in the expressions.
    Jerry

  • Can you recommend the best way to do an integration between SAP and Dynamics?

    Hi,
    I have a requirement to develop a integration process between SAP and Dynamics. Both environments will be deployed in Azure, so there isn't any on-premise machine involved.
    I've to implement two different business processes:
    A request is received from SAP and some data is sent to Dynamics
    A request is received from Dynamics and some data is stored in SAP
    My client is requiring me to define a cloud integration architecture that fits to the requirements.
    Doing some research, I have thought three possible architecture models.
    Use BizTalk Server as IAAS: the provision a full BizTalk virtual machine will fit each requirement. The bad thing is that it will have a big cost for the client.
    Use BizTalk Server as PAAS using BAS: other alternative the using BizTalk Services instead of a BizTalk VM. My idea with this model is using BAS to connect with the SAP and use WCF to connect with Dynamics web services. Can you tell me
    if this model is feasible? Should be the SAP machine a Windows machine in order to install BAS?
    Use BizTalk Server as PAAS using SB Queues: other alternative the using BizTalk Services instead of a BizTalk VM. My idea with this model is using
    SB Queues to connect with the SAP and use WCF or other SB Queues to connect with Dynamics. Can you tell me if this model is feasible? Is required a intensve development in both SAP and Dynamics processes to implement the
    communication using SB-Queues?
    Please, if you have other architecture models that fit better to my requirements, I'd be so grateful for this information.
    Many thanks for your help.
    Best regards.

    I have a Mini and since it has BlueTooth,  got Creative Labs' T3150 BlueTooth speakers so I can "send" music across the house to them. The iPod Touch has BlueTooth, and would work for this kind of setup, I think.

  • How to know the data type of a variable?

    Hi,
       Can anyone tell me which function can return the name data type of a variable?
        Thanks!
    Message was edited by: Long Zheng

    Hi long,
    1. I don't know whether this will serve your purpose.
    2.
    REPORT abc.
    DATA : components     LIKE     rstrucinfo OCCURS 0 WITH HEADER LINE.
    DATA : t001 LIKE TABLE OF t001 WITH HEADER LINE.
    CALL FUNCTION 'GET_COMPONENT_LIST'
      EXPORTING
        program    = sy-repid
        fieldname  = 'T001'
      TABLES
        components = components.
    LOOP AT components.
      WRITE :/ components-compname , components-type.
    ENDLOOP.
    regards,
    amit m.

  • How to know the splitted invoiced amount for the services in a PO?

    Hello SAPients!
    Scenario: I have a PO with one item, this Item has 3 services attached, this one item of the PO has been invoiced.
    I need to split the invoiced amount into its corresponding amounts for each of the services. Is there a transaction code to see that? A table? FM? Class? Anything? Any idea is greatly appreciated.
    Thanks.

    It comes under the 'Invoice' tab in Item Details in PO Creation (ME21N and ME22N).
    Check LE-Related Invoice Verification is Optional in field settings for PO. (I think this is the field in config).
    Lakshman

  • How to know the date you added a specific contact?

    Hi,
    Just wanted to knnow how to figure out when exactly i added a specific contact on my skype account...? I didn't find anything in the options etc...
    Please help!
    Thanks,
    Cha

    not sure if there's such option (I think there's none), you can try to contact customer service as they may be able to provide you with such info, here's how;
    How to Contact Skype Customer Service
    CONTACT SKYPE CUSTOMER SERVICE   |  HOW TO RECORD SKYPE VIDEO CALLS  | HOW TO HANDLE SUPICIOUS CALLS AND MESSAGES   |  WINDOWS PROBLEMS TROUBLESHOOTING   |  SKYPE DOWNLOAD LINKS  
    MORE TIPS, TRICKS AND UPDATES AT
    skypefordummies.blogspot.com

  • I'd like to find out how to use the same profile in a dual boot between Win7 and XP Pro.

    Both are at ver. 25.0.1.
    Win7 is on C:
    XP Pro is on D:
    It won't let me add the profile on D: because the profile manager won't allow the : Colin
    Thank you,
    Docfxit

    Note that sharing a folder between different OS that use different file paths is not recommended as some files can have an absolute path or other OS specific data.
    You can click the Choose Folder button if you want to create or use a folder in a different location.<br />
    Make sure to select an empty folder (you need to create this folder in advance) and not a folder that already has files as Firefox will use the specified location in this case.
    *http://kb.mozillazine.org/Profile_Manager
    You can also create a new profile via the command line.
    *https://developer.mozilla.org/Command_Line_Options
    You can consider to use Sync to sync the two profiles

  • How  to load the data from excel  file  into table in oracle using UTL_FI

    How to load the data from excel file into table in oracle
    and from table to excel file
    using UTL_FILE package
    Please give me some example

    This is something i tried in oracle apex
    http://avdeo.com/2008/05/21/uploading-excel-sheet-using-oracle-application-express-apex/
    Regards,
    CKLP

  • How to know the balance and validity of internet data in iPad

    How to know the balance and validity of internet data in iPad?

    Sir I m using internet in ipad4 with airtel network
    They provide me 2gb data with the amount of 255 rupees
    And now I inserted the sim in my ipad4
    And start the surfing on safari n all
    And now I wanted to know how much data is balance.

  • HT204088 How to know the rest of money in a credit card and the total of purchase amount?

    How to know the rest of money in a credit card and the total of purchase amount?

    What do you mean 'the rest of money in a credit card' ? All you can see on your purchase history is what you've bought, you can't see how things were billed nor the total amount that you've spent in the store - you will need to sum your purchases yourself to see the total.

  • How to know the amount of ora 11g page-out  memory (sga and pga)?

    How to know the amount of oracle 11g page-out memory ( sga and pga) in the SunSolaris 10 Unix and Linux.
    I need to know how many oracle memory are being page-out ( all and for a one oracle server process).
    thanks

    You can monitor the paging with vmstat or sar commands.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b32009/tuning.htm#sthref500
    You can also get the paging information on OEM home page if configured for your database.
    But I don't know if there exists a method with which one can find out how much memory per session/server process is getting paged out.

Maybe you are looking for

  • Can I link one Apple ID to more than one Apple devices?

    Hello. I have a fifth generation iPod Touch and I am considering getting an Apple iPhone. I already have an Apple ID because of the iPod Touch. Is it possible for me to link the same Apple ID to the iPhone, while still connected to the iPod Touch? Or

  • HT4623 When I go to General there is no Software update catergory. WHat's with that?

    I would like to update the OS on my iPad 2. The current OS is 4.3.3 WHen I go to Settings>General> there is no software upgrade prompt. How do I upgrade teh system?

  • ORA:00205 fro the second database

    Thanks to all your suggestions, I finally got it. I tried to run dbca remotely and I think that's why I didn't get the GUI. So I installed a VNC server to view the remote server's desktop . The re I ran dbca ,created a second database successfully. N

  • Put VHS onto DVD

    Our last module at uni is a documentary and we need some old footage but it is on a VHS tape. This, I believe could be done at uni but I have a VHS player and the cables to go from the VHS player to USB. The question is can I use FCP 7 to tranfer the

  • Problems setting up 2way SSL with option Client certs requested Not Enfor

    Hi, Iam having problems trying to set up 2 way SSL with the option "Clients Certs Requested But Not Enforced". I am using DefaultIdentityAsserter with my own implementation of UserNameMapper. And I have the login-config set to CLIENT-CERT in web.xml.