Can any provide me problem issues on ABAP dictionary for practice?

Or any one can tell me the links in which problem issues on ABAP dictionary is there?
Moderator message : Don't ask for links & solution to vague requirements. Thread locked.
Edited by: Vinod Kumar on Jun 14, 2011 9:36 AM

Hi jessculter, 
Thanks for your post. 
I am sorry to hear about the problems you have been having lately. 
Please send me in your details using the "Contact The Mods" link found in my profile and I will take it from there. 
Cheers,
OlgaC 
BTCare Community Mod
If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)
If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

Similar Messages

  • Hi All,Can any provide an example for SAP MEMORY AND ABAP memory

    Hi All,
          Can any provide me an example for SAP MEMORY AND ABAP memory.
    thanks&regards.
    Bharat.

    HI Bharat
    A simple example of ABAP memory is using the EXPORT/IMPORT statements.
    Here in this program, I get the data, export it to memory,
    clear out the internal table in my progam, then reimport the data into it and write out the data.
    You probably wounldn't do this in a normal program,
    but this is how you can pass data from program a to program b when A Submits program B.
    report zxy_0002 .
    data: it001 type table of t001 with header line.
    select * into table it001 from t001.
    export it001 = it001 to memory id 'ZXY_TEST'.
    clear it001. refresh it001.
    import it001 = it001 from memory id 'ZXY_TEST'.
    loop at it001.
    write:/ it001-bukrs, it001-butxt.
    endloop.
    SAP Memory
    SAP memory is a memory area to which all main sessions within a SAPgui have access.
    You can use SAP memory either to pass data from one program to another within a session,
    or to pass data from one session to another.
    Application programs that use SAP memory must do so using SPA/GPA parameters (also known as SET/GET parameters).
    These parameters can be set either for a particular user
    or for a particular program using the SET PARAMETER statement.
    Other ABAP programs can then retrieve the set parameters using the GET PARAMETER statement.
    The most frequent use of SPA/GPA parameters is to fill input fields on screens
    ABAP/4 Memory
    ABAP memory is a memory area that all ABAP programs within the same internal session can access
    using the EXPORT and IMPORT statements.
    Data within this area remains intact during a whole sequence of program calls. To pass data
    to a program which you are calling,
    the data needs to be placed in ABAP memory before the call is made.
    The internal session of the called program then replaces that of the calling program.
    The program called can then read from the ABAP memory.
    If control is then returned to the program which made the initial call, the same process operates in reverse.
    SAP memory
    The SAP memory, otherwise known as the global memory,
    is available to a user during the entire duration of a terminal session.
    Its contents are retained across transaction boundaries as well as external and internal sessions.
    The SET PARAMETER and GET PARAMETER statements allow you to write to, or read from, the SAP memory.
    ABAP/4 memory
    The contents of the ABAP/4 memory are retained only during the lifetime of an external session
    (see also Organization of Modularization Units).
    You can retain or pass data across internal sessions.
    The EXPORT TO MEMORY and IMPORT FROM MEMORY statements allow you to write data to, or read data from, the ABAP memory.
    ABAP Memmory & SAP Memmory
    http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm
    http://www.sap-img.com/abap/type-and-uses-of-lock-objects-in-sap.htm
    Set
    http://www.geocities.com/SiliconValley/Campus/6345/set_para.htm
    GET
    http://www.geocities.com/SiliconValley/Campus/6345/get_para.htm
    EXPORT
    http://www.geocities.com/SiliconValley/Campus/6345/export01.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3bc4358411d1829f0000e829fbfe/frameset.htm
    Other Imp Help
    http://www.geocities.com/SiliconValley/Campus/6345/abapindx.htm
    Regards Rk

  • Hi Iam new to hana I would like to learn the BW powered by HANA can any provide the documents.and I have gone through transports in hana what is meant by delivery unit?

    Hi Iam new to hana I would like to learn the BW powered by HANA can any provide the documents.and I have gone through transports in hana what is meant by delivery unit?

    Hi Sravan,
    Views do not store any data in HANA
    All data resides in tables
    To know how to join tables in Views, watch videos on SAP HANA Academy | SAP HANA
    For BW on HANA check:
    Blog: BW 7.4 on HANA in a Nutshell | SAP HANA
    SAP BW 7.4 SP5 on SAP HANA Overview and Roadmap
    Also follow BW on HANA Space on SCN SAP BW Powered by SAP HANA
    If you want to learn about HANA , check my blog:
    Want to learn SAP HANA?Where to Start?Certification?
    To know more about BW on HANA,check below blog for links to BW on HANA Materials:
    HANA Reference for Developers - Links and SAP Notes(Part-2) Updated 04.12.2013
    Regards,
    Vivek

  • Can any one recommend a good mixer/control surface for Soundtrack pro?

    Hey,
    Can any one recommend a good mixer/control surface for Soundtrack pro? I was looking at the Mackie Universal Pro, does anyone have any experience with that or any others?
    Many thanks in advance,
    Gus

    I have to put in another vote for OWC and against ANYTHING else. I bought a Western Digital MyBook Studio Mac Edition several years ago and it did not play well with my old G-series minitower nor the Intel iMac that replaced it last year. The drive was noisy, would cause sleep issues, lock up, overheat and, when allegedly working, dragged down performance.
    I had to leave it turned off most of the time and do TM backups when I remembered--not good.
    Recently I grew sufficiently browned off at the device to rip out the perfectly good WD SATA drive inside it and order an OWC Mercury Elite Pro enclosure with FireWire 800, USB 2 and eSATA ports. The old drive required only minutes to install in the OWC and has behaved perfectly since. No lockups, overheating, and the same drive is actually quieter in the new enclosure than the old.
    WD makes fine hard drives but their enclosures are not very friendly, even those sold as "Mac Editions."
    EDIT: forgot one point. If you have a desktop Mac, don't get a "mobile" or "portable" drive that has no source of power other than the computer. If you MUST use USB, it's possible to have dropouts if the USB bus gets overwhelmed while the drive is connected. Go with a desktop dirve with a separate power supply if you can. If you must go with a USB portable drive lacking its own power supply, also buy a powered USB hub. That usualy provides portable drives with enough power to stay with the program when used at home.

  • Can any one give step by step screen shots for dialog programming

    can any one give step by step screen shots for dialog programming ..
    thanks
    venki...

    Hi
    see the following links and example programs and practice the same dialog pool program
    Check the below link:
    http://wiki.ittoolbox.com/index.php/FAQ:What_is_module_pool_program_in_abap%3F
    http://help.sap.com/saphelp_46c/helpdata/en/35/26b1aaafab52b9e10000009b38f974/content.htm
    http://sap.mis.cmich.edu/sap-abap/abap09/sld011.htm
    http://sap.mis.cmich.edu/sap-abap/abap09/index.htm
    http://www.geocities.com/ZSAPcHAT
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sap-img.com/
    http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
    http://www.sapgenie.com/links/abap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
    You can also check the transaction ABAPDOCU which gives you lot of sample programs.
    Also you can see the below examples...
    <b>Go to se38 and give demodynpro and press F4.
    YOu will get a list of demo module pool programs.
    One more T-Code is ABAPDOCU.
    YOu can find more examples there.
    See the prgrams:
    DEMO_DYNPRO_TABLE_CONTROL_1 Table Control with LOOP Statement
    DEMO_DYNPRO_TABLE_CONTROL_2 Table Control with LOOP AT ITAB</b>
    http://www.geocities.com/ZSAPcHAT
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Can someone provide direction on sharing an Apple ID for Itunes, but creating a separate Apple ID for Icloud?

    Can someone provide direction on sharing an Apple ID for Itunes, but creating a separate Apple ID for Icloud?

    Welcome to the Apple Community.
    I'm not sure what there is to tell. Just use the Apple ID you wish to share to log into the iTunes store (Settings > iTunes & App Stores) and the seperate Apple ID's you want to use for iCloud (Settings > iCloud)

  • Can any one pls tell me the mandatory fields for BAPI_ACC_DOCUMENT_POST

    hi all ,
    Can any one pls tell me the mandatory fields for BAPI_ACC_DOCUMENT_POST
    what all data i need to give to post a document.
    Thanks and Regards
    JK

    Hi...
    part of my source code:
    ** Header Data " Sending comp code
    wa_documentheader-comp_code = 'XXXXX'.
    wa_documentheader-doc_date = '20060620'.
    wa_documentheader-pstng_date = '20060620'.
    wa_documentheader-doc_type = 'XX'.
    wa_documentheader-username = sy-uname.
    wa_documentheader-ref_doc_no = 'XXxxxxxx'.
    wa_documentheader-header_txt = 'Text Header.
    wa_documentheader-bus_act = 'XXXX'.
    *it_currencyamount
    wa_currencyamount-itemno_acc = '1'.
    wa_currencyamount-currency = 'COP'.
    wa_currencyamount-amt_doccur  = 1943.
    APPEND wa_currencyamount TO it_currencyamount.
    *it_accountpayable
    wa_accountpayable-itemno_acc = '1'.
    wa_accountpayable-gl_account = '1234567890'.
    wa_accountpayable-bus_area = 'DIV'.
    wa_accountpayable-item_text = 'Text 1 XXxxxxx '.
    wa_accountpayable-pmnt_block = ''.
    APPEND wa_accountpayable TO it_accountpayable.
    *it_accountgl
    wa_accountgl-itemno_acc = '2'.
    wa_accountgl-gl_account = '1234567890'.
    wa_accountgl-item_text = 'Text 2 XXxxxxx'.
    wa_accountgl-bus_area = 'DIV'.
    APPEND wa_accountgl TO it_accountgl.
    wa_currencyamount-itemno_acc = '2'.
    wa_currencyamount-currency = 'COP'.
    wa_currencyamount-amt_doccur  = ( 1943 ) * -1.
    APPEND wa_currencyamount TO it_currencyamount.
    CALL FUNCTION 'BAPI_ACC_DOCUMENT_CHECK'
      EXPORTING
        documentheader = wa_documentheader
      TABLES
        accountgl      = it_accountgl
        accountpayable = it_accountpayable
        currencyamount = it_currencyamount
        return         = it_return.
    clear it_return.
    CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'
          EXPORTING
            documentheader = wa_documentheader
          TABLES
            return         = it_return
            currencyamount = it_currencyamount "currencyamount
            accountpayable = it_accountpayable "accountpayable
            accountgl      = it_accountgl "accountgl
          EXCEPTIONS
            OTHERS         = 01.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.

  • Pls can any one suggest me the Existing Report Name for Active and InActive

    Hi all ,
               pls can any one suggest me the Existing report name for displaying Active and inactive vendors .
    Rgds
    Rafi .

    hi,
    my transaction is VL02N change outbound delivery.

  • Can any body help me to prepare f.s for!

    can any body help me to prepare f.s for!
    all material movements and asociated accoutning document?
    all open purchase orders for a given plant and delivery period?

    Hi
    what do you mean by f.s, is it functional specification?
    Material document associated accounting document you can find MSEG and BSEG tables
    Open Purchase Orders for a given plant and delivery period
    Purchase orders infirmation is available in EKKO (Header) and EKPO (Item)
    Take the information from EKKO by company code, pass it on to EKPO by plant (WERKS)which is not equal to (EKPO -ELIKZ) for open PO and for delivery date (EKET-EINDT).
    please check and let me know if you need anything.
    regards
    Srinivas

  • Can Anyone provide me with the sound card specs for a 2GHz MacBook Intel Core 2 Duo? The system profiler lists the audio card as Intel High Definition Audio: audiocode 63

    Can Anyone provide me with the sound card specs for a 2GHz MacBook Intel Core 2 Duo? The system profiler lists the audio card as Intel High Definition Audio: audiocode 63

    ok thankx!  but i must to know the output impendatie of my  audio card= intel high definition audio? can somebody help me
    this is my mac book
    http://www.everymac.com/systems/apple/macbook/specs/macbook-core-2-duo-2.0-alumi num-13-late-2008-unibody-specs.html

  • Unknown indexes in ABAP dictionary for a BW SAP_BW 350 ?????????

    Hi all,
    can anyone help me with the procedure to handle unknown indexes in ABAP dictionary for a BW SAP_BW 350 Production system?
    The list of some of the indexes are as follows :
    /BI0/E0CCA_C11~P
    /BI0/E0FIGL_C01~P
    /BI0/E0OPA_C11~P
    /BI0/E0PS_C04~P
    /BIC/EIEFERC~P
    Thanks a lot in advance ....
    Madhavi Rane

    You should be able to delete and recreate indexes from the infocube performance tab, RSRV or DB02.   The bigger question is why these e fact table indexes are not being handled properly.  I would try searching OSS Notes to see if yo ufind one relevant for your DB;
    This older Notes provides some good background
    Note 594287 - DB6: Corrections to the primary index of fact tables

  • Can any suggest me  reference books in abap programming

    i am new abap programmer can any suggest some books for reference,and the user forums from where  i can get help and the online material websites

    Hi,
    ABAP in 21 days
    http://cma.zdnet.com/book/abap/ch03/ch03.htm
    http://help.sap.com/saphelp_40b/helpdata/en/4f/991f82446d11d189700000e8322d00/applet.htm  SAP Online Help For Dictionary.
    http://sappoint.com/abap/
    for SAPscripts
    For follg., refer http://www.henrikfrank.dk/abapuk.html
    ABAP objects and control technology
    IDOC
    SapScript
    Performance tuning 
    BAPI Programming
    Visual Basic Integration - Using the DCOM Connector and BAPI OCX (Only available in Danish)
    JAVA and the SAP java connector
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    for keywords
    very useful link for all
    http://www.sap-img.com/abap.htm
    http://www.sapdevelopment.co.uk/tips/tipshome.htm
    http://help.sap.com/printdocu/core/Print46c/en/Data/Index_en.htm
    http://sap.ittoolbox.com/nav/t.asp?t=322&p=322&h1=322
    http://sap.ittoolbox.com/nav/t.asp?t=448&p=448&h1=448
    http://www.thespot4sap.com/
    http://www.kabai.com/abaps/q.htm
    http://www.geocities.com/mpioud/Abap_programs.html
    http://help.sap.com/saphelp_46c/helpdata/EN/35/2cd77bd7705394e10000009b387c12/frameset.htm
    Hope it helps.

  • Any methods to simulate Cisco IronPort WSA appliance for practice

    Similar to GNS3 on which we can simulate ASA/Routers, same way any other methods to simulate Cisco IronPort WSA appliance for practice or testing? Please let me know. Thanks.

    You can download the virtual WSA. I have not tried it so I'm not sure how it works without a license.
    http://software.cisco.com/download/release.html?mdfid=284806698&flowid=41610&softwareid=282975114&release=7.7.5&relind=AVAILABLE&rellifecycle=GD&reltype=latest

  • Hello can any provide mesoluion for the below mention problem

    Item category 03000 not allowed in accounting transaction 0200/0001
    Message no. GLT2001
    Diagnosis
    The online document splitting is active in your system. Here, each document is assigned to a accounting transaction variant and each document row to an item category.
    You determine for each business transaction variant which item categories can or must be posted here.
    The following error occurred for the document you entered:
    Item category 03000 in accounting transaction 0200, variant 0001 is not allowed.
    System Response
    The document cannot be posted.
    Procedure
    Check the document entered, the derivation of the business transaction variant, the derivation of the item category, and the assignment of the item categories to the business transaction variant.

    Hi Fahad,
    There are several post available in SCN please search in SCN,
    http://scn.sap.com/thread/542540
    In case you have already tried to solve by using SCN help and still facing same Problem, Explain your scenario and rout case to find quick resolution.
    Regards
    Raheem

  • Hi, can any body solve my issue

    Hi friends,
    When we create sales order,
    as we know using backword scheduling first system checks stock. If stock doesnt exist, forward sceduling is carried out to find out the next material availability date & Delivery date.
    Could somebody explain in detail from where these dates are determined.? Eg. Delivery date
    Goods issue date
    Loading date
    Material avail.date
    Transportation Plan. Date
    What are configuration setting required from SD sides?
    Please share your knowledge on above scenario.
    THEN I WNAT TO KNOW ABOUT ONE THING IN THE ABOVE QUESTION
    SPECIFICALLY
    THAT IS
    1).CAN I HAVE SALES ORDER DATE, DELIVERY DATE AND BILLING DATE AND PRICING DATE AS SAME DAY
    I KNOW THAT IT IS POSSIBLE.
    BUT WHERE IN CUSTOMIZING SETTINGS IN R/3.
    IF ANY BODY KNOW HELP ME PLZ.
    2.
    MY SECOND QUESTION IS
    VERY SIMPLE.
    IF MATERIAL ORDERED IS AVAILABLE BUT ONLY HALF IS AVAILABLE.
    THEN FROM SALES ORDER SCREEN IT HAS TO GO TO AVAILABILITY CHECK OVER VIEW SCREEN THAT THE MATERIAL ORDERED BY YOU WILL BE AVAILABLE WITH IN THIS DATE.
    3.
    IF MATERIAL ORDERED IS AVAILABLE BUT ONLY HALF IS AVAILABLE.
    IT HAS TO SHOW THE LIST OF PLANTS IN WHICH STOCK IS AVAILBLE FOR DELIVERY FROM AVAILABILITY CHECK OVER VIEW SCREEN.
    PLZ I AM AVAILABLE IN
    [email protected]
    REGARDS,
    BALAJI.T
    09990019711.

    Hi Balaji,
    Backward scheduling or Forward scheduling is done based on your the requested deliery date in the sales order. you can configure requested delivery date from VOV8. (it can also be manually changed while creating an order.)
    Therefore when you create an order giving the requested delivery date, system takes into account the following times –
    a.     Transit Time +
    b.     Loading Time +
    c.     Pick/Pack Time +
    d.     Transportation Lead/Planning Time.
    The loading time and pick/pack time come from the shipping point whereas the transit time and transportation lead time come from the route.
    These timings are configured in Logistics Execution. Depending on these times.........the system gives you an expected delivery date. That is it does backward scheduling if the material is available or Forward scheduling in case the material cannot be delivered on the requested delivery date.
    Your sales order date, delivery date, billing date and pricing date can be the same only in the case of CASH SALES or RUSH ORDER SALES. in any normal business scenario, you cannot have all four dates as same as there will be a delivery involved from the warehouse to the customer, in other words there will be a transit time involved.
    Question 2
    if you configure ATP logic, the system will take you to the future stock availability screen.
    Question 3
    There is no automatic way of transferring displaying stocks in all the plants during sales order creation if the material is not available in one plant.
    The only way is to manually check the stocks for that particular material through T-code: MMBE in all the available plants and manually change the delivery plant at the order level during creation.
    REWARD PONTS IF HELPFUL
    Regards
    Sai

Maybe you are looking for

  • How to read row index when clicking on F4 search multiple rows

    Hi Experts, I would like to read index of selected row in assignation block. Please help. My requirement is to restrict product search base on product category available in same row of table row. When I select f4 search on product ID, It shows me all

  • How do I cleane cache

    how I clean cache of browser

  • Defective NX7600GT-T2D series card

    I was having trouble getting the TV output on the card to work.  I have a TV that uses a composite input.  I tested the TV with another source and it works fine.  I've used both the Svideo (with a converter to composite) and the composite plug they g

  • Flash movie won't play in PowerPoint

    I have created a flash movie, however, when I try to view the slideshow, all I see is a blank page. I have installed the most updated Active Controls and the Shockwave Player, but it still won't play.

  • Total Last Cell from last row, last column into another table

    What I'm trying to do is create a sum in a final table that will add together all the last cell Sums in the last column, last row from all Ten tables. Example of where I want to get the information from: I know I could use something like this *=SUM(T