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: 

How to Add new field to tcode LT22(Transfer Order) program name RLLT2200

former_member635273
Participant
0 Kudos

I hve requiremnt to add new field in report LT22. I already checked the program, and show implicit enhancment. but i confuse because i can't create enhcancement in start-of-selection. actually i never create enhancemnet before.
thank in advnce.

2 REPLIES 2

DominikTylczyn
Active Contributor
0 Kudos

Hello saddam.id

If you really - I mean like really, really - need to add new fields to LT22 just go ahead and change the code directly. Don't play with implicit enhancements.

You'd need to enhance L_TO_LIST_DISPLAY function that displays ALV list of transfer orders:

  1. Enhance RL03L DDIC structure with your custom fields
  2. Add your custom fields to the ALV field catalog in BUILD_FIELDCAT form routine
  3. Populate you custom fields with the data somewhere before CAL_ALV form routine.

Best regards

Dominik Tylczynski

0 Kudos

3a9e4ce873a94034b33dc62b0ce600ee hi sir,for step 1. I hv append my structure to RL03L, and then I add my custom field in Build_Fieldcat form routine like this

But when i try check the field on report, it's not display.