Quantcast
Channel: SCN: Message List - SAP ERP Financials - Treasury Applications
Viewing all articles
Browse latest Browse all 5623

Re: How to setup intercompany loans in treasury module

$
0
0

I also faced the same situation.

 

How to find inconsistancy in your configuration.

 

In Function Module FTR_MIR_BAPI_CREATE  enter enchancement point and enter this code:

 

 

DATA: lv_flag.   IF sy-uname = 'GABABITSKII'. "<--- don't forget to enter your own user name.     WHILE lv_flag IS INITIAL.       IF lv_flag IS NOT INITIAL.         EXIT.       ENDIF.     ENDWHILE.   ENDIF.

This will lead to infinit loop in background task - so you can enter it and debug it.

 

Start creating transaction. As soon as you save transaction - go to tr. SM50 -> Administration -> Programm -> Debugging

81.jpg

You will find your self in custom code. Enter some value into lv_flag variable to exit the infinit loop.

Try to go to CALL FUNCTION 'BAPI_FTR_FTD_DEALCREATE'

 

82.jpg

 

Run it and in return variable you'll find all errors.

 

83.jpg


Viewing all articles
Browse latest Browse all 5623

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>