zoukankan      html  css  js  c++  java
  • SAP ABAP Development Tool的本地存储原理(local storage)

    Recently I have developed some CDS views in Eclipse and I would like to share the source codes in github. I am reluctant to manually copy the source code of each view one by one, as a result I am checking whether there are some folders in my local laptops where the source code are cached.
    I spent some time to research and here is the result.
    I have created three ABAP projects in Eclipse:

    And in this location C:Usersi042416workspace_adt.metadata.pluginsorg.eclipse.core.resources.semantic.cache
    How do I find the path “C:Usersi042416workspace_adt“? Just right click ABAP project and choose Properties from context menu, and choose Resource->Linked Resources:

    I could see three folders correspondingly:

    Enter the first folder and then there are four sub folders. The folder ddic just stores the source code of CDS views which I am looking for.

    Every CDS view in Eclipse has a corresponding folder in local file system:

    The asddls file within that folder just contains exactly the source code of CDS view, which could be opened via any text editor.

    Then I could just upload those folders to github very conveniently to avoid the manual ctrl + c and ctrl + v

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    jQery总结01
    抽象类和接口精华
    JS基础之开篇
    HTML常见元素集锦
    bzoj3626 [LNOI2014]LCA
    bzoj3223 Tyvj 1729 文艺平衡树
    bzoj3196 Tyvj 1730 二逼平衡树
    bzoj3295 [Cqoi2011]动态逆序对
    bzoj3514 Codechef MARCH14 GERALD07加强版
    bzoj3932 [CQOI2015]任务查询系统
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13613397.html
Copyright © 2011-2022 走看看