coming back to same screen after button click.

Question:
Hi,
Can anybody tell me if it is possible to write a program in ABAP where we have some fields on screen and after entering value in one field, if i click a button to retrieve data from table, it should again show me same screen with data in rest of the fields depending upon value of first field entered.
If it is not possible with ABAP, is it possible using VB???????
Please help, its very urgent...
Answer:
This would normally be handled using a Dialog Program, you would set up your fields, process the inputted data in the PAI of the screen and then put the resulting values from your calculation / DB Query / whatever in the correct fields during the PBO event.
_________________
Kind Regards
Rosie Brent
Please remember to search the forum and check the FAQ before posting questions, thank you.
Tuly Idiot most of the time, part-time Guru

More Articles:

Time-out in PRD?
BAdI LE_SHP_TAB_CUST_OVER?
Problem in Code?
FD10N Debit/Credit/Balance Values?
use of GUI_DOWNLOAD?
passing multiple values to search help input parameter?