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

experts plz help report issue need help

Former Member
0 Likes
437

hi experts

plz guide me in this report

i hav a transaction MD4C

when we call this transaction it displays a report showing material numbers with some details for a corresponding sales order number

if any of material is missing or problem arises it creates an icon in front of tha material number

now i will have to create a report which will show all the material numbers which are missing orhave this error icon .

Please guide me how should i proceed

what should be the best approach of my report .

hi experts

plz guide me in this report

i hav a transaction MD4C

when we call this transaction it displays a report showing material numbers with some details for a corresponding sales order number

if any of material is missing or problem arises it creates an icon in front of tha material number

now i will have to create a report which will show all the material numbers which are missing orhave this error icon .

Please guide me how should i proceed

what should be the best approach of my report .

2 REPLIES 2
Read only

Former Member
0 Likes
410

hi,

you can analyze that report and find logic used for that icon generation, take the same logic for writeing u r report program. you can see the code of the transaction code

1) type the transaction code, press enter

2) system ---> status

3) double click on program(screen) field.

This will take you to source code, their you do analyzation.

regards,

pavan

Read only

Former Member
0 Likes
410

Hi,

The other approach could you analyse the data which you are getting. Take help from some MM consultant around you and ask about the data base tables in which this data is stored.

Because it can be difficult to understand the standard program logic at times. because they work completely on logical database.

Just analyse the output and use F1 help to find the data base field values. You should get some answer.

Thanks,

Lalit