cancel
Showing results for 
Search instead for 
Did you mean: 

TBR6_Automation

former_member224763
Participant
0 Kudos
275

Hello All,

we have created forward contract. In between we are cancelling contract at spot & creating new forward contract.

If we do it manually through TBR6 it will works correctly. It will create reference properly.

Now as per requirement of automatic closing out functionality we have used Function Module "TB_REF_REFERENCE_CREATE" to create object link references in the system which is added in an existing Z program in order to automate the closeout functionality. But it works inconsistently some time it creates reference (link) some time it will not.

We have tried Reference categories are "REF & MIR"

Thanks

KP

Accepted Solutions (0)

Answers (1)

Answers (1)

grigoriy_babitskiy
Active Contributor
0 Kudos
Reference categoryDescriptionCreation
BIDOfferAutomatic
CONSWIFT confirmation fileAutomatic
EUREuro transaction currency changeoverAutomatic
MIRMirror transaction linksAutomatic
KMPNettingsManual
OPTOption reference derivativesAutomatic
PRLRollover of foreign exchange transactionsAutomatic
REFGeneral referenceManual
SWPForeign exchange swapAutomatic
ICHIssuance contract hedgeManual
Z*Custom Reference categoryManual

Take a look at table with reference category - they are created either manually, or automatically. You can't use ref. categories which are automatically for example MIR.

You can also create your custom reference category. Check this thread

Also don't forget to assign intervals for ref. cat using tr. TAC3.

As concerns FM TB_REF_REFERENCE_CREATE - did it issue any exceptions? there are 3 of them for FM.


Because FM TB_REF_REFERENCE_CREATE if small, i suggest you to debug it.