abap:batch_input_call_transaction
Differences
This shows you the differences between two versions of the page.
| abap:batch_input_call_transaction [2013/05/15 17:52] – created ginko | abap:batch_input_call_transaction [2013/06/17 14:34] (current) – ginko | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Batch input / Call transaction ====== | ====== Batch input / Call transaction ====== | ||
| + | ===== Paramètres ===== | ||
| + | <code abap> | ||
| + | | ||
| + | | ||
| + | |||
| + | CONSTANTS : c_mode_display(1) TYPE c VALUE ' | ||
| + | c_mode_error(1) TYPE c VALUE ' | ||
| + | c_mode_not_display(1) TYPE c VALUE ' | ||
| + | c_update_asyn(1) TYPE c VALUE ' | ||
| + | c_update_sync(1) TYPE c VALUE ' | ||
| + | c_update_local(1) TYPE c VALUE ' | ||
| + | |||
| + | w_transaction = ' | ||
| + | w_mode = c_mode_not_display. | ||
| + | w_update = c_update_sync. | ||
| + | |||
| + | CALL TRANSACTION w_transaction USING bdc_tab MODE w_mode UPDATE | ||
| + | c_update_sync MESSAGES INTO messtab.</ | ||
| ===== Sélection de ligne dans un ALV ===== | ===== Sélection de ligne dans un ALV ===== | ||
| La sélection de ligne dans un ALV se traduit par le code suivant (exemple) : | La sélection de ligne dans un ALV se traduit par le code suivant (exemple) : | ||
abap/batch_input_call_transaction.1368633161.txt.gz · Last modified: 2013/05/15 17:52 by ginko
