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: 

Where to find Macro RP_SET_DATA_INTERVAL?

Former Member
0 Kudos

Hi,

Can anybody help to answer where RP_SET_DATA_INTERVAL is defined, I cannot find in TRMAC, also not in any include of SAPDBPNP or SAPDBPNPCE.

Thanks & Regards

Shaohua

7 REPLIES 7

Former Member
0 Kudos

Hi,

It is defined in include DBPNPCENTOP :

  • *********************************************************************

  • infotypes, with modified data intervals via macro RP_SET_DATA_INTERVAL

DATA: g_modif_data_interval_it_names

TYPE STANDARD TABLE OF rsitypelst-name.

regards

Aveek

0 Kudos

Hi,

But it is not a macro definition. This macro is used in SAP report: RPLMIT00 but I cannot find out where is the definition.

regards

Shaohua

0 Kudos

it is in DBPNPCOM (In 47 it is RP-SET-DATA-INTERVAL).

0 Kudos

Hi,

Thank you very much for the help. Still one more question, this macro is not in TRMAC, also not in SAPDBPNP and its includes(DBPNPCOM is not one of SAPDBPNP's incldue). How it link back to report RPLMIT00, BTW my SAP is 4.7, but RP-SET-DATA-INTERVAL is not in TRMAC ?

Regards

Shaohua

0 Kudos

RPLMIT00 has logical database PNP associated with it (check in attributes of the program), this enables it access to the DB program SAPDBPNP and thus to this macro.

0 Kudos

Hi,

Thanks for the quick reply. But the question is DBPNPCOM is not one of include in SAPDBPNP, this is what I am curious.

Regards

Shaohua

0 Kudos

DPNPCOM is indeeed a part of SAPDBPNP.

Though it is not directly visisble as an include.

Goto SE38 -> DBPNPCOM .

On this screen itself UTILITTIES -> MAIN PROGRAM.

In the long list you will see SAPDBPNP .

Cheers.