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: 

Horizontal to Vertical Convert Internal table in Classical report

himanshu_patel6
Explorer
0 Kudos
537

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.

6 REPLIES 6

prav_kr
Participant
0 Kudos
283

This message was moderated.

sivaganesh_krishnan
Contributor
0 Kudos
283

This message was moderated.

0 Kudos
283

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.

0 Kudos
283

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

0 Kudos
283

Thanks.

0 Kudos
283

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.