問題タブ [sap-erp]
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.
include - これはどのような機能強化 (FORM USEREXIT_*) であり、そのような機能強化をどのように実装するのですか?
インクルード RV60AFZZ とフォーム USEREXIT_NUMBER_RANGE があります。
あるシステムでは、このフォームには追加が含まれています
...そして別のシステムでは、フォームには *{ INSERT と *} INSERT のない 2 つのコメント行のみが含まれます。
他のシステムにそのような拡張機能を実装する方法を知りたい、またはもっと初心者に: 顧客の名前空間にないインクルードにコードを書く方法は?
abap - Database-table default value for a column in SAP R/3
In the context of my SAP Application I added a column to an existing table and would like to define a default value for it, so that old code working with the table (code that is inserting lines especially) doesn't have to care about the new column - rather I want it to be filled with a predefined default value automatically (only if no value is specified of course).
The DB-system that lies behind is an Oracle-DB, though I have only access to it through the SAP-GUI and the ABAP-SQL.
As our company expert for SAP did not know if this is possible I thought maybe someone here would. So - is this possible and if it is - how?
Edit - Requested Scenario details: The scenario is actually very simple: We have a users-table for our application containing the standard user stuff (name, some setting, Ids, division, a bunch of flags and so on), and I added a column to store a simple setting (the design the user has chosen for his webinterface). It contains simply a name (char 40). That's the column I talked about above and I want the default value for it to be let's say "Default Design".
abap - 画面フィールドの値を FB60 選択画面に送信します
トランザクション 'FB60' の BASIC DATA タブの下にすべてのフィールドを含む画面を作成しました。モジュールプールプログラムを使用して、2つのボタンを作成しました
- 移行
- 出口
ここで私の質問は次のとおりです。TRANSFER をクリックすると、画面に入力されたデータが transaction の BASIC DATA タブの対応するフィールドに転送されますFB60
。そのようにすることは可能ですか?はいの場合、私に方法を提案してください....
abap - テーブル KNA1 と KNB1 で重複アドレスをチェックする方法は?
アドレス テーブルに重複したレコードがあるかどうかを確認する必要があります。
顧客は次のテーブルに格納されます。
KNA1
アドレス付きマスターデータ、グローバルビュー
KNB1
会社コードのマスタデータ
KNB1-ALTKN
前の番号をフィールドに入力していました。
KUNNR
ここでのアイデアは、この番号を持つすべての重複レコードを見つけることですが、重複レコードが異なる場合にのみ存在します。同じ顧客が複数の会社コード ( BUKRS
) に存在する可能性があるため、同じALTKN
.
したがって、ここでの条件は次のとおりです。KUNNR
同じALTKN
手段で重複したレコードとは異なります。
誰かが私にこれを手伝ってもらえますか?