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: 

Addition of fields in first screen of MB21

viva_kd
Explorer
0 Kudos

Hi Team,

My requirenment is to add production order field in 1st screen of MB21.

after that i have to add another field in Second screen at item level.

I tried many ENh/Exit/Badi but still no solution,

also i tried SHD0, via this we can't add extra fields.

Anyone plz throw light on this.

Regards

10 REPLIES 10

RAHEEL_BABAR
Active Contributor
0 Kudos

DominikTylczyn
Active Contributor
0 Kudos

I don't think it's possible without changing SAP standard. What is your business requirement?

viva_kd
Explorer
0 Kudos

Thanks Raheel for ur reply,, hv seen this link for Vendor Code Addition in MB21, they are adding field in Header level, but i want to add field in Item Level.

viva_kd
Explorer
0 Kudos

Dear 3a9e4ce873a94034b33dc62b0ce600ee , Thanks for your reply,Please check with image for detail Exact Requirenment.
as u say changing SAP Standard this is possible, u mean i should go by Sccr and do change or else ?

DominikTylczyn
Active Contributor
0 Kudos

MB_MIGO_BADI works in the MIGO transaction. The question is about MB21, delivery creation.

DominikTylczyn
Active Contributor
0 Kudos

Thank you for the clarification. As I said, that can't be done without changing SAP standard code in MB21.

dukejib5
Participant
0 Kudos

Process will be as follows,

RKPF - Append your Production ORder number in table.

RESB - Append maktx from makt in table (material description).

use MB_CREATE_RESERVATION FM to update the data in tables.

For screens, i guess you should enahnce them , first screen is 500.

For second screen, populate your description, on value request of material number.

viva_kd
Explorer
0 Kudos

Dear alijibran , thanks for ur comment..first i hv to check with the manager.. will they allow direct change to STANDARD SCREEN at 1st and 2nd .

DominikTylczyn
Active Contributor
0 Kudos

dukejib5 viva.kd

"RKPF - Append your Production ORder number in table.

RESB - Append maktx from makt in table (material description)."

You really don't want to do that!!!

viva_kd
Explorer
0 Kudos

without any Enhancement , we managed to add Order no field, not in 1st but in second screen ,via OMBW Tx Code, now we are checking for how to add field in Item level.