CL_BDT_FORMATTING_OPTIONS - BDT Formatting Options

General Data in Customer Master   BAL Application Log Documentation  
Diese Dokumentation steht unter dem Copyright der SAP AG.

Funktionalität

Diese Klasse repräsentiert die Formatting Options (FO) der einzelnen Business Data Types (BDTs).

Beziehungen

Beispiel

data:
  formatting_Options   type ref to if_Bdt_Formatting_Options,
  formatted_Value      type string.

formatting_Options = cl_Bdt_Formatting_Options=>create( ).
formatting_Options->set_Option(
  i_Key   = if_Bdt_Constants=>co_Curr_Presentation_mode
  i_Value = if_Bdt_Constants=>co_S_Curr_Presentation_mode-code ).

Hinweise

Weiterführende Informationen



General Data in Customer Master   ABAP Short Reference  
Diese Dokumentation steht unter dem Copyright der SAP AG.


Length: 767 Date: 20120527 Time: 123731     triton ( 23 ms )