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

Pass value to Standard Function Module

Former Member
0 Likes
579

Dear All,

I want to pass value to 1 standard Function Module. The problem is that in that FM this field is not mention as Import Parameter. So , without it how can i pass value to FM ? If anybody is having any idea , than please let me know...

Thanks & Regards,

3 REPLIES 3
Read only

Former Member
0 Likes
519

Hi,

Could you please explain in detail which fm you are trying to use and what parameter you want to pass.

Thanks & Regards,

Neela

Read only

Former Member
0 Likes
519

Hi,

if the field is not available in the import parameter in standard function module.

try to see any set parameter is avialable in the standard function module.

as you are saying it is standard function module see BADI or USer -EXIT or Enhacement avialable to Initialize the value

or see any enhacements are available in the function module , if so try to use import and export varaibles

Prabhudas

Read only

JoffyJohn
Active Contributor
0 Likes
519

Which version are you working with .If its ECC6, you can add new importing exporting parameters to std function module as

part of std enhancement