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

MB01 Batch Charecteristics

Former Member
0 Likes
975

Hi all,

When doing a GR I enter charecteristics for the Batch.

I have checked the structures available in the enhancement " EXIT_SAPMM07M_001" but could not find the data filled.

Any suggestions on how to get the charecteristics values I filled before I hit Save?

Appreciate any response.

Thanks..

Hi all,

When doing a GR I enter charecteristics for the Batch.

I have checked the structures available in the enhancement " EXIT_SAPMM07M_001" but could not find the data filled.

Any suggestions on how to get the charecteristics values I filled before I hit Save?

Appreciate any response.

Thanks..

5 REPLIES 5
Read only

Former Member
0 Likes
903

based on the material and batch u have to read the characterstics of the MATNR in that User Exit .

there is a one FM which can give list of these values.

search in SE 37 like this VCHAR.

Regards

Peram

Read only

0 Likes
903

Prabhu,

Thanks for your reply.

I found one FM "VB_CHARGE_WRITE_DOCUMENT" (we're on 4.0B ) but a little at loss on how to fill the data.

Can you help?

Thanks

Read only

0 Likes
903

Hello,

I am Ashok Chelikani. I am facing problem while coping Batch Characteristics of Material '001' to '023' in Transaction code 'MB01'. Kindly guide me with the procedure to follow.

In detail:

Material             301155

Class Type        001

Class                Z_RMBCH1

Characteristic:

Packaging              BIG BAG12

Physical form         Liquid

DImensions/color    Y

TRIAL                    Trial2

TCE code              RP1708

DIRECT / INDIRECT          INDIRECT

CENTRAL-LOCAL             LOCAL

Vendor for                         RM

Manufacturing Locatioin for RM

This General Characteristic need to be copied to

Material             301155

Class Type        023

Class                Z_RMBCH1

Batch                xxxxxxxxxx

While GR is created (MB01). Kindly help me with the solution.

Read only

0 Likes
903

Hello Prabhu Peram,

I am Ashok Chelikani. I am facing problem while coping Batch Characteristics of Material '001' to '023' in Transaction code 'MB01'. Kindly guide me with the procedure to follow.

Regards,

Ashok.

Read only

Former Member
0 Likes
903

Hi,

You can use the BADI MB_DOCUMENT_BADI for this purpose.Also there are lot of exits related to this Tcode.

MB_CF001 Customer Function Exit in the Case of Updating a Mat. Doc.

MBCF0011 Read from RESB and RKPF for print list in MB26

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1

MBCF0009 Filling the storage location field

MBCF0007 Customer function exit: Updating a reservation

MBCF0006 Customer function for WBS element

MBCF0005 Material document item for goods receipt/issue slip

MBCF0002 Customer function exit: Segment text in material doc. item

other BADI's for this:

MB_RESERVATION_SCR

MB_CHECK_LINE_BADI

MB_CIN_LMBMBU04

MB_CIN_MM07MFB7

MB_CIN_MM07MFB7_QTY

MB_DOCUMENT_BADI

MB_DOCUMENT_BADI_SAP

MB_DOCUMENT_UPDATE

MB_DOC_BADI_INTERNAL

MB_ME_CSGMT_BADI_SAP

MB_MIGO_BADI

MB_MIGO_ITEM_BADI

MB_PHYSINV_INTERNAL

MB_QUAN_CHECK_BADI

MB_RESERVATION_BADI

<b>Reward points</b>

Regards