Solution : https://service.sap.com/sap/support/notes/694244 (SAP Service marketplace login required)
Summary :
When calling transaction KSB5, parameters are not transferred due to limitations in the Basis report-report interface’s ability to identify all necessary parameters. To resolve this, an ABAP report named Z_CALL_KSB5 should be created within transaction SE38, using the COBK table and relevant parameters, such as P_KOKRS from TKA01-KOKRS. The solution involves configuring the REPORT with multiple options for parameter passing, including controlling database and archive reading functionalities with flags like P_USEDB and P_USEAR. This custom report, then, should be used as a destination in place of directly accessing KSB5 to ensure proper parameter handling.
Key words :
basis report-report interface, report-report interface, line item reason, call transaction ksb5, report z_call_ksb5, abap report, transaction ksb5, transaction se38, p_tcode = 'ksb5', solution create
Related Notes :
1053310 | Report-report interface: Application rules |
383077 | BBS: Calling up the transaction does not work |
363203 | BBS: Parameter not transferred to transaction |