T-Code of SAP Documentation (SAP Help)

which is the T-Code of SAP Documentation (SAP Help)?

Hi
Ajit this is tcode for the ABAP documentation
ABAP_DOCU_SHOW
plzz reward if i am usefull for any further quiries plzz contact me my mail id [email protected]
plzz dont forget to reward....

Similar Messages

  • SAP documentation for t.code F.05

    Hi All,
    could anyone paste here the SAP documentation for t.code F.05 (Foreign currency valuation) in 4.7 release?
    Thanks a lot
    G.

    Hi,
    the documentation is available in help.sap.com:
    [Foreign Currency Valuation|http://help.sap.com/saphelp_470/helpdata/en/96/8b3c2d43ce11d189ee0000e81ddfac/frameset.htm]
    (choose Foreign Currency Valuation in the left side of the screen)

  • Sap Documentation and the Spirit of Open Source

    Hi,
    I have noticed that not all of SAP functions have documentation (for example in SAP CRM there are around 80.000 functions and many of them, I dare say most of them, have no documentation and I suppose this is the situation for all SAP solutions).
    I spoke to someone from SAP and I was told that not all of them need to, as they are not supposed to be used by clients. I agree with this and moreover it would be a tedious process for SAP to do it now. But sometimes need arises to use this functions or at least know what they do.
    And the standard search for Functions .....
    One enters "dialog popup" in Short description and he gets nothing (in SAP CRM 3.1 SP06).
    She/he has to enter "dialog Popup" and thus gets the function POPUP_TO_CONFIRM
    It is LUDICROUS ! Need no say more !
    I do have an idea, SAP community could help out.
    If all the functions would be shared among the SAP developers from all over the world – I mean those who would like to participate in this project - all functions will have documentation in less than 1 year.
    Let's take as example - PHP:
    Every function is documented and an example is given.
    Also, developers from all over the world add their own comments for each function.
    There is a .chm help file very easy to search
    Plan:
    There would be one main writer and one main reviewer for a function (I mean one could choose to do 100 functions, other 50, other 30, and so on).
    Also, who wants could add his/hers comments.
    Objective:
    To have a documentation (.chm file) as comprehensive as possible about all the functions in SAP.
    Is this plan feasible ? Are there any volunteers ?
    Mihai

    I can agree on some points but not others.  First, let's agree that dialog popup and popup dialog are two different search strings.  In SQL, this would produce "WHERE description like "%dialog popup%" which is clearly not equivalent to "%popup dialog%".  However, I feel your pain.  While the level of function docs is disappointing, how wonderful that we even have access to them at all!  One of the best parts of SAP is the fact that I don't have to guess "how that works".  I can go look and learn from the master code ... albeit slowly. 
    My understanding of German is non-existent.  Therefore, much of the comments that are available in the functions are lost on me.  That's a shame.  I would like to see an effort to get readable English comments out of these valuable German comments.  That' would take a native speaker's translation vs. a babelfish-like systran.  They just don't cut it.
    Docs:  The level of SAP documentation in general, even for BAPIs, is appalling.  Maybe I just don't know where it is but from what I've seen, even the most complex BAPI docs are not worth the space they take up.
    Case in point: BAPI_SALESORDER_CREATEFROMDAT2.  This is a rather complex BAPI which can create all manner of sales documents.  So let's say I want to build a configured sales order.  Let's hit the BAPI documentation:
    <i>If the item is configurable, you need to enter the configuration data in the ORDER_CFGS_REF, ORDER_CFGS_INST, ORDER_CFGS_PART_OF and ORDER_CFGS_VALUE tables.</i>
    That's it.  There might be a few more hints down the page but there are no examples, no "here's why you need to stick an A in field XYZ", etc.  This is why I rely on reading code and trying to gets hints from poorly translated German comments.  I generally get an answer but what a time waster that is!  If SAP is claiming that they don't document all functions because they are not "supposed to be used by clients", then how about fully documenting the BAPIs at least?  Those certainly ARE for use by clients.  That's their main purpose.
    As a concept, I agree with you.  How to pull that off?  Personally, I wouldn't feel comfortable documenting any function that I've not had 1st hand experience with.  Even still, I've only used about 20% of the sales order BAPI's capability.  While that's 18% better than what SAP gives, I'm not sure I would be willing to take the time to document it given that I'm stretched to the max, in part, due to the lack of function docs!  Catch-22.
    Good luck with the idea.  I'd like to see what other people's comments are.  I'm hoping that I'm missing some key documentation resources.  If nothing else comes from this thread, that would be great.
    Maybe the SDN would provide a place/forum to store documentation that is created?  Not a forum ... more like SAP notes (which can be a helpful source of docs sometimes BTW).
    Thanks.

  • Tecnical Documentation SAP Solution Manager

    Hi all,
    I'm new to the Solution Manager and I'm looking for any technical documentation that helps to get started writing ABAP code for the Solution Manager.
    I'm looking for a data model (tables) or  class mode....l all that stuff that helps...
    Thank's for you help,
    Urs

    Hi Kuki,
    you might try looking at http://service.sap.com/instguides -> SAP Solution Manager.
    best regards,
    -David.

  • SAP:Code area="MAPPING" EXCEPTION_DURING_EXECUTE /SAP:Code

    Hi Experts.
    I'm tryin to make a JDBC Synchronous escenario, i want to UPDATE data from table in DB2 AS400, and the JDBC Update instruction returns the total of the register updated.
    All the configuration It's ready, but when I send the Update instruction, the UPDATE the information in the AS400 DB2 table, but the return message send me the next error:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_MM_DAT_RES_</SAP:P1>
      <SAP:P2>com.sap.aii.mappingtool.tf7.IllegalInstanceExcepti</SAP:P2>
      <SAP:P3>on: Cannot create target element /ns0:MT_DAT_RES_0</SAP:P3>
      <SAP:P4>2. Values missing in queue context. Target XSD re~</SAP:P4>
      <SAP:AdditionalText />
      <SAP:Stack>Runtime exception occurred during application mapping com/sap/xi/tf/_MM_DAT_RES_; com.sap.aii.mappingtool.tf7.IllegalInstanceException: Cannot create target element /ns0:MT_DAT_RES_02. Values missing in queue context. Target XSD re~</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Can anyone telll me about it?
    Thanks.
    Kenneth

    Hi Rao,
    Go to sxmb_moni and open your response mapping and take the payload and test your mapping. It seems the value you are mapping to /ns0:MT_DAT_RES_02 is not there. Can you please check that. You need to make sure step 4 in this blog:
    /people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step
    Your response always comes up with _response and your message type should be like that only.  Also can you give your response mapping payload and the response message type here so that somebody can help you out if this didn't resolve your issue.
    Regards,
    ---Satish

  • The SAP documentation "Experience"

    Hi everybody,
    I have a small problem with Adobe Document Services and so I need to check the configuration that I did.
    I decided to use the last available documentation. Here is my experience on this specific case of documentation finding :
    I started from the installation guide I used to install my J2EE system :
    >SAP Enhancement Package 4 for SAP ERP 6.0 Java on Windows:
    >MS SQL Server
    >Based on SAP NetWeaver 7.0 including Enhancement Package 1
    OK, page 107, I can read :
    >Perform manual configuration as described in the Adobe Document Services Configuration
    >Guide at:
    >http://help.sap.com/nw70 SAP NetWeaver 7.0 Library (including Enhancement Package 1) English
    >SAP NetWeaver Library Technology Consultantu2019s Guide Business Task Management Adobe Document Services
    >(Configuration) Adobe Document Services Configuration Guide
    Let's go to help.sap.com
    Here I find first a list of important SAP notes.
    The first one seems to be a must reading : 894009 Adobe document services: Configuration Guide (NW 7.0)
    Let's go to read this note : I have to copy and paste the note number because the HTML link has not yet been invented at help.sap.com !
    I now display the note which tells me that :
    >The current version of the configuration guide for SAP NetWeaver 7.0 is at the Internet address >http://www.sdn.sap.com/irj/sdn/adobe. Choose Installation & Configuration -> SAP Interactive Forms - Configuration Guides.
    >We recommend you always use the newest version.
    OK, let's go to www.sdn.sap.com
    Of course the screens have changed since the note was written and I have to find by myself that the configuration guide is here :
    System Administration --> ADS Configuration
    When I click on ADS Configuration, I'm back at the help.sap.com page where I came from !
    On this page I can read :
    >Check the newest printable version of this Configuration Guide in the SAP Service Marketplace, available at >http://service.sap.com/adobe ® Media Library  ® Documentation.
    Ok, back to service.sap.com where I am welcomed by this great message :
    >The content of your interest has been moved to the SAP Developer Network (SDN) Community within the SAP Community >Network.
    >Please use the following link to access all information on SDN:
    >http://www.sdn.sap.com/irj/sdn/netweaver 
    >Please click to display the information about
    >Adobe
    >in a separate browser window.
    If you click on the Adobe link, you get back to http://www.sdn.sap.com/irj/sdn/adobe !
    So the loop has been looped twice and I have now got a headache !
    I think there is a good space for documentation improvements from SAP, don't you think so ?
    I propose that if you make the same kind of SAP documentation "experience", you can report here.
    Exposing it might be a way to get improvements and to have fun too !  
    Cheers,
    Olivier

    You could have used the GuideFinder ... provided you were able to find the GuideFinder. I was not ... this is its [url|https://websmp102.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000186062009E].

  • Default Coder in VIM in SAP Portal

    Hi all experts,
    When set and save the Default Coder in VIM in SAP Portal under Personalise setting, the next day or next time the coder's name is disappeared in the VIM SAP Portal screen and the most important is invoice does not route to the default coder set.
    Have checked Chart of Authority, the two users (Approver and Default Coder) exist in User Details and COA Details. Approval COA and Optura User Mapping Object tables also have the two users.
    Any idea/help to share what is the problem or missing configuration ?  Thanks in advance.

    Hello there,
    you can just mark your post as "Correct answer" and then de-select it again. This way the thread will appear as open again.
    Regards,
    Steffi.

  • SAP HR Introduction help needed

    Hello, I am very new to SAP, and am currently a student looking up information about SAP for an academic exercise. Just to get a handle on SAP HR portal, does anyone know of some good books or links for information on how to start building an SAP HR portal. I need to understand more information about the usual setups, costs, and other general information about this type of setup and I don't have too much experience with SAP to begin with. Any help would be greatly appreciated. I have looked around the wiki here and there is a ton of information, and I haven't found any really beginner or intro data that has what I am looking for.
    Thanks
    Message was edited by:
            jon brown

    Hi Jon,
    For SAP HR you can use the ESS (Employee Self Services) and MSS (Manager Self Services). These can be implemented into the business logic and processes via the SAP Portal.
    Links:
    -> ESS
       - /thread/428959 [original link is broken]
    -> MSS
       - <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/29/d7844205625551e10000000a1550b0/frameset.htm">MSS configuration</a>
    Use the key words "MSS configuration" on the SDN, this brings you a lot of practical stuff (unfortunately not on the lowest level of expertise).
    Additional HR fields are:
    -> Learning Portal
    -> E-recruiting
    You can find helpful documentation on the http://help.sap.com
    http://help.sap.com/erp2005_ehp_02/helpdata/en/80/ea89395eb58c4f9d0c3e837cf0909d/frameset.htm
    In case you had any other questions, feel free coming back to this thread
    Best regards,
    Zsolt

  • S&OP HANA Ondemand SAP Documentation

    Hello Team,
    I am looking for the SAP Documentation help for S&OP HANA Ondemand for Version 3 SP01, patch 1.
    Unable to get it on any SAP Site.
    On the cover page of this forum - SAP Sales and Operations Planning SAP SOP
    this hyperlink takes us to help of SAP S&OP HANA Powered
    Is there any link which can take us to Cloud --> SAP Sales and Operations planning for version 3.0?
    Please suggest the Help document Web link for onDemand SAP S&OP 3.0 Powered by SAP HANA. It will be a great value add while referring online document.
    Thanks and Regards,
    Anjali

    Hi Anjali,
    The Help links on the community page have been updated to take you to the S&OP Application Help section. There you can find the latest help for S&OP 3.0
    In addition, the following link on help portal gives more information about S&OP 3.01
    SAP Sales and Operations Planning 3.0, Powered by SAP HANA – SAP Help Portal Page
    What’s New – Release Notes
    Installation and Upgrade Information
    Configuration and Deployment Information
    Development Information
    Security Information
    Application Help
    Integration & Analytics Information
    Thanks,
    Raghav

  • SAP Documentation on Delta Repitition

    Hi, Does anyone know if there is any official documentation in help.sap.com related to executing a Delta Repitition?
    Thanks!

    Hi Kenneth:
    For official documentation on Delta Repetition, please refer to SAP Notes below.
    Note 380078 - "FAQ: BW delta queue (RSA7): Questions and answers"
    Note 873694 - "Consulting: Delta repeat and status in monitor/data target"
    Regards,
    Francisco Milán.

  • SAP Documentation Download/Order ECC6

    Hi,
    i'm looking for a possibility to order/download
    the SAP-Documentation for ECC6.
    Thanks,
    Regards, Dieter

    use the following link to order free CD for SAP help
    https://pgwshop.sap-ag.de/scripts/wgate/ww204b5c14d6/flN0YXRlPTIyNjM0LjAwMS4wMi4wNA==?okcode=WCLG&target=_top&forcetarget=yes
    once u go o this page u see the right hand sideoverview bar here locate the R/3 and click on EP 470, Ext. Set 1.1
    the list will open
    look for the english/german version adn add to your cart
    the price is zero

  • Looking for SAP Documentation for B2B Adapater

    Hi
    I am looking for the following SAP documentation. I have the other documents in the series but cannot find those documents. Could anyone advise where these can be found?
    Regards

    Thanks Dieter,
    I actually looked at my screen and saw the documentation link :-) So all downloaded now but I still can't find the documnetation I want. Specifically the learning guides. All the documents, and SAP help, are very straightforward guides. The learning series provides a more detailed overview into the functionality and a practical guide to the implementation.
    The document ' SAP NetWeaver Process Orchestration, business to business add-on 1.0 SP00 How to Proceed Guide'  contains a reference to the documents I require at the back on Page 9. Yet they are knowwere to be found. Even in the Process Orchestration Resource Center: SAP B2B Add-on Wiki has some documents, but nothing that I actually need.
    I think the only thing I can do is raise a customer message. Its so frustrating.
    Regards
    Rob

  • General Question about SAP Documentation. Where to find?

    Hello,
    I am relatively new in the SAP business and so I have some general questions about the SAP Documentation.
    Often internet-links like
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/FIBP/FI-AP-AP-PT.pdf
    are posted here by group members.
    But where do these group members find these documents?
    All I can see at help.sap.com is IDES (the model company created by SAP)and the WWW-version of the SAP-Bibliothek.
    Were can I find these PDF-Files?
    I would appreciate any hint and tip!
    Thank you!
    Kakue

    thats true! i dont know how to find either. Everytime i need something i ask on the forum.
    Here's a good link
    http://www.easymarketplace.de/online-pdfs.php
    Plz reward points if helpfull

  • PI installation questions ... which SAP documentation is correct?

    Hi,
    The PI 7.1 installation manual says to: a) perform the client copy, b) apply latest kernel and support packages, c) run the CTC wizard - in that order.
    The guide "SAP NetWeaver Process Integration 7.1 Post-Installation Steps" (http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60d2a693-9504-2b10-5ba7-82964bd8370e;jsessionid=(J2EE3414800)ID0145301350DB10255382475188625451End) echoes the advice on step a) before step c).
    However, the SAP Note 1115280 that the PI 7.1 installation manual refers to, clearly states to do step c) before step a).  It even includes an exclamation mark, albeit in brackets (!).
    Does anyone know which is correct?  Should it be step b), then c), then a) ?
    The PI 7.1 installation manual (and some other SAP documentation that I've read) says that you can make the production client a copy of either client 000 or of client 001, but provides absolutely no basis for making this decision.  What are the factors involved in making this decision?  Does it even matter?  If not, why this section in the manual?
    Thanks for any help.
    Mark

    Hi Nagarjuna,
    Many thanks for the information and reference to the Blog.  Yes, that Blog does address my question but the SAP Note 1309239 also gives important information.
    I think I see now why this has been confusing me.  If I understand correctly, the situation is this:
    A) If I am patching my NW PI 7.1 to a SP stack < SP08, then I should do first b) PATCH, then c) CTC, then a) COPY (according to SAP Note 1115280)
    B) If I am patching my NW PI 7.1 to a SP stack >= SP08, then I should do first b) PATCH, then a) COPY, then b) CTC (according to SAP Note 1309239)
    Either way, it seems that the PI 7.1 installation manual might be misleading to suggest that a) COPY be done before b) PATCH, as pointed out in the Blog that you referenced.
    (In the same vein, I thought it would have been better to set-up the printing before setting up the background jobs; that way, the background jobs could have been configured to prepare output for the correct printer.)
    Please correct me if I've misunderstood.
    Thanks,
    Mark

  • SAP最基础最有用的URL(也就是sap help 哈哈),初学者一定要收藏

    SAP Documentation PDF's.
    SAP provides very extensive documentation on all topics which are very good documents and they help you understand ABAP very well.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm
    You can download the documentation in pdf format from here:
    http://help.sap.com/printdocu/core/Print46c/en/data/Index_en.htm

    很有用的網站, 值得推薦哦!! 感謝!!

