Application Development and Automation 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: 
Read only

need answer for this thread

Former Member
0 Likes
845

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....

.

9 REPLIES 9
Read only

former_member404244
Active Contributor
0 Likes
811

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

Read only

0 Likes
811

I have opened the table stxh

what shoul i do with it

can u explain me in detailed proecedure..

waiting for u r reply

Read only

0 Likes
811

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....

Read only

former_member386202
Active Contributor
0 Likes
811

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

Read only

0 Likes
811

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...

Read only

0 Likes
811

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 ?????

Read only

0 Likes
811

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.

Read only

0 Likes
811

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....

Read only

Former Member
0 Likes
811

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