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

Enhancement in standard program.

Former Member
0 Likes
1,678

Hi All,


How to do enhancement in standard program like adding a new fields into it ?

  Please suggest me the steps...

8 REPLIES 8
Read only

VolkerProebius
Explorer
0 Likes
1,432

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

Read only

0 Likes
1,432

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?

Read only

AnoopMayamkote
Participant
0 Likes
1,432

User Exits (form routines)

- customer exits (call customer function) find in SPRO; CMOD, SMOD

- BADI's (find in SE18 / SE19)

- implicit enhancements (se80, se38)

Read only

AnoopMayamkote
Participant
0 Likes
1,432

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.

Read only

0 Likes
1,432

Thank you soo much Anoop.

Read only

0 Likes
1,432

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.

Read only

0 Likes
1,432

Hi please check in the layout what you added field is in the hide status or what..??

Read only

former_member202818
Active Contributor
0 Likes
1,432

Hi Lavs,

It may help you..

Regards

Sreekanth