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: 

BDC in Realtime

Former Member
0 Kudos

Hi All,

I am new to ABAP, Can someone provide me how we perform BDC for certain transaction in realtime.

I know to do the BDC but i want to know the exact procedure like how we perform the BDC in development and how to transfer it to Production.

I think We will write a BDC program in DEV & transfer it to Quality and then to Production but what about the recording which we perform in Dev. How to transfer the recording.

Please give me a clear idea.

Regards,

Surya G

Moderator message - Please ask a specific question - post locked

Edited by: Rob Burbank on Jun 5, 2009 9:57 AM

5 REPLIES 5

Former Member
0 Kudos

Dear you are not all clear wiht the concept of the BDC .

You need to learn .

we not transport the BDC to the quality .

If you are taking the excel for the upload then that will be taken as input from legancy syatem and will be posted to the SAP system .

rgds aryan

0 Kudos

Hi,

so we write the code in Dev & transport it to Production & execute it in production to upload the data.

Is this correct??

Regards,

Surya G

Former Member
0 Kudos

It is not necessary to transfer the recording. The recording just help you to write the program and nothing else.

Former Member
0 Kudos

Hi,

check the below link

Former Member
0 Kudos

Hi,

BDC is used to record the realtime transaction. After saving the recorded code in local file you use the part of code between perform bdc_dynpro and perform bdc_transaction.

You use the part of code to process data according to your requirement.

Navin