简体   繁体   English

在SAP Library中获得ABAP帮助

[英]Getting to ABAP help in SAP Library

What is the difference between the following SAP Libraries: SAP Library - 4.6c, 2001 http://help.sap.com/saphelp_46c/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm 以下SAP库之间有什么区别:SAP库-4.6c,2001年http://help.sap.com/saphelp_46c/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm

vs

There is no version number shown, How do i get ABAP help: http://help.sap.com/saphelp_47x200/helpdata/en/d3/1ba390bbd1204eb572e6bce09aacce/content.htm?frameset=/en/d3/1ba390bbd1204eb572e6bce09aacce/frameset.htm&current_toc=/en/e1/8e51341a06084de10000009b38f83b/plain.htm&node_id=212&show_children=true 没有显示版本号,如何获得ABAP帮助: http : //help.sap.com/saphelp_47x200/helpdata/zh-CN/d3/1ba390bbd1204eb572e6bce09aacce/content.htm? frameset=/en/d3/1ba390bbd1204eb572e6bce09aacce/ frameset.htm&current_to = / zh-CN / e1 / 8e51341a06084de10000009b38f83b / plain.htm&node_id = 212&show_children = true

vs

Again no version number shown, ABAP Help: http://help.sap.com/saphelp_ca_cpd106/helpdata/en/c9/5472f6787f11d194c90000e8353423/content.htm?frameset=/en/43/41341147041806e10000000a1553f6/frameset.htm&current_toc=/en/d3/2e974d35c511d1829f0000e829fbfe/plain.htm&node_id=26&show_children=true#jump26 再次没有显示版本号,ABAP帮助: http : //help.sap.com/saphelp_ca_cpd106/helpdata/en/c9/5472f6787f11d194c90000e8353423/content.htm? frameset=/en/43/41341147041806e10000000a1553f6/frameset.htm&current_toc=/en/ d3 /2e974d35c511d1829f0000e829fbfe/plain.htm&node_id=26&show_children=true#jump26

and

Is this SAP Library: The URL is not from SAP http://myhelp.uky.edu/bw/en/9f/dbaa1335c111d1829f0000e829fbfe/frameset.htm 这是SAP库吗:URL不是来自SAP http://myhelp.uky.edu/bw/zh/9f/dbaa1335c111d1829f0000e829fbfe/frameset.htm

This is all too confusing. 这太令人困惑了。 I am looking for ABAP help from SAP Library 我正在从SAP库寻求ABAP帮助

If you are looking for ABAP help for your SAP version: 如果您正在寻找SAP版本的ABAP帮助:

  • Go into your favorite ABAP editor (SE38, SE80). 进入您最喜欢的ABAP编辑器(SE38,SE80)。
  • place the cursor on an ABAP keyword 将光标放在ABAP关键字上
  • press F1 按F1

This opens a SAPGUI ABAP help window for your system. 这将为您的系统打开一个SAPGUI ABAP帮助窗口。

It opens with help for the keyword you started with. 它以您开始使用的关键字的帮助打开。 You can also browse around for more ABAP keywords. 您也可以浏览更多ABAP关键字。

(Yes I know there are more ways. Giving someone confused exactly one way that works is a good thing). (是的,我知道还有更多的方法。让一个人完全困惑的是一种可行的方法是一件好事)。

The best ABAP help is an ABAP Keyword documentation. 最好的ABAP帮助是ABAP关键字文档。 It contains syntax, guidelines, best practices, code snippets and so on. 它包含语法,准则,最佳实践,代码段等。 Your steps for choosing the correct version of ABAP documentation are: 选择正确版本的ABAP文档的步骤是:

  1. Go to System >> Status >> Product Version >> Component 转到系统 >> 状态 >> 产品版本 >> 组件
  2. Check versions of SAP_ABA and SAP_BASIS components and especially their Support Package level. 检查SAP_ABASAP_BASIS组件的版本,尤其是其支持包级别。 Up to date major version now is 7.40 or even 7.50. 当前最新的主要版本是7.40甚至7.50。

在此处输入图片说明

Normally these components should have the same level. 通常,这些组件应具有相同的级别。

  1. Go to the corresponding version of ABAP Keyword documentation: 转到相应版本的ABAP关键字文档:

New features and updates corresponding to your support package level can be found in section Release-Specific Changes 与支持包级别相对应的新功能和更新可以在“ 特定发行版的更改”部分中找到。

The best solution is to run the transaction code ABAPHELP (Search ABAP Documentation) in your SAP GUI. 最好的解决方案是在SAP GUI中运行事务代码ABAPHELP (搜索ABAP文档)。

You do not have to confused on different versions and patch levels and try to find the correct help document. 您不必对不同的版本和补丁程序级别感到困惑,也可以尝试查找正确的帮助文档。

Klaus Hopp外,还可以使用TX ABAPDOCU访问文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM