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

Problem in Getting functionality of RESET for screen

former_member349098
Participant
0 Kudos
453

Hi Sap Experts

IN dialog programming i had used only one screen . here the problem is when i want to save 2 entries . after saving first entry it have to clear the screen . the data which i enter it should not be there .like that after deleting ( Functionality every thing fine ) data on screen should not be there .

i have written clear statement for each field in PBO BUT its not clear the screen .

problem when after display that data i have to delete in this case .

Thanks a lot .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
424

Code the clear statement in the PAI under the FCode for which you want the input fields to be cleared.

3 REPLIES 3
Read only

Former Member
0 Kudos
425

Code the clear statement in the PAI under the FCode for which you want the input fields to be cleared.

Read only

0 Kudos
423

hi Thanks for ur reply

yes i did that code below my ' delete' code but problem is after clearing its going again to PBO ( actually i written loop and end loop for displaying purpose to transfer data to wa to screen ) so again here data is coming ,..

i don't know whether this the problem .

i have written CLEAR : zmotor-bmtrno ,

zmotor-sapcode,

zmotor-dmotor ,

zmotor-type,

zmotor-kw ,

zmotor-hp,

zmotor-inscl ,

zmotor-frame .

Thanks a lot

Read only

former_member349098
Participant
0 Kudos
423

s i got it i had writeen under the fcode