2009 May 05 11:05 AM
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
2009 May 05 11:16 AM
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.
2009 May 14 10:01 AM