I am using JCo3. While working with BAPI, i get tables that are part of it. While reading metadata of these tables, i will be interested to know which field is the primary key field for the table.
This is important for me while writing persistence related code in java.
Edited:
In fact, I am interested in all BAPIs. For example: BAPI_PO_CREATE1, BAPI_GOODSMVT_CANCEL, etc
Idea is to make this part of the base classes so that the key is identified automatically. I also would like to understand the exceptions, if any.