What is use of LOAD key word in ABAP-HR

what is use of LOAD key word in ABAP-HR?

Hi,
LOAD keyword is used to load all the parameter values.
Basic form
LOAD REPORT prog PART part INTO itab.
Variants
1. LOAD REPORT prog PART 'HEAD' INTO itab.
2. LOAD REPORT prog PART 'TRIG' INTO itab.
3. LOAD REPORT prog PART 'CONT' INTO itab.
4. LOAD REPORT prog PART 'DATA' INTO itab.
5. LOAD REPORT prog PART 'DDNM' INTO itab.
6. LOAD REPORT prog PART 'DATV' INTO itab.
7. LOAD REPORT prog PART 'SELC' INTO itab.
8. LOAD REPORT prog PART 'STOR' INTO itab.
9. LOAD REPORT prog PART 'LITL' INTO itab.
10. LOAD REPORT prog PART 'SYMB' INTO itab.
11. LOAD REPORT prog PART 'LREF' INTO itab.
12. LOAD REPORT prog PART 'SSCR' INTO itab.
13. LOAD REPORT prog PART 'BASE' INTO itab.
14. LOAD REPORT prog PART 'INIT' INTO itab.
15. LOAD REPORT prog PART 'DATP' INTO itab.
16. LOAD REPORT prog PART 'TXID' INTO itab.
17. LOAD REPORT prog PART 'COMP' INTO itab.
Effect
Loads the specified part of the generated version of the program prog into the internal table itab (for analysis purposes only).
The return code value is set as follows:
SY-SUBRC = 0 The load for the program prog exists and is current.
SY_SUBRC = 4 The load for the program prog does not exist.
SY-SUBRC = 8 The load for the program prog exists, but is not current. In some cases, this SY-SUBRC may mean that the program load has been destroyed. You can resolve this by generating the program. With PART 'LREF' , SY-SUBRC = 8 means that the line reference table is incorrect for the program. With PART 'CONT' , it means that the reference part of the internal table is empty.
itab has been filled only if SY-SUBRC = 0 .
Reward points if useful.
Regards,
Sekhar

