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.



Wednesday, August 2, 2017

FM to add object to Transport

FM to add object to Transport from ABAP program

FM:   TR_APPEND_TO_COMM_OBJS_KEYS


Monday, July 17, 2017

Project tools



Nice tool for drawing Business Diagrams
https://www.draw.io/


Tool to call web services and flows
https://nodered.org/

Tuesday, May 23, 2017

ODATA UMC BADI



ODATA Badi :

CRM_IU_UMC_ODATA    (CRM)

ISU_UMC_ODATA
IF_ISU_UMC_ODATA_IMPL

Thursday, March 2, 2017

Hide your code from other developers


SAPLS38E
FM - LOCK_SOURCE
FM - EDITOR_USER_EXIT  - In this there is a custom user exit ZXSEUU08

In ZXSEUU08, you can put your conditions and RAISE CANCELLED exception which will then return 'Program cancelled' message to other developers who wants to access your part of code (FM, Subroutine etc..)