Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

batch update

Former Member
0 Likes
642

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..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
600

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

4 REPLIES 4
Read only

Former Member
0 Likes
601

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

Read only

Former Member
0 Likes
600

Hi

BAPI_OBJCL_GETDETAIL

BAPI_OBJCL_GETSTATUS

BAPI_OBJCL_CHANGE

Regards

Divya

Read only

GauthamV
Active Contributor
0 Likes
600

hi,

WELCOME TO SDN.

check these fm.

RPT_GET_ALL_CHARACTERISTICS.

MS_GET_CHARACTERISTICS

CHARACTERISTIC_VALUE_GET.

Read only

Former Member
0 Likes
600

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.