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

Function module to get bag weight

Former Member
0 Likes
471

Can some one please tell me what is the function module to ge the bag/ material weight when the material number and the batch are given.

My requirement states that the weight should be retrieved from the batch characteristics. ( char position sg_bag_weight _net) . If there is any onther way around , please let me know

Thankyou

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
399

You have to use the BAPI "BAPI_CHARACT_GETDETAIL" to read the characteristic values and get the weight, you will need to pass the characteristic name to this BAPI

1 REPLY 1
Read only

Former Member
0 Likes
400

You have to use the BAPI "BAPI_CHARACT_GETDETAIL" to read the characteristic values and get the weight, you will need to pass the characteristic name to this BAPI