What type of out put parameter should i have to pass here?

Hi all,
           I'm working on a custom function module. In that i have to call a standard function module "SAPWL_READ_STATISTIC_FILES".
This standard FM is returning the values in changing parameter "ALL_STATS" of type "SAPWL_ALLSTATS". SAPWL_ALLSTATS is a structure in a pool structure "sapwl".
My problem is when i'm testing the standard FM with some input parameters its throughing some values into changing parameter "ALL_STATS", but in my custom FM for the same standard FM i'm passing the same values its not throughing any values into that changing parameter "ALL_STATS".
So can anybody check this standard FM and suggest me how to declare the output parameter type and pass? Its a pool structure there i'm getting problem to define it. Help me out please.
Thanks & Regards
Naidu

Hello Naidu
Using the sample report ZUS_SDN_READ_STATISTICAL_FILES I can fetch a couple of records from the system (ERP 6.0).
If your selection does not work within your custom function module then perhaps there is some conversion problem with the input data (keep in mind that the SAP-GUI takes care of all conversions, e.g. a date '10.11.2008' is automatically converted into '20081110').
*& Report  ZUS_SDN_READ_STATISTICAL_FILES
*& Thread: What type of out put parameter should i have to pass here?
*& <a class="jive_macro jive_macro_thread" href="" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1119462"></a>
REPORT  zus_sdn_read_statistical_files.
TYPE-POOLS: sapwl.
DATA: gt_stats    TYPE STANDARD TABLE OF sapwl_statrec.
DATA: gd_msg      TYPE bapi_msg.
START-OF-SELECTION.
  CALL FUNCTION 'SAPWL_READ_STATISTIC_FILES'
    EXPORTING
      read_client                 = syst-mandt
*     READ_TIME                   = '001000'
*     READ_TIME_DELTA             = '000200'
*     READ_EXCLUDE_USERNAME       =
*     READ_START_DATE             = SY-DATUM
*     READ_START_TIME             = ' '
*     READ_USERNAME               =
*     READ_WORKPROCESS            = 'FFFF'
*     STATISTIC_FILE              = ' '
*     AS_STATISTIC_FILE           = ' '
*     NO_BUFFER_FLUSH             = ' '
*     WAIT_FACTOR                 = 150
*     INCLUDE_APPL_STAT           = ' '
*   IMPORTING
*     PROBLEMS                    =
*     TOTAL_RECS_READ             =
*   TABLES
*     PROTOCOL                    =
*     RFC_RETURNS                 =
*     SERVER_LIST                 =
    CHANGING
      all_stats                   = gt_stats.
  DESCRIBE TABLE gt_stats.
  WRITE syst-tfill TO gd_msg NO-ZERO.
  CONDENSE gd_msg NO-GAPS.
  CONCATENATE gd_msg 'Records found' INTO gd_msg
    SEPARATED BY space.
  MESSAGE gd_msg TYPE 'I'.
END-OF-SELECTION.
Regards
  Uwe

