Data Element list used by SAP ABAP Function Module CONVERT_ISBN_TO_EAN (Determines the corresponding EAN of the ISBN)
SAP ABAP Function Module CONVERT_ISBN_TO_EAN (Determines the corresponding EAN of the ISBN) is using
# Object Type Object Name Object Description Note
     
1 Data Element  CHAR3 3-Byte field SOURCE VALUE(I_PREFIX) TYPE CHAR3 DEFAULT '978'
2 Data Element  CHAR9 Character field of 9 digits SOURCE VALUE(I_ISBN) TYPE CHAR9
3 Data Element  EAN11 International Article Number (EAN/UPC) SOURCE VALUE(E_EAN_OHNE) TYPE MEAN-EAN11
4 Data Element  EAN11 International Article Number (EAN/UPC) SOURCE VALUE(E_EAN) TYPE MEAN-EAN11