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

Global Parameters

Former Member
0 Likes
499

Code I am looking at calls a FunctionModule:FC_GLOBAL_PARAMETERS_IMPORT

Inside the Function Module it does:

IMPORT GD_DIMEN TO I_DIMEN

FROM DATABASE MCDX(MC) ID LD_ID.

i_dimen is then populated with the value "F1".

I_DIMEN has the attribute of FC_DIMEN that has a parameter ID of DIN and a default component name of CONSDIMENSION.

Can I physically display, or change, the Global Parameter somewhere? I am thinking it must be changed and then an EXPORT to the same daatabase will be needed first. But I need to know where it is kept exactly.

Thank-You

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
413

You can change the fields which were IMPORTED by FC_GLOBAL_PARAMETERS_IMPORT. and again you can save back after changin by using the FM FC_GLOBAL_PARAMETERS_EXPORT.

Regards,

Naimesh Patel

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
414

You can change the fields which were IMPORTED by FC_GLOBAL_PARAMETERS_IMPORT. and again you can save back after changin by using the FM FC_GLOBAL_PARAMETERS_EXPORT.

Regards,

Naimesh Patel