Similar Messages

  • Where and what type of solid state drive should I buy for my early 2008 Mac Pro Desktop??

    where can I buy and what type of solid state drive should I use to upgrade my early 2008 Mac Pro Desktop??

    Rick,
    When you get a chance.... DSLReports is off line: their SQL server decided to take its indexes and access to data. Power. Not enough of the right kind of UPS. Same happened to StorageReview's "Drive Reliability Database" about 8-9 yrs ago.
    dslreports.com is offline
    Fri Apr 20 09:05:55 EDT 2012
    SSD: Loading CS5 plus other little monsters might matter.
    Lots of small I/Os
    latency of 1/100th where nanoseconds replace those "long" milliseconds
    System: Small and fast.
    DLLoyd even goes for short-stroking drives to get and maintain highest I/O
    The new 10k VRs hit 200MB/sec - I still use them and still find them useful, long lasting, feel responsive with whatever I ask of them. I know they get criticized and "cost too much"
    Just bought a new WD Black and yes it is better than the 2008 model I was using.
    600GB 10K $200 vs $150-220 for WD Black. your choice
    I can destroy a 7.2k drive, I have brought ever 10K drive back after a simple WD Extended Test in Lifeguard.
    I don't really care about $$/GB or I wouldn't have just bought Intel 128GB $149
    Database: the pros put the index in memory and page fix (virtual volumes in memory; cache; hold disk drive index in memory). Caching storage has been around for almost 40 yrs.
    Today you can use SSDs as front end cache to hold DB indexes and frequent data for web servers and such adn use slower secondary storage.
    SSD + SAS + 4TB storage
    Separating the system from data: #1 must
    Having data on array: been what I use
    I put a large photo library on 2 x 10K VRs vs SSD and couldn't tell much difference (SSD is soundless of course) But my WD Blacks make as much noise and run 15*C hotter than those 10K (not what you expect?)
    While 10K and 7.2K are in the 140-180MB/sec range, they are in 3.0 to 12.0 ms seeks, not  0.01 ms.
    People wonnder why shrink a drive to 2.5" (or why not go down to 1.8".
    How long does it take to reposition a disk head? how often? the 10K VR travels on outer tracks at 70 MPH. Really trying to fly off into space.
    It uses one step to find the "zip code" and then another DSP to find the "house."
    True of any high density perpendicular recording mechanism.
    And of course while the Raptor-X tried to find a home with famers, Cheetah buyers, the WD 10K line has more of a home where servers and small form factor drives - and 100s of them - can fit in a rackmount server I imagine.
    Anyway.... if SR and DSLReports can drop out of site due to power and hardware failure and loss... we can learn some and hope to protect our own data and investments.

  • What type of hard drive replacement should i use to replace the hard drive in my first generation mac min 2005 model a 1103?

    what type of hard drive replacement should I use to replace the hard drive on my first generation mac mini model a 1103?   G4 1.25 mhz 40 gb hd 1 gb. mem.

    You'll need a 2.5" parallel ATA interface hard drive. Most are 5400RPM, forget 7200RPM drives and slower 4200rpm drives.  You don't want a serial ATA (SATA) drive, as that has a different connector and won't work.
    One source I've used for drives is Newegg, and their parallel ATA hard drives are at http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&N=100007605%2060000344 2&IsNodeId=1&name=IDE%20Ultra%20ATA100%20%2f%20ATA-6 .  Newegg also has many user comments about the drives. Other sources are OWC at http://eshop.macsales.com/shop/hard-drives/2.5-Notebook/ (Click on ATA on the left) . Look for at least a 3 year warranty. 

  • When I run a BAPI ,  then What is the out put?

    When I run a BAPI ,  then What is the out put format ?
    Is there anyone in Chennai regarding this ?

    the BAPI i am creating will fetch the sales order header data (along with partner details) and item data  and put it in the JMS que (JAVA MESSAGE SERVICE)  ....
    Can we use more than one internal table  where i will put the data
    i.e
    1.  for header data
    2. for partner (because the partners will be repeated
    3. for  item data
    and the BAPI will fetch the data from SAP tables and put it in these tables....and we can fetch the data by an integrator software and finally put it in the JMS queue.....

  • Defaulting the Out put type in out put

    Hi All,
    I have an issue in output- I am having two out put types say AA00 & BB00 for say order confirmation and order acknowledgement. When I am issuing out put for print I am getting both the condition option but not able to select? I want to make the one of the condition as default condition, How can I do it?
    Your help will be rewarded.
    Manoj

    Hey,
    Check the Tcode V/43 where you can maintain the output Determination procedure and the default output type.
    Regards,
    Ajai.
    Don't forget to reward points if useful.

  • Problem with Input out put parametes of IViews in callable objects

    Dear Friends,
    I have designed model which contains 2 IViews
    Apply leave IViews
    Approve leave Iviews
    In both the cases i have exposed the in & out parameters using start & end point.
    Finally deployed in portal successfully
    Guided procedures ->Design Time
    I have created folder
    when i create callable objects using this IViews , i dont see the input & out put parameters exposed in context parameters tab for this IView.
    Any step i missed.
    Regards
    shekar Chandra

    HI Nishi
                struck up with minor problem,
    We have a application designed in VC.It contains
    Create request
    Approve Request(approve or reject buttons)
    IF approved then
    a.Book Request IView
    b.Summary Iview
    If Rejected then
    a.rejected IView.
    When i am designing Process with Sequential block,
    all the actions namely
    create request
    appprove request
    reject
    book
    summary
    are processingone one by as action mentioned in sequential block irrespective of approved or rejected.
    I cannot go for alternative block, since the result state buttons are desinged in IView only namely(Approve/reject).
    How to overcome this probelm any suitable solution?
    regards
    shekar chandra

  • What type of external hard drive should I get?

    First, I'm not sure were I should have posted this question but here goes....
    I am officially 100% an Apple home environment now. I have an iMac, a Macbook Pro, and an Airport Extreme. I want to add an external hard drive and I need suggestions for what to get. I know the Time Machine router is available but I'm looking for a less-expensive option.
    I want to add an external hard drive but I want to make it available to the entire home network so that both the iMac and Macbook Pro can write and access files on one shared external drive. I also want the ability to have both computers to be able to use Time Machine to back up to the external drive. External file access (i.e. via a cloud option/app) for accessing files from my iPhone or iPad is not necessary but would be appreciated.
    Also, is it just as easy as hooking the external hard drive up to the network by USB cable to the USB port on the Airport Extreme?

    There is no such thing as a Time Machine Router, however I think  you are referring to a Time Capsule. Time Machine is an application for backing up. Time Capsule is something else entirely different.
    If you want to hook up an external HD to an Airport Extreme that will work just fine as a network drive however DO NOT use it to back up using Time Machine, at best it's unreliable for using Time Machine.
    Finally if you are looking for a good quality EHD I strongly recommend using OWC (www.macsales.com) Mercury Elite Pro series.
    If you want to back up multiple Macs to a single EHD then you need the Time Capsule. You can get them refurbished from Apple. For example:
    http://store.apple.com/us/product/FD032LL/A/refurbished-time-capsule-2-tb

  • Getting my indesign files to look what I'm out putting from Photoshop

    Has anyone printed Blurb books using Indesign. There is supposedly this PDF work flow for Blurb books when using Indesign for Blurb books. Yet the printers that Blurb uses are best suited for SRGB like most labs..
    Blurb strongly recommend one convert their files to CMYK when using Indesign.
    I'm trying to figure out why in photoshop my files which will have great color and contrast and I'm using the custom proof setting in Photoshop for the  Blurb ICC profile which is CMYK. Yet same color
    file inside of Indesign will look different. Help
    I'm getting to the point of looking at the rgb color values of my files in the information  menu in Photoshop. So once i get my files back where I might have remove a certain amount of red from the file.
    The blurb book may come back with the image being too red for my liking which is why I will remove some red from my fils. If I remove a certain amount of red out of the file only to receive a Blurb book where the file
    comes back looking a bit too yellow. I need a more consistent way of judging my colors for this Blurb PDF workflow for using Indesign CS5.5  Plus you can get  a proofs  from Blurb and there isn't any comparison ink jet paperto use
    on a ink jet printer to smilar the output for the blurb books
    Blurb uses HP pritnters to print their digital book. Help.

    Looking at Blurb's printing specs they recommend sending sRGB not CMYK:
    http://www.blurb.com/educators/pdf/Blurb-Photographer-FAQ-02-18-09.pdf
    They do offer a CMYK profile for soft proofing probably so users see RGB color in some CMYK gamut. I think most online printers do not allow CMYK to be output unchanged particularly if they offer uncoated printing—where unchecked total ink would be an obvious problem in an automated offset process.
    Blurb offers one CMYK profile (looks like they've simply renamed Coated GRACoL) even though they print on a variety of coated and uncoated sheets, so even if you converted everything to CMYK using the provided profile, it is unlikely that those CMYK values would get printed—Coated GRACol would not work for Mohawk Superfine.
    Since it's likely that all color will get converted on their end, providing the recommended sRGB and avoiding extra conversions is the best bet.

  • What kind of mac pro specs should I have for video editing?

    I am running the media department for Skagit Valley College and am in charge of editing for our online content. I am currently using an imac with FCP6 but am spending way too much time rendering. I am wondering about what kind of specs I should consider for building a mac pro to cut down on some of that time as well as setting up an audio recording studio. Microphones, cables, software, and hardware specs are all issues that puzzle me at the moment as far as what is going to be the best fit for my productions...
    please help
    -anthony

    Virtually any Mac Pro 6-core or up will work well, but obviously the more cores the better. Save the budget by adding your own RAM (I like 2GB per core) and hard drives (3TB Hitachi 7200 RPM drives are a good value) from reputable vendors. Avoid "green" drives that use lower spindle speed to save energy.
    Get the fastest available video board (currently the 5870) and consider consider dial third party displays (I'm using a pair of 27" Samsungs, half the price of a single Apple 27) and look into a Matrox MXO2 mini to handle your grading monitor.
    Get a copy of Final Cut Studio (2009) ASAP while it's still available and talk to your Apple rep about additional licenses if needed. If you know FCP6 and like it, you need to "bunker" the app and ignore FCP X until it fleshes out.
    If you need more help, let me know...  I've been on FCP since version 3 and I'm a native Washingtonian. Just don't call me Homie! 
    Good luck!

  • What type of glass does the Iphone 6 have ?

    Does the Iphone 6 have Gorilla Glass or a different type of glass ? please let me know ASAP

    latest version of "Gorilla Glass" from Corning. Why is this needed ASAP?

  • HT201342 What type of security do the icloud accounts have?

    The same as gmail and yahoo? I am curious if it has anti virus and spam settings comparable to having paid for an email account.
    thanks.

    I do not know if iCloud uses the same type of security as Gmail and Yahoo, but as far as I can tell it accomplishes the same thing.

  • Trying out a stylus. should I have to press, or should soimple  be effective?

    Tks!

    soimple might be fine ... with a good stylus on a clean screen very little pressure should be required for most actions.

  • What type of ssd does yoga pro 3 have?

    Is it MLC or TLC? I heard people say yoga pro 3 uses sumsung SSD, and sumsung like using TLC which i dont prefer.

    Samsung or LITE-ON, per the Hardware Maintenance Manual:
    http://download.lenovo.com/consumer/mobiles_pub/lenovo_yoga_3_pro_1370_hmm.pdf
    I don't work for Lenovo. I'm a crazy volunteer!

  • What type of external hard drive do I have to buy that I can use on my mac and windows computer as well

    I want to buy an external hard drive that will work on my imac and windows computer

    Most all off the shelf External Hard Drives are formatted so that they can be used with both platforms. Just stay away from discount and off name brands.
    Buying guide: External desktop hard drives | Macworld

  • Application type  & out put type

    Hi ,
    For MI21 (Physical Inventory Documents) reprt what is the
    1)application type
    2)out put type
    Thanks & Regards
    Krishna

    Here are the standard ones for printing
    Output Types Mode (1= Printing)  Application
    ET01   1                                     ME
    J1IB    1                                      ME
    J1IF     1     ME
    WA01   1     ME
    WA02   1     ME
    WA03   1     ME
    WAE1   1     ME
    WAE2   1     ME
    WAE3   1     ME
    WE01   1     ME
    WE02   1     ME
    WE03   1     ME
    WEE1   1     ME
    WEE2   1     ME
    WEE3   1     ME
    WEK1   1     ME
    WF01   1     ME
    WF02   1     ME
    WLB1   1     ME
    WLB2   1     ME
    WLB3   1     ME
    Hope That Helps
    Anirban M.

Maybe you are looking for

  • Windows 7 can not joinng to domain but windows Xp does in Virtual Box Manager

    Dear all, I need your support and thanks in advance. I have installed Windows 7 and Windows 2008 server in a Virtual Box. Windows 2008 server is my Domain Controller and DNS is configured. Please find my configuration below. Domain Controller FQDN na

  • How to get the iChat Buddy List to automatically appear on the Desktop

    On my friends computer iChat is set to launch whenever he logs into his account, but the Buddy List does not appear on his Desktop. So when I see him online there is no green video camera mark next to his name. If I want to do a screen share with him

  • File System Task - using a wildcard in variable

    Hi,When using the "delete file" operation in the file system task I get an error stating that I have an incorrect path when using the wildcard symbol.  Is there a way around this or do I have to spell out the whole name for each file in the directior

  • AD Account Provisioning

    When I try to provision an AD account to an OIM user, the process task "System Validation" status says "Pending". I have tried this many time, for multiple users. Same response. The process does not go beyond System Validation. I can edit the "Proces

  • My HP psc 1210 all-in-one, suddenly stopped printing any text. it will print the graphics.

    I believe I have tried everything. The HP psc 1210 series all-in-one refusses to print text. nor will it scan or copy. I have done all the troubeshooting that I can find. Still will not print from PC or copy. I think it will scan to the computer. Ico