Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

a field

Former Member
0 Likes
530

Hello friends,

does the have table EBAN a field which can be used

in order to mark or to set a flag

to say it has been updated or proccessed

regards

sas

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
513

Hi there..

you can check the field ERDAT if that date is today then its processed or changed today..

4 REPLIES 4
Read only

Former Member
0 Likes
513

please ask ur question clearly

Read only

Former Member
0 Likes
513

i will treat some purchase req. within eban therefore I need to know

which have been updated and which not. .

Read only

former_member156446
Active Contributor
0 Likes
514

Hi there..

you can check the field ERDAT if that date is today then its processed or changed today..

Read only

0 Likes
513

>

> Hi there..

> you can check the field ERDAT if that date is today then its processed or changed today..

problem is, this field is for creation and change as well. So if it shows date of today, it can be that the purchase requisition was created today or it was changed today (and was created whenever...)

Another possibility is to check the CDHDR and CDPOS tables if there is any entry for the specific purchase requirement. From these entries you can also tell which fields were changed and what were the old values.