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

Adding a field in a standard screen

Former Member
0 Likes
679

Hi,

How to add a field in a standard screen VL01.Can anybody give step by step procudre for doing this.In BADI or User Exit

1 ACCEPTED SOLUTION
Read only

former_member556412
Active Participant
0 Likes
637

hi,

Please refer to this link

http://blog.chinaunix.net/u3/90431/showart_1901434.html

and the thread

hope it helps.

Regards,

Bhanu

3 REPLIES 3
Read only

former_member556412
Active Participant
0 Likes
638

hi,

Please refer to this link

http://blog.chinaunix.net/u3/90431/showart_1901434.html

and the thread

hope it helps.

Regards,

Bhanu

Read only

Former Member
0 Likes
637

Hello Ramya,

Check the user Exit V50Q0001.

Thanks,

sowmya

Read only

Former Member
0 Likes
637

go to the abap dictionary SE11, select the table in which you want to add the field

select append structure option

then go to CMOD, create project name

select the enhancement assignment option and enter application screen(ex:SAPMF02K)

select function_exits option(ex: exit_sapmf02k_001)

go with se37 and enter the above function module, select the source code,

select the required include(ex:zxf0su01),

start the logic for the user exit.

after writing the logic, select the screen(ex:100) in which you want to add the field,click on that, go with layout,

provide the required field in the layout,

go with flow logic,

save and activate