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

Former Member
0 Likes
708

Hello Guys,

Pls give me a solution for the below mentioned Probs.

When am Executing the T-code ME2M am able to get the Output. But when selecting the Change Layout i need one more filed EFFWR (Effective Price) in the Current Displayed ALV output . But there is no filed in tht Structure.Is there any solution for tht to bring in to the ALV .

Pls give me a solution.

With Regards,

Sumodh.P

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
682

When U Executing the T-code ME2M ur able to get the Output. there menu system-->status.

one popup window wil come note the Program name.

Copy that program to ur zprog then u can add one more field to ur program

for that u need to get the data for that field and build the fieldcatlog also

Try this...

Hello Guys,

Pls give me a solution for the below mentioned Probs.

When am Executing the T-code ME2M am able to get the Output. But when selecting the Change Layout i need one more filed EFFWR (Effective Price) in the Current Displayed ALV output . But there is no filed in tht Structure.Is there any solution for tht to bring in to the ALV .

Pls give me a solution.

With Regards,

Sumodh.P

4 REPLIES 4
Read only

Former Member
0 Likes
683

When U Executing the T-code ME2M ur able to get the Output. there menu system-->status.

one popup window wil come note the Program name.

Copy that program to ur zprog then u can add one more field to ur program

for that u need to get the data for that field and build the fieldcatlog also

Try this...

Read only

Former Member
0 Likes
682

Hi,

you need to copy that standard report and modify it,i.e add that filed in the table and find where data is getting selected and add that field into it.

Hope this helps.

Thanks & Regards,

Rock.

Read only

Former Member
0 Likes
682

Hi,

Follow up with Upender Verma answer.

Regards,

Jyothi CH.

Read only

Former Member
0 Likes
682

This got solved