‎2008 Jul 28 8:51 AM
Hi all,
What is the FM to update batch characteristics in msc2n.
I want FM to get the existing characteristics.
Is there any FM to get the status whether the batch characteristics is created or not?
Thanks..
‎2008 Jul 28 8:52 AM
Hi,
BAPI_OBJCL_CHANGE -> to update batch characteristics
BAPI_OBJCL_GETDETAIL -> to get the existing characteristics
BAPI_OBJCL_GETSTATUS -> If status is 5 then batch is existing or not.
Regards,
Sowmya
‎2008 Jul 28 8:52 AM
Hi,
BAPI_OBJCL_CHANGE -> to update batch characteristics
BAPI_OBJCL_GETDETAIL -> to get the existing characteristics
BAPI_OBJCL_GETSTATUS -> If status is 5 then batch is existing or not.
Regards,
Sowmya
‎2008 Jul 28 8:54 AM
Hi
BAPI_OBJCL_GETDETAIL
BAPI_OBJCL_GETSTATUS
BAPI_OBJCL_CHANGE
Regards
Divya
‎2008 Jul 28 8:55 AM
hi,
WELCOME TO SDN.
check these fm.
RPT_GET_ALL_CHARACTERISTICS.
MS_GET_CHARACTERISTICS
CHARACTERISTIC_VALUE_GET.
‎2008 Aug 08 7:48 AM
Hi Ramya,
My requirement also seems to be same, i am updating the characteristics values for T-code MSC2n.
Did you get any solution for Updating? i am using BAPI_OBJCL_CHANGE, but the changes are not getting reflected in the MSC2n.
Please share if you find any solution.
FYI. To retrive characteristics values use FM VB_BATCH_VALUES_FOR_OUTPUT.
Thanks
Venkat.