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

BDC Session Method

Former Member
0 Likes
431

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

3 REPLIES 3
Read only

Former Member
0 Likes
409

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.

Read only

matt
Active Contributor
0 Likes
409

Please use a more informative subject line in future

Read only

Former Member
0 Likes
409

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