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: 

From Where MRM_XACCITCR_EXPORT is fetching the values in XACCIT in MIRO

sahai
Contributor
0 Kudos

Hello all,

I am debugging the MIRO transaction code in SAP, I want to know that from where does the function module

MRM_XACCITCR_EXPORT fetches value in XACCIT.

i found that the table XACCIT is refreshed and has no records but o entering the function module it gets the records from somewhere which i am unable to find out. any help in this regards will be valuable for me. i am sharing the piece of code for your refrence and the program name is SAPLMR1M.

CALL FUNCTION 'MRM_XACCITCR_EXPORT'
       TABLES
            T_ACCIT = XACCIT
            T_ACCCR = XACCCR
            T_CURR  = XCURR.

Thanks And Regards,

Sahai.S

2 REPLIES 2

Former Member
0 Kudos

Hi ,

why dont you check the Call Stack @Debug Screen.

regards

Prabhu

former_member195402
Active Contributor
0 Kudos

Hi,

I think this internal table will be filled in fm MRM_INVOICE_POST (maybe in simulation mode, see import parameter I_SIMULATION for that).

Regards,

Klaus