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

Released RAP BO/CDS views/class for reading and updating material class/characteristics

rammel_sapdev
Participant
0 Likes
646

Hi,

We are searching for any released RAP BO/CDS views/class for reading and updating material class/characteristics. Basically anything that reads and updates the following standard tables in SAP: AUSP/CABN/KLAH/KSML.

Currently, we are using this BAPIs in our old ECC system.

BAPI_OBJCL_CHANGE
BAPI_OBJCL_CHANGE_KEY
BAPI_OBJCL_CREATE
BAPI_OBJCL_GET_KEY_OF_OBJECT
BAPI_OBJCL_GETCLASSES_KEY
BAPI_OBJCL_GETDETAIL_KEY

We are aware that there may be web APIs for this purpose (e.g., API_CLFN_CHARACTERISTIC, API_CLFN_CLASS) but we are wondering if there is any released objects from SAP to achieve clean core approach (i.e, Tier 1).

Accepted Solutions (1)

Accepted Solutions (1)

MioYasutake
SAP Champion
SAP Champion
0 Likes

@rammel_sapdev 

The BAPIs you are using are listed as Classic APIs in the Cloudification Repository Viewer.

https://sap.github.io/abap-atc-cr-cv-s4hc/?version=objectClassifications.json&q=BAPI_OBJCL_

The files objectClassifications.json or objectClassifications.csv contains the classic APIs to be consumed in your tier 2 implementations of the 3-tier extensibility model.

That means you can safely use them in Tier 2 wrapper objects.

 

 

rammel_sapdev
Participant
0 Likes
Thank you!

Answers (0)