Monday, October 30, 2017

Tuesday, October 17, 2017

Add entries to empty table via Debugging

Set Breakpoint in FM:- RS_TABLE_LIST_CREATE , line 274 .
Goto se16N- Enter the name of custom table . Set in Debug mode, Hit ‘Create entries:-

Now in debug mode the above FM will be called. Set dd021-mainflag = ‘X’ in debug mode.
Note:-dd02l-mainflag is called twice, thus you may have to set the value twice.