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

ALV display

Former Member
0 Likes
830

Hi,

I need to display the GL number and and corresponding entries like

151233 XXXXXXXX 121 122

XXXXXXXX 222 222

xxxxxxxx 252 252

IN the above 151233 G/L should be merged for all the rows for their corresponding entries.

For this which alv FM is to used.

And how to link this to TCode FB03.

Please let me know.

Thanks,

Pavan.

This will be default happen when you SORT the ALV report by the G/L account column. Each G/L account will be displayed only once.

Regards,

Ravi

Note : Please mark all the helpful answers

3 REPLIES 3
Read only

Former Member
0 Likes
775

This will be default happen when you SORT the ALV report by the G/L account column. Each G/L account will be displayed only once.

Regards,

Ravi

Note : Please mark all the helpful answers

Read only

Former Member
0 Likes
775

Hi,

You need to create the sort table based on GL A/c number.

then all the entries related will be displayed according to your requirement,

and you can link to that transaction using the user_command and set parameter id and call transaction tcode with skip initial screen.

you can use alv list or Grid FM in your case.

Regards

vijay

Read only

0 Likes
775

Hi,

I used the same method as u said, it is not taking the document number, company code and fiscal year when I click on the doc. number.

Can u please let me know.

Thanks,

Pavan.