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: 

IMRC0001 tables empty!!!

Former Member
0 Kudos

Hi,

I'm working with the customer exit IMRC0001.

While I'm debugging the code in the ZXMRCU01 all the tables with the information of the measurement documents are empty!

These tables are:

*" IMPT_OLD

*" IMPT_UPD

*" IMPT_UPD_USR

*" IMPT_INS

*" IMPT_INS_USR

*" IMPT_DEL

*" IMPH_OLD

*" IMPH_UPD

*" IMPH_INS

*" IMPH_DEL

*" IMRG_OLD

*" IMRG_UPD

*" IMRG_UPD_USR

*" IMRG_INS

*" IMRG_INS_USR

How can I solve this? Do I have to activate something else? Did anyone have this problem before?

Also I would like to know wich tables should I use? Old? Upd? Ins? etc...

Thanks in advance!

Best regards,

3 REPLIES 3

Former Member
0 Kudos

Hi,

Read the FM documentation of EXIT_SAPLIMR0_001. It is having some usefull info.

and also check this:

http://sap.ittoolbox.com/groups/technical-functional/sap-log-pm/measurement-point-userexit-exit_sapl...

--

Reddy

0 Kudos

Hi Reddy,

I have read the documentation and the link.

I tried using the sentence

 ASSIGN ('(SAPLIMR0)IMPTT_U[]') TO <IMPTT_U_TAB>. 

that is suggested in the link but all my tables are still empty and also the field symbol.

I only need to see what measuring point has been used for the measuring document, I do not need to make updates.

Any other ideas? Thanks.

Best regards,

0 Kudos

Someone? I don't understand why this is happening....please help!