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

Function Module to get date from Status

Former Member
0 Likes
877

Is there a function module where we can give a status and get the status of when the status is attained.

For example,if an order is released (status REL), is there a FM by which we can get the date/time when it was updated to the sttus REL?

I know the object number (OBJNR), order number (AUFNR) in addition to status if needed as input parametrs.

Please let me know.

Thanks,

~V

2 REPLIES 2
Read only

Former Member
0 Likes
592

Why dont you write a function module to do this, data are stored in CDHDR and CDPOS table

Read only

Former Member
0 Likes
592

Hi,

there is a FM STATUS_READ u can get the status and status text can be retrieve from

SELECT txt04 txt30 FROM tj30t INTO TABLE git_smtxt WHERE spras = gc_spras AND stsma = lc_stsma.