Description Precondition
This is the name of the structure in the data dictionary in which thedata is to be stored. The names of the attributes in the structure canbe used to access the attributes belonging to an object. The attribute names can be a maximum of 15 characters long. The structure must have a unique key attribute. Name of the unique key attribute The name of the structure and the name of the key attribute cannotexceed the ABAP line length (72 characters) otherwise the data type forthe special methods ("DDIC structure key attribute" in Set_Obj_Values)cannot be generated. Name of the filter attribute (data type i is mandatory!). This parameter is optional. Name of the (local) ABAP objects class that is to be generated. According to the naming conventions from January 1998 it should beginLCL_. Name of the file that is to be generated (filled with the datacontainer class) = name of the include in which the file is loaded. The system specifies which file was created in the success message. Path in the file system under which the file to be generated is to besaved. All directories in the path must exist. Output (File name = include name) Caution: Before the generated include is loaded the old include shouldbe saved by downloading it. Comments are in English even if the class was created in a languageother than English. Example |