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: 

How insert new row in ZME49?

Former Member
0 Kudos

Dear Experts,

I need to insert few rows in ZME49

I copied standard ME49 as ZME49 i got output like this

Now i need to add few rows after Total Quot. and i need to remove Exception Log

Pl. suggest how to achieve this requirement.

Regards,

Ganesh

1 ACCEPTED SOLUTION

0 Kudos

Hi Ganesh,

You have to debug the standard code of ZME49 and find out in which code block the final data is filled or which is the final internal table for display.

after finding these coding statements you can change the code for inserting new lines and deleting old lines.

I think this is the only way to solve your issue.

I found that the final layout design is done somewhere in the include FM06IFPS_MAT_SPALTE for ME49.

Data of the internal tab XEKPO displayed in the output.

Hope this helps.

Regards,

Siddhesh Satghare.

10 REPLIES 10

0 Kudos

Hi Ganesh,

You have to debug the standard code of ZME49 and find out in which code block the final data is filled or which is the final internal table for display.

after finding these coding statements you can change the code for inserting new lines and deleting old lines.

I think this is the only way to solve your issue.

I found that the final layout design is done somewhere in the include FM06IFPS_MAT_SPALTE for ME49.

Data of the internal tab XEKPO displayed in the output.

Hope this helps.

Regards,

Siddhesh Satghare.

0 Kudos

Hi Siddhesh,

Thank you for your reply, i am new for this can you explain in detail how to achieve this requirement.

Regards,

Ganesh 

0 Kudos

Hi,

Try to debug and find when Total Quot. line is generated this text is stored in text symbol "text-618" in include FM06IFPS_MAT_SPALTE.

In debugging find the place of this and after this line insert your line.

And for Exception Log this text stored in text symbol "text-611" in include FM06IFPS_MAT_SPALTE comment these lines for Exception Log and remove them from output screen.

Regards,

Siddhesh Satghare.

0 Kudos

Thanks Siddhesh,

I will check and come back to you.

0 Kudos

Hi Siddhesh,

I need to remove total block

0 Kudos

Put break point at Line no 16 in include FM06IFPS_PROTOKOLL_AUSGABE_PS where the code for text symbol TEXT-611 is written.

and you can find all the code for exception log below that inside the loop of  AUSNAHME at line no 49 in same include FM06IFPS_PROTOKOLL_AUSGABE_PS.

you can comment these lines to hide exception log.

(Line numbers which i have given may vary depending upon SAP version.)

I think commenting all the lines of include FM06IFPS_PROTOKOLL_AUSGABE_PS will hide the exception log.

Hope this will work as per your requirement.

Reagrds,

Siddhesh Satghare.

Message was edited by: Siddhesh Satghare

0 Kudos

Dear Siddesh ,

Do we need any access key to do this enhancement to add more rows in the output .

Regards

Deep

0 Kudos

This message was moderated.

former_member220286
Participant
0 Kudos

Dear Ganesh ,

Is this issue get resolved .

Please revert is this issue get resolved .

Regards

Deep

former_member220286
Participant
0 Kudos

Dear Ganesh ,

Is this issue get resolved .

Please tell as I am  having  the same issue .

Regards

Deep