‎2007 Dec 12 7:07 PM
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
‎2007 Dec 12 7:11 PM
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
‎2007 Dec 12 7:11 PM
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