Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

Make an Insert button on the layout and inside the click event of the form, please write the following code:

var instmgr = data.Bodypage.[TableName].DATA.instanceManager;     
var inst = instmgr.addInstance(1);
var toind = data.Bodypage.[TableName].DATA.index + 1; (Add the rows row 2nd postion)
var frmind = inst.index;

instmgr.moveInstance(frmind, toind);

There you can do this.

Rgds,

Nitin.

Labels in this area