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: 

Aditional field in standard table and screen

glauco
Active Contributor
0 Kudos

Hi friends.

I'd like to know how to add a new field in a table and make it visible in standard transaction.

In this case, the table is EBAN and transaction is ME51N, ME52N and ME53N. This new field must be includded in transaction items grid.

I've already added field to CI... include in EBAN but this new field does't appear in standard transaction.

I've already saw variant and this new field doesn't appear there too.

Any idea ? Any SAP Note (I hadn't find any sap note yet) ?

thanks.

Glauco

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Read [Note 408017 - MERQ001: Implementation sample code|https://service.sap.com/sap/support/notes/408017] or call SMOD and display Enhancement MEREQ001documentation, then create a project via CMOD, attach the enhancement MEREQ001, create the dynpro and includes via CMOD, then activate the project.

Regards,

raymond

6 REPLIES 6

Former Member
0 Kudos

Hi,

Try searching for a relevant exit, in that exit create the screen field with new field through the CI... include.

Try enhancement MEREQ001 if that helps.

Regards,

Runal

0 Kudos

Hi friend.

How to create a screen field by a exit or enhancement ?

I thought it was possible only with screen exits. I've never seen an enhancement to a screen.

thanks.

Glauco

Edited by: Glauco Kubrusly on Nov 22, 2010 9:36 AM

raymond_giuseppi
Active Contributor
0 Kudos

Read [Note 408017 - MERQ001: Implementation sample code|https://service.sap.com/sap/support/notes/408017] or call SMOD and display Enhancement MEREQ001documentation, then create a project via CMOD, attach the enhancement MEREQ001, create the dynpro and includes via CMOD, then activate the project.

Regards,

raymond

0 Kudos

Hi Raymond Giuseppi.

Do you know if it will be configured with a new scrren ?

I thought I could add new fields in the same standard ALV grid for ITEMS.

I'll see material and give feedback.

Thanks.

Glauco

0 Kudos

The ALV grid use structure MEREQ3211GRID which contains include CI_EBANDB, so the field should be displayable, check/adapt the default layout variant or this ALV.

Regards,

Raymond

0 Kudos

Hi Raymond Giuseppi.

Greate hint about this SAP NOTE. It solved my issue !!!

P.S.: This note is to releases 46c and 47, BUT even I'm in release ECC 6.0 I must do the same: I've already created CMOD prject, includes and subscreen 0111 like SAP NOTE ask to do. This SAP NOTE has entire example on how to add this subscreen and encoding includes of TOP, PBO and PAI to read and save data of Zfields of EBAN. It's nice and easy to understand.

thank you !!!

Glauco

Edited by: Glauco Kubrusly on Nov 22, 2010 11:53 AM