Application Development 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: 

Issue with bdc program

Former Member
0 Kudos

Hi all,

I have created a bdc program to update esi values of an employee from an excel sheet. I am not getting any errors. But while executing i m not able to go to pa30 directly after uploading the excel sheet. What is the issue? Pls help me to resolve it.

Thanks in advance,

Neela

6 REPLIES 6

Former Member
0 Kudos

Hi

If you are using call transaction method for BDC keep all screen mode and check how your report is working.

Regards

Chandra

Former Member
0 Kudos

hai try to debug the Code and find out what exactly u are getting,

Please Expore more about your querry.

Former Member
0 Kudos

The best way to check this is to run the BDC report in foreground and check whts happening.

CALL TRANSACTION t-code USING it_bdata

MODE 'A' " for all screens

MESSAGES INTO it_bmsg.

Saurabh.

Former Member
0 Kudos

Hi Neela,

Please explain your issue in detail. what do you mean by "directly". Please describe the steps you are performing.

Thanks,

Srini.

kesavadas_thekkillath
Active Contributor
0 Kudos

But while executing i m not able to go to pa30 directly after uploading the excel sheet

Exactly what do you mean?

0 Kudos

Hi all,

My problem is resolved.Thank u all.

Regards,

Neela