SCJP reading material

What do you think of reading the "Head First Java" book in preparatino for the SCJP Certification exam? Its written by the same author that wrote "SCJP Sun Certified Programmer for Java 5 Study Guide". So I assume the contents/layout should be similar?

The entire Head First series is excellent IMHO,
though the style is a bit informal and downright "weird" (in a fun way)
So Head First may not be for everyone,
especially if you prefer a formal education style.
But as with all certification exams, do not expect that
reading one book alone, or taking one class alone,
will adequately prepare you for the certification exam.
You need to practice your Java skills. The books and classes
will provide you with an excellent head start. But when you
are finished with them, do something more. If you have an idea,
write an original program. But if no ideas, try re-implementing a
well-known program, e.g., a spreadsheet, a game, a chat client. etc.
Better yet, find an open-source software (OSS) project and
help out by contributing code. OSS project are always in need of help.
And put your ego aside, there is a lot of great practice to be had
implementing or fixing mundane thing like printer drivers, or file I/O.
Also one of the best ways to help contribute to an OSS project AND
get great practice writing Java code is writing unit tests.

Similar Messages

  • Problem in using FM READ_TEXT to read Material Sales Text.

    Hi Guys,
    I am developing a Customer Outstanding report in which I display all the invoices of a particular customer.
    I need  to read "Material Sales Text" which comes under "Item Text" tab in transaction FBL5N.
    I have used READ_TEXT in my program. I have identified the Object, and ID but I am stuck up with the Name. I dont know what Name to pass. I have tried passing the Invoice Number in "Name" but couldnt get the text.
    Request you to please help me out. Please check the below code.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
      CLIENT                        = SY-MANDT
        id                            =    '0001'
        language                      =  SY-LANGU
        name                          =  -
        object                        =  'VBBP'
      ARCHIVE_HANDLE                = 0
      LOCAL_CAT                     = ' '
    IMPORTING
      HEADER                        =
      tables
        lines                         =  tl001
    EXCEPTIONS
       ID                            = 1
       LANGUAGE                      = 2
       NAME                          = 3
       OTHERS                        = 8
    Thanks.

    *&      Form  READ_TEXT
    FORM read_text  USING    p_tdid  p_tdname
                    CHANGING p_tdline.
      DATA: it_line  TYPE STANDARD TABLE OF tline,
            wa_line  TYPE tline                  ,
            l_tdid   TYPE thead-tdid,
            l_tdname TYPE thead-tdname.
      l_tdid   = p_tdid.
      l_tdname = p_tdname.
      CALL FUNCTION 'READ_TEXT'
        EXPORTING
          id       = l_tdid
          language = 'E'
          name     = l_tdname
          object   = 'VBBP'
        TABLES
          lines    = it_line
        EXCEPTIONS
          OTHERS   = 8.
      LOOP AT it_line INTO wa_line.
        IF NOT wa_line-tdline IS INITIAL.
          p_tdline = wa_line-tdline.
        ENDIF.
      ENDLOOP.
    ENDFORM.                    " READ_TEXT

  • Reading material ledger header record

    Dear Gurus,
    I am getting the following error when i save the 561 movement posting.
    Error reading material ledger header record
    Message no. C+065
    Diagnosis
    Internal error in function module CKMS_HEADER_READ_WITH_ITAB.
    System Response
    The transaction was terminated.
    Procedure
    Inform your system administrator.
    Kindly help..
    Aktolga

    Hi Aktolga,
    The mentioned error means that the material is relevant for Material Ledger but it does not exist in Material Ledger tables. It is
    an inconsistency and should be repaired. This type of inconsistencies are repaired by Sap support, to repair it, you should create a oss message.
    Best regards,
    Maria Luisa

  • Books/reading material for 1Z0-146

    Hi,
    Can anyone guide me regd books/reading material for exam 1Z0-146 (Oracle Database 11g: Advanced PL/SQL).
    If anyone has given this exam, please help with details.

    user4589793 wrote:
    There is such a paucity of material for this examination, it makes it very difficult. I studied off the Oracle suggestions at the web site for the exam, then took the test and failed, with 50%. I didn't even complete the last 7 questions for lack of time. Poor time management on my part. However, I'm glad I took the exam. It's the only legitimate way to get real insight into the nature of the questions, and to apply that to how I will study to take it again. I did use the newest Fuerstein book. In my opinion it is his best hands down.
    Since failing, I also purchased uCertify's practice test, the only non-braindump prep test for 1z0-146 I know of. I don't think its questions are of Self Test Software quality with regard to likeness of its question format to the actual Oracle exam, but after having taken the exam I think it's better than some give it credit for and will definitely be a help, IMHO.
    I have my OCP in 9i Database and have passed two of the three exams for my Advanced PL/SQL OCP. I have never and would never touch a braindump site, as I'm sure you wouldn't or you wouldn't be asking for legitimate sources. I wish Oracle or it's approved prep vendor (Self Test) would make a legitimate alternative available. Without a legitimate alternative - Oracle Press and/or Self Test - honest test takers have a harder time passing. It's logical to assume that cheaters would comprise a higher percentage of all passers of this test than they do in tests with legitimate prep material.
    Oracle does have a course with a manual for 1z0-146. However, the course has yet to actually be offered anywhere, live or virtual, as I have checked. I don't know if Oracle would make available in some way the manual for us to study from. I still think Oracle should produce an Oracle Press book as well as pressure or subsidize Self Test Software to make a prep exam.
    Hope that helps.
    Mike Milligan
    Layton, UtahI'd endorse this as a good answer with a lot of good balanced views and points, thus IMHO well worthy of a correct 10 points.

  • Reading Material on Web Dynpro

    Hi,
      I am new to Web dynpro concepts.
      Could anyone please send me some reading material or 
      links for a beginners guide.
      My mail id is [email protected]
    Regards,
    Sandeep

    Hi,
    ChrisWhealy book Inside Webdynpro for java:
    http://www.amazon.com/gp/reader/1592290388/ref=sib_dp_top_toc/102-5823260-5699349?ie=UTF8&p=S00B#reader-link
    web dynpro material
    web dynpro material
    Regards,
    Vijayakhanna Raman

  • Reading material for SAP scripts

    Hi,
    please provide the reading material for the SAP scripts.
    I need the the materail for creating the scripts from scratch.

    hi shefali,
    check all the below links u will find lot of info
    SAP Scripts
    http://www.sap-img.com/sapscripts.htm
    http://sappoint.com/abap/
    http://www.henrikfrank.dk/abapexamples/SapScript/sapscript.htm
    http://help.sap.com/saphelp_crm40/helpdata/en/16/c832857cc111d686e0000086568e5f/content.htm
    http://www.sap-basis-abap.com/sapabap01.htm
    http://www.sap-img.com/sapscripts.htm
    http://searchsap.techtarget.com/tip/1,289483,sid21_gci943419,00.html
    http://sap.ittoolbox.com/topics/t.asp?t=303&p=452&h2=452&h1=303
    http://www.sapgenie.com/phpBB2/viewtopic.php?t=14007&sid=09eec5147a0dbeee1b5edd21af8ebc6a
    Other Links
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm
    drawing lins, boxes and shadings
    http://help.sap.com/saphelp_46c/helpdata/en/d1/802ec5454211d189710000e8322d00/frameset.htm
    How to create Box in scripts
    http://www.thespot4sap.com/Articles/Code_CostCentreReport.asp
    http://www.allsaplinks.com/dialog_programming.html
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/frameset.htm
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    http://www.geocities.com/ZSAPcHAT
    If you need further info shoot me a test mail
    ~~Guduri

  • How about a good reads sectrion. Reading material on Arch and Linux

    K awsome wiki best done yet ,, no need for a how to section lol. Anyways might be interesting to have a good reads section on the forum relating to Arch and linux. The wiki is kewl but not all the good reads are on the arch site. This may help a lot of new users find reads to help them out.

    Section on the forum to post links to good reading material like help files or websites with articles pertaining to helping with Arch and linux. Say a good site on a wifi card or how to manually set up networking for a laptop in linux etc. Same idea as a how to's section but rather based on where to find the reading materials you need.

  • Reading material for ALE IDOC

    Hi Friends,
    Can anybody provide me any reading material for IDOC process so taht I can learn and use the IDOC functionality. I want to process few SAP transactions in the background through IDOC.
    Thanks & Regards
    Satya

    Hi Friends,
    Can anybody provide me any reading material for IDOC process so taht I can learn and use the IDOC functionality. I want to process few SAP transactions in the background through IDOC.
    Thanks & Regards
    Satya

  • BAPI to read material data

    Hello,
    I am looking for a function modul to read material data.
    We want to export the data so we can import it into an WebShop Software.
    We need material infos like text, price, sales text and so on.
    Thanks
    A. Dötsch

    Hi A. Dötsch,
    You can use BAPI_MATERIAL_GET_ALL
    Regards,
    ASA

  • Good Reading material

    I would be grateful if anyone could suggest good reading material
    or any other sources of information for Developer 2000. I am new
    to this area and will using forms to build a front-end, which
    will basically be a query tool for signalling data that we
    capture of satellites.
    I have been teaching myself with the demos and cue cards that
    come with 2000 but need to build screens that allow users to
    custimise their search.
    I would also be grateful if anyone can suggest how I can manually
    display records that are fetch back from a query. Currently, I
    have used the wizards to create datablocks and used the built in
    execute_query.
    Thanks in advance for your help.
    null

    Karim,
    The Best Source reading material I found are the conference
    papers ( specially ODTUG). You can find this Conference papers
    for Sale ( costs about USD 70.00 ). ODTUG website is
    http://www.odtug.com. IOUG website: http://www.ioug.org
    Other than that, the only book published so far on Developer rel
    2 is by Albert Lulushi ( available at http://www.primarykey.com
    or at Amazon wib site. This is a good book for beginners.
    Sunil
    Karim Nurmohamed (guest) wrote:
    : I would be grateful if anyone could suggest good reading
    material
    : or any other sources of information for Developer 2000. I am
    new
    : to this area and will using forms to build a front-end, which
    : will basically be a query tool for signalling data that we
    : capture of satellites.
    : I have been teaching myself with the demos and cue cards that
    : come with 2000 but need to build screens that allow users to
    : custimise their search.
    : I would also be grateful if anyone can suggest how I can
    manually
    : display records that are fetch back from a query. Currently, I
    : have used the wizards to create datablocks and used the built
    in
    : execute_query.
    : Thanks in advance for your help.
    null

  • I am new to Oracle, would you recommend some reading material

    I am new to Oracle, would you recommend some reading material? and the method to study Oracle. I also want to pass the OCA examination.

    Are you going to be a developer or an administrator? Oracle provides a WEALTH of documentaiton. At a minimum I recommend you read the Oracle Concepts Guide for the Oracle version you are using. That will explain in depth how Oracle works. Here is a link to the [Oracle 10gR2 Concepts Guide|http://www.oracle.com/pls/db102/to_toc?pathname=server.102%2Fb14220%2Ftoc.htm&remark=portal+%28Getting+Started%29|Oracle Concepts Guide].
    If you are going to be an administrator continue with the [Administrators Guide|http://www.oracle.com/pls/db102/to_toc?pathname=server.102%2Fb14231%2Ftoc.htm&remark=portal+%28Getting+Started%29|Administrators Guide] and the RMAN [Backup and Recovery Guide. |http://www.oracle.com/pls/db102/to_toc?pathname=backup.102%2Fb14192%2Ftoc.htm&remark=portal+%28Administration%29|Backup and Recovery]
    If you are a developer start reading the [Oracle SQL Reference|http://www.oracle.com/pls/db102/to_toc?pathname=server.102%2Fb14200%2Ftoc.htm&remark=portal+%28Getting+Started%29|SQL Reference] and [Oracle PL/SQL Reference|http://www.oracle.com/pls/db102/to_toc?pathname=appdev.102%2Fb14261%2Ftoc.htm&remark=portal+%28Getting+Started%29|PL/SQL Reference].
    HTH!

  • Error reading material cost estimate for sales order (KE292)

    Dear All,
    I have an issue with billing. we are posting july month transactions, the material cost is maintained through MR21. When releasing billing document for accounting we are getting error message like"Error reading the material cost estimate for sales order "11"
    Message no. KE292
    Diagnosis
    In Profitability Analysis (CO-PA), the system tried to valuate item 000010 of sales order 11 by reading the corresponding product cost estimate.
    However, no product cost estimate could be found for this sales order item.
    The system accessed product costing for product AMLFP011011XX00P using costing key YB3 as defined in the
    CO-PA Customizing settings.
    System Response
    The system cannot process the document any further.
    Procedure
    Check your Customizing settings."
    We cross checked with other client as a current date and we ran cost estimate through CK40N with same material. and we posted entries. Here it is working fine. but in above process it is not working. Can you pls guide me where i missed.
    Regards,
    Nagaraju,

    Hi,
    When the Costing Key is assigned to the material types in the COPA customizing, then system expects Cost estimation when billing is released to Accounts.
    If you dont run cost estimation but update the material master through MR21, system will not accept as in the Costing key configuration you must have selected the Current Standard price field for the valuation.
    Hence, try to run cost estimation and then do releasing.
    Thanks & Regards
    Ravi Kumar

  • "CSAP_MAT_BOM_MAINTAIN" can read material which is created without commit?

    hi:
      i want to create a material first with "BAPI_MATERIAL_SAVEDATA",then i want to add this material as a component
      to a existing BOM with "CSAP_MAT_BOM_MAINTAIN".
      1 I create the material using "BAPI_MATERIAL_SAVEDATA" without "BAPI_TRANSACTION_COMMIT".
      2 I use "CSAP_MAT_BOM_MAINTAIN" to add the material to a existing BOM.
      Before this test,i think "CSAP_MAT_BOM_MAINTAIN" will raise an exception:
      "The material XXX does not exist or is not activated"
      But the result is:Material is created successfully and the BOM is added a component with a commit implicitly.
      How can "CSAP_MAT_BOM_MAINTAIN" read the material which is not committed to the DB?
      BTW:Even if "CSAP_MAT_BOM_MAINTAIN" raise a exception,i can use "BAPI_TRANSACTION_COMMIT" to rollback both the
      created material and the changed BOM.
      I am confused!!
      Following is the sample code of this case:
    *& Report  Z_TESTYM23
    REPORT  z_testym23.
    DATA mat LIKE bapimathead-material VALUE '000000000000002814'.   "created material no
    DATA bom LIKE csap_mbom-matnr VALUE '000000000000002794'.
    DATA change_no LIKE aenrb-aennr.
    create ECN in sap
    PERFORM ecn_create.
    create material without commit
    PERFORM mat_create.
    *-- maintain BOM
    PERFORM maintain_bom.
    *&      Form  MAT_CREATE
          CREATE MATERIAL
    FORM mat_create .
      DATA headdata LIKE bapimathead.
      DATA clientdata LIKE bapi_mara.
      DATA clientdatax LIKE bapi_marax.
      DATA itab_makt LIKE TABLE OF bapi_makt.
      DATA wa_makt LIKE bapi_makt.
      DATA return LIKE bapiret2.
      headdata-material = mat.
      headdata-ind_sector = 'A'.
      headdata-matl_type = 'ROH'.
      headdata-basic_view = 'X'.
      clientdata-base_uom = '2X'.
      clientdatax-base_uom = 'X'.
      wa_makt-langu = sy-langu.
      wa_makt-matl_desc = 'TEST'.
      APPEND wa_makt TO itab_makt.
      CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
        EXPORTING
          headdata            = headdata
          clientdata          = clientdata
          clientdatax         = clientdatax
        IMPORTING
          return              = return
        TABLES
          materialdescription = itab_makt.
      CHECK return-type <> 'S'.
      CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.
      MESSAGE  return-message TYPE 'E'.
    ENDFORM.                    " MAT_CREATE
    *&      Form  MAINTAIN_BOM
          Maintain BOM
    FORM maintain_bom .
      DATA i_datum(10).
      DATA i_stko TYPE stko_api01.
      DATA t_stpo LIKE TABLE OF stpo_api03.
      DATA w_stpo LIKE stpo_api03..
      WRITE  sy-datum TO i_datum.
      w_stpo-item_categ = 'L'.
      w_stpo-component = mat.
      w_stpo-comp_qty = '2'.
      APPEND w_stpo TO t_stpo.
      CALL FUNCTION 'CSAP_MAT_BOM_MAINTAIN'
        EXPORTING
          material    = bom
          bom_usage   = '1'
          valid_from  = i_datum
          change_no   = change_no   "correct no:'500000000053';incorrect no:'500000000153'
          i_stko      = i_stko
          fl_complete = 'X'
        TABLES
          t_stpo      = t_stpo
        EXCEPTIONS
          error       = 1
          OTHERS      = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE 'S' NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.   "Rollback BOM and material
      ELSE.
        CALL FUNCTION 'BUFFER_REFRESH_ALL'.          "Remained process of function:BAPI_TRANSACTION_COMMIT
        WRITE: / 'Everything is OK',
               / 'CHANGE_NO: ',change_no,
               / 'MATERIAL NO: ',mat,
               / 'BOM: ', bom.
      ENDIF.
    ENDFORM.                    " MAINTAIN_BOM
    *&      Form  ECN_CREATE
          Create ECN
    FORM ecn_create .
      DATA change_header LIKE aenr_api01.
      DATA object_bom LIKE aenv_api01.
      change_header-status = '01'.
      change_header-valid_from = '2007/06/01'.
      change_header-descript = 'test'.
      object_bom-active = 'X'.
      CALL FUNCTION 'CCAP_ECN_CREATE'
        EXPORTING
          change_header            = change_header
          object_bom               = object_bom
          FL_COMMIT_AND_WAIT        = 'X'
         FL_NO_COMMIT_WORK        = 'X'
        IMPORTING
          change_no                = change_no
        EXCEPTIONS
          change_no_already_exists = 1
          error                    = 2
          OTHERS                   = 3.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE 'E' NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    " ECN_CREATE 
      Regards
      Ming

    I did another test as following:
    *& Report  Z_TESTYM23
    REPORT  z_testym23.
    DATA mat LIKE bapimathead-material VALUE '000000000000002816'.   "created material no
    create material without commit
    PERFORM mat_create.
    *&      Form  MAT_CREATE
          CREATE MATERIAL
    FORM mat_create .
      DATA headdata LIKE bapimathead.
      DATA clientdata LIKE bapi_mara.
      DATA clientdatax LIKE bapi_marax.
      DATA itab_makt LIKE TABLE OF bapi_makt.
      DATA wa_makt LIKE bapi_makt.
      DATA return LIKE bapiret2.
      headdata-material = mat.
      headdata-ind_sector = 'A'.
      headdata-matl_type = 'ROH'.
      headdata-basic_view = 'X'.
      clientdata-base_uom = '2X'.
      clientdatax-base_uom = 'X'.
      wa_makt-langu = sy-langu.
      wa_makt-matl_desc = 'TEST'.
      APPEND wa_makt TO itab_makt.
      CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
        EXPORTING
          headdata            = headdata
          clientdata          = clientdata
          clientdatax         = clientdatax
        IMPORTING
          return              = return
        TABLES
          materialdescription = itab_makt.
    CALL FUNCTION 'MARA_SINGLE_READ'
       EXPORTING
        KZRFB                   = ''
        MAXTZ                   = 0
         matnr                   = mat
        SPERRMODUS              = ' '
        STD_SPERRMODUS          = ' '
        OUTPUT_NO_MESSAGE       =
      EXCEPTIONS
        lock_on_material        = 1
        lock_system_error       = 2
        wrong_call              = 3
        not_found               = 4
        OTHERS                  = 5.
    IF sy-subrc <> 0.
       CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.
       MESSAGE ID sy-msgid TYPE 'I' NUMBER sy-msgno
               WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
      SELECT COUNT(*) FROM MARA WHERE MATNR = MAT.
      WRITE SY-DBCNT.
      CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.
      WRITE return-message.
    ENDFORM.                    " MAT_CREATE
    SY-DBCNT = 1 and i can alse rollback the material

  • Problem in Reading  Material Long text in Sapscript

    Dear firends,
    I have written  following code in sapscrit to fetch the longtext of the material
    INCLUDE &MARA-MATNR(K)& OBJECT MATERIAL ID GURN LANGUAGE &NAST-SPRAS&
    Test name - material no(MARA-MATNR)
    object - MATERIAL
    text id - GURN
    LANGUAGE - EN
    but i am not table read the longtext by using above code, when i see in debug mode  ,i am getting warning message
    "data is not available for materil 0000013,GURN,MATERIAL" like that.
    i don't find any problem in code , long text also availble for material 0000013.
    i don't where is the problem , please give me solve this issue.
    Regards,
    D.prabhu

    Hi
    You have to fetch this Long text of this Material using READ_TEXT fun module by passing the 4 parameters as mentioned by you  by writing some code in the program or by writing the external subroutine using PERFORM statement
    Only Application HEADER and ITEM texts can be included in script using the INCLUDE command
    So write the code for the Read _Text fun module and fetch it into Internal table lines and pass/print those to script
    pass the same 4 parameters
    Test name - material no(MARA-MATNR)
    object - MATERIAL
    text id - GURN
    LANGUAGE - EN
    see the sample code
    data:begin of it_stxh occurs 0,
            tdobject type tdobject,
            tdname type tdobname,
            tdid type tdid,
            tdspras type spras,
          end of it_stxh.
    types:begin of ty_lines.
            include structure tline.
    types:end of ty_lines.
    data:it_lines type standard table of ty_lines with header line.
    it_stxh-tdid = 'GRUN'.
    it_stxh-tdspras = 'E'.
    it_stxh-tdobject = itab-matnr.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
      CLIENT                        = SY-MANDT
        ID                            = it_stxh-tdid
        LANGUAGE                      = it_stxh-tdspras
        NAME                          = it_stxh-tdname
        OBJECT                        =  it_stxh-tdobject
      ARCHIVE_HANDLE                = 0
      LOCAL_CAT                     = ' '
    IMPORTING
      HEADER                        =
      TABLES
        LINES                         = it_lines
    EXCEPTIONS
      ID                            = 1
      LANGUAGE                      = 2
      NAME                          = 3
      NOT_FOUND                     = 4
      OBJECT                        = 5
      REFERENCE_CHECK               = 6
      WRONG_ACCESS_TO_ARCHIVE       = 7
      OTHERS                        = 8
    IF SY-SUBRC eq  0.
    loop at it_lines.
    < Print these lines in script by passing to script>
    endloop.
    ENDIF.
    Regards
    Anji

  • Hi all could  any body  forward me application forms reading material

    Hi all,
    I am working on application forms, can anybody send me the related material
    my mail id:::::::[email protected]
    Regards,
    Sri

    Hi,
    Could u plz send me wht applcation forms reading materail u want . i will send it to u....
    regards,
    sana m.

Maybe you are looking for

  • RE: Goods issue posting through Migo for Production Order

    I have released the production order, when I want to post the goods issue through migo to the concerned order I am getting error saying that material "No components exist but there was stock in the storage location for unresticted use. I have checked

  • FBL3n & FS10N difference

    Hi All We are working on ECC 6.0. I've noticed that in our development client the number of line items diiffers in FBL3N and FS10N. Under FS10N I'am looking for 8 period data for FY 2009 for the Balance Sheet GL. When I see balance for the same GL in

  • Triggarable class not found in SunOS

    I have the webclass path set to $WLHOME/classes Application fails to start up with class Triggerable not foundThis happens on Sun Box, NT works fineThanksSubhas           

  • RAISE_EXCEPTION  error in iw31 iw32 iw34 iw36

    Hi guys, My problem is that I am getting RAISE_EXCEPTION  error in my development when ever i am trying to acces standard transaction like iw31, iw32, iw34, iw36 from my program .

  • html:option question

    I want to set a default value of select,such as follows: <html:select property="loglevel" size="1"> <html:option value="0">0</html:option> <html:option value="1" selected>1</html:option> <html:option value="2">2</html:option> <html:option value="3">3