cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_OBJCL_GETDETAIL in APO system

former_member221367
Participant
0 Likes
357

I need to fetch characteristic value of product in APO system .

class type 023 from ECC converted here 230 with the same name

what table I should pass here in APO system

I am passing /SAPAPO/MATKEY but it giving return as object does not exist

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member244427
Active Contributor
0 Likes

Hello,

You need to pass /SAPAPO/MATNR

The object key (ObjectKey) must be transferred in internal format, before conversion exits. For example, a material number must be transferred with leading zeros.

For 230 class i think the table should be /SAPAPO/VERSKEY. You can check it from the customization

SPRO--> Cross-Application Components --> Classification System--> Classes--> Maintain Object Types and Class Types

Also Read below notes for details.

1083983 - BAPI_OBJCL_GETDETAIL: Instructions

1083986 - BAPIs for classification - Overview

Regards,

Abhishek