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: 

adding custom fields to Va05n output list

Former Member
0 Kudos

Hi Experts,

i am looking to add some custom fields to Transaktion Va05n.

It seems,at least to me, that the underling Program "SD_SALES_ORDERS_VIEW" is not meant to be enhanced. I guess i could do a append to the structure used in the ALV-Output, but there is no user-exit or Badi to fill the custom fields.

Am i missing something here?

1 ACCEPTED SOLUTION

Sayan_C
Explorer
0 Kudos

Hi,

You can do "Implicit Enhancement Option" as follow.

1.  Adding your customer field catalog at routine "FORM fieldcat_init "

   You have to enhance at the end of this routine.

2. Filling you value the internal table at routine "FORM liste_anzeigen".

   You have to enhance at begin of this routine before it is display.

Hope it help.

Sayan.

4 REPLIES 4

Sayan_C
Explorer
0 Kudos

Hi,

You can do "Implicit Enhancement Option" as follow.

1.  Adding your customer field catalog at routine "FORM fieldcat_init "

   You have to enhance at the end of this routine.

2. Filling you value the internal table at routine "FORM liste_anzeigen".

   You have to enhance at begin of this routine before it is display.

Hope it help.

Sayan.

Former Member
0 Kudos

Thanks i did not think of that. I will discuss this with my customer.

Lakshmipathi
Active Contributor
0 Kudos

In VA05N, this is not possible.  May be you can consider this requirement in VA05 for which, go through the following note:-

  • Note 350068 - Additionl fields in VA05:Customer material number as example

G. Lakshmipathi

0 Kudos

Thanks , i already added the fields in VA05 however my customer asked if i could  add them in Va05n as well.