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: 

combining 2 transaction

Former Member
0 Kudos

Dear experts,

I need create a report combining t-code IP24 and IP19 ,

Can anyone suggest me a good method to create above report

Thanks in advance

karthik

4 REPLIES 4

Former Member
0 Kudos

Hi Karthik,

Better way is to go for a Module pool program.In that u create pushbuttons on screen and handle them in your program.

Depending on the Fcode call the transaction.....

Hope it helps

Swathi

Former Member
0 Kudos

both shows 2 reports...in ur program u need to specify internal table which consists of 2 report fields and accrodingly write select statements and populate the internal table and display as a report.

Former Member
0 Kudos

Hi,

Use the SUBMIT Statment for this one, we will have a program for that Transaction code, so use SUBMIT zreport EXPORTING LIST TO MEMORY for both, and import the both result and do the needful and print the output,

or else..

give the push buttons on the selection screen, then when the user press 1 button then write the statement to call that transaction

Regards

Sudheer

0 Kudos

Dear sudheer,

I have copied the ip24 program and i am trying to add the fields which is in the ip19 tcode but now the problem is when i exectute the ip24 prg the report is displaying 10 entries without duplicates but in mhis table contains 13 entries.

Ip24 is picking data from the view, this view does not contain join with mhis table.

so i unable to proceed. do you have any idea reg this

regards

karthik