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

Comparing 2 batch Characterstics

Former Member
0 Likes
514

Hi All,

Is there any FM exists to compare two batches.

Requirement is i need to compare chemical composition of both the batches.

For example for a particular batch (T-code MSC3n)

Batch A composition:

Ni%

Cr%

Mo%

Fe%

Batch B composition:

Ni%

Cr%

Mo%

Fe%

If 2 compositions are not equal then i should not merge both.

Regards,

Venkat.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
427

Hello

AFAIK - not exist. Try this:

1. Call function 'BAPI_OBJCL_GETDETAIL' for first batch.

2. Move data into internal table 1.

3. Call function 'BAPI_OBJCL_GETDETAIL' for second batch.

4. Move data into internal table 2.

5. Compare internal tables 1 and 2.

1 REPLY 1
Read only

Former Member
0 Likes
428

Hello

AFAIK - not exist. Try this:

1. Call function 'BAPI_OBJCL_GETDETAIL' for first batch.

2. Move data into internal table 1.

3. Call function 'BAPI_OBJCL_GETDETAIL' for second batch.

4. Move data into internal table 2.

5. Compare internal tables 1 and 2.