Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
rosenberg_eitan
Active Contributor
0 Kudos

Hi,

Recently I was involve in complex development environment that was not working so well.....

The overhead of this adventure was the need to verify that the code was transported successfully form the development environment to multiple target systems .

Usually for small scale changes the split screen editor is sufficient but when we are talking about multiple programs, functions, class, and interfaces the job become tedious and error prone.

Fortunately I found some documents about functions RS_CMP_COMPUTE_DELTA and RPY_PROGRAM_READ and using those I wrote program Z_R_EITAN_TEST_15_02 .

The program was written using 740 and use a little bit of "String Templates" (those funny looking {})

The program is quite new (there might be some bugs there...) but gain some experience in the field....

Lets check a a program:

The result:

List of include:

If there is a discrepancy we get:

It was a nice surprise to find out that class work as well !!!!

The hot spot takes us to SE24 :smile:

Any comment is welcome.

Enjoy.

5 Comments