Similar Messages

  • Use of "super" key word in abap oops...

    Hi,
      Can any one explain me what is the use of ' super ' key word in abap oops. excluding super class.
    With Regards,
    M.S.Amirtharaj Vijay.

    Vijay,
    please read the sap documentation or f1 help
    Thanks
    Bala Duvvuri

  • What is the use of Volatile Key word ??

    what is the use of Volatile Key word ??
    There is a primitive variable
    volatile int b = 10; // this is a master copy
    Locally thread A changes this int b as 5.
    Locally thread B changes this int b as 20.
    thread c want to use this int b.
    now what c will get??
    If didn't use volatile what will happen.
    Regards
    Dhinesh

    Deenu wrote:
    what is the use of Volatile Key word ??Why don't you ever reply to any of your threads? You never thank anyone for helping you, and this makes you one of the worst trolls out there.

  • How to translate the key words in ABAp program from lower case to upper cas

    How to translate the key words in ABAp program from lower case to upper case?

    Hi Kittu,
    You need to set the Pretty Printer settings to achieve key words in ABAP program from lower case to upper case.
    Utilities -> Settings -> Pretty Printer (tab) -> Select third radio button.
    Thats all.
    <b>Reward points if this helps.
    Manish</b>

  • Help on web.xml file, what if the parameters contains key words ?

    Hi:
    I am just wondering what should I do if I want to include key words suchs
    as <param> in web.xml file for a servlet config.
    Example:
    <servlet>
    <servlet-name>testServlet</servlet-name>
    <parameter>
    <param-name>some name</param-name>
    <param-value>some value</param-value>
    </parameter>
    </servlet>
    What should I do if I want to repleace 'some value' with '</param-value>some
    value' and still to prevent the engine to terminate parsing the param-value
    at the fake ending? Is there a standard way in XML to distanguish that?
    (in URL format it can be replaced %xx for some chars).
    ie,
    <param-value> </param-value>some value</param-value>
    where the second </param-value> is the real ending.
    Thank you!
    Gang

    Hi!
    You can use "& lt ;" and "& gt ;" xml entities for that. Or wrap text element in <![CDATA[...]]> section.
    Regards,
    Ignat.

  • SSL: How to use the same key pair for ABAP & JAVA?

    Hello,
    I want to setup an XI (3.0 on Netweaver04)installation in the way, that ABAP AS and JAVA AS use the same key pair for SSL. My problem is to define the same private key on ABAP and JAVA. With the JAVA Administrator I am able to define or import a private key. But I could not find a possibility in ABAP to manage private keys in order to use the same on as in JAVA. What is the procedure for this?
    Thanks and Regards,
    Frank Tottleben

    Hello,
    I want to setup an XI (3.0 on Netweaver04)installation in the way, that ABAP AS and JAVA AS use the same key pair for SSL. My problem is to define the same private key on ABAP and JAVA. With the JAVA Administrator I am able to define or import a private key. But I could not find a possibility in ABAP to manage private keys in order to use the same on as in JAVA. What is the procedure for this?
    Thanks and Regards,
    Frank Tottleben

  • Use of foreign key check in ABAP reports

    Hi,
    I'm trying to understand if it's possible to use a foreign key integrity check in an ABAP reports. I have understood that this kind of check is deactivated for performance reasons, is it right?
    In this case I'd like to know if it is possible to activate the foreign key check "on demand", or just for a particular table.
    As an example, I'd like to use the foreign key defined on attribute AKONT of table KNB1, that points on the related attribute of table SKB1.
    Thanks,
    Gabriele

    Welcome on SCN!
    I'm trying to understand if it's possible to use a foreign key integrity check in an ABAP reports. I have understood that this kind of check is deactivated for performance reasons, is it right?
    Most likely yes. Integrity is turned OFF for Open SQL statements but is turned ON for screen fields.
    If you just create screen parameter like
    parameters pa_akont type knb1-akont.
    ...then input help for that field will be automatically provided. This means that you will not be able to pick or enter value different that this allowed from SKB1 table (foreign key relationship will be checked).
    You can explicitly assign different input help or search help for certain screen field independently of type it is refering i.e by means of fm F4IF_FIELD_VALUE_REQUEST .
    This however still relates only to screen fields, not fields used directly in ABAP statement.
    Regards
    Marcin

  • What is use of chronological key

    hi all
    when i was trying to perform Time series functions ..why we have to select the chronological key..?
    i have created time dimension..and i have created year,month,week,day...levels in year level i have added calendar_yaer and
    calendar_year_id,....and i defined two columns as key values.... and calendar_year for drill down...
    in that if i use calendar_year as chronological key what would be the result...
    if i use caleendar_year_id as chronological key what would be the result....
    i tried it and both are giving same result...
    i don't under stand why we have to select the chronological key???
    please any one tel me about it
    Thanks

    Typically time dimension differs from all other dimensions in one way and that is,
    all other dimensions dont care about the order of the values in it.
    e.g. in region_dim the values are north, south, west and east. Here nobody wants to see whether north comes first or south comes first. i.e. no order is required here.
    in the case of time dimension there needs to be a particular order for all the values present in it.
    e.g. 2010 is earliest and 2004 is older. Dec-10 is earliest and jan-10 is older. i.e. the values in the time dimensiion needs to follow a particular sorting order. So the chronological key is the key which tells the obiee that the data is incrementing based on the chronological column.
    Here you may get another doubt. i.e. you are having columns like year, half_year, quarter, month, week and day. Here which one should become the chronolgocial key?
    Analyse it yourself. If you kept year as chro key then obiee will be confused whether jan-10 is earliest or feb-10 is earliest. Because it knows only that 2010 is earliest and 2009 is older.
    So always it should be the lowest level oif the dimension which needs to be the chronological key. In the abouve case it should be date.
    You can select either date or date_id(this could be a sequence generator values).
    Hope you understand this.

  • How to use oracle rank key word

    I am trying to rank my record using oracle key work row_number() but it just gives me an error message.
    SELECT  g.csecnum "Section Number", e.iplineno "Line Number",ItemRank,
            e.eiitem  "Item Number", (i.idescrl ||'  '|| e.isupdes) "Item Description",
            i.iunits "Item Units", SUM (e.iqty) "Quantity",
            p.cprojnum "S.P. Number", p.contid, p.contid,
            p.prroute "Route Number",DECODE (TRIM (p.prroute), NULL, 'N/A',p.prroute) "Route Number",
            INITCAP (p.clocat1 || p.clocat2 || '---' || p.cdescr) "loc",
            p.cdescr "Job Description",func_get_unit_name (iunits) "Unit Name",
            (SELECT INITCAP (func_get_county_name (ccnty1))  FROM proposal  WHERE contid = '&ContractId') "County Name"
                 FROM         ( SELECT  g.csecnum "Section Number", e.iplineno "Line Number",
                                 e.eiitem  "Item Number", row_number() over (order by  e.eiitem asc) as ItemRank,
                                  (i.idescrl ||'  '|| e.isupdes) "Item Description",
                                  i.iunits "Item Units", SUM (e.iqty) "Quantity",
                                   p.cprojnum "S.P. Number", p.contid, p.contid,
                                   p.prroute "Route Number",DECODE (TRIM (p.prroute), NULL, 'N/A',p.prroute) "Route Number",
                                   INITCAP (p.clocat1 || p.clocat2 || '---' || p.cdescr) "loc",
                                   p.cdescr "Job Description",func_get_unit_name (iunits) "Unit Name",
                                (SELECT INITCAP (func_get_county_name (ccnty1))  FROM proposal  WHERE contid = '&ContractId') "County Name"
                        FROM itemlist i, estitem e, estcatg g, propproj x, proposal p
                        WHERE   p.contid = x.contid AND x.pcn = g.pcn AND e.pcn = g.pcn AND e.cn = g.cn AND i.item = e.eiitem
                                     AND i.ispecyr = p.cspecyr AND e.iplineno <> ' ' AND e.eiitem <> '2550601/01000'
                                     AND e.eiitem <> '2565601/00031' AND e.eiitem <> '2565601/00032' AND e.eiitem <> '2565601/00033'
                                     AND e.eiitem <> '2402601/01000' AND p.contid = '&ContractId'         
                                   GROUP BY g.csecnum, i.iunits,p.clocat1,p.clocat2,p.contid,p.cdescr, p.cprojnum,i.iunits,p.prroute, e.iplineno,e.eiitem, i.idescrl,e.isupdes
                                  ) ItemNumberRank

    thanks guys for the help. yes, I do not have a where clause in the query that I posted here and I do not need until I convert this query to a procedure since the value for the where clause is passing from the .net page. I tried to clean it up a little bit by getting rid of all the alias and still not working ....
    SELECT   ItemRank, g.csecnum , e.iplineno , e.eiitem , (i.idescrl ||'  '|| e.isupdes) ,
             SUM (e.iqty) ,  p.cprojnum , p.contid, p.prroute ,DECODE (TRIM (p.prroute), NULL, 'N/A',p.prroute) ,
             INITCAP (p.clocat1 || p.clocat2 || '---' || p.cdescr) , p.cdescr ,func_get_unit_name (iunits) ,
             (SELECT INITCAP (func_get_county_name (ccnty1))  FROM proposal  WHERE contid = '&ContractId')
    FROM           (SELECT     row_number() over (order by  e.eiitem asc) as ItemRank,g.csecnum , e.iplineno , e.eiitem ,
                                   (i.idescrl ||'  '|| e.isupdes) , SUM (e.iqty) ,  p.cprojnum , p.contid,
                                    p.prroute ,DECODE (TRIM (p.prroute), NULL, 'N/A',p.prroute),
                                    INITCAP (p.clocat1 || p.clocat2 || '---' || p.cdescr) ,
                                    p.cdescr ,func_get_unit_name (iunits) ,
                                 (SELECT INITCAP (func_get_county_name (ccnty1))  FROM proposal  WHERE contid = '&ContractId')
                        FROM itemlist i, estitem e, estcatg g, propproj x, proposal p
                        WHERE    p.contid = x.contid AND x.pcn = g.pcn AND e.pcn = g.pcn AND e.cn = g.cn AND i.item = e.eiitem
                                     AND i.ispecyr = p.cspecyr AND e.iplineno <> ' ' AND e.eiitem <> '2550601/01000'
                                     AND e.eiitem <> '2565601/00031' AND e.eiitem <> '2565601/00032' AND e.eiitem <> '2565601/00033'
                                     AND e.eiitem <> '2402601/01000' AND p.contid = '&ContractId'         
                                   GROUP BY g.csecnum, i.iunits,p.clocat1,p.clocat2,p.contid,p.cdescr, p.cprojnum,i.iunits,p.prroute, e.iplineno,e.eiitem, i.idescrl,e.isupdes
                                  ) ItemNumberRank

  • Is there a way to identify the key words being used for SEO when I'm visiting a web site?

    When I am on a web site, looking at a product for sale, is there an app or add on I can use to see what that site has for key words, meta tags etc? It would be helpful when adding products to my own site to see what works elsewhere.

    Do search engines even look at those anymore? URL, title and page content are what's relevant.
    * http://www.metatags.org/google_ignores_meta_tags_in_ranking
    In any case, you can look at the source code. Click the Firefox button, then Web Developer, then View Source. You can also press Ctrl+U.
    All 'SEO' add-ons:
    * https://addons.mozilla.org/firefox/search/?q=seo&sort=users

  • About key word return

    Hi;
    Iam very confused about the use of the key word return. I understand its functionality when it returns some value.But what's the case when we use it in the following way:
    if(some testcase)
    return;
    Also where will return leads to when we use only return in a method that has void return type.

    Hi;
    Iam very confused about the use of the key
    word return. I understand its functionality when it
    returns some value.But what's the case when we use
    it in the following way:
    if(some testcase)
    return;:eek:
    IMO a ``test case'' is not a language construct.
    http://en.wikipedia.org/wiki/Test_case

  • Find files with key words

    trying to find files using key words is not working using bridge with cs3 and windowsxp.
    when key words are attached to a file they are evident when the image is open. when i try to search for the file using the selected key word i get a no results found response.
    any suggestions

    Lots of posts on this subject in the Bridge forum. Check there, and if you still have problems post question.

  • Imovie 08 / key word box is missing

    hi, i am currently working for a professional football club in spain and i am using imovie to edit videos for the coaches. unfortunately on my mac the screen is difficult to see and so i have linked my mac book to a friends computer screen. i have then moved across the key words box onto his screen. the next time i went to use imovie 08 on my macbook without the external screen, the key word box was gone, and when i try to use the screen which i used previously, the key word box still isnt there. how can i get it back? this is becoming a very annoying problem for labelling the movie as i clip the videos for many different things. <such as
    winning possession, losing, shots, corners, throw ins, free kicks, attacks, defence, counter attcks, as well as different actions by each player.>
    therefor opening up the projects list, selecting the project i want, then dragging the clip and then reclosing the projects list to increase the viewer size is time consuming and also a little irritating when you have to do it hundreds of times for 1 match
    please help me find the key word box and save me hours of my life

    If the above methods don't work you can also try trashing your preference files by holding down the ctrl+alt+shift keys immediately after launching Photoshop.
    When asked if you want to delete your Photoshop settings file, say yes. This will reset Photoshop to its factory defaults.

  • What is maximun % of load ?

    what is maximum possible load in real time
    ABAP  %
    Database    %

    Hi,
    as you may read in the postings above, all values are possible and valid, dependent on the coding. But as a guideline I would recommend a database time in a range of 30-50% and ABAP time (CPU) in the range of 40-60%. The remaining 10% are normally distributed on the other runtimes (Roll Wait, Wait, GUI...). This recommendation is for dialog applications.
    Best regards
    Ralph Ganszky

  • I would like to know what application I should use for this specific job.  I have 6 photos in Iphoto, and I would like to print them out on one piece of paper with the title and key words showing.  Please help.

    My objective is to print photos on on 8 1/2 x 11 sheets of paper (4 per page).  I want to include the photo title and the photo key words.
    I am not sure how to go about doing this.

    In iPhoto, create an album with the images you want to print.
    Once created, open the album and select all the images (type Command + A)
    Go to the menu View and make sure Titles and Keywords are checked.
    Go to the menu File > Print
    Choose Contact Sheet
    In the lower right corner press the customize button
    In the next window that opens, at the bottom of the window change the column slider to "2"
    You should be good to go. If OK, then press Print at the bottom right corner of the window.
    MtD
    Message was edited by: Meg The Dog to fix typo

Maybe you are looking for

  • How to upload data from  flat to ztables with in the same client by idocs

    Hi Experts,                I have a requirement in IDOCS, I need to create a custom IDOC .I  am working on IDES 4.6c. The reqirement is , there  are ztables with header and item data. say for example Authors and Books. I need to upload data from flat

  • My acrobat pro will not successfully install.

    I have purchased the new CS 6 and acrobat will not install.

  • Cursors misbehaving in Photoshop CS4

    Since the upgrade to 10.6 clicking the mouse using any tool causes the cursor to change to the default arrow rather than the cursor that tool uses. For example, when using the Clone tool, Option-clicking on a source the cursor remains a cross-hair in

  • WLC management and monitoring.

    Hello we are looking forward to monitoring the cpu, environment variables and the memory of a wireless lan controller via snmp. but we are not able to find in the mibs the right oid to manage this. can the exact oid be given in order to monitor these

  • Filtering data in QPLD Report

    Hi Guys, I am using the below query to  for getting the Stock in warehouse report. To get the required result and using filtering option in the report. But i need to design a QPLD for this report.I  need to know if i create a QPLD for this query,  sh