Application Development 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: 

RP-LOWDATE-HIGHDATE

Former Member
0 Kudos
1,650

Hi,

what does the RP-LOWDATE-HIGHDATE do exactly, I cannot find any documenation for it.

Thank you.

-Michael

1 ACCEPTED SOLUTION

manuel_bassani
Contributor
0 Kudos
412

Hi Michael,

RP-LOWDATE-HIGHDATE is a macro defined in table TRMAC

The following is the ABAP code associated with it:

****************************************

  • RP: LOW-DATE, HIGH-DATE DEFINITION

****************************************

DATA LOW-DATE TYPE D VALUE '18000101'

DATA HIGH-DATE TYPE D VALUE '99991231'

Regards, Manuel

3 REPLIES 3

manuel_bassani
Contributor
0 Kudos
413

Hi Michael,

RP-LOWDATE-HIGHDATE is a macro defined in table TRMAC

The following is the ABAP code associated with it:

****************************************

  • RP: LOW-DATE, HIGH-DATE DEFINITION

****************************************

DATA LOW-DATE TYPE D VALUE '18000101'

DATA HIGH-DATE TYPE D VALUE '99991231'

Regards, Manuel

Former Member
0 Kudos
412

It's a standard macro, the source =

****************************************

  • RP: LOW-DATE, HIGH-DATE DEFINITION

****************************************

DATA LOW-DATE TYPE D VALUE '18000101'

DATA HIGH-DATE TYPE D VALUE '99991231'

So it sets some date fields with default values

jayanthi_jayaraman
Active Contributor
0 Kudos
412

Hi,

Check this.They are handling it there.

May be this is helpful to you.