2014 Oct 10 5:47 AM
Hi All,
How to do enhancement in standard program like adding a new fields into it ?
Please suggest me the steps...
2014 Oct 10 6:08 AM
Hi Lavanya,
the question is too wide. There are different technologies and possibilities to enhance a standard program:
- User Exits (form routines)
- customer exits (call customer function) find in SPRO; CMOD, SMOD
- BADI's (find in SE18 / SE19)
- implicit enhancements (se80, se38)
...
What exactly are you looking for ?
Bye, Volker
2014 Oct 10 6:16 AM
Hi Volker,
The question is like, I have copied the standard program from se80 for transaction (MB5T) and converted that into a z program.
Now I need add a one new field into it. How to do that?
2014 Oct 10 6:11 AM
User Exits (form routines)
- customer exits (call customer function) find in SPRO; CMOD, SMOD
- BADI's (find in SE18 / SE19)
- implicit enhancements (se80, se38)
2014 Oct 10 6:24 AM
hi Lavanya,
Find the final internal table add your new field in to that internal table . declare the same you will get the output.
First you just debuag and find which is your final internal table.
2014 Oct 10 7:10 AM
2014 Oct 10 7:25 AM
Hi Anoop, Lavanya
I am working on the same. I have added the field in the internal table that is fed into the ALV. The column for the field is created in the output. I have also defined in the fieldcatlog for this particular field but the title and other features of that column are not appearing in the output. I am also not able to find the attributes(eg:tooltip or size of the column) of the fields already defined for the fieldcatlog in the exiting ALV output.
Regards,
Dharini.
2014 Oct 10 11:05 AM
Hi please check in the layout what you added field is in the hide status or what..??
2014 Oct 10 11:11 AM