SAP Function RPT_D_FORMATS_FROM_FORM -

Parameter Reference Type Length Default Optional Text
APPLCLASS CEPRINT-APPLCLASS C 4 Applikationsklasse
ELNR1 CEPRINT-ELNR1 N 4 Elementnummer 1
ELNR2 CEPRINT-ELNR2 N 4 Elementnummer 2
FORM CEPRINT-FORM C 12 Formularname
SUBCLASS CEPRINT-SUBCLASS C 2 Subklasse
SUBNR CEPRINT-SUBNR N 2 Subnummer
TABNAME CEPRINT-TABNAME C 30 Tabellenname
TRANSPOSED RP_BOOL 0 'X': gekippte (transponierte) Darstellung

Parameter Reference Type Length Text
COLOR CEPRINT-COLOR N 2 Farbe
COLOR_VALID RP_BOOL 0 'X': Farbe im Formular geändert
EDIMP CEFORMS-EDIMP C 1
EDIMP_VALID RP_BOOL 0
INTENS CEPRINT-INTENS C 1 Helligkeit
NOZERO CEPRINT-NOZERO C 1 Farbe
NOZERO_VALID RP_BOOL 0 'X': Farbe im Formular geändert
NUM_DECIM CEPRINT-DECIM C 1 Dezimalstellen für Zahlformat
NUM_ROUND CEPRINT-ROUND C 1 Rundungsfaktor für Zahlformat
NUM_VALID RP_BOOL 0 'X': Zahlformat im Formular geändert
VZUK CEPRINT-VZUK C 1 Vorzeichenumkehr
VZUK_VALID RP_BOOL 0 'X': Vorzeichenumkehr im Formular geändert

Exception Text
CELL_NOT_FOUND_IN_FORM Zelle mit (ELNR1,ELNR2) nicht gefunden

Functionality
This function modules supplies the formatting settings for numbers,+/- signs and color for the given cell of the form. The form cell isrepresented technically by the fields APPLCLASS, SUBCLASS, TABNAME,FORM, SUBNR, ELNR1 and ELNR2. In addition, the function module requiresa flag which indicates whether the form is tilted. If so, theparameter TRANSPOSED receives an "X". The function module supplies avalid flag for each format which is filled with "X" if the format wasset in the form. Otherwise the valid flag is empty. The formatsNUM_ROUND, NUM_DECIM, VZUK, COLOR and INTENS are returned in the formin which they are found in Table CEPRINT.