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 fto get Batch characteristics for a given material number

Former Member
0 Likes
20,754

Hi all,

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

Points will be rewarded soon .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
7,784

USE TABLES: AUSP AND INOB

5 REPLIES 5
Read only

Former Member
0 Likes
7,785

USE TABLES: AUSP AND INOB

Read only

Former Member
Read only

0 Likes
7,784

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.

Read only

7,784

>

> 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

Read only

Former Member
0 Likes
7,784

Dear Shoeb

You can use Functional Module 'BAPI_MATERIAL_GETBATCHES'