Maybe you are looking for

  • How to fix the volume on a Macbook Pro

    Hello, Apple afficionados. I've been having an issue with my laptop recently and am wondering if any of you would be kind enough to help me (yes, I acknowledge that I may end up having to bring my laptop in for a technical repair.) I have, I believe,

  • Could anyone solve my issue-- Frozen screen but gets ON when pluggd to Adp

    HI friends, I have Ipod Mini. Yesterday I tried to connect this to the USB of my friend who has Ipod U2 limited edition. I was trying to get songs from his computer. But I wasnt able to recognize the device. After that my ipod stoped showing up anyth

  • Hide Units

    Hi all, How to hide units in the report result display? in BI 7.0 queries. for Ex: im getting a value dispalyed as "4029.12 PC". I need to hide the Units "PC" in the report result. Please guide me in this issue. Thanks in Advance. Regards, Ravi

  • Multiple Business Group Setting in R12

    Hi I have Created a multi BG structure where two business groups(UK&US) representing two different countries report to a single BG(IND) of other country. Both the BGs(UK&US) are having individual Org Hierarchies in respective responsibilities. While

  • Unable to start em after deploying SOA composites

    Hi I have installed SOA 11.1.1.1.3 and cretaed the repositories. I have created a new domain soa_domain which supports SOA,Enterprise Manager,BAM. The first time I started the server, it started successfully and I was able to deploy two SOA composite