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

data getting deleted from screen fields when I Press Enter

Former Member
0 Likes
1,196

Hi Folks,

I have a serious Issue need to resolve it urgently. I have created a subscreen in PS Module

Prog: SAPLXCN1(Subscreen)

Screen: 0600.

Enhancement: CNEX0006.

I have created a screen and populated the data via search helps, when I fill all the custom fields with values and press enter my data is getting deleted please give me quick solutiojn.

Thanks & Regards,

Ramcharan.

4 REPLIES 4
Read only

Former Member
0 Likes
957

Make sure you are not clearing them in FUNCTION module exits for the user exit.

Read only

Former Member
0 Likes
957

Check the function codes as well as you are putting in PAI or PBO

Regards

sas

Read only

Former Member
0 Likes
957

Hi RAM,

Check the Code where you are writning , (PBO or PAI)

After that check the sy-ucomm for Enter and write your code accordingly,,.

Thanks & regards,

Dileep.C

Read only

0 Likes
957

put /h in command fiels and press enter .

ENTER.

Now debug the code . Try to find the reason for the same.

Edited by: harsh bhalla on Apr 2, 2009 3:22 PM