2009 Mar 16 11:36 AM
Hi all,
I am creating a zalv report , when the user double clicks a particular line , i have to pass that line customer and company code to fbl5n txn and after passing it, it has to select the 'ALL Items' radio button and should show the report ........... if i use - submit export to list memory.... i could NOTsee the screen but i could see the message at the bottom of the window saying that 2 items displayed .
Can u people tel me how to solve the issue ?
Thanks,
Siva
2009 Mar 16 12:03 PM
Try this
DATA: KUNNR TYPE KNA1-KUNNR value '0000100098'.
SET PARAMETER ID: 'KUN' FIELD KUNNR.
CALL TRANSACTION 'FBL5N' AND SKIP FIRST SCREEN.
2009 Mar 16 11:46 AM
2009 Mar 16 11:47 AM
2009 Mar 16 12:03 PM
Try this
DATA: KUNNR TYPE KNA1-KUNNR value '0000100098'.
SET PARAMETER ID: 'KUN' FIELD KUNNR.
CALL TRANSACTION 'FBL5N' AND SKIP FIRST SCREEN.