Skip to Content
0
Mar 05, 2009 at 04:19 AM

opening date and closing date

98 Views

Hi,

O_DATE-SIGN = 'I'.

O_DATE-OPTION = 'BT'.

O_DATE-LOW = '19780218'.

O_DATE-HIGH = BUDAT-LOW - 1.

APPEND O_DATE.

C_DATE-SIGN = 'I'.

C_DATE-OPTION = 'BT'.

C_DATE-LOW = '19780218'.

C_DATE-HIGH = BUDAT-HIGH.

APPEND C_DATE.

can you tell me what purpose we are going to use this type of coding.

can you help me.

Regards,

K.Karthikeyan.