2007 May 31 1:40 PM
i want to updte VBAP-ARKTX field through local variable lv_arktx plz give me syntax for that.
regards,
venkat
i want to updte VBAP-ARKTX field through local variable lv_arktx plz give me syntax for that.
regards,
venkat
2007 May 31 1:44 PM
You cannot directly update standard table , use the bapi
bapi_salesorder_change
2007 May 31 1:45 PM
UPDATE vbap
SET ARKTX = lv_arktx
WHERE [.....] .
replace [.....] with a logical condition
regards
Jean-Michel
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |