简体   繁体   English

SAP ABAP Select 查询

[英]SAP ABAP Select Query

I am working through an SAP textbook to learn more about the systems and how to interact with them for work.我正在阅读一本 SAP 教科书,以了解有关系统以及如何与它们进行交互以进行工作的更多信息。 I am very new to SAP and I don't really understand this question.我对 SAP 很陌生,我不太了解这个问题。 Could someone please explain and help me understand what is going on here?有人可以解释并帮助我理解这里发生了什么吗?

ABAP 编程题

Some rows in valueTable have corresponding rows in textTable with language EN , for example ID 1 , while others have not, for example ID 2 . textTable中的某些行在valueTable中具有语言EN的对应行,例如 ID 1 ,而其他行则没有,例如 ID 2

You are asked to write a SELECT statement that joins the two tables such that only the values with English text are selected, ie this should be the result:您被要求编写一个SELECT语句来连接两个表,以便只选择带有英文文本的值,即这应该是结果:

id | value1 | value2 | text
---| ------ | ------ | ------
 1 |    A   |   11   | Foobar
 3 |    C   |   13   | bar

The question can be answered with basic understanding of SQL, esp.这个问题可以通过对 SQL 的基本了解来回答,尤其是。 JOINs, and does not require specific ABAP know how. JOIN,并且不需要特定的 ABAP 知识。

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

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