zoukankan      html  css  js  c++  java
  • 如何创建ABAP的text table

    (1) create a main table as usual:

    define the key field CHANNEL:

    (2) create another table which will be used as text table. Ensure a field with data element SPRAS is included as primary key. The primary key CHANNEL of main table must also be included in the text table.

    (3) mark field CLIENT and click button "Foreign Keys":

    Click Yes

    Click copy button:

    you could observe the message below:

    (4) Repeat the operation for field LANGU

    (5) for key field CHANNEL, maintain the main table name ZCRMM_CCTV_CHAL in check table field, click button Generate proposal.
    Then the entries under "Foreign Key Fields" are automatically populated.
    Mark the radio button "Key fields of a text table", specify Cardinality 1:N.

    Save and activate the text table. After that go to main table to check whether text table is assigned successfully by clicking
    Goto->Text Table:

    After that the text table is displayed in SE11 automatically.
    You can use the following FM to determine the text table name from a given main table name:

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

  • 相关阅读:
    十六进制转十进制
    十进制转十六进制
    历届试题 高僧斗法
    历届试题 错误票据
    历届试题 大臣的旅费
    历届试题 九宫重排/八数码问题
    Skip the Class
    历届试题 剪格子
    leetcode 337. House Robber III
    猿辅导 2019年 校招提前批笔试
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13619023.html
Copyright © 2011-2022 走看看