06 July 2014

This program show at run time the progress status.

You can use include ZSAPGUI_PROGRESS in all program, to do thisYou must PERFORM display_indicator with.

parameters: current_number_progress, max_number_of_process, your progress text.Increase current_number_progress by + 1.
You can run PERFORM display_indicator All X% percent of the process(max_number_of_process = Total process records).


03 July 2014

Application Log

How to create application log?

This example allow you to show log with Pop-Up log, but you can also skip the Pop-Up, and see the log in SLG1/SLG2.



02 July 2014

Provide

Provide command allows you to perform search overlap between to table
with different date.
Data:
Tab01.
date_from      date_to
01.01.2011     10.01.2011
01.02.2011     10.02.2011
01.03.2011     31.12.9999

Tab02.
05.01.2011     15.01.2011
25.01.2011     31.01.2011
05.02.2011     31.12.9999


18 June 2014

User Information System

Show User Information System with history

Use transaction SUIM --> Open User tree --> choose With Unsuccessful Logons


You can also get data from table USR02. 

02 June 2014

Overlapping date

This function allows you to check between date if there is overlapping in a list of date.


01 June 2014

01 April 2014