‎2008 Aug 19 7:48 AM
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.
‎2008 Aug 19 7:56 AM
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.
‎2008 Aug 19 7:56 AM
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.