‎2006 Apr 28 2:12 PM
Hi all,
I have a custom RFC which makes use of IDOC_INPUT_BOMMAT to create a BOM.But the BOM is not yet committed and i need to retrieve this data.If i put a break-point after the call to the FM IDOC_INPUT_BOMMAT and at the same time check the database table it's not yet present in the table.We tried all methods but could not succeed.Please let us know if the data can be read through buffers.If so which FM should i use to get this data .. ?
Cheers
Nishanth
‎2006 Apr 28 2:16 PM
Hello Nishanth,
You can think of using one of the exit in FM IDOC_INPUT_BOMMAT to export the required data to memory and then fetch the data once u are out of the FM and pass it back.
‎2006 Apr 28 2:20 PM
Hi,
I don't think you will be able to read the data from buffer. Even if you can find it, getting the right strcutures for the data you are looking for will be very tedious.
Regards,
Ravi
Note :Please mark the helpful answers