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: 

Enhancements

Former Member
0 Kudos

We have standard transaction MD12 to create planned order. In this transaction we need to add some 2 custom fields with 10 chars length. User will enter the data on these fields also long with other standard fields…when saving this planned order these 2 new custom fields should also get updated in the database.

Moderator message: "spec dumping", please work yourself on your requirement, search for information, use meaningful titles when posting.

Message was edited by: Thomas Zloch

7 REPLIES 7

former_member209920
Active Participant
0 Kudos

Is this a question ??

0 Kudos

Yes ...

0 Kudos

No, it is a spec...

Did you look for existing BAdI, Customer Exits and Enhancement available for this transaction ?

Regards,

Raymond

0 Kudos

There are no existing screen exits available.....

0 Kudos

Waiting for the SDN code fairy to deliver a working solution....

0 Kudos

Hi Vineet,

Things you need to do or find out.

  • Do you want to append a structure to existing table or do it via custom table with primary keys linked to PLAF.
  • Now coming to exit, which version of SAP are you using. There should be something similar which you can use. In case if you do not have any screen exit I would suggest creating a FM which would throw a popup screen where you can take the fields as input. For this FM you need to find a user exit/BADI where you can call that.

Cheers

Arnab

0 Kudos

Hey Arnab,

m using ECC 6