cancel
Showing results for 
Search instead for 
Did you mean: 

Document expiry date

Former Member
0 Kudos

Hello experts,

When I save the new expiry date of the document using CV03N. I would like to know which table the value is saved in.

Right now I fetch the values from a functional module BAPI_DOCUMENT_GETLIST2 but I would like to fetch it directly from the table.

Thanks in advance,

Shubhendu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Valid to date is adjusted  automatically.

When you release the first version the valid from (date of releasing , ex. 25/04/2013) and valid to (31/12/9999) is set.

The function module CV115_DOCUMENT_VALID_DATES is used for this updation , structure DATES is used for this.

So when you release version 2 of the document which is valid from 01/05/2013 automatically version gets the valid dates as Valid from (25/04/2013) and Valid to (30/04/2013).

You can fetch only the validity dates from the above mentioned FM.


simran

Former Member
0 Kudos

Hello Simran,

Thanks !!

That helps .

Regards,

Shubhendu

Answers (0)