‎2006 Dec 14 3:05 PM
hi all
can anyone jst explain me for wht purpose the following function modules were used
SPI_AGENT_IDOC_CREATE
KD_GET_FILENAME_ON_F4
MASTER_IDOC_DISTRIBUTE
DB_GET_TABLE_FIELDS
NUMBER_GET_NEXT
EDI_DOCUMENT_OPEN_FOR_READ
EDI_DOCUMENT_READ_LAST_STATUS
CARD_CHARACTERISTIC_READ
CONVERSION_EXIT_ATINN_INPUT
‎2006 Dec 14 3:19 PM
It thinks it's easier to read the documentation....
<b>KD_GET_FILENAME_ON_F4</b> --> Get the source of a file in the presentation server.
<b>MASTER_IDOC_DISTRIBUTE</b> --> Create an IDOC by code.
<b>DB_GET_TABLE_FIELDS</b> --> Get the fields of a table.
<b>EDI_DOCUMENT_OPEN_FOR_READ</b> --> Opens an EDI (IDoc) document for reading....Just for reading.
<b>EDI_DOCUMENT_READ_LAST_STATUS</b> --> Reads the status of an EDI (IDoc) document.....21 for Ok, 30 for error....
<b>NUMBER_GET_NEXT</b> --> It think this is use by SNRO transacction....
Greetings,
Blag.
‎2006 Dec 14 3:19 PM
It thinks it's easier to read the documentation....
<b>KD_GET_FILENAME_ON_F4</b> --> Get the source of a file in the presentation server.
<b>MASTER_IDOC_DISTRIBUTE</b> --> Create an IDOC by code.
<b>DB_GET_TABLE_FIELDS</b> --> Get the fields of a table.
<b>EDI_DOCUMENT_OPEN_FOR_READ</b> --> Opens an EDI (IDoc) document for reading....Just for reading.
<b>EDI_DOCUMENT_READ_LAST_STATUS</b> --> Reads the status of an EDI (IDoc) document.....21 for Ok, 30 for error....
<b>NUMBER_GET_NEXT</b> --> It think this is use by SNRO transacction....
Greetings,
Blag.
‎2006 Dec 15 10:10 AM