Functionality This function module fills the internal format table FORMATS_TAB withthe data from the database format table CEFORMC for a specific formand its "transposed" flag (tilted/untilted display). The form isspecified by the fields APPLCLASS,SUBCLASS, TABNAME and FORM. If Table CEFORMC does not contain any datafor the desired form, Table FORMATS_TAB is filled from ICEPRINTaccording to the priority rules from before 3.0. Consequently, in thefunction module, first the function module RPT_D_CEPRINT_FOR_REP_LOADis called up. If the desired form is not in Table CEPRINT,exception FORM_NOT_FOUND_IN_CEPRINT occurs and is passed on to thecurrent function module. In this case TablesFORMATS_TAB and ICEPRINT remain empty and all formats are returned as"invalid" (-> FB 'RPT_D_FORMATS_FROM_FORM'). |