Run the below download command in home directory of Instance1, the ldt file descript_flex.ldt is created in the same directory.
FNDLOAD apps/
desc_flex_application - is the shortname of the Application of the DFF.
description_flexfield_name - This is not title of the DFF.
To get description_flexfield_name:
Open the DFF in Application DeveloperFlexfieldDescriptiveSegments
click help->diagnostics->examine->
block=table, field=DESCRIPTIVE_FLEXFIELD_NAME.
The value in the field “Value” is the description_flexfield_name.
For Example, The description_flexfield_name of the DFF “Additional Information” in the above screenshot is: CS_INCIDENTS_ALL_B_EXT.
Application is: Service.
Short name of Service is: CS
And the download command is:
FNDLOAD apps/
/*Upload description flexfield*/
Transfer the ldt file descript_flex.ldt from Instance1 to the home directory of the Instance2 and run the below upload command in the same directory.
FNDLOAD apps/apps 0 Y UPLOAD @FND:patch/115/import/afffload.lct descript_flex.ldt
/*Compiling description flexfield*/
After migration, run the below compilation command to compile the flexfield in the Instance2.
fdfcmp apps/
Do you know how to migrate a single KFF structure? I have a new structure under Flexfield > Key > Segments. Application = Human Resources (PER) and Title = Personal Analysis Flexfield (PEA). I think the following might be close, but it's downloading all the KFF for that flex code and I only want the new one.
ReplyDeleteFNDLOAD apps/pwd 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct loa_info.ldt KEY_FLEX APPLICATION_SHORT_NAME='PER' ID_FLEX_CODE='PEA' P_STRUCTURE_CODE='LOA_INFO'