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

Former Member
0 Likes
693

Hi Friends,

I would like to know the difference between the application layer in BDC and Presentation layer in BDC.

thank you

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
654

friend application layer in BDC is that on which your BDC runs and data along with error report is generated on presentation layer.it is a precise answer.

reward if useful

keep rockin

vivek

4 REPLIES 4
Read only

Former Member
0 Likes
655

friend application layer in BDC is that on which your BDC runs and data along with error report is generated on presentation layer.it is a precise answer.

reward if useful

keep rockin

vivek

Read only

0 Likes
654

Hi ,

Can u be still detailed or can u send me some links regarding this. As I would like to know about the BDC application layer and the presentation layer.

thank you.

you will be surely rewarded

Read only

Former Member
0 Likes
654

hi,

You can directly upload the data in the Application layer with the help of transaction.

CG3Z is the transaction to upload data from Presentation server to Application server.

CG3Y is the transaction to upload data from Application server to Presentation server.

You can see whether the data has been uploaded or not thr Al11 transaction... an going on to that particular dierctly.for uploading the same data in the internal table, yo have to use open dataset and close dataset.

Read only

Former Member
0 Likes
654

Chandra,

When we are working woth BDC we need to bring the data into from outside to our internal table.Bringing this data is of 2 types.

1. From Application server.

Using OPEN DATA SET

2.Presentaion server

FROM desktop or other Drives( c,d).

Using GUI_UPLOAD.

Don't forget to reward if useful...