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: 

Added New Field In Standard Transaction ME80FN

ram_sahoo
Participant
0 Kudos

Hi Experts,

I have an requirement to add one field expected delivery date in the output of the report as a new column in standard transaction code ME80FN,That is a Standard Query so any one can help me for this requirement to how add field in standard Query.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Ram,

Check if you can modify infoset via SQ02 and add new fields as per your requirement. you need to then regenerate the query through SQ01 to see the  changes in the output report.

Regards,

Deepti

8 REPLIES 8

Former Member
0 Kudos

Hi Ram,

Check if you can modify infoset via SQ02 and add new fields as per your requirement. you need to then regenerate the query through SQ01 to see the  changes in the output report.

Regards,

Deepti

0 Kudos

Yes Deepti,

Inside SQ02 what logic i have to write.Can you explain me.

Thanks.

0 Kudos

Check if these fields are already part of existing tables of this query . If yes then you just need to select the checkbox for new fields and activate the infoset.

If not then you need to bring table and design a foreign key relationship with existing tables . once this is done then you can select a checkbox to get new fields in the output report of query program.

Once you activate the infoset->go in Sq01 to re-generate the query.

regards,

Deepti

0 Kudos

Thanks Deepti I got my answer.

0 Kudos

Great Ram. Please close the thread if you have resolved your issue.

0 Kudos

Hi Ram ,

  Find Resuse_alv_display or similar FM to display alv list . Once you found it add field in field catalog and final internal table . Hope it helped you .

Regards,

Former Member
0 Kudos

HI RAM,

pleae check below url

former_member184958
Active Participant
0 Kudos

Hi,

Check whether that standard transaction report getting displayed from view, If yes append the field in that standard view then process as you want.

Regards,

John.