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

After entering values into text fields

former_member214915
Participant
0 Likes
517

Hello,

           I have created one screen 0101 and populated the screen fields from custom DataBase Table and i called that screen on standard transaction and when i am entering the values in that screen fields and press enter the values would get deleted so what to do to remain values into text fields.

Thanks & Regards ,

Muhammad Shahezad.

Hello,

           I have created one screen 0101 and populated the screen fields from custom DataBase Table and i called that screen on standard transaction and when i am entering the values in that screen fields and press enter the values would get deleted so what to do to remain values into text fields.

Thanks & Regards ,

Muhammad Shahezad.

2 REPLIES 2
Read only

satyabrata_sahoo3
Contributor
0 Likes
489

Hi,

I believe CALL SUBSCREEN is missing in PAI.

Ref:

http://help.sap.com/saphelp_470/helpdata/en/9f/dbabfe35c111d1829f0000e829fbfe/content.htm

else the field getting cleared upon enter. Debug and check what happens to the field value after enter.

Regards,

~SS~

Read only

0 Likes
489

hi,

     i have created one custom database table and then created 10 custom screens in module pool program say name as ZPM_QMEL_NOTIF_FIELDS and called these screen in enhancement .then in the PBO of enhancement screen i wrote there as below

  CALL SUBSCREEN SUB1 INCLUDING 'ZPM_QMEL_NOTIF_FIELDS' '0101'.

now on screen 0101 i used the fileds of custom table so when this screen gets called by enhancement i am entering values into text fields but when i am pressing enter it would get deleted.so what needed to keep that value that has entered?

Thanks & Regards

Muhammad Shahezad