Posts

Showing posts from March, 2013
  Structure Column While defining the KFF we will find structure column field if it is null value then KFF has got only one structure, if there is a structure column that will find multiple structure, open the segments form query the records based on KFF title, we will find structure details For Accounting KFF structure column is CHART_OF_ACCOUNTS_ID And we will get all the structure details from this table - GL_CHARTS_OF_ACCOUNTS. All the accounting KFF transaction will be stored in the data based table called GL_CODE_COMBINATIONS   Developing the Reports on KFF - Process   1) Call the user ext from before report trigger  SRW.USER_EXIT ( 'FND SRWINIT');   2) Call another User Exit from After Report Trigger     SRW.USER_EXIT ('FND SRWEXIT');      3) Define the following parameters      1) P_CONC_REQUEST_ID 2) P_FLEXDATA   3) P_STRUCT_NUM segment1||'\n'||segment2||'\n'||segment3||'\n'||.......||'\n'||segment30   ...