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

Query for BAPI_OBJCL_CREATE

Former Member
0 Likes
430

Hi guys,

Can anyone help me how will i find concatenated object key i.e. OBJECTKEYNEW value for BAPI_OBJCL_CREATE.

this is a mandatory parameter so i need some value for input.

my other parameter are:

OBJECT TBL - EQUI

CLASS NUMBER- APPLICATION_ID

CLASS TYPE - 002

i need to find object key for this...

points will b rewarded.

2 REPLIES 2
Read only

Former Member
0 Likes
366

Hi,

Try the below bapi.

BAPI_OBJCL_GET_OBJECT_OF_KEY - Classification BAPI: Object for Key

the importing parameter objectname should be passed to your BAPI.

Regards,

Boobalan S

Read only

former_member404244
Active Contributor
0 Likes
366

hI,

Use the FM 'BAPI_OBJCL_CONCATENATEKEY'. to get the key..

Regards,

Nagaraj