Skip to Content
0
Former Member
Jan 07, 2008 at 12:17 PM

Interactive BP report

271 Views

Hi,

I am writing an ABAP program to display a list of BP numbers.

When i double click on a BP number it should take me to BP screen and and open that particular BP's details whose number i have clicked.

I have tried setting parameter 'BPA' to the BP number and then using CALL TRANSACTION 'BP' . It is opening the BP screen but the BP number is not going into the screen.

Plz help me out.