SAP for Public Sector Discussions
Foster conversations about citizen engagement, resource optimization, and service delivery improvements in the public sector using SAP.
cancel
Showing results for 
Search instead for 
Did you mean: 

Derivation Rule

Former Member
0 Kudos

Dear Experts,

I am having the requirement in FMDERIVE.

I need to derive the Zfield as a source field from the purchase requisition.

but in the target field PR number is available, with this I am not able to derive.Can you give me any idea on how I can derive?

Thanks

Aswin

6 REPLIES 6

iklovski
Active Contributor
0 Kudos

Hi,

Can you specify your issue? What field do you want to derive? You can enhance your drivation tool with BADI_FMDERIVE.

Regards,

Eli

Former Member
0 Kudos

Thank you so much for the immediate reply, At the time of creating the PR, user inputs the value in the custom field of the line item. Based on this I want to derive the functional area in the PR.

Thanks

Aswin

iklovski
Active Contributor
0 Kudos

You can do it with the BADI I mentioned...

former_member213733
Active Contributor
0 Kudos

Hi ,

In addition to what ELI has said , you can view the following too .

Enhancement SMOD - SAPLFMDT and in components Exit - EXIT_SAPLFMDT_002 - User exit - Custome exit new fields .

Hope this helps .

Regards ,

Dewang T.

Former Member
0 Kudos

Hi, you can add it in the next way: Add it to FMDERIVE table, then to COBL.

After make assignment in include ZXFMDTU02(func module EXIT_SAPLFMDT_002)

COBL structure required field has to have the same name as in abap dictionary

0 Kudos

Hi,

Answered... Thanks for all of your inputs

Regards,

Aswin