Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function mod

Former Member
0 Likes
797

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
687

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.

2 REPLIES 2
Read only

Former Member
0 Likes
688

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.

Read only

Former Member
0 Likes
687

some of the modules were not explained