cancel
Showing results for 
Search instead for 
Did you mean: 

After Layout Function module for BPS

Former Member
0 Kudos

Hi,

We have a BPS application with Excel layout. Currently I see that when I save in the Web Layout which is showing the excel view data After Layout funciton module is executing for each record.

Kindly help me how can I see the Buffer data of all the records at once in the layout.

Thanks

Naveen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

There are 2 ways to view the buffer data.

One way is to look at the table XTH_DATA while debugging the Planning Function. XTH_DATA needs to be defined as a Hashed Table.

Another way is to, while executing the planning function in BPS0, right click on it and execute with trace, it will show you the records earlier to the execution of the function and the resultant records after the execution.

Hope this helps.

Answers (2)

Answers (2)

Former Member
0 Kudos

Resolved

Former Member
0 Kudos

Hi,

define XTH_DATA TYPE HASHED TABLE in changing tab of function module.

while debugging the code in function module, you can see the contains of the XTH_DATA contains. XTH_DATA contains the buffer data.