SAP Function RPT_D_FORMAT_FOR_REP_LOAD - RPT: Supplies internal table FORMATS_TAB with the data from CEFORMC

Parameter Reference Type Length Default Optional Text
APPLCLASS CEPRINT-APPLCLASS C 4 Application class
FORM CEPRINT-FORM C 12 Form name
MEM_ID RGRWA-MEMORYID C 32 SPACE X Memory ID for EXPORT/IMPORT
SMODUS RKB1D-SMODUS C 1 SPACE X
SUBCLASS CEPRINT-SUBCLASS C 2 Subgroup
TABNAME CEPRINT-TABNAME C 30 Table name

Exception Text
FORM_NOT_FOUND_IN_CEFORMS
FORM_NOT_FOUND_IN_CEPRINT No records exist for the specified form in CEPRINT

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').