cancel
Showing results for 
Search instead for 
Did you mean: 

What is the value of REFERENCECONDITIONKEY ?

ali_suwanda
Explorer
0 Kudos

Dear All SAP Expert,

While I am using BAPI_FTR_CONDITION_CREATE there is a parameter called REFERENCECONDITIONKEY.

Could you please let me know what is the value of that field ? I could not find any resource who can explain that.

Really appreciate your help

Accepted Solutions (0)

Answers (2)

Answers (2)

grigoriy_babitskiy
Active Contributor

Try to run BAPI_FTR_IRATE_DEALGET function module for one of a deal you are trying to create condition. Then take a look at CONDITION table.

There you can notice that CONDITION_KEY is equal to concatenation of DIRECTION + CONDITION + EFFECTIVE_FROM fields

The same works for REFERENCECONDITIONKEY field in BAPI_FTR_CONDITION_CREATE.

In CONDITION structure you have the same fields (DIRECTION + CONDITION + EFFECTIVE_FROM) - try to concatenate them.

FredericGirod
Active Contributor
0 Kudos

Did you have try to find your bapi in the transaction BAPI ? there are documentation here

(and also in the help.sap.com)