2009 Jul 09 6:05 AM
i want a function module for getting old and new values for contract validity date and contract value by passing purchasing document number (ekko-ebeln).
Like i have used the following function module for getting only contract values.:
CALL FUNCTION 'MEDCMM_READ_REVISIONS'
EXPORTING
im_edokn = V_EBELN
im_bstyp = 'K'
IM_EDOKP =
TABLES
t_erev = git_erev
EXCEPTIONS
NOT_FOUND = 1
OTHERS = 2.
2009 Jul 09 6:49 AM
2009 Jul 09 6:49 AM
2009 Jul 09 6:51 AM
Use CDHDR table and give the date and objectclas. Then take the objectid fro the table and go to CDPOS and use the objectid from CDHDR table and use as input.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |