cancel
Showing results for 
Search instead for 
Did you mean: 

Et_changed_key contain too many Keys

Former Member
0 Kudos

Hello friends,

I am try to create a child node record through Sap NetWeaver Gateway Client,

While Creating try to get the DB key through get changes() method

In that it fetch too many key values....

Code:

In this et_changed_key contain the all the record DB Key instead of created key

What will the problem?

Regards,

Sham

Accepted Solutions (0)

Answers (1)

Answers (1)

AshwinDutt
Active Contributor
0 Kudos

Hello Sham,

Which code is this ? its written in which method of your DPC_EXT class ?

Regards,

Ashwin

Former Member
0 Kudos

Hello Ashwin,

Its written in Create method of DPC_EXT class....

While creating framework will create a guid.........

For getting the guid i wrote this code

Regards,

Sham

AshwinDutt
Active Contributor
0 Kudos

Then in that case this is not GW issue. You need to check your back-end code why is returning that way.

Former Member
0 Kudos

I am getting the proper key for the first sub node Create method..

But if I am trying to create the sub node record from another sub node

then I am getting all record DB key in the et_changed_key...