Application Development and Automation 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: 
Read only

BAPI or fm for transaction FMDERIVER

Former Member
0 Likes
3,405

hi all

is there any BAPI or fm which uploads derivation rules for tcode FMDERIVER?

Edited by: PREMA PREMA on Oct 19, 2010 2:33 PM

5 REPLIES 5
Read only

Former Member
0 Likes
2,085

Hi Prema,

did you find a solution for your question?

Read only

Former Member
0 Likes
2,085

Hi,

Function Modules:

FM2BL_DERIVATION_TEST = FM2BL - Derivation Test

FM2BL_EXECUTE_DERIVATION = Characteristic derivation

FM2BL_GET_DERIVATION_FIELDS = Get Sender/Receiver fields for Derivation

FM_ACCOUNT_DERIVE = FM Account Derive

FM_CHECK_ASSIGNMENT_RULES = Check FM Assignment using Derivation Tool

FM_FMDERIVE_CALL_CUSTOMER_EXIT CALL FMDERIVE USER-EXIT

FM_FMDERIVE_FILL_CUSTOMER_EXIT Copy additional fields from COBL and COBL_AD into FMDERIVE

FM_GET_INSTANCE_BADI_FMDERIVE Initilize BADI_FMDERIVE

FM_STRATEGY_FROM_BADI Get Strategy Environment from BADI

FM_STRATEGY_FROM_COMP_CODE Get Strategy ID assigned to Company Code

FM_STRATEGY_SAP_EXIST Get Strategy ID assigned to Company Code

PSM_AUTH_CHECK_DRULE Authorization check: F_PSM_DRUL

PSM_AUTH_CHECK_DSTR Authorization check: F_PSM_DRUL

Read only

Former Member
0 Likes
2,085

try Function module FM_ACCOUNT_DERIVE

Read only

0 Likes
2,085

Did you find a solution? I am trying to check how to update the derivation rule values and am unable to find any BAPI to FMDERIVER transaction. I'm trying with BDC but there are so many variables at play that it keeps failing each time.

Read only

iklovski
Active Contributor
0 Likes
2,085

You can try direct upload to the rules tables; that's what I was always doing.