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: 

Preservation Traceability in SAP.

Former Member
0 Kudos
259

Hi all,

Could any one suggest me the solution in the below details.

The issue we are facing is in my client, as a whole, is using External batch management. We need to activate internal batch generation for ONLY materials subject to the SLED functionality.

(1. Whenever SLED functionality - Internal Batch Management means : SYSTEM GENERATED .

2.Remanining Whole -> External Batch Management means : Manually. )

There is a user exit that will supposedly handle this

SAP has enhancement SAPLV01Z and function module exit EXIT_SAPLV01Z_001 which will supposedly allow you to modify which number range object is used".

Here SAP Provided particular example:

Example 4

Material-number-dependent batch number assignment

In material-number-dependent batch number assignment, materials that are handled in batches must be maintained in the table BNMAT, which specifies the assignment of the material to the number range.

If there is no assignment in the table, the system aborts batch number assignment. An error message appears informing you that batch number assignment is not possible and specifying the table that has to be maintained.

Each material number is assigned a number range object, a sub-object, and a number range in the table BNMAT. This is how each material receives its own batch number range.

The number range object BATCH_MAT is an example of this. The material numbers are divided into groups via their material type that match the sub-object. Each material number is then assigned its own number range by table BATCH_MAT. The number ranges used must be maintained in the number range object.

Thanks,

Kumar.

2 REPLIES 2

brad_bohn
Active Contributor
0 Kudos
94

This is not a consulting forum or a training forum. Why don't you try implementing the user exit, post your code, and ask others to identify any issues if it doesn't work? Stating your requirement and posting an exit name is not the way to ask a question. It sounds like you are a consultant in need of a consultant.

Former Member
0 Kudos
94

Hi Brad,

To understand the issue clearly , i mentioned full details also i mentioned bold letters about my query.

i,e. External batch management. We need to activate internal batch generation for ONLY materials subject to the SLED functionality.

(1. Whenever SLED functionality - Internal Batch Management means : SYSTEM GENERATED .

2.Remanining Whole -> External Batch Management means : Manually. )

Suggest me the process how to approach further.

Please suggest me if you know, or other members will help.

Thanks,

Kumar.