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: 

Add field on screen VD01/02/03 and MK01/02/03

Former Member
0 Kudos

Hiii

I have to add a new field on transaction VD01/02/03 . it's using standard program SAPMF02D and screen No 7311

Please advise how can this be done can we ust modify the standard program( which i don't think it one of the best solution)

Please advise on other solution???

3 REPLIES 3

GauthamV
Active Contributor
0 Kudos

Use these badi.

CUSTOMER_ADD_DATA

VENDOR_ADD_DATA.

SEARCH in SCN for these you will get lot of posts.

Former Member
0 Kudos

even with badi, please advise how do we design the field on the screen can we do it directly through screen painter??

Former Member
0 Kudos

Hi ,

For adding extra fil;eds u an create a extra tab in the standars screen provideed by sap.

for that u have to find the rigt exit and int aht exit u will get , a screen exit , if u double ck that it will take u to the screen dsign whrer u can give ur screen no. and then u can put extra filds in the layouit.

After that save and back u wil get two fm in the same exit wehre u can write ur code for screen to table and table to scrren in other fm..

Before u have bto add the fields in that table with append.

Hope this helps u .

regards