‎2007 Sep 17 10:24 AM
In the Function Module IDOC_INBOUND_FROM_FILE, PerFORM one_idoc_read leads to the program LEDINF01 and Line 340 is DESCRIBE TABLE g_t_data_records LINES l_no_of_data_records.
If I have developer access to the above program LEDINF01, I will write a read statement for table g_t_data_records. Depending on the results of this read statement I need to send an email to user regarding the current IDOC being processed and I have to end the process without creating a new IDOC or posting the Sales Order.
How can I exit out directly from the FORM one_idoc_read , without executing any of the statements after that Form.
Please suggest
‎2007 Sep 23 6:27 AM