Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

recognising info type changes and using them in ABAP report

$
0
0

Guys,

 

I have a small requirement, where I have to log changes in infotype, and use these changes in ABAP report for some calculation purpose.

I did look into few posts and did a bit of research but I cannot find how to use these actions in ABAP report.

below is the simple example to explains my requirement using Info type 2010.

 

Infotype 2010: Scenario 1: Create action

 

 

Bonus
Start dateend date
Amount
Bon1201301012013010110
Bon2201301012013010110
Bon3201301022013010210

 

 

Expected Output in ABAP report:

IT2010, three records "Created" with start date end date.

 

 

Scenario 2: Delete

Bonus
Start dateend date
Amount
Bon1201301012013010110
Bon320130102201301025

 

Expected output in ABAP report

 

IT2010, Bon2 record with start date 20130101 and end date 20130101 is "Deleted"

and Bon3 record with start date 20130102 and end date 20130102   is " Updated"

 

 

thanks for looking into this.

 

~Sudeep


Viewing all articles
Browse latest Browse all 8332

Trending Articles