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

Reading Data from Buffer

nishanthbhandar
Contributor
0 Likes
954

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

2 REPLIES 2
Read only

Former Member
0 Likes
493

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.

Read only

Former Member
0 Likes
493

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