1含有事務碼1.1不注入引數,直接呼叫
call
transaction
'suim
'and
skip
first
screen.
1.2注入引數,
setparameter
id: '
螢幕字段
'field
填充的字段值,
'螢幕字段
'field
填充的字段值.
call
transaction
'demo_transaction'.
2使用程式
目標程式中需要有匯出
free
memory
idg_memory.
"將結果匯出到主呼叫程式
export gt_mard from gt_mard to
memory
idg_memory.
源程式中要將資料匯入(兩邊結構要完全一致)
submit 目標程式名 with 選擇螢幕字段(單值) =填充字段值
with 選擇螢幕字段(單值) =填充字段值
"傳遞selection型別的引數到被呼叫程式中
with selection-table
(範圍值或內錶) gt_tabsel(內錶或範圍值)
andreturn.
"從被呼叫程式中匯入結果
import gt_mard to gt_mard from
memory
idg_memory.
free
memory
idg_memory.
最後為不影響源程式,在源程式選擇螢幕中加一段,當p_call =『x』,匯出資料
parameters:p_call type c no-display.
android 呼叫其他程式
第一種 packagemanager pm this.getpackagemanager private void getintent packagemanager packagemanager,string path catch namenotfoundexception e 第二種 知道其他程式...
python呼叫其他程式 python呼叫其他程式
在python中可以方便地使用os模組執行其他的指令碼或者程式,這樣就可以在指令碼中直接使用其他指令碼,或者程式提供的功能,而不必再次編寫實現該功能的 為了更好地控制執行的程序,可以使用win32process模組中的函式。如果想進一步控制程序,則可以使用ctype模組,直接呼叫kernel32.d...
VC呼叫其他程式以及用其他程式開啟相應檔案
深入淺出shellexecute 譯者 徐景周 原作 nishant s q 如何開啟乙個應用程式?shellexecute this m hwnd,open calc.exe sw show 或 shellexecute this m hwnd,open notepad.exe c sw show...