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

Adding Custom fields in MC.5 Report.

former_member196331
Active Contributor
0 Likes
5,148

Hi,

I need your suggestions.

Before posting i searched in forum. Whether is there any posts are available on MC.5 (adding custom fields) But i have not found any posts.

My requirement is I would like to addone column besdie to MC.5 report.

Present reprot is displaying Storage location then it is showing some calculations.

My new column only display the description of the storage location.

After lot of searching i have found that.S039 is the table i need to append the fields.

Now i appended one filed, for adding the column at MC.5.

After adding then i want to see it in MC.5.

I think i need to add it in program. I am not able to find it. Where can i add the column.

Whether i am searching program is correct or not i am not abel to know..

Normally i have found at se93 for getting the program name.

I am searching it in RMCB0200 -> program.

Just i need one extra column beside to storage location..

Please update me if u have any information.

1 ACCEPTED SOLUTION
Read only

JL23
Active Contributor
0 Likes
3,833

what if you just choose from Menu Settings > Characteristics > key and description  (or only key, or only description)

and additionally from the menu Settings > column width > characteristic

and set this to a higher number e.g. 30

13 REPLIES 13
Read only

sriram_korlepara
Participant
0 Likes
3,833

Hi,

I advice you to take a copy of that program and try doing changes.In the field catalog you have to add new column and pass the data into it.

Usually in a standard program you can do the changes using some enhancements.But you must be very cautious while working on enhancments as it impacts the system.

Anyways Welcome to SAP ABAP

Hope this information helps you.

Thanks,

Pawan.

Read only

0 Likes
3,833

hi, Thanks for your reply.

I will check it.

But i am not able to find out where exactly Field_catalog is exists.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
3,833

Oh dear... Please get a qualified SD consultant for this. It's not an ABAP task. These transactions are part of LIS, which is the whole special thing in SAP (again, an SD consultant must know this), so no - you can't just add a new field to this transaction. (Also @Pawan - sorry but copying a standard program is also not an option. Actually it's a bad idea in 99.99999% cases, so you might to reconsider giving such advice in general.)

The correct solution is to create a custom info structure with whichever fields you need and then use MCSI transaction. Undo whatever changes you've made already.

Read only

0 Likes
3,833

Ok point noted.

Read only

former_member196331
Active Contributor
0 Likes
3,832

I have done some changes for completing my requirement.

After code analysys. What i understood is i need to add custom fields in S039.

1) I Created Z -field at S039 For appearing the fields at MC.5

2) If i open the MC.5 i can able to see the field

Please have a look on below attached images.

But  i would like to  appear that field in the list. then i press the -> Choose key figure button .

then i am selecting the field. while selecting it is showing the error. as

Key figure s039-zzdesc not defined.

May i know what is the problem.

After analysys i found  that , the above field should have the entry at table TMC73.

may i how could i pass the entry in TMC73.

How could i solve the issue.

After append the structure should i adjsut the table by using se14

Please give me your suggestions..

Read only

0 Likes
3,832

First of all, what for you are trying to add a field "Descr.of Storage Loc." and my question is what value add you are going to achieve with that.  If there is really some value add to the Business process with this enhancement, then try with EXIT_SAPLMCS2_001 or EXIT_SAPLMCY2_002

G. Lakshmipathi

Read only

0 Likes
3,832

Hi, Sir,

My Requirement is i need to add one columne beside to Storage location code at mc.5

1st column is constant. Remaining we can pick it from the key configure at tool bar.

Now, I need to add one column as Description.

While running the Storage location name i need to pick to past it , into the column

This is my requirement .I am not practising.

This is my client requirement.

Now, i am able to add the column., after add the field s039 table.

Now, i need to populate the storage location name In newly created column.

I hope i can complete the task.

Regards,

R. Srinivas.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
3,832

The problem is that it's a wrong approach. I've already given a solution (create a custom infostructure) and noted that these are not your regular tables/transactions where you could just break into with some ABAP.

Maybe can talk some sense here, although one can only bring horse to the water...

Read only

0 Likes
3,832

Maybe he trusts help.sap.com documentation a little more than your advise: lnformation Structures - Logistics Information System (LO-LIS) - SAP Library

I had already believed you

Read only

JL23
Active Contributor
0 Likes
3,834

what if you just choose from Menu Settings > Characteristics > key and description  (or only key, or only description)

and additionally from the menu Settings > column width > characteristic

and set this to a higher number e.g. 30

Read only

0 Likes
3,832

Thank u ..

I cheked it.

I will inform to My Functional consultant.

Note: How could i get this type of information. Can i post this type of questions in forum.

I don't think this type of questions() are available in google. What is mc.5  may be if i search, i can get n number of posts. No need to post the questions. But  how to get the storage location name in mc.5,

I can not get the answers in google,If i post the questions people are rejecting the posts.

Regards,

R. Srinivas.

Read only

JL23
Active Contributor
0 Likes
3,832

Hmm,  I was in the design team of our global system back in 1997, Windows had version 3.0 at that time, the Internet was in its baby shoes, SCN 7 years away from its foundation, and I had to describe how to use LIS transactions.

What did we have? The SAP docu on a CD (is now available in help.sap.com) and nothing else than limited time to investigate and test the transaction.

And it is like searching for a new apartment, you visit all rooms and not just the living room, and here I mean I open each and every menu, since there must be some reason for a menu. So I check what we can get from there. I do not ask somebody else to open the door and check the kitchen for me while I already relax at the sofa.

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
3,832

+1 to what Jurgen said, but in this particular case I'm not sure how a [qualified] functional person could look at the requirement and decide that ABAP is needed.