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

Enhancements

Former Member
0 Likes
1,363

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

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
Read only

former_member209920
Active Participant
0 Likes
1,235

Is this a question ??

Read only

0 Likes
1,235

Yes ...

Read only

0 Likes
1,235

No, it is a spec...

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

Regards,

Raymond

Read only

0 Likes
1,235

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

Read only

0 Likes
1,235

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

Read only

0 Likes
1,235

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

Read only

0 Likes
1,235

Hey Arnab,

m using ECC 6