2024 Jan 10 6:32 PM
Whats the field name of 'post gr' in report ws_monitor_inb_del_gdrc ? how to automate posting of gr through abap?
2024 Jan 11 4:13 AM
This is an ALV report, so check its field catalog with Consistency Check
What did you already try, from BAPI_GOODSMVT_CREATE to SUBMIT WS_MONITOR_INB_DEL_GDR with some parameters?
2024 Jan 11 7:39 AM
2024 Jan 11 9:58 AM
maria_21, by 'field name' do you mean 'Function code' (SJOB)
2024 Jan 12 5:24 PM
By field name I mean, the click named 'post goods receipt' that appears on the next screen after executing vl06ig.
2024 Jan 15 9:10 AM
The 'function code' associated to this 'function' is 'SJOB' (execute in background, SAP just changed its text)
2024 Jan 11 7:41 AM
2024 Jan 11 9:49 AM
In some case use VL32, as VL32N is not always able to execute in BDC mode (some controls such as additional Quantities can not be handled - 491875 - Maintenance of Delivery Transactions VL01, VL02, VL31, VL32)
Basically the report WS_MONITOR_INB_DEL_GDRC was created for this reason, function code for 'Code Receipt in Backround' SJOB.
2024 Jan 11 9:54 AM