Thursday 25 February 2021

How to compile a form in 11i and R12

 

Copy form binary(.fmb) to $AU_TOP/forms/US directory and compile the forms using below commands in 11i/R12.

Note: Take backup of existing form binary file(.fmb) before compilation. In some scenarios we may need to restore old file due to some issues and we can utilize backed up file to regenerate the old form.

Form compilation in 11i

f60gen module=XXTEST_DATA.fmb userid=apps/<apps_pwd> output_file=$FND_TOP/forms/US/XXTEST_DATA.fmx module_type=form batch=no compile_all=special


Form compilation in R12

frmcmp_batch userid=apps/<apps_pwd> module=XXTEST_DATA.fmb output_file=$AU_TOP/forms/US/XXTEST_DATA.fmx module_type=form batch=no compile_all=special




Thanks for going through the post..........

No comments:

Post a Comment