‎2008 Nov 26 8:47 AM
Moderator message: please use a more informative subject line in future
Hello,
I'm working on BDC Session Method.
I want to upload 500 records (Take an example if there r 10,000 records) each time and after this process i need display one pop-up box with message "500 records uploaded" each time.
How can i display message in pop-up box...???
Plz help on this.
-Regards.
Edited by: Matt on Nov 26, 2008 11:15 AM
‎2008 Nov 26 9:05 AM
hi,
write on more programm and each time send 500 records to your BDC program
and after successful execution return to trhe main program via submit and return
and then dispaly the message in the main program that " 500 records are uploaded " then again send the next 500 records for execution.
‎2008 Nov 26 10:16 AM
‎2008 Nov 27 6:19 AM
Hi,
Do like this , when ever records reaches 500 u should triggrer popup (For this u need to write code).
You can use any of these function modules which ever it suits for your requirement .
POPUP_CONFIRMATION_DATA
POPUP_TO_DISPLAY_USERDATA
POPUP_TO_DISPLAY_TEXT_LO
POPUP_TO_CONFIRM_TERM
POPUP_TO_DISPLAY_TEXT
POPUP_TO_CONFIRM
POPUP_DISPLAY_TEXT
OR goto se37 give popup_* select proper function module and u can get it done.
Regards,
Sudhakar Reddy.A