‎2007 Oct 29 10:16 AM
I have a standard report..
RM06BA00
when i run this report it is runing properly,
the fileds are displaying properly
My requirment is when i run a new zreport based on that old report...
I have created a zreport...
I need to get a additional field "LONG TEXT DESCRIPTION " to be displayed on the report as a collumm....
i have tried it using the function-module read_text....
But i am unable to get the parameters to pass into the table internal-table
i am unable to get the final internal table....
can anybody provide the solution to me....
.
‎2007 Oct 29 10:19 AM
Hi,
U just need to add one more column to fieldcatalog and also to the final internal table.Try to use the table STXH and see if u r getting the values.
Regards,
Nagaraj
‎2007 Oct 29 10:24 AM
I have opened the table stxh
what shoul i do with it
can u explain me in detailed proecedure..
waiting for u r reply
‎2007 Nov 01 4:41 AM
Hai Nagaraj,
What to do with the table STXH...
I opened the table stxh...
what should i do with it....
can u explain me once....
i could not understand at all...
what to do with that table....
‎2007 Oct 29 10:20 AM
Hi,
Goto SE80 and copy that standard report into z report and copy all the includes
also into z includes and then add your code.
Regards,
Prashant
‎2007 Oct 29 10:22 AM
I have done it...
But my query is how to display the Long-text field In purcahase-Requistion in the Report....
Where should i add the code...
I have already tried using read_text function module...
‎2007 Nov 01 4:38 AM
I have done all those things...
i have made a programme zprogramme and also copied all the includes....
where should i need to add the code in the programme.....
what code i should write in the programme...
Can you briefly explain me ?????
‎2007 Nov 01 4:44 AM
Ashok,
If it is an ALV report then search for the word fieldcatalog and add the new field in that catalog.Get the internal table from alv related function modules.Add this new field in the structure of the internal table.Check how that internal table is getting populated and if needed modify the exisitng select query by adding a new field or write a new select query for the logntext..
K.Kiran.
‎2007 Nov 01 6:40 AM
In the standard programme ,they have used the keyword field-symbol ,not the Internal-Table.
so how to create a field-symbol..and pass the field-symbol into internal table....
‎2007 Oct 29 10:41 AM
Hi Ashok,
Debug the program and find the loop, from where the data is fetching(populating)
and add a function module -READ_TEXT() in the loop,and passs the required parameters...
I hope it will help u..!
say Thanks By Rewarding points...
Regards,
Prashanth