Application Development 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: 

Function Module fto get Batch characteristics for a given material number

Former Member
0 Kudos

Hi all,

Which Function Module is used to get batch characteristics for a given material number ?

Points will be rewarded soon .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

USE TABLES: AUSP AND INOB

5 REPLIES 5

Former Member
0 Kudos

USE TABLES: AUSP AND INOB

Former Member

0 Kudos

This is the function module which can be used for getting the batch characteristics

VB_BATCH_GET_DETAIL.

For using this function module you will have to pass following values.

MATNR Material no.

CHARG Batch No.

WERKS Plant

GET_CLASSIFICATION X in this field.

>

> This is the function module which can be used for getting the batch characteristics

>

> VB_BATCH_GET_DETAIL.

>

> For using this function module you will have to pass following values.

>

> MATNR Material no.

> CHARG Batch No.

> WERKS Plant

> GET_CLASSIFICATION X in this field.

this work like a charm

Former Member
0 Kudos

Dear Shoeb

You can use Functional Module 'BAPI_MATERIAL_GETBATCHES'