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

Adding field in IW38

Phani_Kumar
Participant
0 Likes
3,553


Hello Experts,

Can anyone of you let me know how to add an custom field in the alv output of IW38 transaction.

is there any badi/user exit?

If so please let me know?

1 ACCEPTED SOLUTION
Read only

Former Member
3 REPLIES 3
Read only

Former Member
0 Likes
2,330

Hi Phani

in the program RIAUFK20 of the tcode IW38, there are many enhancement-point.

you can create a implement. i think you know how to enhance a point, right?

like this code:

ENHANCEMENT 18  ZARCHERIMP_ENH_0002.    "active version
*
  select-options: smatnrss for crfhd-matnr.
ENDENHANCEMENT.

after you extract data, you can delete related data using the select-option.

regards,

Archer

Read only

Former Member
Read only

Former Member
0 Likes
2,330

Hello!

You can also do that within Enhancement "ES_EAM_LIST_ENHANCEMENTS" respectively with BADI "BADI_EAM_RIAUFK20_FCODE_CUS1". Within this BADI you have to create a Z-Implementation and activate it. Afterwards your logic will be executed.

It is also important to fill the structure CS_OBJECT-[your zfiel] in order to display the z-field in the ALV List for transaction IW38.

Furthermore, it is necessary to place your coding within Method "FILL_ADD_ORDER" in the BADI.

Best Regards,

Sebastian Sav