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

RP-LOWDATE-HIGHDATE

Former Member
0 Likes
2,783

Hi,

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

Thank you.

-Michael

1 ACCEPTED SOLUTION
Read only

manuel_bassani
Contributor
0 Likes
1,545

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
Read only

manuel_bassani
Contributor
0 Likes
1,546

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

Read only

Former Member
0 Likes
1,545

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

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
1,545

Hi,

Check this.They are handling it there.

May be this is helpful to you.