Application Development 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: 

Interactive report with fbl3n

Former Member
0 Kudos
96

Hi experts,

I am currently developing a customized report same to fbl3n and it is alv.

The problem is in fbl3n u can double click and it will bring u to the document

details.

Can i do the same thing in my customized program?

Can you all please guide me.

I am sure it is interactive report.

Thank you in advanced.

regards,

s.saravannan

2 REPLIES 2

Former Member
0 Kudos
47

Hi,

You can achieve the same functionality here also. check the sy-ucomm available for debugging (usually it is &IC1 ), and when sy-ucomm is double click, using the hide and set parameter concept for the document number field. Now call transaction let's say FB01 for display using skip intial screen command.

As you have used the set parameter for the document number field, automatically it will take you to mentioned document number, otherwise it asks you to enter the document number again.

Regards,

Santhosh.

Former Member
0 Kudos
47

Thanks a lot.