2013 Apr 05 8:18 AM
Dear All,
Request you to let me know the corresponding field in BAPI_MATERIAL_SAVEDATA for Version indicator (MARC-VERKZ).
Thanks & Regards
Akshay
Dear All,
Request you to let me know the corresponding field in BAPI_MATERIAL_SAVEDATA for Version indicator (MARC-VERKZ).
Thanks & Regards
Akshay
2013 Apr 05 9:35 AM
Hello,
Please check plantdata which is of type BAPI_MARC in BAPI .
Thanks,
Abhijit
2013 Apr 05 9:43 AM
Hi Abhijit,
There is no such field in BAPI_MARC.
Thanks,
Akshay
2013 Apr 05 10:04 AM
Hi,
That field is not available in that sturcture. If you have to update that field, then use any unused field UID_IEA for example. Do an implicit enhancement in function module MAP2I_BAPI_MARC_TO_MARC_UEB and pass this to marc_ueb-verkz field and clear uid_iea field.
Before doing please check if there is any impact by passing the value through UID_IEA
Regards,
Swarna
2013 Apr 05 11:27 AM
Hello,
There is a field called PRODVERSCS in BAPI_MARC. Check if that fields do your job?
Thanks,
Abhijit
2013 Apr 05 9:40 AM
Hello ,
check ,BAPI_MARC- PRODVERSCS field 've to pass the verion data, then it will update automatically.
Regards,
Krishna
2013 Apr 06 5:46 AM
2013 Apr 06 6:54 AM
2024 Oct 23 11:06 AM
There is no field VERKZ in the parameter of BAPI_MATERIAL_SAVEREPLICA
I used this FM and it works (to update new production version)
CALL FUNCTION 'MKAL_SAVE_NEW'
EXPORTING
dismm = ls_marc-dismm
disst = ls_mara-disst
matnr = p_matnr_new
werks = ls_marc-werks
TABLES
wmkal = gt_mkal
xmkal = lt_mkal_new
EXCEPTIONS
mkal_delete_error = 1
mkal_insert_error = 2
OTHERS = 3.
But the checkbox MARC-VERKZ still not checked
And when I go to MM02, then set ENTRY with my keyboard, the checkbox is set
=> So batch input will be a solution
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |