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: 

ME21N Delivery schedule enhancement field

0 Kudos

Hi Experts,

I want to add the 3 news fields(VBKD-VSART, VBAK-VBELN,VBAP-POSNR ) to the me21n delivery schedule tab, mean is add 3 new cols in it.

Could you give me a sample or idea? such as it will use MEPO1320_DATA? append the 3 new fields to any structure? and which BADI or enhancement can work out this requirement?

Thanks a lot.

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Seems correct, you should

  • Look at the table control displayed structure, analyze the PBO and PAI loops.
  • Check BAdI like ME_PROCESS_PO_CUST, look at methods like OPEN (prepare data in case of ME22N/ME23N) and PROCESS_SCHEDULE manage user input (look at structure MEPOSCHEDULE too) - or - Look for implicit/explicit enhancement points in methods called from dynpro

Regards,

Raymond