問題タブ [dynpro]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
1218 参照

custom-controls - 入力フィールドのカスタム コントロールはありますか?

入力フィールド用のコントロール コンテナーはありますか? 2 つのセルを持つスプリッター コンテナーがあります。最初のセルにはツリー コントロールがあり、いくつかのノードをダブルクリックした後、このノードの 2 番目のセルに入力フィールドを表示したいと考えています。

0 投票する
1 に答える
4655 参照

radio-button - ABAP スクリーン ペインタでのラジオ ボタン グループの定義または展開

グラフィカル ABAP スクリーン ペインタでラジオ ボタン グループを定義するにはどうすればよいですか?

それらをペイントするのは簡単ですが、グループとして機能しません。

グループ化 -> 定義およびグループ化 -> 展開はグレー表示されます

0 投票する
1 に答える
435 参照

abap - 出力がエラーメッセージ -> 無効なエントリである理由

ユーザーが「!」を入力したとします。(引用符なし)選択画面でプログラムを実行しました。

エラーメッセージ -> 無効なエントリとして出力を取得していますか? 実際に何が起こったのか誰かが説明してくれると助かります。

0 投票する
2 に答える
2200 参照

abap - How to display an underline _ in a field text of a dynpro?

As the title says, I would like to display an underline character _ in a dynpro field text. Is it possible? I have tried every possible option in the field text attributes.

Underline!!!

PS: I know P_BUKRS is not the best name, it's just to show the issue.