2011 Nov 14 12:58 PM
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 .
2011 Nov 14 5:30 PM
Code the clear statement in the PAI under the FCode for which you want the input fields to be cleared.
2011 Nov 14 5:30 PM
Code the clear statement in the PAI under the FCode for which you want the input fields to be cleared.
2011 Nov 15 5:07 AM
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
2011 Nov 15 7:35 AM