tedwhy 发表于 2019-2-2 11:25:02

sap BDC技术

parameters: dataset(132) lower case.  *** DO NOT CHANGE - the generated data section - DO NOT CHANGE ***
  *
  * If it is nessesary to change the data section use the rules:
  * 1.) Each definition of a field exists of two lines
  * 2.) The first line shows exactly the comment
  * '* data element: ' followed with the data element
  * which describes the field.
  * If you don't have a data element use the
  * comment without a data element name
  * 3.) The second line shows the fieldname of the
  * structure, the fieldname must consist of
  * a fieldname and optional the character '_' and
  * three numbers and the field length in brackets
  * 4.) Each field must be type C.
  *
  *** Generated data section with specific formatting - DO NOT CHANGE ***
  data: begin of record,
  * data element: MATNR
  MATNR_001(018),
  * data element: XFELD
  KZSEL_01_002(001),
  * data element: XFELD
  KZSEL_02_003(001),
  * data element: MAKTX
  MAKTX_004(040),
  * data element: MEINS
  MEINS_005(003),
  * data element: MTPOS_MARA
  MTPOS_MARA_006(004),
  * data element: GEWEI
  GEWEI_007(003),
  end of record.

页: [1]
查看完整版本: sap BDC技术