Application Development 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: 

BCALV_EDIT_04 debug problem

Former Member
0 Kudos

Hello All,

Im making an editable report and i want to be able to add rows and delete rows from ALV.

I used BCALV_EDIT_04 example and made necessary changes for this alv but the thing is ;

after i display my ALV,when i push the button to create a new line, it is creating an empty line. I want some of the fields filled automatically from the parameters at my selection screen but i couldn't find how to do it.

The debug doesnt start when i push "create row" or "delete row" button on alv screen so i cant be sure how to do it.

Anyone has ideas?

3 REPLIES 3

Clemenss
Active Contributor
0 Kudos

Hi aydnbk,

most or many ALV code is marked as system. That means, after /h you have to switch on SYSTEM debugging. This will lead you through a lot more code...

Regards

Clemens

Former Member
0 Kudos

i activated system debugging and tried it both in classic and new debugger but it didnt work.

thanks.

Clemenss
Active Contributor
0 Kudos

Hi aydnbk,

OK now I remember: The buttons only work at the front end in the GUI control, they are not connected to any event processed on the server. I'm not sure if there is any way to catch this on server side, I remember we finally deactivated those buttons and created our own ones connected to custom event handlers.

Took quite some time but it worked even before our boss told us that he would not want this grid anyway

Regards

Clemens