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

Screen flow logic

Former Member
0 Likes
395

Hi.

I need some help. I've never worked with screens until now.

I have created a custom field in tab Basic Data 1 in t-codes MM01/MM02/MM03 ; also i have created a field in MARA table.

When i make some changes to this field in MM02 or when i want to add new text to this field the value it's not saved in MARA table. More, in MM02 if i write some text in this field, and if go to tab Basic Data2, when i return to tab Basic Data 1, this field is cleared (field has no value, is empty).

And , in MM03 (display mode) all fields except this customer field are disabled (grayed).

So, how to solve this problems?

Please someone help me.

Thanks in advance.

2 REPLIES 2
Read only

vinod_vemuru2
Active Contributor
0 Likes
339

Hi,

You need to handle the custom fields in PBO and PAI of the screen exits. There are customer exits available in PBO and PAI of that screen. Write your code in these exits.

Thanks,

Vinod.

Read only

0 Likes
339

i haven;t work much with screens and PBO and PAI (in fact i remember that i chnaged once a screen)

So please be patient..what code i have to write?