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: 

How can i integrate several transaction codes into a single report?

Former Member
0 Kudos

Hi.. I am faced with a situation wherein i need to create a report. The output of the report is the combined output of the outputs of two or three standard sap transaction codes.. how can i code my report ? i tried to capture suitable portion of codes from the standard program of the t-codes, but analysing the program itself is taking a long time.. please help.. thanks in advance.

8 REPLIES 8

Former Member
0 Kudos

Rather than trying to debug three separate SAP transactions and then combine them, a simpler approach would be to ask the users what the specific requirements are and then try to meet them from scratch.

Rob

0 Kudos

Hi.The client has given us set of some transactions.. they want us to code a report wherein the output displayed is the combination of some fields of the output of the transactions.. say for example: they want us to display an output that has fields of tcode iw33 and iw38.. the output has to be in a list format.. so i think i should adopt the alv approach.but i am having a problem as to how to go about..should i analyse t std tcode program and then capture selected portion of its code or what else should i do?

0 Kudos

Hi Ravi,

If it is about running the transactions and giving the report then use BDC or BAPIs referring to those T COdes and fetch the final result of report from the corresponding tables..

Cheers

kiran_k8
Active Contributor
0 Kudos

K.Kiran.

Message was edited by:

Kiran K

Former Member
0 Kudos

Hi,

Ask ur functional people and know abt the functionality of all three tcodes and summarize the common tables and fields. Add the fields which are not common and know abt the report output ( in which format ALV or Normal Interactive report). Check any dynamic internal tables need to be constructed for this. Check it shud be run in bgrnd r foreground. If it is foregrnd then check the output limit.

Regards

Kannaiah

sivapuram_phanikumar
Active Participant
0 Kudos

Hi Nithya,

If the three transaction codes you are talking about are reports, then there is a way to do this...

Please let me know if the three transaction codes are reports itself... i will give you some idea on how to proceed with this...

Regards,

Phani.

0 Kudos

Hi.The client has given us set of some transactions.. they want us to code a report wherein the output displayed is the combination of some fields of the output of the transactions.. say for example: they want us to display an output that has fields of tcode iw33 and iw38.. the output has to be in a list format.. so i think i should adopt the alv approach.but i am having a problem as to how to go about..should i analyse t std tcode program and then capture selected portion of its code or what else should i do? And yes, they have given us the names of the corresponding report programs for the tcodes..

0 Kudos

Hi Phani,

I have a requirement in which i want to assign only one transaction for several reports something similar like view cluster for several tables. My client wants to see some thing like view cluster but in place of table/view he wants to use reports.

I will appreciate your quick response.

Thanks and regards

Sandeep