2014 Mar 25 11:25 AM
Hi Experts,
I have internal table as like below for six column.
I want to convert as like below in classical report.
Here H001, H002, H003, H004 are vendor code it is dynamic.
Thanks,
Himanshu Patel.
2014 Mar 25 11:40 AM
2014 Mar 25 12:04 PM
2014 Mar 26 11:35 AM
Thanks for reply,
I got solution from your link.
I have other question.
It is possible below case in classical report using dynamic internal table.
Suppose first Column is Purchase order. If I double click on PO then call ME23N. (PO in display mode).
Thanks,
Himanshu Patel.
2014 Mar 27 5:39 AM
Hi Himanshu,
Create a hotspot in write statement by adding HOTSPOT ON with write statement , then in at line selection add this code.
Modify the PO Value based on your need.
DATA: REPID(18) VALUE '4500017274'.
SET PARAMETER ID 'BES' FIELD REPID .
CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.
This will call the screen by opening the Particular document Specified.
Regards,
Sivaganesh
2014 Mar 31 7:41 AM
2014 Mar 31 9:03 AM
The solution was rejected, since it was effectively just a link. It also gave the wrong answer - you should use RTTS to generate dynamic tables.
Thread locked.