关于abap:如何创建ABAP的text-table

13次阅读

共计 863 个字符,预计需要花费 3 分钟才能阅读完成。

(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 的原创文章,请关注公众号 ” 汪子熙 ”:

正文完
 0