每日一函式(2007/12/09)
函式:MD_STOCK_REQUIREMENTS_LIST_API
說明:MRP庫存需求清單函式[@more@]
例子:
call function 'MD_STOCK_REQUIREMENTS_LIST_API'
exporting
* plscn =
matnr = it_marc-matnr
werks = p_werks
* berid =
* ergbz =
* afibz =
* inper =
* display_list_mdpsx = 'x'
* display_list_mdezx = 'x'
* display_list_mdsux = 'x'
* nobuf =
* plauf =
* importing
* e_mt61d =
* e_mdkp =
* e_cm61m =
* e_mdsta =
* e_ergbz =
tables
* mdpsx =
mdezx = mdezx
* mdsux =
exceptions
material_plant_not_found = 1
plant_not_found = 2
others = 3
.
說明:MRP庫存需求清單函式[@more@]
例子:
call function 'MD_STOCK_REQUIREMENTS_LIST_API'
exporting
* plscn =
matnr = it_marc-matnr
werks = p_werks
* berid =
* ergbz =
* afibz =
* inper =
* display_list_mdpsx = 'x'
* display_list_mdezx = 'x'
* display_list_mdsux = 'x'
* nobuf =
* plauf =
* importing
* e_mt61d =
* e_mdkp =
* e_cm61m =
* e_mdsta =
* e_ergbz =
tables
* mdpsx =
mdezx = mdezx
* mdsux =
exceptions
material_plant_not_found = 1
plant_not_found = 2
others = 3
.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9437124/viewspace-989875/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 每日一函式(2007/12/12)函式
- 每日一函式(2007/12/07)函式
- 每日一函式(2007/12/05)函式
- 每日一函式(2007/12/08)函式
- 每日一函式(2007/12/10)函式
- 每日一函式(2007/12/11)函式
- 每日一函式講解(2007-08-12)函式
- 每日一函式(2007/11/06)函式
- 每日一函式(2007/10/24)函式
- 每日一函式(2007/10/13)函式
- 【每日函式】每日函式(2021.08.09)函式
- 每日一函式(2009/04/28)函式
- 每日一函式(2009/05/03)函式
- Python函式每日一講12 - len()Python函式
- 每日一函式講解(2007-08-15)函式
- 每日一函式講解(2007-08-13)函式
- 每日一函式講解(2007-08-14)函式
- 每日一函式講解(2007-08-16)函式
- PHP 每日一函式 — 字串函式 crypt ()PHP函式字串
- PHP 每日一函式 — 字串函式 chr ()PHP函式字串
- PHP 每日一函式 — 字串函式 addcslashes ()PHP函式字串
- PHP 每日一函式 — 字串函式 addslashes ()PHP函式字串
- python函式每日一講 - int()函式Python函式
- python函式每日一講 - int()函式Python函式
- python函式每日一講 - eval函式Python函式
- python函式每日一講 - id函式Python函式
- python函式每日一講 - dir()函式Python函式
- PHP 每日一函式 — 字串函式 count_chars ()PHP函式字串
- PHP 每日一函式 — 字串函式 crc32 ()PHP函式字串
- PHP 每日一函式 — 字串函式 chunk_split ()PHP函式字串
- python函式每日一講 - enumerate函式Python函式
- 【每日函式】每日函式(2021.08.05)函式
- PHP 每日一函式 — 字串函式 bin2hex ()PHP函式字串
- python函式每日一講 - exec執行函式Python函式
- 【每日函式】每日函式(2021.08.06)函式
- 【每日函式】每日函式(2021.08.08)函式
- 【每日函式】每日函式(2021.08.10)函式
- 【每日函式】每日函式(2021.08.14)函式